Click here to Skip to main content
15,924,935 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How can I determine the type of a single object whose collection is given? Pin
Anonymous13-Mar-03 19:49
Anonymous13-Mar-03 19:49 
GeneralForms sticking VB6 Pin
rradhay10-Mar-03 2:44
rradhay10-Mar-03 2:44 
GeneralRe: Forms sticking VB6 Pin
Hesham Amin10-Mar-03 4:47
Hesham Amin10-Mar-03 4:47 
GeneralRe: Forms sticking VB6 Pin
rradhay11-Mar-03 6:31
rradhay11-Mar-03 6:31 
GeneralCommand line arguments Pin
NetDave9-Mar-03 10:59
NetDave9-Mar-03 10:59 
GeneralRe: Command line arguments Pin
Hesham Amin9-Mar-03 21:05
Hesham Amin9-Mar-03 21:05 
GeneralRe: Command line arguments Pin
NetDave12-Mar-03 9:57
NetDave12-Mar-03 9:57 
GeneralMDI prob Pin
Ashwin C9-Mar-03 2:41
Ashwin C9-Mar-03 2:41 
Confused | :confused: Confused | :confused: two things:
1) im making an app in which there is a form which is also a mdicontainer ....now...i need another control box kind of thing inside this form.this control box is basically an outcome of the data wizard..so its connected to oracle. also in the control box there is a button which when clicked opens up several other forms...now the prob is all these forms that get opened after clicking the button should be children of the main MDI form. how should i do that? in the button code..what i did was

dim newform as new form2() ....[this is one of the many forms to be opened up after button down]


newform.mdiparent = form1() ....[form1 is the main form]
newform.show()


now the error is that form is supposedly of type ??!?? so the code doesnt compile

2) how do i build this application and make it run on a system which doesnt have .NET installed?


GeneralRe: MDI prob Pin
mikasa10-Mar-03 9:24
mikasa10-Mar-03 9:24 
GeneralMultiple Instances of a class Pin
Nicholas Cardi8-Mar-03 9:51
Nicholas Cardi8-Mar-03 9:51 
GeneralRe: Multiple Instances of a class Pin
Ray Cassick8-Mar-03 10:27
Ray Cassick8-Mar-03 10:27 
GeneralRe: Multiple Instances of a class Pin
Nicholas Cardi10-Mar-03 20:11
Nicholas Cardi10-Mar-03 20:11 
GeneralValidating a VAT number Pin
mcm8-Mar-03 2:07
mcm8-Mar-03 2:07 
GeneralRe: Validating a VAT number Pin
Hesham Amin8-Mar-03 10:51
Hesham Amin8-Mar-03 10:51 
GeneralRe: Validating a VAT number Pin
Anonymous10-Mar-03 6:45
Anonymous10-Mar-03 6:45 
GeneralInherits LicenseProvider Pin
Duncan Edwards Jones7-Mar-03 23:18
professionalDuncan Edwards Jones7-Mar-03 23:18 
GeneralExtract required information from downloaded web pages Pin
zulqarnain7-Mar-03 6:55
zulqarnain7-Mar-03 6:55 
GeneralRe: Extract required information from downloaded web pages Pin
Hesham Amin7-Mar-03 11:02
Hesham Amin7-Mar-03 11:02 
GeneralUsing .dll's created in Visual C++ in VB [both forums] Pin
dazinith6-Mar-03 5:43
dazinith6-Mar-03 5:43 
GeneralRe: Using .dll's created in Visual C++ in VB [both forums] Pin
Hesham Amin6-Mar-03 22:31
Hesham Amin6-Mar-03 22:31 
GeneralRe: Using .dll's created in Visual C++ in VB [both forums] Pin
Nick Parker7-Mar-03 7:04
protectorNick Parker7-Mar-03 7:04 
GeneralRe: Using .dll's created in Visual C++ in VB [both forums] Pin
Daniel Turini8-Mar-03 0:41
Daniel Turini8-Mar-03 0:41 
GeneralError while loading document object reference not set to an instance of an object Pin
DODO6-Mar-03 3:42
DODO6-Mar-03 3:42 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
Ray Cassick6-Mar-03 4:35
Ray Cassick6-Mar-03 4:35 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
Danny Blanchard6-Mar-03 9:45
Danny Blanchard6-Mar-03 9:45 

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.