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

.NET (Core and Framework)

 
Generalmaking a slow progam run faster Pin
Tank_Aviator5-Feb-04 19:31
Tank_Aviator5-Feb-04 19:31 
GeneralRe: making a slow progam run faster Pin
Corinna John8-Feb-04 21:27
Corinna John8-Feb-04 21:27 
GeneralRaw Sockets with TCP in C# Pin
Andy *M*5-Feb-04 13:00
Andy *M*5-Feb-04 13:00 
GeneralGUID_NULL identifier not found error... Pin
adonisv5-Feb-04 9:51
adonisv5-Feb-04 9:51 
GeneralWhy no more CDaoRecordset Class Wizard Pin
harwanegg4-Feb-04 22:37
harwanegg4-Feb-04 22:37 
GeneralRe: Why no more CDaoRecordset Class Wizard Pin
Steve S10-Feb-04 1:35
Steve S10-Feb-04 1:35 
GeneralPerformance Issues with C++ .NET Pin
Tank_Aviator4-Feb-04 11:09
Tank_Aviator4-Feb-04 11:09 
GeneralRe: Performance Issues with C++ .NET Pin
Roman Rodov11-Feb-04 14:50
Roman Rodov11-Feb-04 14:50 
Your problem is most probably with the type of a timer that you are using. And your redrawing problems are probably thread related. You should really be using threads and the Timer type provided in the System.Threading namespace. Also if you will be planning to update the UI of your application from the code running on another thread you need to be using Delegates as most of the methods of types in the System.Windows.Forms namespace are not thread safe. Post some of your code and people might be able to help you a little bit more.
GeneralComboBox SelectedIndex Pin
Mike Osbahr4-Feb-04 8:08
Mike Osbahr4-Feb-04 8:08 
GeneralRe: ComboBox SelectedIndex Pin
Gerald Leslie Jones8-Feb-04 23:41
Gerald Leslie Jones8-Feb-04 23:41 
GeneralCompact Framework and Remoting Pin
Bertrand Boichon4-Feb-04 6:20
Bertrand Boichon4-Feb-04 6:20 
GeneralSimple Problem With ListBoxes Pin
Pugman8123-Feb-04 17:31
Pugman8123-Feb-04 17:31 
GeneralRe: Simple Problem With ListBoxes Pin
John Kuhn3-Feb-04 19:19
John Kuhn3-Feb-04 19:19 
Question.NET included with IE7? Pin
Judah Gabriel Himango3-Feb-04 6:21
sponsorJudah Gabriel Himango3-Feb-04 6:21 
AnswerRe: .NET included with IE7? Pin
Arun Bhalla5-Feb-04 8:32
Arun Bhalla5-Feb-04 8:32 
GeneralRe: .NET included with IE7? Pin
Judah Gabriel Himango5-Feb-04 11:20
sponsorJudah Gabriel Himango5-Feb-04 11:20 
GeneralRe: .NET included with IE7? Pin
Arun Bhalla5-Feb-04 11:48
Arun Bhalla5-Feb-04 11:48 
GeneralRe: .NET included with IE7? Pin
Ian Darling5-Feb-04 14:20
Ian Darling5-Feb-04 14:20 
GeneralRe: .NET included with IE7? Pin
Judah Gabriel Himango6-Feb-04 4:18
sponsorJudah Gabriel Himango6-Feb-04 4:18 
GeneralRe: .NET included with IE7? Pin
Kevin McFarlane18-Feb-04 6:27
Kevin McFarlane18-Feb-04 6:27 
GeneralRe: .NET included with IE7? Pin
Judah Gabriel Himango19-Feb-04 8:29
sponsorJudah Gabriel Himango19-Feb-04 8:29 
GeneralRe: .NET included with IE7? Pin
Kevin McFarlane20-Feb-04 2:38
Kevin McFarlane20-Feb-04 2:38 
GeneralRe: .NET included with IE7? Pin
Judah Gabriel Himango20-Feb-04 5:43
sponsorJudah Gabriel Himango20-Feb-04 5:43 
GeneralRe: .NET included with IE7? Pin
Kevin McFarlane20-Feb-04 23:11
Kevin McFarlane20-Feb-04 23:11 
GeneralRe: Linux Pin
Kevin McFarlane20-Feb-04 2:52
Kevin McFarlane20-Feb-04 2:52 

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.