CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ChitraHavi

Search: Search took 0.02 seconds.

  1. Re: Problem displaying the savefiledialog while saving a file.

    Resolved! I created a dummy form and made it transparent, and topmost. The below code might help some one with same problem in future!

    Thanks all for the help!!

    With dummyform
    ...
  2. Re: Problem displaying the savefiledialog while saving a file.

    No nothing..
  3. Re: Problem displaying the savefiledialog while saving a file.

    I get the exception on this line:
    If objSaveFileDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then
    Thanks
  4. Re: Problem displaying the savefiledialog while saving a file.

    Thanks for the response.

    I did try without the thread and got the following error, also the result was the same, the saveFileDialog at displayed at the background:

    "Current thread must be set...
  5. Re: Problem displaying the savefiledialog while saving a file.

    Below is the code: I have an OK button, on click I am calling the exportToFile method through a thread (STA). The SaveFileDialog doesnot display in the front. Everything else works just fine. PLease...
  6. Problem displaying the savefiledialog while saving a file.

    Hi,

    I am trying to save to file to a location by browsing the SaveFileDialog. The saveFileDialog doesnot display at all. It is in the background. Any help is very much appreciated..
  7. Problem downloading a file and saving using a SaveFileDialog!!

    Hi
    I am new to programming. I am trying to download contents from a datatable on to a txt file and also I am trying to save the file using the SaveFileDialog. I am getting errors. The following is...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured