Click here to Skip to main content
16,010,334 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: NetServerEnum Pin
Vipul Bhatt1-Oct-02 1:57
Vipul Bhatt1-Oct-02 1:57 
GeneralRegEnumKeyEx and WinXP Pin
stefan b28-Sep-02 6:38
stefan b28-Sep-02 6:38 
GeneralRe: RegEnumKeyEx and WinXP Pin
Nick Parker28-Sep-02 17:37
protectorNick Parker28-Sep-02 17:37 
GeneralRe: RegEnumKeyEx and WinXP Pin
stefan b29-Sep-02 5:59
stefan b29-Sep-02 5:59 
QuestionHow to declare constants Pin
sybux200027-Sep-02 7:46
sybux200027-Sep-02 7:46 
AnswerRe: How to declare constants Pin
Ray Cassick27-Sep-02 7:59
Ray Cassick27-Sep-02 7:59 
Generalsimple question Pin
ns27-Sep-02 6:18
ns27-Sep-02 6:18 
GeneralRe: simple question Pin
Paul Riley27-Sep-02 6:33
Paul Riley27-Sep-02 6:33 
ns wrote:
If Not InStr(s, "ID") Or Not InStr(s, "ID_NUMBER") Then

If it doesn't find "ID" then it isn't going to find "ID_NUMBER". I think that Or is wrong anyway but it's not even necessary, If Not InStr(s, "ID") Then would suffice.

As a side note, I don't personally trust VBs handling of intesgers in boolean expressions. I'd be tempted to add a > 0 to be sure.

Paul
GeneralRe: simple question Pin
ns27-Sep-02 8:47
ns27-Sep-02 8:47 
GeneralRe: simple question Pin
Nick Parker27-Sep-02 9:12
protectorNick Parker27-Sep-02 9:12 
GeneralRe: simple question Pin
Paul Riley27-Sep-02 10:34
Paul Riley27-Sep-02 10:34 
GeneralRe: simple question Pin
Nick Parker28-Sep-02 17:39
protectorNick Parker28-Sep-02 17:39 
Questionhow to implement progress bar for any process or procedure ? Pin
drmzunlimited26-Sep-02 21:29
drmzunlimited26-Sep-02 21:29 
GeneralFindFirstFile Pin
Anonymous26-Sep-02 21:00
Anonymous26-Sep-02 21:00 
GeneralRe: FindFirstFile Pin
BhaskarG10-Oct-02 19:31
BhaskarG10-Oct-02 19:31 
Questionhow to get results from a select query and view them in VB.net in a form?? Pin
drmzunlimited26-Sep-02 8:25
drmzunlimited26-Sep-02 8:25 
AnswerRe: how to get results from a select query and view them in VB.net in a form?? Pin
Peet Schultz26-Sep-02 19:46
Peet Schultz26-Sep-02 19:46 
General"class does not support automation..." error Pin
ns26-Sep-02 6:16
ns26-Sep-02 6:16 
GeneralRe: "class does not support automation..." error Pin
Nick Parker26-Sep-02 17:38
protectorNick Parker26-Sep-02 17:38 
GeneralRe: "class does not support automation..." error Pin
ns27-Sep-02 0:40
ns27-Sep-02 0:40 
GeneralRe: "class does not support automation..." error Pin
Paul Riley27-Sep-02 1:39
Paul Riley27-Sep-02 1:39 
GeneralRe: "class does not support automation..." error Pin
ns27-Sep-02 1:48
ns27-Sep-02 1:48 
GeneralRe: "class does not support automation..." error Pin
Paul Riley27-Sep-02 2:16
Paul Riley27-Sep-02 2:16 
GeneralRe: "class does not support automation..." error Pin
ns27-Sep-02 2:50
ns27-Sep-02 2:50 
GeneralRe: "class does not support automation..." error Pin
Paul Riley27-Sep-02 3:26
Paul Riley27-Sep-02 3:26 

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.