Click here to Skip to main content
15,910,661 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: My Question is How can i do that. drawing charts without using MS Chart controll Pin
EmanAli17-Dec-03 4:52
EmanAli17-Dec-03 4:52 
GeneralRe: My Question is How can i do that. drawing charts without using MS Chart controll Pin
Dave Kreskowiak17-Dec-03 5:40
mveDave Kreskowiak17-Dec-03 5:40 
GeneralRe: My Question is How can i do that. drawing charts without using MS Chart controll Pin
EmanAli19-Dec-03 4:39
EmanAli19-Dec-03 4:39 
QuestionHow to do double bufferring on a picbox?VB.Net Pin
MJay16-Dec-03 20:44
MJay16-Dec-03 20:44 
AnswerRe: How to do double bufferring on a picbox?VB.Net Pin
steff kamush16-Dec-03 22:28
steff kamush16-Dec-03 22:28 
QuestionHow Do I able retrieve Data using Comm Events?? Pin
Member 76608416-Dec-03 17:53
Member 76608416-Dec-03 17:53 
Questionhow to keep the drawing on picturebox when new drawing is added?VB.Net Pin
MJay16-Dec-03 8:02
MJay16-Dec-03 8:02 
AnswerRe: how to keep the drawing on picturebox when new drawing is added?VB.Net Pin
Dave Kreskowiak16-Dec-03 16:22
mveDave Kreskowiak16-Dec-03 16:22 
You have to rewrite your paint handler to paint BOTH rectangles. WHat your doing in your handler is telling the PicBox to invalidate it's entire client area. THen your handling the paint event yourself, but never redrawing the first rectangle. You have to modify your code to keep track of EVERYTHING that you want repainted in the picbox, then redraw it all yourself since your handling the paint event yourself.



RageInTheMachine9532
AnswerRe: how to keep the drawing on picturebox when new drawing is added?VB.Net Pin
steff kamush16-Dec-03 20:24
steff kamush16-Dec-03 20:24 
GeneralRe: how to keep the drawing on picturebox when new drawing is added?VB.Net Pin
MJay16-Dec-03 20:49
MJay16-Dec-03 20:49 
Generalnewbie - Help! Pin
cawe16-Dec-03 7:22
cawe16-Dec-03 7:22 
GeneralRe: newbie - Help! Pin
steff kamush16-Dec-03 20:49
steff kamush16-Dec-03 20:49 
GeneralOpen file attached to Excel as OLEObject Pin
Member 77096916-Dec-03 7:19
Member 77096916-Dec-03 7:19 
Questionhow to read the value from a text file? Pin
ESJY16-Dec-03 4:17
ESJY16-Dec-03 4:17 
AnswerRe: how to read the value from a text file? Pin
steff kamush16-Dec-03 22:04
steff kamush16-Dec-03 22:04 
GeneralRe: how to read the value from a text file? Pin
ESJY19-Dec-03 4:32
ESJY19-Dec-03 4:32 
GeneralRe: how to read the value from a text file? Pin
steff kamush21-Dec-03 20:11
steff kamush21-Dec-03 20:11 
GeneralRe: how to read the value from a text file? Pin
ESJY22-Dec-03 4:32
ESJY22-Dec-03 4:32 
GeneralValidate User/Password Pin
16-Dec-03 4:01
suss16-Dec-03 4:01 
GeneralRe: Validate User/Password Pin
Colin Angus Mackay16-Dec-03 11:19
Colin Angus Mackay16-Dec-03 11:19 
GeneralRe: Validate User/Password Pin
vincent.reynolds16-Dec-03 11:43
vincent.reynolds16-Dec-03 11:43 
GeneralRe: Validate User/Password Pin
johnkotlarik29-Mar-04 10:26
johnkotlarik29-Mar-04 10:26 
QuestionHow to make a form on the top of all forms? Pin
MJay16-Dec-03 2:11
MJay16-Dec-03 2:11 
AnswerRe: How to make a form on the top of all forms? Pin
Anonymous16-Dec-03 7:21
Anonymous16-Dec-03 7:21 
GeneralRe: How to make a form on the top of all forms? Pin
Zipadie Doodah18-Dec-03 5:17
Zipadie Doodah18-Dec-03 5:17 

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.