|
-
Oct 5th, 2000, 12:47 PM
#1
Thread Starter
Member
i'me executing Sendkeys command in visual basic, my Shell command is in VBHide, (those command perform commands in dos), One of my command is to copy files into a cd, while it's performing the task in dos, is there a way to create a Progressbar in visual basic to follow the same progress as in dos. Sorry my english guys
See ya
-
Oct 5th, 2000, 03:10 PM
#2
Fanatic Member
ok..
cryptic..cryptic
send a caption of your code...
may be that will help clarifying..
I have an idea but I am not sure if it is what you're sking
-
Oct 6th, 2000, 09:21 AM
#3
Thread Starter
Member
while processing
command in vb:dos_opener = Shell(win_path & "\system32\copy_dir.bat " & win_path & "\system32", vbHide)
my batch file:cd\
c:
cd %1
file2cd temp.iso <enter.txt
cdtools /EJECT
thanxs man
-
Oct 6th, 2000, 09:37 AM
#4
transcendental analytic
No way i can think of but that process wouldn't show you much, it would directly go to the
file2cd temp.iso <enter.txt
and then (btw what does this one do?)
and then it would eject the CD right?
that takes about 1 sec. So depending on how long it takes to do file2cd, if it's always constant, then you could make a estimating progress bar
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|