Click here to Skip to main content
15,887,343 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Through one router only, will UDP package out of order? Pin
Dave Kreskowiak3-Aug-11 8:35
mveDave Kreskowiak3-Aug-11 8:35 
GeneralRe: Through one router only, will UDP package out of order? Pin
zipliu3-Aug-11 12:37
zipliu3-Aug-11 12:37 
GeneralRe: Through one router only, will UDP package out of order? Pin
Dave Kreskowiak3-Aug-11 12:53
mveDave Kreskowiak3-Aug-11 12:53 
GeneralRe: Through one router only, will UDP package out of order? Pin
MicroVirus9-Aug-11 14:02
MicroVirus9-Aug-11 14:02 
QuestionRecommendation for Charts control Pin
devvvy27-Jul-11 20:51
devvvy27-Jul-11 20:51 
AnswerRe: Recommendation for Charts control Pin
RobCroll9-Aug-11 0:26
RobCroll9-Aug-11 0:26 
QuestionParent UserControl fails to draw when child UserControl is updated. Pin
cjb11024-Jul-11 1:15
cjb11024-Jul-11 1:15 
AnswerRe: Parent UserControl fails to draw when child UserControl is updated. Pin
Dave Kreskowiak24-Jul-11 3:24
mveDave Kreskowiak24-Jul-11 3:24 
Are you doing any drawing yourself or just relying on the controls to draw themselves??

If your code is taking too long to do anything during a repaint, you can get the Big Red X.

If your code is doing custom drawing, then you either didn't use the Graphics object that was passed in through the PaintEventArgs or, you borked up the Graphics object somehow, or your code took too long to draw, or ... this list goes on and on.

Without seeing your drawing code, it's pretty much impossible to pinpoint what went wrong.

GeneralRe: Parent UserControl fails to draw when child UserControl is updated. Pin
cjb11025-Jul-11 2:41
cjb11025-Jul-11 2:41 
QuestionDeploy Windows Application Pin
Ramkumar_S21-Jul-11 18:07
Ramkumar_S21-Jul-11 18:07 
AnswerRe: Deploy Windows Application [modified] Pin
dan!sh 21-Jul-11 20:58
professional dan!sh 21-Jul-11 20:58 
AnswerRe: Deploy Windows Application Pin
RobCroll21-Jul-11 21:25
RobCroll21-Jul-11 21:25 
GeneralRe: Deploy Windows Application Pin
dan!sh 21-Jul-11 22:07
professional dan!sh 21-Jul-11 22:07 
AnswerRe: Deploy Windows Application Pin
Bert Mitton18-Aug-11 5:54
professionalBert Mitton18-Aug-11 5:54 
QuestionPlotting large amounts of data Pin
EitsopGmail15-Jul-11 2:58
EitsopGmail15-Jul-11 2:58 
AnswerRe: Plotting large amounts of data [modified] Pin
BillWoodruff17-Jul-11 20:48
professionalBillWoodruff17-Jul-11 20:48 
QuestionNeed to SendMesssage to controls placed on some remote .NET managed processes from some simulator's process. Pin
glitteringsound14-Jul-11 12:19
glitteringsound14-Jul-11 12:19 
QuestionWhy Control.FromHandle(IntPtr) returns null in one hooked process and returns valid object of “Form”? in another hooked process? Pin
glitteringsound29-Jun-11 3:13
glitteringsound29-Jun-11 3:13 
Questionwindows datagrid drill down returns relation name [modified] Pin
Amit Sk Sharma28-Jun-11 23:50
Amit Sk Sharma28-Jun-11 23:50 
AnswerRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 1:37
mveDave Kreskowiak29-Jun-11 1:37 
GeneralRe: windows datagrid drill down returns relation name [modified] Pin
BobJanova29-Jun-11 1:59
BobJanova29-Jun-11 1:59 
AnswerRe: windows datagrid drill down returns relation name Pin
Eddy Vluggen29-Jun-11 2:59
professionalEddy Vluggen29-Jun-11 2:59 
GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 4:28
mveDave Kreskowiak29-Jun-11 4:28 
GeneralRe: windows datagrid drill down returns relation name Pin
BobJanova29-Jun-11 7:16
BobJanova29-Jun-11 7:16 
GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 7:30
mveDave Kreskowiak29-Jun-11 7:30 

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.