October 30th, 2012 11:11 AM
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
...
October 30th, 2012 09:32 AM
October 29th, 2012 08:16 PM
I get the exception on this line:
If objSaveFileDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then
Thanks
October 29th, 2012 12:11 PM
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...
October 29th, 2012 10:09 AM
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...
October 26th, 2012 03:16 PM
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..
October 26th, 2012 01:51 PM
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...