Click here to Skip to main content
16,005,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionActiveX web control Pin
john whitehouse10-Nov-08 4:30
john whitehouse10-Nov-08 4:30 
AnswerRe: ActiveX web control Pin
Dave Kreskowiak10-Nov-08 6:38
mveDave Kreskowiak10-Nov-08 6:38 
QuestionConfused about property Pin
ESTAN10-Nov-08 4:15
ESTAN10-Nov-08 4:15 
AnswerRe: Confused about property Pin
Colin Angus Mackay10-Nov-08 4:17
Colin Angus Mackay10-Nov-08 4:17 
GeneralRe: Confused about property Pin
ESTAN10-Nov-08 4:23
ESTAN10-Nov-08 4:23 
GeneralRe: Confused about property Pin
Colin Angus Mackay10-Nov-08 4:35
Colin Angus Mackay10-Nov-08 4:35 
GeneralRe: Confused about property Pin
ESTAN10-Nov-08 4:38
ESTAN10-Nov-08 4:38 
GeneralRe: Confused about property Pin
Jon_Boy10-Nov-08 4:37
Jon_Boy10-Nov-08 4:37 
They both accomplish the same thing. If you have multiple constructors, then you have to reduplicate the "sConString = System.Configuration.ConfigurationManager.ConnectionStrings.Item("ConnectionString").ConnectionString" line for each constructor.

I prefer 'Private Shared sConString As String = System.Configuration.ConfigurationManager.ConnectionStrings.Item("ConnectionString").ConnectionString' because I am lazy.

Cheers!

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

QuestionScheduling an EXE file Pin
farmer10-Nov-08 3:18
farmer10-Nov-08 3:18 
AnswerRe: Scheduling an EXE file Pin
Colin Angus Mackay10-Nov-08 3:39
Colin Angus Mackay10-Nov-08 3:39 
GeneralRe: Scheduling an EXE file Pin
farmer10-Nov-08 3:49
farmer10-Nov-08 3:49 
GeneralRe: Scheduling an EXE file Pin
Colin Angus Mackay10-Nov-08 4:02
Colin Angus Mackay10-Nov-08 4:02 
GeneralRe: Scheduling an EXE file Pin
Jon_Boy10-Nov-08 4:08
Jon_Boy10-Nov-08 4:08 
GeneralRe: Scheduling an EXE file Pin
farmer10-Nov-08 4:15
farmer10-Nov-08 4:15 
GeneralRe: Scheduling an EXE file Pin
Jon_Boy10-Nov-08 4:33
Jon_Boy10-Nov-08 4:33 
GeneralRe: Scheduling an EXE file Pin
DJ Matthews10-Nov-08 4:51
DJ Matthews10-Nov-08 4:51 
GeneralRe: Scheduling an EXE file Pin
Guffa10-Nov-08 11:36
Guffa10-Nov-08 11:36 
QuestionNeed to place the cursor in the text box after validation Pin
mahaboobs10-Nov-08 2:16
mahaboobs10-Nov-08 2:16 
AnswerRe: Need to place the cursor in the text box after validation Pin
Dave Kreskowiak10-Nov-08 3:10
mveDave Kreskowiak10-Nov-08 3:10 
Questionvbnet 2005 Pin
housekeeper9-Nov-08 22:02
housekeeper9-Nov-08 22:02 
GeneralRe: vbnet 2005 Pin
Nanda_MR9-Nov-08 22:18
Nanda_MR9-Nov-08 22:18 
AnswerRe: vbnet 2005 Pin
dan!sh 9-Nov-08 22:48
professional dan!sh 9-Nov-08 22:48 
AnswerRe: vbnet 2005 Pin
Simon P Stevens9-Nov-08 22:59
Simon P Stevens9-Nov-08 22:59 
QuestionJava script for allow number and -(hyphen) in textbox Pin
mahaboobs9-Nov-08 20:47
mahaboobs9-Nov-08 20:47 
AnswerCrosspost! Pin
Smithers-Jones9-Nov-08 22:36
Smithers-Jones9-Nov-08 22:36 

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.