Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
AnswerRe: web services or remoting or what ? Pin
Matt Gerrans1-Jul-05 4:53
Matt Gerrans1-Jul-05 4:53 
GeneralManaging at Runtime-created Controls in C# Pin
tutah30-Jun-05 2:08
tutah30-Jun-05 2:08 
QuestionHow to add controls to OpenDialog box? Pin
Anonymous30-Jun-05 1:53
Anonymous30-Jun-05 1:53 
AnswerRe: How to add controls to OpenDialog box? Pin
Mattias Olgerfelt30-Jun-05 5:54
Mattias Olgerfelt30-Jun-05 5:54 
GeneralRe: How to add controls to OpenDialog box? Pin
avivag6-Jul-05 0:16
avivag6-Jul-05 0:16 
Generalcombobox contents verify fails Pin
fracalifa30-Jun-05 1:49
fracalifa30-Jun-05 1:49 
GeneralRe: combobox contents verify fails Pin
Guffa30-Jun-05 3:52
Guffa30-Jun-05 3:52 
GeneralThread Pin
Rassul Yunussov30-Jun-05 0:44
Rassul Yunussov30-Jun-05 0:44 
How to pass arguments to the thread...
I do the next things in the constructor:
m_PaintThread = new Thread(new ThreadStart(PaintMap));

And next things in function that calls the thread:
if(m_PaintThread.IsAlive)
								{
									m_PaintThread.Abort();
									m_PaintThread.Join();
								}
								m_PaintThread.Start();

So...
In that thread i draw the map, and i call the function CreateGraphics,
but it says that an object reference is required when i call nonstatic method...
I remember in C++ I could pass the parent class in parameter LPVOID lParam,
But how to make it here???

And another question - How to paint map Without Flicking? So how to implement double buffered painting...
GeneralRe: Thread Pin
Judah Gabriel Himango30-Jun-05 5:27
sponsorJudah Gabriel Himango30-Jun-05 5:27 
GeneralRe: Thread Pin
Rassul Yunussov30-Jun-05 20:10
Rassul Yunussov30-Jun-05 20:10 
GeneralRe: Thread Pin
Judah Gabriel Himango1-Jul-05 5:05
sponsorJudah Gabriel Himango1-Jul-05 5:05 
GeneralSending multple files to AXIS web service Pin
quim_rocha30-Jun-05 0:15
quim_rocha30-Jun-05 0:15 
Generalconnecting sqlexpress inside IDE Pin
g00fyman30-Jun-05 0:03
g00fyman30-Jun-05 0:03 
Questionnormal behaviour for writeline? Pin
beginsomewhere29-Jun-05 23:58
sussbeginsomewhere29-Jun-05 23:58 
AnswerRe: normal behaviour for writeline? Pin
Corinna John1-Jul-05 0:27
Corinna John1-Jul-05 0:27 
GeneralReminder System Pin
Adoremi29-Jun-05 23:01
Adoremi29-Jun-05 23:01 
GeneralRe: Reminder System Pin
Dave Kreskowiak30-Jun-05 5:05
mveDave Kreskowiak30-Jun-05 5:05 
GeneralRe: Reminder System Pin
Adoremi2-Jul-05 6:38
Adoremi2-Jul-05 6:38 
GeneralRe: Reminder System Pin
Dave Kreskowiak2-Jul-05 16:29
mveDave Kreskowiak2-Jul-05 16:29 
GeneralRe: Reminder System Pin
Adoremi3-Jul-05 15:39
Adoremi3-Jul-05 15:39 
GeneralRe: Reminder System Pin
Dave Kreskowiak3-Jul-05 16:16
mveDave Kreskowiak3-Jul-05 16:16 
QuestionHow to use AND operator in sql?? Pin
fire8529-Jun-05 22:31
fire8529-Jun-05 22:31 
AnswerRe: How to use AND operator in sql?? Pin
mav.northwind29-Jun-05 22:38
mav.northwind29-Jun-05 22:38 
GeneralRe: How to use AND operator in sql?? Pin
fire8529-Jun-05 22:42
fire8529-Jun-05 22:42 
GeneralMaking A Phone Call With TAPI 3 Pin
Andre Trollip29-Jun-05 21:54
Andre Trollip29-Jun-05 21:54 

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.