Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
GeneralRe: Simple syntax error? Pin
Hristo-Bojilov25-Aug-09 10:30
Hristo-Bojilov25-Aug-09 10:30 
QuestionFramework 2.0 dependency Pin
Waheed Ur Rehman25-Aug-09 8:30
Waheed Ur Rehman25-Aug-09 8:30 
AnswerRe: Framework 2.0 dependency Pin
Xmen Real 25-Aug-09 8:38
professional Xmen Real 25-Aug-09 8:38 
AnswerRe: Framework 2.0 dependency Pin
Hristo-Bojilov25-Aug-09 8:58
Hristo-Bojilov25-Aug-09 8:58 
GeneralRe: Framework 2.0 dependency Pin
Waheed Ur Rehman25-Aug-09 9:37
Waheed Ur Rehman25-Aug-09 9:37 
GeneralRe: Framework 2.0 dependency Pin
Dan Neely25-Aug-09 9:46
Dan Neely25-Aug-09 9:46 
QuestionRefresh after setting MaximizedBounds Pin
Xmen Real 25-Aug-09 7:53
professional Xmen Real 25-Aug-09 7:53 
AnswerRe: Refresh after setting MaximizedBounds Pin
DaveyM6925-Aug-09 8:09
professionalDaveyM6925-Aug-09 8:09 
I'm not sure what you're trying to accomplish or what the problem is.

If you don't want the form to be Invalidated when resized then set it's ResizeRedraw property to false - you can then use a ResizeEnd event handler to determine if you need to repaint based on your requirements and call Invalidate directly.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: Refresh after setting MaximizedBounds Pin
Xmen Real 25-Aug-09 8:16
professional Xmen Real 25-Aug-09 8:16 
Questioncapture data from modem Pin
ran925-Aug-09 7:27
ran925-Aug-09 7:27 
AnswerRe: capture data from modem Pin
stancrm25-Aug-09 7:37
stancrm25-Aug-09 7:37 
GeneralRe: capture data from modem Pin
ran925-Aug-09 7:46
ran925-Aug-09 7:46 
GeneralRe: capture data from modem Pin
stancrm25-Aug-09 10:03
stancrm25-Aug-09 10:03 
Questionbasic oop Pin
hotthoughtguy25-Aug-09 7:15
hotthoughtguy25-Aug-09 7:15 
AnswerRe: basic oop Pin
Hristo-Bojilov25-Aug-09 7:25
Hristo-Bojilov25-Aug-09 7:25 
AnswerRe: basic oop Pin
DaveyM6925-Aug-09 7:28
professionalDaveyM6925-Aug-09 7:28 
AnswerRe: basic oop Pin
DaveyM6925-Aug-09 7:44
professionalDaveyM6925-Aug-09 7:44 
QuestionIntegrating winforms into web site (VS 2008) Pin
Dextter25-Aug-09 7:15
Dextter25-Aug-09 7:15 
QuestionTyped Datasets Pin
cdpace25-Aug-09 6:09
cdpace25-Aug-09 6:09 
AnswerRe: Typed Datasets Pin
Henry Minute25-Aug-09 8:05
Henry Minute25-Aug-09 8:05 
GeneralRe: Typed Datasets Pin
cdpace25-Aug-09 9:13
cdpace25-Aug-09 9:13 
GeneralRe: Typed Datasets Pin
Henry Minute25-Aug-09 9:26
Henry Minute25-Aug-09 9:26 
GeneralRe: Typed Datasets Pin
cdpace25-Aug-09 11:28
cdpace25-Aug-09 11:28 
GeneralRe: Typed Datasets Pin
Henry Minute25-Aug-09 12:07
Henry Minute25-Aug-09 12:07 
GeneralRe: Typed Datasets Pin
cdpace25-Aug-09 20:37
cdpace25-Aug-09 20:37 

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.