Results 1 to 4 of 4

Thread: i know u know that

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2000
    Posts
    49

    Lightbulb

    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

  2. #2
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    617

    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

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2000
    Posts
    49

    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

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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
  •  



Click Here to Expand Forum to Full Width