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

.NET (Core and Framework)

 
JokeRe: IE7 and .NET Pin
Thomas Stockwell10-Jul-08 10:41
professionalThomas Stockwell10-Jul-08 10:41 
Questionfilesystemwatcher Pin
Ebube4-Jul-08 9:13
Ebube4-Jul-08 9:13 
AnswerRe: filesystemwatcher Pin
Pete O'Hanlon4-Jul-08 9:45
mvePete O'Hanlon4-Jul-08 9:45 
QuestionSOLVED:Windows Service windows 2000 Framework 2.0 hangs on startup Pin
redWingBB3-Jul-08 11:34
redWingBB3-Jul-08 11:34 
AnswerRe: SOLVED:Windows Service windows 2000 Framework 2.0 hangs on startup Pin
Mark Salsbery3-Jul-08 11:55
Mark Salsbery3-Jul-08 11:55 
AnswerRe: SOLVED:Windows Service windows 2000 Framework 2.0 hangs on startup Pin
PIEBALDconsult3-Jul-08 12:42
mvePIEBALDconsult3-Jul-08 12:42 
QuestionGraph erased in vc++.net!!! Pin
Member 47446832-Jul-08 20:24
Member 47446832-Jul-08 20:24 
AnswerRe: Graph erased in vc++.net!!! Pin
led mike3-Jul-08 7:08
led mike3-Jul-08 7:08 
Member 4744683 wrote:
I have a vc++.net application that draws a graph


How?

Member 4744683 wrote:
Please help me.I am a beginner in vc++.net.


Are you also a beginner in communications? Think about what you are doing here using this forum. You are asking people to freely use their time to help you. At the very least you should make an effort to communicate your problem clearly, completely and succinctly.

Member 4744683 wrote:
draws a graph at runtime after a certain time interval


So based on that one could guess that you do the drawing in a timer event handler. Drawing needs to be done in response to Draw events or WM_PAINT messages, not timer events. Also a Picture control can be used. The Picture control would then do the drawing in response to the Draw events. To use a Picture control you would create an Image and draw into the image then assign the image to the Picture control.

good luck


led mike

GeneralRe: Graph erased in vc++.net!!! Pin
Member 47446833-Jul-08 20:18
Member 47446833-Jul-08 20:18 
GeneralRe: Graph erased in vc++.net!!! Pin
Christian Graus6-Jul-08 18:55
protectorChristian Graus6-Jul-08 18:55 
GeneralRe: Graph erased in vc++.net!!! Pin
Member 47446836-Jul-08 23:41
Member 47446836-Jul-08 23:41 
GeneralRe: Graph erased in vc++.net!!! Pin
led mike7-Jul-08 10:45
led mike7-Jul-08 10:45 
GeneralRe: Graph erased in vc++.net!!! Pin
Member 47446837-Jul-08 19:14
Member 47446837-Jul-08 19:14 
GeneralRe: Graph erased in vc++.net!!! Pin
led mike8-Jul-08 7:11
led mike8-Jul-08 7:11 
GeneralRe: Graph erased in vc++.net!!! Pin
Pete O'Hanlon8-Jul-08 8:34
mvePete O'Hanlon8-Jul-08 8:34 
GeneralRe: Graph erased in vc++.net!!! Pin
led mike8-Jul-08 9:04
led mike8-Jul-08 9:04 
GeneralRe: Graph erased in vc++.net!!! Pin
Pete O'Hanlon8-Jul-08 10:06
mvePete O'Hanlon8-Jul-08 10:06 
GeneralRe: Graph erased in vc++.net!!! Pin
led mike8-Jul-08 11:18
led mike8-Jul-08 11:18 
GeneralRe: Graph erased in vc++.net!!! Pin
Mark Salsbery8-Jul-08 11:42
Mark Salsbery8-Jul-08 11:42 
GeneralRe: Graph erased in vc++.net!!! Pin
led mike8-Jul-08 11:58
led mike8-Jul-08 11:58 
GeneralRe: Graph erased in vc++.net!!! Pin
Pete O'Hanlon9-Jul-08 8:14
mvePete O'Hanlon9-Jul-08 8:14 
GeneralRe: Graph erased in vc++.net!!! Pin
Member 474468327-Jul-08 23:11
Member 474468327-Jul-08 23:11 
QuestionEasy question for VS 2008 and the asp tags Pin
Leo Smith2-Jul-08 10:41
Leo Smith2-Jul-08 10:41 
AnswerRe: Easy question for VS 2008 and the asp tags Pin
Manas Bhardwaj7-Aug-08 5:51
professionalManas Bhardwaj7-Aug-08 5:51 
QuestionIoC in Medium Trust Pin
Yitzchok Dev1-Jul-08 18:44
Yitzchok Dev1-Jul-08 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.