Click here to Skip to main content
15,913,115 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is Shockwave Fash object in c# can help me to handle actions in flash? Pin
3DoorsDown26-Aug-05 2:40
3DoorsDown26-Aug-05 2:40 
GeneralRe: Is Shockwave Fash object in c# can help me to handle actions in flash? Pin
| Muhammad Waqas Butt |27-Aug-05 4:55
professional| Muhammad Waqas Butt |27-Aug-05 4:55 
GeneralRe: Is Shockwave Fash object in c# can help me to handle actions in flash? Pin
3DoorsDown27-Aug-05 20:29
3DoorsDown27-Aug-05 20:29 
QuestionTranslate DLL (C++ 6.0 to C#.NET) Pin
gr196726-Aug-05 2:09
gr196726-Aug-05 2:09 
AnswerRe: Translate DLL (C++ 6.0 to C#.NET) Pin
Daniel Turini26-Aug-05 2:17
Daniel Turini26-Aug-05 2:17 
AnswerRe: Translate DLL (C++ 6.0 to C#.NET) Pin
Andrew Kirillov26-Aug-05 2:28
Andrew Kirillov26-Aug-05 2:28 
QuestionControls Flicker(Please Help If You Have Solution) Pin
Navees Ahmed26-Aug-05 2:04
Navees Ahmed26-Aug-05 2:04 
AnswerRe: Controls Flicker(Please Help If You Have Solution) Pin
sreejith ss nair26-Aug-05 3:13
sreejith ss nair26-Aug-05 3:13 
You have two forms over here in your application. The second form display on click event of some controls, which is available in first form. Am i right so far ?.
If so, Probabily you will be doing any custom panel paint or default.
If you are doing custom painting then try to impliment Double Buffering techinicsin your paint event handler.
If not, insted of repainitng (form itself will do repainting when you chnage the status of container controls), only try to Invalidate contained controls which are really nessasary to paint.
<br />
Note : (1) Double Buffering.<br />
       (2) Control Invalidating.

Please do little home work on the above mentioned ideas.


Sreejith Nair
[ My Articles ]
QuestionHow to serialize a set of classes? Pin
bouli26-Aug-05 0:38
bouli26-Aug-05 0:38 
AnswerRe: How to serialize a set of classes? Pin
Daniel Turini26-Aug-05 2:09
Daniel Turini26-Aug-05 2:09 
GeneralRe: How to serialize a set of classes? Pin
bouli26-Aug-05 6:37
bouli26-Aug-05 6:37 
Question.NET Dependency Viewer Pin
MrEyes25-Aug-05 23:46
MrEyes25-Aug-05 23:46 
AnswerRe: .NET Dependency Viewer Pin
Duncan Edwards Jones26-Aug-05 0:11
professionalDuncan Edwards Jones26-Aug-05 0:11 
AnswerRe: .NET Dependency Viewer Pin
eggie526-Aug-05 7:06
eggie526-Aug-05 7:06 
Questionhow to send sms using c#.net Pin
Anonymous25-Aug-05 22:09
Anonymous25-Aug-05 22:09 
AnswerRe: how to send sms using c#.net Pin
Blashyrkh#25-Aug-05 22:33
Blashyrkh#25-Aug-05 22:33 
AnswerRe: how to send sms using c#.net Pin
Luis Alonso Ramos26-Aug-05 3:47
Luis Alonso Ramos26-Aug-05 3:47 
QuestionRe: how to send sms using c#.net Pin
eggie526-Aug-05 7:15
eggie526-Aug-05 7:15 
AnswerRe: how to send sms using c#.net Pin
Luis Alonso Ramos26-Aug-05 16:27
Luis Alonso Ramos26-Aug-05 16:27 
AnswerRe: how to send sms using c#.net Pin
eggie526-Aug-05 7:07
eggie526-Aug-05 7:07 
GeneralRe: how to send sms using c#.net Pin
surfman1926-Aug-05 13:21
surfman1926-Aug-05 13:21 
GeneralRe: how to send sms using c#.net Pin
eggie526-Aug-05 13:41
eggie526-Aug-05 13:41 
GeneralRe: how to send sms using c#.net Pin
sajikp28-Aug-05 20:24
sajikp28-Aug-05 20:24 
GeneralRe: how to send sms using c#.net Pin
sajikp28-Aug-05 22:12
sajikp28-Aug-05 22:12 
GeneralRe: how to send sms using c#.net Pin
eggie526-Aug-05 13:50
eggie526-Aug-05 13:50 

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.