Tagged Questions

0
votes
3answers
35 views

How do I add a “browse for file” dialog box to the transferText command?

I'm creating a macro in MS Access that imports a CSV file into a table. I'm using the TransferText action to import the CSV string, and I want to allow the user to browse for the file that contains …
0
votes
0answers
19 views

MSVC and Win32: Call to DialogBox(…) skipping WM_INITDIALOG

I'm writing a GUI driven by dialog boxes using Win32 and MSVC 6.0, and I'm struggling to understand the usage of WM_INITDIALOG. It's my understanding that WM_INITDIALOG will be called by the dialog …
1
vote
4answers
119 views

How to implement “Saving…” dialog box in Java?

I want to pop up a dialog box that says "Saving..." and once the operation is completed, it simply disappears. While the saving is in progress, I dont want the user to be able to do anything. I also …
0
votes
2answers
75 views

MyComputer as initial directory

Hi, Is there a way for a open file dialog to use the "My Computer" instead of a specific path. In this example, the W: drive is the intial directory. Dim dlgOpen As New …
0
votes
3answers
395 views

jQuery dialog box not opening 2nd time

I found this thread which basically has the same issue I have. But their solution is not working for me. The dialog appears the first time I click the submit button, but not the 2nd time. I'm opening …
6
votes
8answers
1k views

How to show the “Are you sure you want to navigate away from this page?” when changes committed?

Here in stackoverflow, if you started to make changes then you attempt to navigate away from the page, a javascript confirm button shows up and asks: "Are you sure you want to navigate away from this …
0
votes
1answer
39 views

On dialog boxes

I'm trying to make a dialogue box which displays an answer and will print to the screen but am having no success. The code looks like this: /* * To change this template, choose Tools | Templates * …
0
votes
1answer
71 views

Win32 Dialog closing on startup

Hey, I recently asked a question here about a dialog problem I had, but i discovered that the problem lies in such a different area i intentionally thought that I will rephrase my question here. The …
0
votes
4answers
11k views

JQUERY Dialog Box

Hi Guys, Im trying to do a dialog box with jquery. In this dialog box Im going to have terms and conditions. The problem is that the dialog box is only displayed for the FIRST TIME. This is the code …
0
votes
1answer
240 views

jquery dialog box

I am having quite a hard time trying to find some answers with this particular dialog box action. The problem is when the user presses the "enter" (keyCode = 13) button, the dialog closes...as if the …
5
votes
3answers
4k views

Jquery confirmation box

I'm looking to create a generic confirmation box that can be used by multiple widgets easily, but I'm running into problems with scope and was hoping for a clearer way of doing what I'm trying to do. …
0
votes
2answers
3k views

C# Save Dialog box

I've got a save dialog box which pops up when i press a button. However i dont want to save a file at that point, i want to take the name and place it in the text box next to the button, for the name …