Hey I have a bunch of CMD code that I would like to some way or another intergrate into VB6.... How can I do this I am new and this is my first attmept and really have no clue what I am doing just going with the flow of things as I go along.....
Page 1 of 1
Integrating CMD code into VB6?
#2
Posted 26 November 2003 - 09:46 AM
Search google for Visual Basic file operations. That should cover most things. (hint: ShellExecute)
#5
Posted 26 November 2003 - 04:46 PM
First link on the list when you type in "visual basic file operations" in Google:
File Operations
Misc. Shell operations
Here
File Operations
Misc. Shell operations
Here
#6
Posted 26 November 2003 - 05:00 PM
what really I obviouslly missed that sorry for wasting your time and thx again
#7
Posted 26 November 2003 - 05:19 PM
Time spent helping people is not time wasted. Ask any time
#9
Posted 26 November 2003 - 11:11 PM
i assumed going by the post he ment CMD as in cmd prompt..
#10
Posted 27 November 2003 - 12:32 AM
Lol I thought he wanted to run a .cmd file.
In VB you do the open file for output
write it
And then I use Shell to execute
Then of course Kill
But I have a nice class that wraps the cmd prompt with AllocConsole
Works great running fscan or something.
In VB you do the open file for output
write it
And then I use Shell to execute
Then of course Kill
But I have a nice class that wraps the cmd prompt with AllocConsole
Works great running fscan or something.
- ← [VB.NET] picture file title access
- Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
- [VB.NET] Advice for a Newbie →
Share this topic:
Page 1 of 1



Help
Back to top









