Click here to Skip to main content
15,913,685 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generala Timer in a class Pin
Jerome Conus2-Apr-02 20:52
Jerome Conus2-Apr-02 20:52 
GeneralRe: a Timer in a class Pin
Andrew Peace6-Apr-02 1:03
Andrew Peace6-Apr-02 1:03 
Generaldeploy VB and Crystal Report Pin
Le Nhan2-Apr-02 17:17
Le Nhan2-Apr-02 17:17 
GeneralRe: deploy VB and Crystal Report Pin
4-Apr-02 1:48
suss4-Apr-02 1:48 
GeneralVB String Sort Routine Pin
1-Apr-02 13:31
suss1-Apr-02 13:31 
GeneralRe: VB String Sort Routine Pin
Michael.Weiss2-Apr-02 2:41
Michael.Weiss2-Apr-02 2:41 
GeneralRe: VB String Sort Routine Pin
2-Apr-02 7:12
suss2-Apr-02 7:12 
GeneralClass ModuleProblems Pin
1-Apr-02 5:55
suss1-Apr-02 5:55 
I created a simple class module in Visual Basic called Child.

When I try to dim it in my project the auto completion pop up shows my class in the list as "child" rather than "Child".

Visual Basic treats the lower case version as a different object, so when i try to dim it, it gives me an object required error.

My problem is that no matter what I do I cant use this statement

Dim c as Child

becuase VB automatically changes it to the lowercase version like this

Dim c as child

Im not sure why it behaves like this, does some one know how to correct this?

Thanks for you help! Cry | :((
GeneralRe: Class ModuleProblems Pin
Gaurika Wijeratne23-Apr-02 21:20
Gaurika Wijeratne23-Apr-02 21:20 
GeneralHowTo?: Vb.Net ListView Pin
peakdw1330-Mar-02 3:55
peakdw1330-Mar-02 3:55 
GeneralRe: HowTo?: Vb.Net ListView Pin
David Stone4-Apr-02 8:24
sitebuilderDavid Stone4-Apr-02 8:24 
GeneralRe: HowTo?: Vb.Net ListView Pin
4-Apr-02 9:32
suss4-Apr-02 9:32 
GeneralSystem Message in VB Pin
Michael.Weiss28-Mar-02 1:49
Michael.Weiss28-Mar-02 1:49 
GeneralRe: System Message in VB Pin
Paul M Watt21-Apr-02 11:46
mentorPaul M Watt21-Apr-02 11:46 
GeneralRe: System Message in VB Pin
Fernando Finelli26-Apr-02 7:42
Fernando Finelli26-Apr-02 7:42 
GeneralPicture or text in a button control Pin
Jerome Conus27-Mar-02 23:15
Jerome Conus27-Mar-02 23:15 
GeneralRe: Picture or text in a button control Pin
Nick Parker28-Mar-02 5:58
protectorNick Parker28-Mar-02 5:58 
GeneralApplications Dependencies Pin
Schalk27-Mar-02 18:55
Schalk27-Mar-02 18:55 
GeneralRe: Applications Dependencies Pin
Nick Parker28-Mar-02 6:04
protectorNick Parker28-Mar-02 6:04 
GeneralComplex configuration files Pin
Michael Groeger27-Mar-02 6:59
Michael Groeger27-Mar-02 6:59 
GeneralActiveX Events Pin
Jerome Conus27-Mar-02 4:19
Jerome Conus27-Mar-02 4:19 
GeneralRe: ActiveX Events Pin
David Wengier27-Mar-02 10:47
David Wengier27-Mar-02 10:47 
GeneralUsing the Print dialog Pin
Sayan Mukherjee26-Mar-02 21:04
Sayan Mukherjee26-Mar-02 21:04 
GeneralRe: Using the Print dialog Pin
David Wengier27-Mar-02 10:45
David Wengier27-Mar-02 10:45 
GeneralDeriving combobox Pin
Marc L'Ecuyer26-Mar-02 10:33
Marc L'Ecuyer26-Mar-02 10:33 

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.