Click here to Skip to main content
15,890,579 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MS Chart Control(OCX Control) Pin
Nanda_MR6-Aug-09 20:53
Nanda_MR6-Aug-09 20:53 
QuestionHaving a Hard Time with If Pin
Bob Beaubien6-Aug-09 17:27
Bob Beaubien6-Aug-09 17:27 
AnswerRe: Having a Hard Time with If Pin
Scott Dorman6-Aug-09 18:11
professionalScott Dorman6-Aug-09 18:11 
GeneralRe: Having a Hard Time with If [modified] Pin
Bob Beaubien7-Aug-09 2:56
Bob Beaubien7-Aug-09 2:56 
GeneralRe: Having a Hard Time with If Pin
Luc Pattyn7-Aug-09 3:50
sitebuilderLuc Pattyn7-Aug-09 3:50 
AnswerRe: Having a Hard Time with or without If Pin
Luc Pattyn7-Aug-09 0:51
sitebuilderLuc Pattyn7-Aug-09 0:51 
GeneralRe: Having a Hard Time with or without If Pin
Bob Beaubien7-Aug-09 2:58
Bob Beaubien7-Aug-09 2:58 
Answerhave you tried the debugger ? Pin
David Mujica7-Aug-09 3:49
David Mujica7-Aug-09 3:49 
Do you know how to set a breakpoint and use the debugger to step through your code line by line ?

In your source code you would place the cursor on the line where you want the application to stop executing and press the F9 key; this will set a breakpoint on that line. Now run your application by pressing the F5 key and when the program hits the breakpoint, you will see your source code and you can execute the program line by line by pressing the F8 key.

You should be able to figure out your logic error using this method.

Regards,
David
Questionhow to add Math library? Pin
zhiyuan166-Aug-09 16:02
zhiyuan166-Aug-09 16:02 
AnswerRe: how to add Math library? Pin
Scott Dorman6-Aug-09 18:14
professionalScott Dorman6-Aug-09 18:14 
Question[Message Deleted] Pin
Cece26-Aug-09 10:52
Cece26-Aug-09 10:52 
AnswerRe: What is the error in these codes? Some body please help me...Please Pin
Adam R Harris6-Aug-09 11:32
Adam R Harris6-Aug-09 11:32 
General[Message Deleted] Pin
Cece26-Aug-09 11:46
Cece26-Aug-09 11:46 
GeneralRe: What is the error in these codes? Some body please help me...Please Pin
Luc Pattyn6-Aug-09 11:51
sitebuilderLuc Pattyn6-Aug-09 11:51 
GeneralRe: What is the error in these codes? Some body please help me...Please Pin
Adam R Harris6-Aug-09 11:53
Adam R Harris6-Aug-09 11:53 
AnswerRe: What is the error in these codes? Some body please help me...Please Pin
riced6-Aug-09 23:42
riced6-Aug-09 23:42 
Question[Message Deleted] Pin
Dambod6-Aug-09 4:44
Dambod6-Aug-09 4:44 
AnswerRe: any help to clear datagridview data when combobox.selecteditem changes Pin
dan!sh 6-Aug-09 8:57
professional dan!sh 6-Aug-09 8:57 
Questionemploye information Pin
vinayak more6-Aug-09 2:42
vinayak more6-Aug-09 2:42 
AnswerRe: employe information Pin
Johan Hakkesteegt6-Aug-09 3:10
Johan Hakkesteegt6-Aug-09 3:10 
AnswerRe: employe information Pin
Dalek Dave6-Aug-09 3:26
professionalDalek Dave6-Aug-09 3:26 
AnswerRe: employe information Pin
Luc Pattyn6-Aug-09 4:01
sitebuilderLuc Pattyn6-Aug-09 4:01 
AnswerRe: employe information Pin
Ashfield6-Aug-09 8:46
Ashfield6-Aug-09 8:46 
AnswerRe: employe information Pin
Steven J Jowett6-Aug-09 9:54
Steven J Jowett6-Aug-09 9:54 
AnswerRe: employe information Pin
Henry Minute6-Aug-09 10:22
Henry Minute6-Aug-09 10:22 

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.