Search:

Type: Posts; User: Xinny

Search: Search took 0.04 seconds.

  1. Thread: filecopy problem

    by Xinny
    Replies
    6
    Views
    482

    Well, I figured out what the problem is.. ...

    Well, I figured out what the problem is..

    When it runs filecopy from a floppy it sets the floppy as the default drive, when it tries to continue with the rest of the code it runs it from the...
  2. Thread: filecopy problem

    by Xinny
    Replies
    6
    Views
    482

    I thought it should wait too, but it seems that...

    I thought it should wait too, but it seems that it confirms the copy has started then continues on with the next lines of code. The Copyfile api does the same thing, so does SHFileOperation.
    I'm...
  3. Thread: filecopy problem

    by Xinny
    Replies
    6
    Views
    482

    sorry about being unclear, I should have...

    sorry about being unclear, I should have explained this better..

    I need to wait for the filecopy to finish before the program continues on to the next lines of code.

    After the filecopy the...
  4. Thread: filecopy problem

    by Xinny
    Replies
    6
    Views
    482

    Hi all, I'm having a small problem with...

    Hi all,

    I'm having a small problem with filecopy and floppy drives. I need a way to wait for the filecopy from a floppy to finish then continue with the next lines of code.

    The files are zips,...
  5. Replies
    5
    Views
    1,121

    It's actually a bug with mschart.editcopy,...

    It's actually a bug with mschart.editcopy, there's a workaround at this link if you ever need it:

    http://support.microsoft.com/support/kb/articles/Q197/4/87.ASP?LN=EN-CA&SD=gn&FR=0
  6. Replies
    5
    Views
    1,121

    Your code helped me tons Chris, thanks very much....

    Your code helped me tons Chris, thanks very much.

    I ended up using a picture box and image box together as mscharts have a bug which doesn't show the legend captions unless the chart is copied to...
  7. Replies
    5
    Views
    1,121

    Hi all, I am having some problems printing a...

    Hi all,

    I am having some problems printing a mschart properly.
    If the form and chart are resized the chart will print much too small or much too large for a letter size sheet depending on the...
  8. TheBao, that still displays the minimum value of...

    TheBao, that still displays the minimum value of 1600 with maximum of 1620. I've been messing with this for hours and it doesn't seem like any microsoft chart can count backwards. I've ended up...
  9. Thanks for the reply TheBao, I added the code and...

    Thanks for the reply TheBao, I added the code and it still displays the minimum as 1600 and the maximum as 1620 (1600 + major division). A negative Major.Division doesn't seem to work either.
    ...
  10. Hi, I'm writing a program which views various...

    Hi,
    I'm writing a program which views various charts from data in several MSHflexgrids. One of the charts needs to have the y-axis minimum at 1600 and the maximum at 800, mschart doesn't seem to...
  11. Replies
    1
    Views
    376

    figured it out myself.. yay :)

    If anyone is trying to do the same I found a way to make this work (with notepad and calc and such anyway)

    had to use this:
    sApp = Left$(puk, intc)

    instead of

    sApp = puk

    It took a while...
  12. Replies
    1
    Views
    376

    Hi folks, This code was lovingly ganked from...

    Hi folks,
    This code was lovingly ganked from this very board, thanks to all who have posted it.
    I'm attempting to use this snippet as a popup-window killer, for now I'm testing with notepad, calc,...
  13. Replies
    11
    Views
    557

    Matthew, I had a look at that thread and it'll...

    Matthew,
    I had a look at that thread and it'll be very helpful. Also, that snippet OneSource hooked me up with:
    Private Sub webbrowser1_NewWindow2...etc etc
    It'll help as my next learning project...
  14. Replies
    11
    Views
    557

    Thanks guys, those replies have given me some...

    Thanks guys, those replies have given me some ideas. I think I know where to start now.

    Xinny
  15. Replies
    11
    Views
    557

    Hi, I was wondering if there is a way to kill...

    Hi,

    I was wondering if there is a way to kill those browser ad popups.. (geocities etc.) either by allowing only one browser window to be open, or by killing the extra ad windows from a list. I...
Results 1 to 15 of 15



Click Here to Expand Forum to Full Width