Click here to Skip to main content
15,902,635 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionaddhandlers and addressofs Pin
Cedrickdeorange13-Sep-07 14:25
Cedrickdeorange13-Sep-07 14:25 
AnswerRe: addhandlers and addressofs Pin
Luc Pattyn13-Sep-07 15:05
sitebuilderLuc Pattyn13-Sep-07 15:05 
QuestionHelp me please ,assembly trust and \or security problem Pin
CodeMaster_0513-Sep-07 10:43
CodeMaster_0513-Sep-07 10:43 
AnswerRe: Help me please ,assembly trust and \or security problem Pin
Tom Deketelaere13-Sep-07 21:40
professionalTom Deketelaere13-Sep-07 21:40 
GeneralRe: Help me please ,assembly trust and \or security problem Pin
CodeMaster_0516-Sep-07 3:50
CodeMaster_0516-Sep-07 3:50 
QuestionDIRECTX audiovideoplayback Pin
plural13-Sep-07 9:54
plural13-Sep-07 9:54 
QuestionQuestion on VBScript Pin
T4AMD13-Sep-07 8:49
T4AMD13-Sep-07 8:49 
AnswerRe: Question on VBScript Pin
Dave Kreskowiak13-Sep-07 9:24
mveDave Kreskowiak13-Sep-07 9:24 
Get rid of the Const declarations.
Just do this:
Sub Logic()
    a=2
    b=3
    c=5    
    If a + b = c Then
        WScript.Echo(c)
    End If
End Sub



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionRe: Question on VBScript Pin
T4AMD13-Sep-07 10:28
T4AMD13-Sep-07 10:28 
AnswerRe: Question on VBScript Pin
Dave Kreskowiak13-Sep-07 10:42
mveDave Kreskowiak13-Sep-07 10:42 
QuestionSynchronising data from a client to a sql server database Pin
steve_rm13-Sep-07 8:46
steve_rm13-Sep-07 8:46 
AnswerRe: Synchronising data from a client to a sql server database Pin
Dave Kreskowiak13-Sep-07 9:21
mveDave Kreskowiak13-Sep-07 9:21 
QuestionWait for Shell script to finish Pin
New_Coder13-Sep-07 6:21
New_Coder13-Sep-07 6:21 
AnswerRe: Wait for Shell script to finish Pin
Dave Kreskowiak13-Sep-07 9:09
mveDave Kreskowiak13-Sep-07 9:09 
GeneralRe: Wait for Shell script to finish Pin
New_Coder13-Sep-07 12:06
New_Coder13-Sep-07 12:06 
GeneralRe: Wait for Shell script to finish Pin
MartyK200713-Sep-07 22:00
MartyK200713-Sep-07 22:00 
GeneralRe: Wait for Shell script to finish Pin
Dave Kreskowiak14-Sep-07 4:48
mveDave Kreskowiak14-Sep-07 4:48 
GeneralRe: Wait for Shell script to finish Pin
MartyK200714-Sep-07 4:51
MartyK200714-Sep-07 4:51 
QuestionAnyone out there try TrSpeaker add in component in vb6? Pin
Robert from Florida13-Sep-07 5:55
Robert from Florida13-Sep-07 5:55 
AnswerRe: Anyone out there try TrSpeaker add in component in vb6? Pin
Dave Kreskowiak13-Sep-07 6:04
mveDave Kreskowiak13-Sep-07 6:04 
QuestionExcel automation problem Pin
Alsvha13-Sep-07 5:03
Alsvha13-Sep-07 5:03 
AnswerRe: Excel automation problem Pin
Dave Kreskowiak13-Sep-07 5:28
mveDave Kreskowiak13-Sep-07 5:28 
GeneralRe: Excel automation problem Pin
Alsvha13-Sep-07 9:32
Alsvha13-Sep-07 9:32 
GeneralRe: Excel automation problem Pin
Dave Kreskowiak13-Sep-07 9:52
mveDave Kreskowiak13-Sep-07 9:52 
GeneralRe: Excel automation problem Pin
Alsvha13-Sep-07 19:08
Alsvha13-Sep-07 19:08 

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.