Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET 2005 Printing Help please Pin
harveyhanson25-Feb-07 9:09
harveyhanson25-Feb-07 9:09 
QuestionVS 2005 bindingsource using a complex filter Pin
steve_rm25-Feb-07 7:31
steve_rm25-Feb-07 7:31 
Questionkeeping a class in scope Pin
cstrader23225-Feb-07 7:14
cstrader23225-Feb-07 7:14 
AnswerRe: keeping a class in scope Pin
Christian Graus25-Feb-07 8:47
protectorChristian Graus25-Feb-07 8:47 
GeneralRe: keeping a class in scope Pin
cstrader23225-Feb-07 8:54
cstrader23225-Feb-07 8:54 
GeneralRe: keeping a class in scope Pin
cstrader23225-Feb-07 9:03
cstrader23225-Feb-07 9:03 
GeneralRe: keeping a class in scope Pin
Christian Graus25-Feb-07 10:01
protectorChristian Graus25-Feb-07 10:01 
GeneralRe: keeping a class in scope Pin
cstrader23225-Feb-07 16:22
cstrader23225-Feb-07 16:22 
Class C is not in the main form... it's in a secondary form in the main .exe

I first initialize the assembly (which contains Class B) from Class A:

Sub b1()


This is Class B with its initializing sub:

Class B
Dim host as object
Sub b1(byval host as object)
Me.host = host
End sub

End Class

Then I call sub C1 which is in class C in the main .exe

host.C1()

Maybe this isn’t right, but I'm not sure what's wrong

thanks

GeneralRe: keeping a class in scope Pin
Christian Graus25-Feb-07 17:08
protectorChristian Graus25-Feb-07 17:08 
QuestionDatagrid and MS Access Pin
China-Gary25-Feb-07 5:19
China-Gary25-Feb-07 5:19 
QuestionCreating a Picture Box Pin
Klazen25-Feb-07 4:28
Klazen25-Feb-07 4:28 
AnswerRe: Creating a Picture Box Pin
Dave Kreskowiak25-Feb-07 6:06
mveDave Kreskowiak25-Feb-07 6:06 
GeneralRe: Creating a Picture Box Pin
Klazen25-Feb-07 9:52
Klazen25-Feb-07 9:52 
Questionxml iterator Pin
chater buster25-Feb-07 3:57
chater buster25-Feb-07 3:57 
Questionretrieving thr Explorer folder menu. Possible? Pin
BenedictArf25-Feb-07 0:44
BenedictArf25-Feb-07 0:44 
Questionmultiple forms [modified] Pin
manni_n24-Feb-07 22:06
manni_n24-Feb-07 22:06 
AnswerRe: multiple forms Pin
JUNEYT24-Feb-07 23:54
JUNEYT24-Feb-07 23:54 
GeneralRe: multiple forms Pin
manni_n25-Feb-07 0:29
manni_n25-Feb-07 0:29 
GeneralRe: multiple forms Pin
JUNEYT25-Feb-07 1:09
JUNEYT25-Feb-07 1:09 
GeneralRe: multiple forms Pin
manni_n25-Feb-07 1:35
manni_n25-Feb-07 1:35 
GeneralRe: multiple forms Pin
Christian Graus25-Feb-07 8:48
protectorChristian Graus25-Feb-07 8:48 
GeneralRe: multiple forms Pin
JUNEYT25-Feb-07 1:21
JUNEYT25-Feb-07 1:21 
Generalits solved Pin
manni_n25-Feb-07 1:45
manni_n25-Feb-07 1:45 
GeneralRe: multiple forms [modified] Pin
TwoFaced25-Feb-07 8:21
TwoFaced25-Feb-07 8:21 
GeneralRe: multiple forms Pin
JUNEYT25-Feb-07 11:49
JUNEYT25-Feb-07 11:49 

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.