Click here to Skip to main content
15,884,836 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: close form Pin
Colin Angus Mackay20-May-06 21:22
Colin Angus Mackay20-May-06 21:22 
GeneralRe: close form Pin
Smithers-Jones22-May-06 1:29
Smithers-Jones22-May-06 1:29 
GeneralRe: close form Pin
D11126-May-06 21:54
D11126-May-06 21:54 
Questionstoring filename from Openfiledialog in db Pin
Smithers-Jones19-May-06 22:16
Smithers-Jones19-May-06 22:16 
AnswerRe: storing filename from Openfiledialog in db Pin
Mekong River20-May-06 5:55
Mekong River20-May-06 5:55 
QuestionDOS Commands Pin
cberam19-May-06 21:33
cberam19-May-06 21:33 
AnswerRe: DOS Commands Pin
Christian Graus19-May-06 21:49
protectorChristian Graus19-May-06 21:49 
AnswerRe: DOS Commands Pin
Yuvi Panda20-May-06 2:16
Yuvi Panda20-May-06 2:16 
Well, if you just want to execute the commands and exit the command line, you can shell cmd with the /c command line switch. For example, if you want to execute the help command,:
Shell("cmd.exe /c help")


That would work in both VB6 and VB 05, though it's not the best practice in VB 05...

Yuvi Panda T
15 Year old Microsoft Student Partner
Blogs at : http://yuvipanda.blogspot.com
AnswerRe: DOS Commands Pin
Mekong River20-May-06 6:00
Mekong River20-May-06 6:00 
AnswerRe: DOS Commands Pin
Archer28220-May-06 16:50
Archer28220-May-06 16:50 
Questionhit enter key Pin
bony_baba19-May-06 20:14
bony_baba19-May-06 20:14 
AnswerRe: hit enter key Pin
Rizwan Bashir19-May-06 21:43
Rizwan Bashir19-May-06 21:43 
JokeRe: hit enter key Pin
bony_baba20-May-06 1:13
bony_baba20-May-06 1:13 
QuestionListbox Pin
suesquestion19-May-06 19:14
suesquestion19-May-06 19:14 
AnswerRe: Listbox Pin
MohammadAmiry20-May-06 2:44
MohammadAmiry20-May-06 2:44 
GeneralRe: Listbox Pin
Garner T20-May-06 5:00
Garner T20-May-06 5:00 
QuestionProject Ideas [modifed] Pin
Archer28219-May-06 13:19
Archer28219-May-06 13:19 
AnswerRe: Project Ideas [modifed] Pin
Christian Graus19-May-06 21:52
protectorChristian Graus19-May-06 21:52 
GeneralRe: Project Ideas [modifed] Pin
Archer28220-May-06 6:26
Archer28220-May-06 6:26 
GeneralRe: Project Ideas [modifed] Pin
User 171649220-May-06 3:31
professionalUser 171649220-May-06 3:31 
GeneralRe: Project Ideas [modifed] Pin
Archer28220-May-06 6:23
Archer28220-May-06 6:23 
GeneralRe: Project Ideas [modifed] Pin
User 171649220-May-06 10:57
professionalUser 171649220-May-06 10:57 
QuestionDeleting bitmap files after loading Pin
bytecarp19-May-06 7:34
bytecarp19-May-06 7:34 
AnswerRe: Deleting bitmap files after loading Pin
H@is@here19-May-06 14:49
H@is@here19-May-06 14:49 
GeneralRe: Deleting bitmap files after loading Pin
bytecarp19-May-06 15:19
bytecarp19-May-06 15: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.