Click here to Skip to main content
15,922,427 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB.NET Beginner Pin
Gary Skinner30-Nov-06 8:31
Gary Skinner30-Nov-06 8:31 
AnswerRe: VB.NET Beginner Pin
Dave Kreskowiak30-Nov-06 8:41
mveDave Kreskowiak30-Nov-06 8:41 
GeneralRe: VB.NET Beginner Pin
Gary Skinner30-Nov-06 8:52
Gary Skinner30-Nov-06 8:52 
AnswerRe: VB.NET Beginner Pin
Guffa30-Nov-06 9:30
Guffa30-Nov-06 9:30 
GeneralRe: VB.NET Beginner Pin
Gary Skinner30-Nov-06 9:51
Gary Skinner30-Nov-06 9:51 
AnswerRe: VB.NET Beginner Pin
Christian Graus30-Nov-06 12:17
protectorChristian Graus30-Nov-06 12:17 
GeneralRe: VB.NET Beginner Pin
Gary Skinner30-Nov-06 12:52
Gary Skinner30-Nov-06 12:52 
GeneralRe: VB.NET Beginner Pin
Christian Graus30-Nov-06 13:03
protectorChristian Graus30-Nov-06 13:03 
Gary Skinner wrote:
I cant figure what to put in the CODE area. Is that enough?

*blush*

When someone obviously posts a homework assignment, I assume it's a 17 yo, in college, who expects to get his homework done and still enter the workforce as a programmer in a few years time.  That's the attitude I'm against, which would drive the comments I made.

Basically, if you create the button that you want to do something, in the designer, and then double click on it, it will create the block of code which will be executed when you press the button, and thus also open the code file for you.  You can also right click on the file in the designer and choose 'view code' to see where it goes.  Obviously, if you're keeping track of anything, you need to set member variables ( variables that are declared inside a class, but outside of all methods, and thus are visible to all the methods, and keep their values between function calls ).



Christian Graus - C++ MVP

'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

Questioncrystal report net 05 Pin
alexrad30-Nov-06 7:51
alexrad30-Nov-06 7:51 
QuestionConvert doy to date format Pin
mwclassen30-Nov-06 7:22
mwclassen30-Nov-06 7:22 
AnswerRe: Convert doy to date format Pin
Christian Graus30-Nov-06 8:11
protectorChristian Graus30-Nov-06 8:11 
GeneralRe: Convert doy to date format Pin
mwclassen30-Nov-06 8:56
mwclassen30-Nov-06 8:56 
GeneralRe: Convert doy to date format Pin
alexrad30-Nov-06 9:31
alexrad30-Nov-06 9:31 
GeneralRe: Convert doy to date format Pin
Guffa30-Nov-06 22:18
Guffa30-Nov-06 22:18 
AnswerRe: Convert doy to date format Pin
Guffa30-Nov-06 9:19
Guffa30-Nov-06 9:19 
GeneralRe: Convert doy to date format Pin
Christian Graus30-Nov-06 13:04
protectorChristian Graus30-Nov-06 13:04 
GeneralRe: Convert doy to date format Pin
mwclassen4-Dec-06 8:21
mwclassen4-Dec-06 8:21 
Questionhow to enable captions. Pin
jady8430-Nov-06 6:16
jady8430-Nov-06 6:16 
AnswerRe: how to enable captions. Pin
MatrixCoder30-Nov-06 10:36
MatrixCoder30-Nov-06 10:36 
QuestionMessage Removed Pin
30-Nov-06 5:37
marzieh minooyee30-Nov-06 5:37 
AnswerRe: bitmap Pin
Christian Graus30-Nov-06 8:12
protectorChristian Graus30-Nov-06 8:12 
QuestionAnother question about assemblies... Pin
cstrader23230-Nov-06 4:02
cstrader23230-Nov-06 4:02 
QuestionCreating objects from assemblies Pin
cstrader23230-Nov-06 3:45
cstrader23230-Nov-06 3:45 
AnswerRe: Creating objects from assemblies Pin
Christian Graus30-Nov-06 8:13
protectorChristian Graus30-Nov-06 8:13 
GeneralRe: Creating objects from assemblies Pin
cstrader23230-Nov-06 11:27
cstrader23230-Nov-06 11:27 

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.