Click here to Skip to main content
16,006,531 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Visual Basic to generate a drawing Pin
Christian Graus11-Sep-09 18:36
protectorChristian Graus11-Sep-09 18:36 
GeneralRe: Visual Basic to generate a drawing Pin
Member 419652111-Sep-09 19:09
Member 419652111-Sep-09 19:09 
GeneralRe: Visual Basic to generate a drawing Pin
Christian Graus11-Sep-09 19:18
protectorChristian Graus11-Sep-09 19:18 
By all means, ask more specific questions if you still get stuck, but I think that's the boost you needed to get you on your way.

One thing, if you create any brushes, etc, they need to be disposed of, you call Dispose() on them, after using them. Using a system brush like Brushes.Black, does not have this requirement. Nor should you Dispose of the graphics object passed to you on the event args, although if you ever create your own, you should dispose of them, too.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: Visual Basic to generate a drawing Pin
Member 419652111-Sep-09 20:50
Member 419652111-Sep-09 20:50 
QuestionCRViewer Slow down my system Pin
Adrian_Mia11-Sep-09 8:07
Adrian_Mia11-Sep-09 8:07 
AnswerRe: CRViewer Slow down my system Pin
εїзεїзεїз11-Sep-09 8:16
εїзεїзεїз11-Sep-09 8:16 
GeneralRe: CRViewer Slow down my system Pin
Adrian_Mia11-Sep-09 8:21
Adrian_Mia11-Sep-09 8:21 
GeneralRe: CRViewer Slow down my system Pin
εїзεїзεїз11-Sep-09 10:28
εїзεїзεїз11-Sep-09 10:28 
GeneralRe: CRViewer Slow down my system Pin
Adrian_Mia21-Sep-09 12:14
Adrian_Mia21-Sep-09 12:14 
QuestionMouse up event Pin
RyJaBy11-Sep-09 5:13
RyJaBy11-Sep-09 5:13 
AnswerRe: Mouse up event Pin
dan!sh 11-Sep-09 6:25
professional dan!sh 11-Sep-09 6:25 
GeneralRe: Mouse up event Pin
RyJaBy11-Sep-09 8:09
RyJaBy11-Sep-09 8:09 
AnswerRe: Mouse up event Pin
Luc Pattyn11-Sep-09 8:23
sitebuilderLuc Pattyn11-Sep-09 8:23 
QuestionWin7 Pin
cstrader23211-Sep-09 3:45
cstrader23211-Sep-09 3:45 
AnswerRe: Win7 Pin
tosch11-Sep-09 3:53
tosch11-Sep-09 3:53 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 4:09
cstrader23211-Sep-09 4:09 
GeneralRe: Win7 Pin
Eddy Vluggen11-Sep-09 4:45
professionalEddy Vluggen11-Sep-09 4:45 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 5:12
cstrader23211-Sep-09 5:12 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 6:47
cstrader23211-Sep-09 6:47 
GeneralRe: Win7 [modified] Pin
DaveAuld11-Sep-09 9:50
professionalDaveAuld11-Sep-09 9:50 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 15:47
cstrader23211-Sep-09 15:47 
GeneralRe: Win7 Pin
cstrader23215-Sep-09 1:49
cstrader23215-Sep-09 1:49 
Questionshorter File Path Pin
Bob Beaubien11-Sep-09 2:35
Bob Beaubien11-Sep-09 2:35 
AnswerRe: shorter File Path Pin
Johan Hakkesteegt11-Sep-09 2:46
Johan Hakkesteegt11-Sep-09 2:46 
GeneralRe: shorter File Path Pin
Bob Beaubien11-Sep-09 3:00
Bob Beaubien11-Sep-09 3:00 

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.