Click here to Skip to main content
15,887,376 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: High memory usage Pin
programmervb.netc++14-Sep-09 14:05
programmervb.netc++14-Sep-09 14:05 
QuestionGetting Blank text value on Textbox Keypress [modified] Pin
mdrizwan_111-Sep-09 20:59
mdrizwan_111-Sep-09 20:59 
AnswerRe: Getting Blank text value on Textbox Keypress Pin
Christian Graus11-Sep-09 21:08
protectorChristian Graus11-Sep-09 21:08 
AnswerRe: Getting Blank text value on Textbox Keypress Pin
Abhishek Sur12-Sep-09 13:39
professionalAbhishek Sur12-Sep-09 13:39 
QuestionVisual Basic to generate a drawing Pin
Member 419652111-Sep-09 18:31
Member 419652111-Sep-09 18:31 
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 

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.