Click here to Skip to main content
15,891,828 members
Home / Discussions / C#
   

C#

 
GeneralRe: Timer intervals Pin
phannon8628-Jan-08 22:04
professionalphannon8628-Jan-08 22:04 
QuestionHow to make the scrollbar in a treeview to the start position? Pin
Seraph_summer28-Jan-08 21:29
Seraph_summer28-Jan-08 21:29 
AnswerRe: How to make the scrollbar in a treeview to the start position? Pin
J a a n s28-Jan-08 21:45
professionalJ a a n s28-Jan-08 21:45 
QuestionHow to Enable a parent menu from child class? Pin
DeepOceans28-Jan-08 20:59
DeepOceans28-Jan-08 20:59 
AnswerRe: How to Enable a parent menu from child class? Pin
J a a n s28-Jan-08 21:26
professionalJ a a n s28-Jan-08 21:26 
GeneralRe: How to Enable a parent menu from child class? Pin
DeepOceans28-Jan-08 21:47
DeepOceans28-Jan-08 21:47 
AnswerRe: How to Enable a parent menu from child class? Pin
J a a n s28-Jan-08 23:05
professionalJ a a n s28-Jan-08 23:05 
GeneralRe: How to Enable a parent menu from child class?Finishing thread prob. Pin
DeepOceans30-Jan-08 22:09
DeepOceans30-Jan-08 22:09 
Thank u so much.
It did work now Wink | ;)
Now plz tell me abt my 1 more prob. if u can. When I click Disconnect button it throws exception and application dont close all threads which are using in main as well as its other classes.
private void bDisconect_Click(object sender, EventArgs e)
{
try
{
Client_Login clog = new Client_Login();//child class

clog.clnt_th.Abort();//child class thread
clog.sock.Close();//child socket function
}
catch(System.NullReferenceException expnul)
{
MessageBox.Show(expnul.Message);
}


}
Here what is the main prob.? How to finish this thread exactly.

Shanzay

Questionhow can i make asynchronous calls to webmethods in webservices from aspx pages?how can i get its result? Pin
syamooo28-Jan-08 20:25
syamooo28-Jan-08 20:25 
AnswerRe: how can i make asynchronous calls to webmethods in webservices from aspx pages?how can i get its result? Pin
Mohan Kumar28-Jan-08 20:29
Mohan Kumar28-Jan-08 20:29 
GeneralRe: how can i make asynchronous calls to webmethods in webservices from aspx pages?how can i get its result? Pin
syamooo28-Jan-08 20:45
syamooo28-Jan-08 20:45 
Questionhow to get date,month and year from datetime format Pin
chithra.r28-Jan-08 19:27
chithra.r28-Jan-08 19:27 
AnswerRe: how to get date,month and year from datetime format Pin
pmarfleet28-Jan-08 19:45
pmarfleet28-Jan-08 19:45 
AnswerRe: how to get date,month and year from datetime format Pin
Nouman Bhatti28-Jan-08 20:28
Nouman Bhatti28-Jan-08 20:28 
QuestionTool tip in email messages Pin
M. J. Jaya Chitra28-Jan-08 19:23
M. J. Jaya Chitra28-Jan-08 19:23 
GeneralRe: Tool tip in email messages Pin
TJoe30-Jan-08 11:13
TJoe30-Jan-08 11:13 
Generalto get date, month, year from date seperately Pin
trilokharry28-Jan-08 19:16
trilokharry28-Jan-08 19:16 
GeneralCross post Pin
pmarfleet28-Jan-08 19:46
pmarfleet28-Jan-08 19:46 
GeneralRe: to get date, month, year from date seperately Pin
J a a n s28-Jan-08 20:18
professionalJ a a n s28-Jan-08 20:18 
GeneralRe: to get date, month, year from date seperately Pin
Nouman Bhatti28-Jan-08 20:47
Nouman Bhatti28-Jan-08 20:47 
QuestionWord.Comments colelction Pin
PS@Codeproj28-Jan-08 17:06
PS@Codeproj28-Jan-08 17:06 
GeneralRe: Word.Comments colelction Pin
Skippums28-Jan-08 17:39
Skippums28-Jan-08 17:39 
QuestionRe: Word.Comments colelction Pin
fantasy121529-Jan-08 2:31
fantasy121529-Jan-08 2:31 
GeneralRe: Word.Comments colelction Pin
Skippums29-Jan-08 7:40
Skippums29-Jan-08 7:40 
QuestionHow to Set a Windows service for a particular domain user Pin
Narendra Mohan28-Jan-08 17:02
Narendra Mohan28-Jan-08 17:02 

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.