Click here to Skip to main content
15,914,447 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionpocket pc application Pin
bhavz693-Mar-06 4:01
bhavz693-Mar-06 4:01 
QuestionNet 2.0 and COM Interop (Winword) Pin
gill3-Mar-06 3:28
gill3-Mar-06 3:28 
AnswerRe: Net 2.0 and COM Interop (Winword) Pin
Douglas Troy3-Mar-06 6:20
Douglas Troy3-Mar-06 6:20 
QuestionIncorporating several 3rd party installation programs into setup project? Pin
mike973052-Mar-06 11:25
mike973052-Mar-06 11:25 
QuestionGraphics update bottleneck Pin
magja2-Mar-06 3:51
magja2-Mar-06 3:51 
AnswerRe: Graphics update bottleneck Pin
Dave Kreskowiak2-Mar-06 8:09
mveDave Kreskowiak2-Mar-06 8:09 
GeneralRe: Graphics update bottleneck Pin
magja2-Mar-06 22:08
magja2-Mar-06 22:08 
GeneralRe: Graphics update bottleneck Pin
Dave Kreskowiak3-Mar-06 1:49
mveDave Kreskowiak3-Mar-06 1:49 
magja wrote:
So then I want to secure the animation update by doing the repainting in the SAME thread,


You're better off NOT doing this in a background thread. Setup a Timer that fires it's event every 30 ms. Put your Drawing and Invalidate code in the Timer Tick event, then you might have to put a Application.DoEvents() line after the Invalidate line. This MAY give you better painting response, but that depends on what else your form is doing at the time.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionHow to write C# code in a vb.net form Pin
Maher Abu Zer1-Mar-06 23:51
professionalMaher Abu Zer1-Mar-06 23:51 
AnswerRe: How to write C# code in a vb.net form Pin
darkelv2-Mar-06 0:55
darkelv2-Mar-06 0:55 
AnswerRe: How to write C# code in a vb.net form Pin
Vasudevan Deepak Kumar2-Mar-06 1:38
Vasudevan Deepak Kumar2-Mar-06 1:38 
QuestionHow to Get Client IP address using TcpClient? Pin
Maher Abu Zer1-Mar-06 20:24
professionalMaher Abu Zer1-Mar-06 20:24 
AnswerRe: How to Get Client IP address using TcpClient? Pin
Nicholas Butler1-Mar-06 21:00
sitebuilderNicholas Butler1-Mar-06 21:00 
GeneralRe: How to Get Client IP address using TcpClient? Pin
Maher Abu Zer1-Mar-06 21:50
professionalMaher Abu Zer1-Mar-06 21:50 
AnswerRe: How to Get Client IP address using TcpClient? Pin
Nicholas Butler1-Mar-06 22:16
sitebuilderNicholas Butler1-Mar-06 22:16 
GeneralRe: How to Get Client IP address using TcpClient? Pin
Maher Abu Zer1-Mar-06 22:29
professionalMaher Abu Zer1-Mar-06 22:29 
AnswerRe: How to Get Client IP address using TcpClient? Pin
Nicholas Butler1-Mar-06 22:39
sitebuilderNicholas Butler1-Mar-06 22:39 
GeneralRe: How to Get Client IP address using TcpClient? Pin
Maher Abu Zer1-Mar-06 22:47
professionalMaher Abu Zer1-Mar-06 22:47 
QuestionCompact .NET Pin
rmander1-Mar-06 17:08
rmander1-Mar-06 17:08 
AnswerRe: Compact .NET Pin
Vasudevan Deepak Kumar2-Mar-06 1:40
Vasudevan Deepak Kumar2-Mar-06 1:40 
GeneralRe: Compact .NET Pin
rmander2-Mar-06 10:13
rmander2-Mar-06 10:13 
QuestionBusiness Objects + Databinding + data validation = my question... Pin
Chris Richner1-Mar-06 5:22
Chris Richner1-Mar-06 5:22 
AnswerRe: Business Objects + Databinding + data validation = my question... Pin
akyriako781-Mar-06 5:52
akyriako781-Mar-06 5:52 
GeneralRe: Business Objects + Databinding + data validation = my question... Pin
Chris Richner1-Mar-06 7:10
Chris Richner1-Mar-06 7:10 
GeneralRe: Business Objects + Databinding + data validation = my question... Pin
akyriako782-Mar-06 0:09
akyriako782-Mar-06 0:09 

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.