Click here to Skip to main content
15,886,689 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: using vb.net to create or add ms sql Database User Pin
Steven J Jowett8-Jul-09 5:59
Steven J Jowett8-Jul-09 5:59 
QuestionNew to VB. Help needed. Pin
gjx_junxian19897-Jul-09 5:27
gjx_junxian19897-Jul-09 5:27 
AnswerRe: New to VB. Help needed. Pin
DoctorMick7-Jul-09 5:36
DoctorMick7-Jul-09 5:36 
AnswerRe: New to VB. Help needed. Pin
nlarson117-Jul-09 5:37
nlarson117-Jul-09 5:37 
GeneralRe: New to VB. Help needed. Pin
gjx_junxian19897-Jul-09 5:42
gjx_junxian19897-Jul-09 5:42 
GeneralRe: New to VB. Help needed. Pin
Christian Graus7-Jul-09 5:44
protectorChristian Graus7-Jul-09 5:44 
GeneralRe: New to VB. Help needed. Pin
gjx_junxian19897-Jul-09 5:49
gjx_junxian19897-Jul-09 5:49 
GeneralRe: New to VB. Help needed. Pin
Christian Graus7-Jul-09 5:55
protectorChristian Graus7-Jul-09 5:55 
gjx_junxian1989 wrote:
Dim myCalc As New DateCalc2008()


It means, create a new object, call it myCalc, and initialise it by calling the constructor of DateCalc2008.

gjx_junxian1989 wrote:
ust a thought, so usually if i were to have a class and want to create instances of it, i could just write it all out on the long sheet of codes instead of using the .dll as reference method?


The only reason for the dll reference, is that you put the code in a dll. You would rarely do this, and I'm shocked that a book is telling you to mess with dlls, before explaining to you what a constructor does. If you have a reference to the dll, then you DO need to reference the full namespace of the dll, to get access to the object. If you start to type in the name of the top level namespace in the dll, autocomplete should kick in. If it doesn't, I doubt you have that reference. Also, if you made the reference, THEN added the class, you probably need to remove and re-add the reference to update it.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: New to VB. Help needed. Pin
gjx_junxian19897-Jul-09 6:03
gjx_junxian19897-Jul-09 6:03 
GeneralRe: New to VB. Help needed. Pin
Christian Graus7-Jul-09 6:27
protectorChristian Graus7-Jul-09 6:27 
GeneralRe: New to VB. Help needed. Pin
gjx_junxian19897-Jul-09 6:31
gjx_junxian19897-Jul-09 6:31 
GeneralRe: New to VB. Help needed. Pin
Christian Graus7-Jul-09 6:34
protectorChristian Graus7-Jul-09 6:34 
GeneralRe: New to VB. Help needed. Pin
gjx_junxian19897-Jul-09 6:36
gjx_junxian19897-Jul-09 6:36 
AnswerRe: New to VB. Help needed. Pin
chilinhhacker13-Jul-09 18:31
chilinhhacker13-Jul-09 18:31 
QuestionConvert String DataType To Form Object Pin
faravani7-Jul-09 3:12
faravani7-Jul-09 3:12 
AnswerRe: Convert String DataType To Form Object Pin
Christian Graus7-Jul-09 3:20
protectorChristian Graus7-Jul-09 3:20 
AnswerRe: Convert String DataType To Form Object Pin
Anoop Brijmohun7-Jul-09 22:32
Anoop Brijmohun7-Jul-09 22:32 
QuestionArray declaration and asigning value of array to combobox Pin
KIDYA7-Jul-09 1:27
KIDYA7-Jul-09 1:27 
AnswerRe: Array declaration and asigning value of array to combobox Pin
Christian Graus7-Jul-09 1:35
protectorChristian Graus7-Jul-09 1:35 
AnswerRe: Array declaration and asigning value of array to combobox Pin
Luc Pattyn7-Jul-09 1:38
sitebuilderLuc Pattyn7-Jul-09 1:38 
GeneralRe: Array declaration and asigning value of array to combobox Pin
KIDYA7-Jul-09 2:22
KIDYA7-Jul-09 2:22 
QuestionEdit and Delete option with gridview Pin
Member 45142186-Jul-09 11:30
Member 45142186-Jul-09 11:30 
AnswerRe: Edit and Delete option with gridview Pin
Mycroft Holmes6-Jul-09 19:48
professionalMycroft Holmes6-Jul-09 19:48 
AnswerRe: Edit and Delete option with gridview Pin
helelark1236-Jul-09 19:56
helelark1236-Jul-09 19:56 
QuestionInfopath: help with implementing code Pin
corbetlp6-Jul-09 4:55
corbetlp6-Jul-09 4:55 

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.