Click here to Skip to main content
15,916,215 members
Home / Discussions / C#
   

C#

 
Questionpicturebox help Pin
mjawadkhatri10-Jul-09 22:44
mjawadkhatri10-Jul-09 22:44 
AnswerRe: picturebox help Pin
Rajesh R Subramanian10-Jul-09 22:57
professionalRajesh R Subramanian10-Jul-09 22:57 
GeneralRe: picturebox help Pin
mjawadkhatri11-Jul-09 0:29
mjawadkhatri11-Jul-09 0:29 
GeneralRe: picturebox help Pin
Henry Minute11-Jul-09 0:32
Henry Minute11-Jul-09 0:32 
GeneralRe: picturebox help Pin
mjawadkhatri11-Jul-09 0:43
mjawadkhatri11-Jul-09 0:43 
GeneralRe: picturebox help Pin
Henry Minute11-Jul-09 0:56
Henry Minute11-Jul-09 0:56 
GeneralRe: picturebox help Pin
Christian Graus11-Jul-09 2:16
protectorChristian Graus11-Jul-09 2:16 
QuestionSome C# + windows mobile question Pin
E_Gold10-Jul-09 21:23
E_Gold10-Jul-09 21:23 
QuestionSending email without smtp server Pin
The_Collector10-Jul-09 20:40
The_Collector10-Jul-09 20:40 
AnswerRe: Sending email without smtp server Pin
dan!sh 10-Jul-09 20:58
professional dan!sh 10-Jul-09 20:58 
QuestionHow to use GetTextExtentPoint32() in C# Pin
Chiman110-Jul-09 20:26
Chiman110-Jul-09 20:26 
AnswerRe: How to use GetTextExtentPoint32() in C# Pin
dan!sh 10-Jul-09 20:28
professional dan!sh 10-Jul-09 20:28 
GeneralRe: How to use GetTextExtentPoint32() in C# Pin
Chiman110-Jul-09 20:36
Chiman110-Jul-09 20:36 
GeneralRe: How to use GetTextExtentPoint32() in C# Pin
dan!sh 10-Jul-09 20:40
professional dan!sh 10-Jul-09 20:40 
Questiontracking mouse position Pin
Vivek Vijayan10-Jul-09 20:04
Vivek Vijayan10-Jul-09 20:04 
AnswerRe: tracking mouse position Pin
dan!sh 10-Jul-09 20:13
professional dan!sh 10-Jul-09 20:13 
GeneralRe: tracking mouse position Pin
Vivek Vijayan10-Jul-09 20:22
Vivek Vijayan10-Jul-09 20:22 
GeneralRe: tracking mouse position Pin
dan!sh 10-Jul-09 20:26
professional dan!sh 10-Jul-09 20:26 
GeneralRe: tracking mouse position Pin
Vivek Vijayan10-Jul-09 20:39
Vivek Vijayan10-Jul-09 20:39 
GeneralRe: tracking mouse position Pin
dan!sh 10-Jul-09 20:45
professional dan!sh 10-Jul-09 20:45 
AnswerRe: tracking mouse position Pin
Rajesh R Subramanian10-Jul-09 22:21
professionalRajesh R Subramanian10-Jul-09 22:21 
GeneralRe: tracking mouse position Pin
Nish Nishant11-Jul-09 3:03
sitebuilderNish Nishant11-Jul-09 3:03 
GeneralRe: tracking mouse position Pin
Rajesh R Subramanian11-Jul-09 3:13
professionalRajesh R Subramanian11-Jul-09 3:13 
GeneralRe: tracking mouse position Pin
Nish Nishant11-Jul-09 3:15
sitebuilderNish Nishant11-Jul-09 3:15 
Questionthread not started Pin
Vivek Vijayan10-Jul-09 20:03
Vivek Vijayan10-Jul-09 20:03 
when i start thread it displays "thread is not started"
some times nothing is diplayed nothing is happening
can anyone help....
code is like this

class class1
{
class2 obj=new class2();
thre=new thread(new threadstart(obj.run));
}
class class2
{
public void run()
{
}
}
what can be the problem

This code was posted by me...

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.