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

Visual Basic

 
AnswerRe: arduino uno+Visual basic 6.0 Pin
Eddy Vluggen4-Mar-13 8:50
professionalEddy Vluggen4-Mar-13 8:50 
Questioncalling OSK.exe from Vb.6 Pin
lovelushaha2-Mar-13 20:20
lovelushaha2-Mar-13 20:20 
AnswerRe: calling OSK.exe from Vb.6 Pin
Eddy Vluggen3-Mar-13 0:35
professionalEddy Vluggen3-Mar-13 0:35 
QuestionVisual Basic to launch Silverlight OOB with variables Pin
ChrisDuti28-Feb-13 4:30
ChrisDuti28-Feb-13 4:30 
AnswerRe: Visual Basic to launch Silverlight OOB with variables Pin
Eddy Vluggen28-Feb-13 5:03
professionalEddy Vluggen28-Feb-13 5:03 
GeneralRe: Visual Basic to launch Silverlight OOB with variables Pin
ChrisDuti28-Feb-13 5:28
ChrisDuti28-Feb-13 5:28 
GeneralRe: Visual Basic to launch Silverlight OOB with variables Pin
ChrisDuti28-Feb-13 6:57
ChrisDuti28-Feb-13 6:57 
GeneralRe: Visual Basic to launch Silverlight OOB with variables Pin
Eddy Vluggen28-Feb-13 9:21
professionalEddy Vluggen28-Feb-13 9:21 
..does it launch if you omit the arguments? If yes, then we should focus on those.
VB
objShell.Exec("""%ProgramFiles%\Microsoft Silverlight\sllauncher.exe"" " & strArgs)

I'd change that to
VB
executeThis = """%ProgramFiles%\Microsoft Silverlight\sllauncher.exe"" " & strArgs
objShell.Exec(executeThis)
Thus gives you the opportunity to inspect what's being passed, even if it is using a MsgBox.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionCreating Tables,Triggers, and Store porcedure Pin
Mathiudi27-Feb-13 7:52
Mathiudi27-Feb-13 7:52 
AnswerRe: Creating Tables,Triggers, and Store porcedure Pin
Sandeep Mewara27-Feb-13 18:14
mveSandeep Mewara27-Feb-13 18:14 
AnswerRe: Creating Tables,Triggers, and Store porcedure Pin
Bert Mitton28-Feb-13 6:37
professionalBert Mitton28-Feb-13 6:37 
AnswerRe: Creating Tables,Triggers, and Store porcedure Pin
Abhinav S28-Feb-13 19:01
Abhinav S28-Feb-13 19:01 
QuestionRestoring sql database using vb 2008 not c# Pin
Mathiudi27-Feb-13 7:49
Mathiudi27-Feb-13 7:49 
AnswerRe: Restoring sql database using vb 2008 not c# Pin
Sandeep Mewara27-Feb-13 18:15
mveSandeep Mewara27-Feb-13 18:15 
QuestionIdentifying the end of an event? Pin
jonatasbm26-Feb-13 6:10
jonatasbm26-Feb-13 6:10 
AnswerRe: Identifying the end of an event? Pin
Dave Kreskowiak26-Feb-13 7:08
mveDave Kreskowiak26-Feb-13 7:08 
GeneralRe: Identifying the end of an event? Pin
jonatasbm26-Feb-13 7:42
jonatasbm26-Feb-13 7:42 
GeneralRe: Identifying the end of an event? Pin
Dave Kreskowiak26-Feb-13 9:08
mveDave Kreskowiak26-Feb-13 9:08 
GeneralRe: Identifying the end of an event? Pin
jonatasbm27-Feb-13 0:10
jonatasbm27-Feb-13 0:10 
GeneralRe: Identifying the end of an event? Pin
Dave Kreskowiak27-Feb-13 1:18
mveDave Kreskowiak27-Feb-13 1:18 
QuestionWeb interface to access application Pin
waner michaud25-Feb-13 7:16
waner michaud25-Feb-13 7:16 
AnswerRe: Web interface to access application Pin
Sandeep Mewara25-Feb-13 18:08
mveSandeep Mewara25-Feb-13 18:08 
GeneralRe: Web interface to access application Pin
waner michaud26-Feb-13 3:13
waner michaud26-Feb-13 3:13 
QuestionRe: Web interface to access application Pin
Sandeep Mewara26-Feb-13 3:16
mveSandeep Mewara26-Feb-13 3:16 
AnswerRe: Web interface to access application Pin
waner michaud26-Feb-13 3:19
waner michaud26-Feb-13 3:19 

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.