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

Visual Basic

 
GeneralRe: Drawing our Own Charts on Forms with out using the MSChart Control Pin
Dave Kreskowiak17-Dec-03 4:31
mveDave Kreskowiak17-Dec-03 4:31 
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 
i have form1 and form2, form1 has a picturebox which i already drew something on it(e.g. rectangle)
i active form2 to chose another shape to add below the rect, after form2 closed, the new shape should be added below the rect and the rect should be remained in its original position on the picbox(something like drawing flowchart).i used picbox_Paint event handler to draw the rect, but when i added new shape using the same Paint handler the rect is gone??!is there anyway to fix this problem?? what i try to find is the way to keep the drawing on the picbox remained till the application is closed... below is my current coding summary

private sub picbox_paint(e....) .... handles paint

if drawmode = 1 then
e.graphic.drawrect() 'this is the first drawing
picbox.invalide() 'refresh picbox
end if

if drawmode = 2 then 'this means user chose another shape from form2
e.graphic.drawXX() 'this is second drawing
picbox.invalide() 'refresh picbox
end if

end sub
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 
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 

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.