Click here to Skip to main content
16,007,760 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 11:04
teuneboon23-Feb-06 11:04 
AnswerRe: Stupid question Pin
progload23-Feb-06 10:27
progload23-Feb-06 10:27 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 10:31
teuneboon23-Feb-06 10:31 
GeneralRe: Stupid question Pin
progload23-Feb-06 10:47
progload23-Feb-06 10:47 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 11:11
teuneboon23-Feb-06 11:11 
GeneralRe: Stupid question Pin
progload23-Feb-06 11:20
progload23-Feb-06 11:20 
GeneralRe: Stupid question Pin
teuneboon24-Feb-06 2:51
teuneboon24-Feb-06 2:51 
GeneralRe: Stupid question Pin
progload24-Feb-06 5:58
progload24-Feb-06 5:58 
teuneboon,

If you want to put the Delcare Auto Function... in Class1 and then Call it from Form1, do this:

Change the line in your Form1 Button1_Click that reads:

MyMessageBox(0, "Hello World !!!", "Project Title", 0)

Change it to this:

Call Class1.MyMessageBox(0, "Hello World !!!", "Project Title", 0)

progload
GeneralRe: Stupid question Pin
teuneboon24-Feb-06 6:39
teuneboon24-Feb-06 6:39 
AnswerRe: Stupid question Pin
Allah On Acid23-Feb-06 10:41
Allah On Acid23-Feb-06 10:41 
AnswerRe: Stupid question Pin
Christian Graus23-Feb-06 12:48
protectorChristian Graus23-Feb-06 12:48 
GeneralRe: Stupid question Pin
Colin Angus Mackay23-Feb-06 12:53
Colin Angus Mackay23-Feb-06 12:53 
GeneralRe: Stupid question Pin
Christian Graus23-Feb-06 12:55
protectorChristian Graus23-Feb-06 12:55 
QuestionDataGridView row background color Pin
Brent Lamborn23-Feb-06 6:24
Brent Lamborn23-Feb-06 6:24 
AnswerRe: DataGridView row background color Pin
abhinish24-Feb-06 1:30
abhinish24-Feb-06 1:30 
GeneralRe: DataGridView row background color Pin
Brent Lamborn24-Feb-06 3:38
Brent Lamborn24-Feb-06 3:38 
Question[Message Deleted] Pin
ironstrike123-Feb-06 5:01
ironstrike123-Feb-06 5:01 
AnswerRe: need help, will pay Pin
J4amieC23-Feb-06 5:06
J4amieC23-Feb-06 5:06 
General[Message Deleted] Pin
ironstrike123-Feb-06 5:42
ironstrike123-Feb-06 5:42 
GeneralRe: need help, will pay Pin
Guffa23-Feb-06 8:08
Guffa23-Feb-06 8:08 
GeneralRe: need help, will pay Pin
ironstrike123-Feb-06 8:35
ironstrike123-Feb-06 8:35 
GeneralRe: need help, will pay Pin
Guffa23-Feb-06 9:50
Guffa23-Feb-06 9:50 
GeneralRe: need help, will pay Pin
Andy *M*23-Feb-06 12:45
Andy *M*23-Feb-06 12:45 
GeneralRe: need help, will pay Pin
Andy *M*24-Feb-06 2:06
Andy *M*24-Feb-06 2:06 
GeneralRe: need help, will pay Pin
ironstrike124-Feb-06 2:30
ironstrike124-Feb-06 2:30 

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.