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

.NET (Core and Framework)

 
GeneralRe: Pocket PC 2003 emulator without VS .NET Pin
User 9625787-Apr-04 19:49
User 9625787-Apr-04 19:49 
GeneralRe: Pocket PC 2003 emulator without VS .NET Pin
User 96257810-Apr-04 9:05
User 96257810-Apr-04 9:05 
General.net CF Pin
monn6-Apr-04 17:04
monn6-Apr-04 17:04 
QuestionHow to create Help files in windows Pin
Sreepathi6-Apr-04 16:13
Sreepathi6-Apr-04 16:13 
GeneralIDE Pin
monn6-Apr-04 6:07
monn6-Apr-04 6:07 
GeneralRe: IDE Pin
Colin Angus Mackay6-Apr-04 6:45
Colin Angus Mackay6-Apr-04 6:45 
GeneralRe: IDE Pin
Charlie Williams6-Apr-04 10:47
Charlie Williams6-Apr-04 10:47 
GeneralRe: DateTimePicker ruins my graph! Pin
Colin Angus Mackay6-Apr-04 0:37
Colin Angus Mackay6-Apr-04 0:37 
Where is the code that draws the graph? It sounds like the same thing could happen when ever anything else obscured the graph too. Is this the case? (Try placing another window on top of the graph then moving it off again - Do you get the same thing?)

If you put the graph drawing code in the OnPaint() method (you will need to override it from the base class) it should redraw when the window is damaged. If this is not happening then perhaps the date picker needs to notify the graph that it is damaged. In this case you will need to use Refresh() to get the graph to draw itself again.


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)


QuestionHow to know the focused control Pin
Sreepathi4-Apr-04 14:26
Sreepathi4-Apr-04 14:26 
AnswerRe: How to know the focused control Pin
Roman Rodov5-Apr-04 16:17
Roman Rodov5-Apr-04 16:17 
GeneralMultimodule assembly Pin
sieben4-Apr-04 9:32
sieben4-Apr-04 9:32 
GeneralRe: Multimodule assembly Pin
Mike Dimmick5-Apr-04 2:20
Mike Dimmick5-Apr-04 2:20 
GeneralRe: Multimodule assembly Pin
sieben5-Apr-04 2:37
sieben5-Apr-04 2:37 
Generalcompiling MSIL to Native code using ngen.exe tool Pin
Marco M.4-Apr-04 0:50
Marco M.4-Apr-04 0:50 
GeneralRe: compiling MSIL to Native code using ngen.exe tool Pin
leppie4-Apr-04 1:13
leppie4-Apr-04 1:13 
GeneralConcurrent Assembly versions Pin
ProffK2-Apr-04 1:50
ProffK2-Apr-04 1:50 
GeneralFramework Version Pin
JM_FL1-Apr-04 22:55
JM_FL1-Apr-04 22:55 
GeneralRe: Framework Version Pin
Stefan Troschuetz12-Apr-04 22:52
Stefan Troschuetz12-Apr-04 22:52 
GeneralTransfers to the client an amount of the expected result Pin
s_habibi1-Apr-04 19:35
s_habibi1-Apr-04 19:35 
QuestionHow to override non-virtual method in .NET (not a joke) Pin
Eugene Mayeski1-Apr-04 12:34
professionalEugene Mayeski1-Apr-04 12:34 
AnswerRe: How to override non-virtual method in .NET (not a joke) Pin
Colin Angus Mackay1-Apr-04 13:21
Colin Angus Mackay1-Apr-04 13:21 
GeneralRe: How to override non-virtual method in .NET (not a joke) Pin
Eugene Mayeski1-Apr-04 13:30
professionalEugene Mayeski1-Apr-04 13:30 
GeneralRe: How to override non-virtual method in .NET (not a joke) Pin
Colin Angus Mackay1-Apr-04 14:01
Colin Angus Mackay1-Apr-04 14:01 
GeneralDeployment of already installed Appllication in .NET. Pin
Mahesh Dara31-Mar-04 18:22
Mahesh Dara31-Mar-04 18:22 
GeneralRe: Deployment of already installed Appllication in .NET. Pin
John Kuhn31-Mar-04 18:44
John Kuhn31-Mar-04 18:44 

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.