Click here to Skip to main content
16,010,918 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: System.Threading.Timer - stops executing on its own Pin
Dave Kreskowiak14-Oct-08 7:14
mveDave Kreskowiak14-Oct-08 7:14 
GeneralRe: System.Threading.Timer - stops executing on its own Pin
alexvw15-Oct-08 0:12
alexvw15-Oct-08 0:12 
Questionhow to draw over image..... Pin
Vineet Swami13-Oct-08 3:14
Vineet Swami13-Oct-08 3:14 
AnswerRe: how to draw over image..... Pin
Dave Kreskowiak13-Oct-08 4:01
mveDave Kreskowiak13-Oct-08 4:01 
GeneralRe: how to draw over image..... Pin
Vineet Swami13-Oct-08 5:07
Vineet Swami13-Oct-08 5:07 
GeneralRe: how to draw over image..... Pin
Dave Kreskowiak13-Oct-08 5:16
mveDave Kreskowiak13-Oct-08 5:16 
GeneralRe: how to draw over image..... Pin
Vineet Swami13-Oct-08 19:38
Vineet Swami13-Oct-08 19:38 
GeneralRe: how to draw over image..... Pin
Dave Kreskowiak14-Oct-08 1:36
mveDave Kreskowiak14-Oct-08 1:36 
This is a bad idea. You should be creating a Graphics object whenever you need it, then use it, and Dispose of it. Don't create one and hang onto it for the life of your application.

Also, setting the bitmap object equal to the PictureBox.Image isn't really buying you anything. The bitmap object should be it's own bitmap, drawn on when the mouse is released, then the PicBox, when not drawing on mouse down, should be drawing the contents of this bitmap.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionCalculating an MD5 Hash for Large Amount of data in VB.net Pin
Piyush Vardhan Singh13-Oct-08 3:02
Piyush Vardhan Singh13-Oct-08 3:02 
AnswerRe: Calculating an MD5 Hash for Large Amount of data in VB.net Pin
Dave Kreskowiak13-Oct-08 3:17
mveDave Kreskowiak13-Oct-08 3:17 
Questioncan anyone help me with this or atleast give an idea Pin
jeipiyaku13-Oct-08 0:05
jeipiyaku13-Oct-08 0:05 
AnswerRe: can anyone help me with this or atleast give an idea Pin
Ashfield13-Oct-08 0:19
Ashfield13-Oct-08 0:19 
AnswerRe: can anyone help me with this or atleast give an idea Pin
Mycroft Holmes13-Oct-08 18:01
professionalMycroft Holmes13-Oct-08 18:01 
GeneralRe: can anyone help me with this or atleast give an idea Pin
jeipiyaku14-Oct-08 20:17
jeipiyaku14-Oct-08 20:17 
GeneralRe: can anyone help me with this or atleast give an idea Pin
Mycroft Holmes14-Oct-08 20:48
professionalMycroft Holmes14-Oct-08 20:48 
Questionwhere i find .shp file for download Pin
sunil goyalG12-Oct-08 21:21
sunil goyalG12-Oct-08 21:21 
AnswerRe: where i find .shp file for download Pin
Dave Kreskowiak13-Oct-08 2:02
mveDave Kreskowiak13-Oct-08 2:02 
QuestionHow to verify a file after copy Pin
sumit703412-Oct-08 20:35
sumit703412-Oct-08 20:35 
AnswerRe: How to verify a file after copy Pin
Guffa12-Oct-08 20:42
Guffa12-Oct-08 20:42 
GeneralRe: How to verify a file after copy Pin
sumit703412-Oct-08 20:46
sumit703412-Oct-08 20:46 
GeneralRe: How to verify a file after copy Pin
Piyush Vardhan Singh12-Oct-08 23:50
Piyush Vardhan Singh12-Oct-08 23:50 
GeneralRe: How to verify a file after copy Pin
sumit703413-Oct-08 0:10
sumit703413-Oct-08 0:10 
GeneralRe: How to verify a file after copy Pin
Guffa12-Oct-08 23:56
Guffa12-Oct-08 23:56 
QuestionNew folder on ftp Pin
Shazz Rock12-Oct-08 20:16
Shazz Rock12-Oct-08 20:16 
AnswerRe: New folder on ftp Pin
Dave Kreskowiak13-Oct-08 1:59
mveDave Kreskowiak13-Oct-08 1:59 

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.