Click here to Skip to main content
15,917,618 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalsetup program Pin
paragraut8-Jul-05 9:00
paragraut8-Jul-05 9:00 
GeneralRe: setup program Pin
Jeeva Jose9-Jul-05 7:53
Jeeva Jose9-Jul-05 7:53 
GeneralRe: setup program Pin
paragraut9-Jul-05 8:36
paragraut9-Jul-05 8:36 
GeneralRe: setup program Pin
Luis Alonso Ramos9-Jul-05 23:49
Luis Alonso Ramos9-Jul-05 23:49 
GeneralString into multiple Text Boxes Pin
Victoria348-Jul-05 7:37
Victoria348-Jul-05 7:37 
GeneralRe: String into multiple Text Boxes Pin
Anonymous8-Jul-05 8:53
Anonymous8-Jul-05 8:53 
GeneralRe: String into multiple Text Boxes Pin
Victoria348-Jul-05 9:10
Victoria348-Jul-05 9:10 
GeneralVB Code for Drive Letter and Shell Wait Commands Pin
Murph2138-Jul-05 6:43
Murph2138-Jul-05 6:43 
Help! I have been trying to solve these two problems that I have with my code.
1. Write code to select a drive letter highlighted in a listbox that can be added to a string. I can add to the string, but cannot make the command select the variable from the listbox.

2. Wait command with VB or Shell command. I have several programs that I need to run; One after another. The code I have will run these programs (.exe) files simultaneously and not wait until the first command is complete.

3. In addition, I do not know if this is possible, Norestart with shell command.

Here is some of my code...Please help.

Dim ProcId As Integer ' For Shell Comamnd
Dim drive_name As String ' For Drive Letter to be added to shell command

Private Sub Fx()
'drive_name = "" 'cboDrives.Name Needs help with code

If check1(0).Value = vbChecked Then 'Install DotNetFix
ProcId = Shell(drive_name & ":\\Update\\WindowsNeroUpdatefx.exe -q", vbNormalFocus)
End If
End Sub

Any help is greatly appreciated!
GeneralRe: VB Code for Drive Letter and Shell Wait Commands Pin
Anonymous8-Jul-05 8:58
Anonymous8-Jul-05 8:58 
GeneralRe: VB Code for Drive Letter and Shell Wait Commands Pin
Murph2138-Jul-05 9:54
Murph2138-Jul-05 9:54 
GeneralFlash in VB.Net Pin
Anonymous8-Jul-05 4:24
Anonymous8-Jul-05 4:24 
GeneralRe: Flash in VB.Net Pin
Anonymous8-Jul-05 5:15
Anonymous8-Jul-05 5:15 
GeneralClosing PrintPreviewDialog crashes app Pin
oakleaf8-Jul-05 3:51
oakleaf8-Jul-05 3:51 
GeneralUpdating a datagrid using a DataEnvironment Pin
lostris7-Jul-05 20:59
lostris7-Jul-05 20:59 
Questionc1flexgrid help? Pin
macupryk7-Jul-05 18:44
macupryk7-Jul-05 18:44 
QuestionHow to get Key of a Node? Pin
rushing7-Jul-05 18:04
rushing7-Jul-05 18:04 
AnswerRe: How to get Key of a Node? Pin
Anonymous7-Jul-05 18:14
Anonymous7-Jul-05 18:14 
GeneralAbout Windows API Pin
Asianhawk7-Jul-05 15:44
Asianhawk7-Jul-05 15:44 
GeneralRe: About Windows API Pin
Anonymous7-Jul-05 16:17
Anonymous7-Jul-05 16:17 
GeneralAn exception occurred... on line 0 Pin
SignMan3597-Jul-05 10:01
SignMan3597-Jul-05 10:01 
GeneralSort datagrid and dataset Pin
makeko7-Jul-05 7:16
makeko7-Jul-05 7:16 
GeneralAutomation in VB Pin
roberto@mailinator.com7-Jul-05 6:08
roberto@mailinator.com7-Jul-05 6:08 
GeneralRe: Automation in VB Pin
Dave Kreskowiak7-Jul-05 6:39
mveDave Kreskowiak7-Jul-05 6:39 
GeneralRe: Automation in VB Pin
jonathan158-Jul-05 1:27
jonathan158-Jul-05 1:27 
GeneralRe: Automation in VB Pin
roberto@mailinator.com10-Jul-05 22:18
roberto@mailinator.com10-Jul-05 22:18 

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.