Click here to Skip to main content
16,005,181 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: date and time manipulation Pin
Ashfield9-Jul-08 1:37
Ashfield9-Jul-08 1:37 
GeneralRe: date and time manipulation Pin
Ebube9-Jul-08 5:06
Ebube9-Jul-08 5:06 
GeneralRe: date and time manipulation Pin
Ashfield9-Jul-08 10:11
Ashfield9-Jul-08 10:11 
JokeRe: date and time manipulation Pin
Mycroft Holmes9-Jul-08 14:57
professionalMycroft Holmes9-Jul-08 14:57 
Questiondraw bitmap by pixel help Pin
shee_dee868-Jul-08 14:55
shee_dee868-Jul-08 14:55 
AnswerRe: draw bitmap by pixel help Pin
Guffa8-Jul-08 14:57
Guffa8-Jul-08 14:57 
QuestionRe: draw bitmap by pixel help Pin
shee_dee868-Jul-08 16:21
shee_dee868-Jul-08 16:21 
AnswerRe: draw bitmap by pixel help Pin
Guffa8-Jul-08 17:41
Guffa8-Jul-08 17:41 
You are creating a new Bitmap object for every iteration in the loop, throwing away the previous bitmap, so only the last pixel will be present in the last bitmap. You should create only one Bitmap object.

And remember to Dispose all the Bitmap and Graphics objects that you create when you are done with them.

Despite everything, the person most likely to be fooling you next is yourself.

AnswerRe: draw bitmap by pixel help Pin
Christian Graus8-Jul-08 15:14
protectorChristian Graus8-Jul-08 15:14 
QuestionWebbrowser control and temporary internet files Pin
Timen8-Jul-08 4:56
Timen8-Jul-08 4:56 
AnswerRe: Webbrowser control and temporary internet files Pin
Dave Kreskowiak8-Jul-08 17:02
mveDave Kreskowiak8-Jul-08 17:02 
Questionhelp Pin
iain65948-Jul-08 4:30
iain65948-Jul-08 4:30 
AnswerRe: help Pin
Christian Graus8-Jul-08 4:32
protectorChristian Graus8-Jul-08 4:32 
GeneralRe: help Pin
iain65948-Jul-08 5:31
iain65948-Jul-08 5:31 
GeneralRe: help Pin
Christian Graus8-Jul-08 5:49
protectorChristian Graus8-Jul-08 5:49 
GeneralRe: help Pin
Paul Conrad9-Jul-08 12:27
professionalPaul Conrad9-Jul-08 12:27 
AnswerRe: help Pin
Paul Conrad9-Jul-08 12:25
professionalPaul Conrad9-Jul-08 12:25 
Questioncan visual basic 6.0 freeze applications from running? Pin
Member 43705378-Jul-08 2:46
Member 43705378-Jul-08 2:46 
AnswerRe: can visual basic 6.0 freeze applications from running? Pin
Christian Graus8-Jul-08 4:33
protectorChristian Graus8-Jul-08 4:33 
AnswerRe: can visual basic 6.0 freeze applications from running? Pin
Dave Kreskowiak8-Jul-08 9:30
mveDave Kreskowiak8-Jul-08 9:30 
AnswerRe: can visual basic 6.0 freeze applications from running? Pin
Paul Conrad9-Jul-08 12:27
professionalPaul Conrad9-Jul-08 12:27 
Questionone of the dll does not work from new windows user account. Pin
coolsatty8-Jul-08 2:27
coolsatty8-Jul-08 2:27 
AnswerRe: one of the dll does not work from new windows user account. Pin
Ashfield8-Jul-08 3:45
Ashfield8-Jul-08 3:45 
Questiondeployment issue [modified] Pin
rohit tiwary8-Jul-08 1:21
rohit tiwary8-Jul-08 1:21 
QuestionDecrease SAP Logon Timeout Pin
Ahmet GULBAY8-Jul-08 0:54
Ahmet GULBAY8-Jul-08 0:54 

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.