Click here to Skip to main content
15,895,370 members
Home / Discussions / C#
   

C#

 
GeneralRe: Stored Procedure Pin
Member 103390730-Apr-09 4:45
Member 103390730-Apr-09 4:45 
Questionaraye Pin
mostafatajamolian27-Apr-09 5:30
mostafatajamolian27-Apr-09 5:30 
AnswerRe: araye Pin
Nagy Vilmos27-Apr-09 5:52
professionalNagy Vilmos27-Apr-09 5:52 
JokeRe: araye Pin
OriginalGriff27-Apr-09 6:16
mveOriginalGriff27-Apr-09 6:16 
AnswerRe: araye Pin
Rolando CC27-Apr-09 5:53
professionalRolando CC27-Apr-09 5:53 
AnswerRe: araye Pin
Rolando CC27-Apr-09 6:19
professionalRolando CC27-Apr-09 6:19 
QuestionfolderBrowserDialog is not visible while installing the application ? Pin
Dattatraya K27-Apr-09 5:29
Dattatraya K27-Apr-09 5:29 
AnswerRe: folderBrowserDialog is not visible while installing the application ? Pin
MikaEG27-Apr-09 9:54
MikaEG27-Apr-09 9:54 
Hi there,
Well I think I've passed by this problem before,
As far as I know , the folderBrowserDialog is treated as an UI object , so you can't modify it from any function other than the main thread ( on the thread that created the UI element, which is the thread of your msi in your case )

In order to do this, the Control class (folderBrowserDialog) provides the Invoke method, which will take a delegate and execute it on the thread that the UI element was created on.
In order to use this:
1- one must declare a function that performs the UI operation.
2- create a method that will call the ShowDialog on the folderBrowserDialog object.

that's all , I hope this can be the solution for your problem as it was for me.

Good LUCK
GeneralRe: folderBrowserDialog is not visible while installing the application ? Pin
Dattatraya K27-Apr-09 19:55
Dattatraya K27-Apr-09 19:55 
Questioni need help with a cryptography exception! Pin
Roshanakak27-Apr-09 3:29
Roshanakak27-Apr-09 3:29 
AnswerRe: i need help with a cryptography exception! Pin
Simon P Stevens27-Apr-09 5:10
Simon P Stevens27-Apr-09 5:10 
QuestionRe: i need help with a cryptography exception! Pin
Roshanakak27-Apr-09 18:34
Roshanakak27-Apr-09 18:34 
AnswerRe: i need help with a cryptography exception! Pin
Simon P Stevens27-Apr-09 21:41
Simon P Stevens27-Apr-09 21:41 
GeneralRe: i need help with a cryptography exception! Pin
Roshanakak28-Apr-09 0:43
Roshanakak28-Apr-09 0:43 
GeneralRe: i need help with a cryptography exception! Pin
Simon P Stevens28-Apr-09 1:30
Simon P Stevens28-Apr-09 1:30 
QuestionGridview Pin
pginnare27-Apr-09 3:28
pginnare27-Apr-09 3:28 
AnswerRe: Gridview Pin
AnilJayanti27-Apr-09 3:40
AnilJayanti27-Apr-09 3:40 
AnswerRe: Gridview Pin
Jimmanuel27-Apr-09 4:17
Jimmanuel27-Apr-09 4:17 
Questionhow to select or get all values in listbox at pageload Pin
sakthi06karthi27-Apr-09 3:14
sakthi06karthi27-Apr-09 3:14 
AnswerRe: how to select or get all values in listbox at pageload Pin
AnilJayanti27-Apr-09 3:25
AnilJayanti27-Apr-09 3:25 
Questionc# interoperability with TCL Pin
Seraph_summer27-Apr-09 2:28
Seraph_summer27-Apr-09 2:28 
AnswerRe: c# interoperability with TCL Pin
Michael Bookatz27-Apr-09 2:52
Michael Bookatz27-Apr-09 2:52 
QuestionHow to get returned value from TableAdapter.Update method ? Pin
hdv21227-Apr-09 2:27
hdv21227-Apr-09 2:27 
AnswerRe: How to get returned value from TableAdapter.Update method ? Pin
musefan27-Apr-09 3:13
musefan27-Apr-09 3:13 
GeneralRe: How to get returned value from TableAdapter.Update method ? Pin
hdv21227-Apr-09 3:32
hdv21227-Apr-09 3:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.