Click here to Skip to main content
15,885,782 members
Home / Discussions / C#
   

C#

 
QuestionJust want to init a member of a struct Pin
qingyingqy25-Oct-06 2:34
qingyingqy25-Oct-06 2:34 
AnswerRe: Just want to init a member of a struct Pin
User 665825-Oct-06 3:13
User 665825-Oct-06 3:13 
AnswerRe: Just want to init a member of a struct Pin
Guffa25-Oct-06 3:15
Guffa25-Oct-06 3:15 
QuestionComboBox and DataSource attribute Pin
zaboboa25-Oct-06 2:33
zaboboa25-Oct-06 2:33 
AnswerRe: ComboBox and DataSource attribute Pin
sam#25-Oct-06 7:47
sam#25-Oct-06 7:47 
QuestionDisable Ambient properties from being set Pin
chricla25-Oct-06 2:23
chricla25-Oct-06 2:23 
AnswerRe: Disable Ambient properties from being set Pin
sam#25-Oct-06 8:04
sam#25-Oct-06 8:04 
QuestionApplication hang-up in .net 2.0 windows forms Pin
pranu_1325-Oct-06 1:11
pranu_1325-Oct-06 1:11 
Hi all,

i have a peculiar problem in closing the windows forms.

In order to work with multiple instances of same form asynchronously,i am invoking the method using the beginInvoke method of a delegate as follows:

testDelegate del = new testDelegate(SubmitData);
del.BeginInvoke(null, new object[] { });

Its working fine . But when i close these instances, application is getting hanged.

In close button i just wrote this.close() method.

This application is a .net 2.0 windows application.

Can any one help me out to solve this please...

Thanks,
Pranu.
AnswerRe: Application hang-up in .net 2.0 windows forms Pin
Judah Gabriel Himango25-Oct-06 5:10
sponsorJudah Gabriel Himango25-Oct-06 5:10 
QuestionNeed to access string from HTMLRequest Pin
jarlath25-Oct-06 1:08
jarlath25-Oct-06 1:08 
AnswerRe: Need to access string from HTMLRequest Pin
J. Dunlap25-Oct-06 1:44
J. Dunlap25-Oct-06 1:44 
GeneralRe: Need to access string from HTMLRequest Pin
jarlath25-Oct-06 4:58
jarlath25-Oct-06 4:58 
GeneralRe: Need to access string from HTMLRequest Pin
Elina Blank25-Oct-06 6:23
sitebuilderElina Blank25-Oct-06 6:23 
Questionabout tokens Pin
keluo25-Oct-06 0:55
keluo25-Oct-06 0:55 
AnswerRe: about tokens Pin
Judah Gabriel Himango25-Oct-06 5:11
sponsorJudah Gabriel Himango25-Oct-06 5:11 
QuestionHow to check all the check boxes in a listview from the start. Pin
Support12325-Oct-06 0:34
Support12325-Oct-06 0:34 
AnswerRe: How to check all the check boxes in a listview from the start. Pin
snorkie25-Oct-06 2:25
professionalsnorkie25-Oct-06 2:25 
AnswerRe: How to check all the check boxes in a listview from the start. Pin
Shy Agam25-Oct-06 2:31
Shy Agam25-Oct-06 2:31 
GeneralRe: How to check all the check boxes in a listview from the start. Pin
Support12325-Oct-06 2:39
Support12325-Oct-06 2:39 
QuestionChanging windows service account Pin
kulile25-Oct-06 0:32
kulile25-Oct-06 0:32 
Questiondrive formating for USB Stick (2nd try) Pin
Martin#25-Oct-06 0:15
Martin#25-Oct-06 0:15 
QuestionRe-implementing string object - Binding issues Pin
GottaseeMe24-Oct-06 23:47
GottaseeMe24-Oct-06 23:47 
QuestionCom Type VT_STREAM in .net 2.0 Pin
chris_do24-Oct-06 22:41
chris_do24-Oct-06 22:41 
Questionhowto: pass parameters to a webservice from browser address bar Pin
baajhan24-Oct-06 22:40
baajhan24-Oct-06 22:40 
AnswerRe: howto: pass parameters to a webservice from browser address bar Pin
chris_do24-Oct-06 23:45
chris_do24-Oct-06 23:45 

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.