Click here to Skip to main content
15,915,611 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionform designer does not show controls any more though they are still there Pin
mp000121-Jan-08 0:11
mp000121-Jan-08 0:11 
Generalvbnormal Error.... Pin
soniasan21-Jan-08 0:04
soniasan21-Jan-08 0:04 
GeneralRe: vbnormal Error.... Pin
Colin Angus Mackay21-Jan-08 0:46
Colin Angus Mackay21-Jan-08 0:46 
GeneralRe: vbnormal Error.... Pin
divyesh143221-Jan-08 1:14
divyesh143221-Jan-08 1:14 
Generalload statment Pin
soniasan20-Jan-08 23:50
soniasan20-Jan-08 23:50 
GeneralRe: load statment Pin
Colin Angus Mackay21-Jan-08 0:43
Colin Angus Mackay21-Jan-08 0:43 
GeneralRe: load statment Pin
soniasan21-Jan-08 1:16
soniasan21-Jan-08 1:16 
GeneralRe: load statment Pin
Colin Angus Mackay21-Jan-08 7:07
Colin Angus Mackay21-Jan-08 7:07 
soniasan wrote:
where frmOutBound_manual is the name of the form....


Incorrect. frmOutBound_manual is the name of the class that represents the form. A class is a specific kind of "type" (e.g. enums, structs are also "types")

You need to provide an instance of the class. If you do not have an instance already that you want to use then you have to create an instance of the class.

To create an instance of the class use the New keyword. Something like this:
Dim myForm As frmOutBound_manual = New frmOutBound_Manual()


GeneralTime our Erro in Gmail Smtp(Code included) Pin
plural20-Jan-08 22:50
plural20-Jan-08 22:50 
GeneralRe: Time our Erro in Gmail Smtp(Code included) Pin
plural20-Jan-08 23:15
plural20-Jan-08 23:15 
GeneralOCX contol Pin
soniasan20-Jan-08 20:51
soniasan20-Jan-08 20:51 
GeneralRe: OCX contol Pin
divyesh143221-Jan-08 1:21
divyesh143221-Jan-08 1:21 
GeneralRe: OCX contol Pin
soniasan21-Jan-08 19:22
soniasan21-Jan-08 19:22 
QuestionHow to detect lost internet connection ? Pin
cheeken2u20-Jan-08 20:15
cheeken2u20-Jan-08 20:15 
GeneralRe: How to detect lost internet connection ? Pin
Vimalsoft(Pty) Ltd21-Jan-08 0:30
professionalVimalsoft(Pty) Ltd21-Jan-08 0:30 
GeneralRe: How to detect lost internet connection ? Pin
Steven J Jowett21-Jan-08 2:19
Steven J Jowett21-Jan-08 2:19 
QuestionHow to Pass a Double Quote (")in a string ? Pin
SekharOne20-Jan-08 18:44
SekharOne20-Jan-08 18:44 
AnswerRe: How to Pass a Double Quote (")in a string ? Pin
Nilesh Hapse20-Jan-08 20:38
Nilesh Hapse20-Jan-08 20:38 
AnswerRe: How to Pass a Double Quote (")in a string ? Pin
John_Adams20-Jan-08 22:45
John_Adams20-Jan-08 22:45 
AnswerRe: How to Pass a Double Quote (")in a string ? Pin
The Mighty Atom21-Jan-08 10:20
The Mighty Atom21-Jan-08 10:20 
QuestionGlobal hooks from a Windows Service Pin
Raveheart20-Jan-08 9:15
Raveheart20-Jan-08 9:15 
QuestionDrag and Drop from One Treeview To Another Treeview By VB.Net 2005 Pin
ejaz_pk20-Jan-08 8:07
ejaz_pk20-Jan-08 8:07 
GeneralRe: Drag and Drop from One Treeview To Another Treeview By VB.Net 2005 Pin
Paul Conrad20-Jan-08 10:18
professionalPaul Conrad20-Jan-08 10:18 
QuestionRe: Drag and Drop from One Treeview To Another Treeview By VB.Net 2005 Pin
ejaz_pk21-Jan-08 2:35
ejaz_pk21-Jan-08 2:35 
QuestionInstance Pin
roger689720-Jan-08 6:31
roger689720-Jan-08 6:31 

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.