Click here to Skip to main content
15,912,578 members
Home / Discussions / C#
   

C#

 
AnswerRe: Do I need to uninstall Visual Studio 2008 in order to install VS 2010 Professional ? Pin
OriginalGriff17-Apr-10 21:30
mveOriginalGriff17-Apr-10 21:30 
GeneralRe: Do I need to uninstall Visual Studio 2008 in order to install VS 2010 Professional ? Pin
Nadia Monalisa17-Apr-10 21:40
Nadia Monalisa17-Apr-10 21:40 
QuestionWill my .NET 2.0 Control work in .NET 4.0 application ? Pin
Nadia Monalisa17-Apr-10 21:14
Nadia Monalisa17-Apr-10 21:14 
AnswerRe: Will my .NET 2.0 Control work in .NET 4.0 application ? Pin
Abhinav S17-Apr-10 23:19
Abhinav S17-Apr-10 23:19 
QuestionSelect Area Pin
Frozzeg17-Apr-10 10:44
Frozzeg17-Apr-10 10:44 
AnswerRe: Select Area Pin
Luc Pattyn17-Apr-10 11:42
sitebuilderLuc Pattyn17-Apr-10 11:42 
GeneralRe: Select Area [modified] Pin
Frozzeg17-Apr-10 22:59
Frozzeg17-Apr-10 22:59 
QuestionWaiting until myclass.something() is finished Pin
BuggingMe17-Apr-10 9:16
BuggingMe17-Apr-10 9:16 
Im new to c# and build building a program anyway ive moved the code to login to another class as it needs to be reused.

<pre>MessageBox.Show("Login Function runing");
LoginClass.DoLogin(this);
MessageBox.Show("Login finished");</pre>

however unlike everywhere else in c# the as soon as the class method is run the second messagebox is shown even though the login function code keeps executing.

Is there any way to make the login class execute but for the current class to pass until its finished ?
AnswerRe: Waiting until myclass.something() is finished Pin
Garth J Lancaster17-Apr-10 16:03
professionalGarth J Lancaster17-Apr-10 16:03 
AnswerRe: Waiting until myclass.something() is finished Pin
#realJSOP18-Apr-10 1:35
professional#realJSOP18-Apr-10 1:35 
AnswerRe: Waiting until myclass.something() is finished Pin
Ashfield18-Apr-10 22:28
Ashfield18-Apr-10 22:28 
QuestionDrawing in GDI Pin
snouto17-Apr-10 4:45
snouto17-Apr-10 4:45 
AnswerRe: Drawing in GDI Pin
Dan Mos17-Apr-10 6:50
Dan Mos17-Apr-10 6:50 
QuestionHow to set text of textbox with value user entered in another form at form close Pin
linqabc17-Apr-10 4:29
linqabc17-Apr-10 4:29 
AnswerRe: How to set text of textbox with value user entered in another form at form close Pin
Brij17-Apr-10 4:36
mentorBrij17-Apr-10 4:36 
GeneralRe: How to set text of textbox with value user entered in another form at form close Pin
OriginalGriff17-Apr-10 4:50
mveOriginalGriff17-Apr-10 4:50 
GeneralRe: How to set text of textbox with value user entered in another form at form close Pin
Brij18-Apr-10 0:26
mentorBrij18-Apr-10 0:26 
GeneralRe: How to set text of textbox with value user entered in another form at form close Pin
linqabc17-Apr-10 22:21
linqabc17-Apr-10 22:21 
AnswerRe: How to set text of textbox with value user entered in another form at form close Pin
OriginalGriff17-Apr-10 4:47
mveOriginalGriff17-Apr-10 4:47 
GeneralRe: How to set text of textbox with value user entered in another form at form close Pin
linqabc17-Apr-10 22:26
linqabc17-Apr-10 22:26 
GeneralRe: How to set text of textbox with value user entered in another form at form close Pin
OriginalGriff17-Apr-10 22:36
mveOriginalGriff17-Apr-10 22:36 
GeneralRe: How to set text of textbox with value user entered in another form at form close Pin
linqabc17-Apr-10 22:52
linqabc17-Apr-10 22:52 
GeneralRe: How to set text of textbox with value user entered in another form at form close (alternative method) Pin
supercat919-Apr-10 5:48
supercat919-Apr-10 5:48 
QuestionOutlook Plug-in Button Issue! Pin
Sr...Frank16-Apr-10 23:09
Sr...Frank16-Apr-10 23:09 
AnswerRe: Outlook Plug-in Button Issue! Pin
Md. Marufuzzaman18-Apr-10 1:38
professionalMd. Marufuzzaman18-Apr-10 1:38 

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.