Search:

Type: Posts; User: cosmicway

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    637

    Re: A problem with forms

    Yeah I put the refresh and doevents statement in the activate subroutine and now it works well. I wish to thank you for your assistance.
  2. Replies
    6
    Views
    637

    Re: A problem with forms

    I wrote a sub

    private sub form_activate
    call counter 'sub counter performs the long calculation
    exit sub
    end sub

    and removed the statement "call counter" from the form's...
  3. Replies
    6
    Views
    637

    [RESOLVED] A problem with forms

    I have a small project consisting of two forms FORM1 and FORM2.
    FORM1 contains two command buttons "compute" and "end".
    FORM2 contains a textbox and a command button "exit".
    The program starts...
  4. Replies
    1
    Views
    656

    Visual Studio Installer Issue

    I just finished installing vb6 and visual studio 1.1. on an xp machine.
    But I cannot use devenv to package - deploy vb solutions, the way it worked before.
    If I select a vbw project it says "the...
  5. Replies
    3
    Views
    430

    Re: Service Pack 6 installation

    Ran installation again.
    After cd1, msdn would n't run (a 16 bit error screen came up).
    Exited setup procedure and ran setup msdn manually - that way it was completed.
    Then vscsp6.
    But the end...
  6. Replies
    3
    Views
    430

    Re: Service Pack 6 installation

    Devenv says "choose vb project" then "specify file system" - all theses are missing and there is no visual basic icon in the "select project" menu.
    I don't understand - I can see devenv in the...
  7. Replies
    3
    Views
    430

    Service Pack 6 installation

    After a recent crash I reinstalled VB6 and service pack 6.
    Oddly enough the DEVENV component does not change from the 1998 version to the newest - so I cannot deploy visual basic solutions.
    What...
  8. Replies
    0
    Views
    733

    Ms Dos - Full Screen Freeze

    I reintalled Windows yesterday after a crash and also installed some critical updates for sp1.
    When I try to run a DOS application full screen the display freezes.

    For example RUN - EDIT
    EDIT...
  9. Replies
    5
    Views
    1,104

    Re: How do I make VB 6.0 print in colour ?

    RobDog888

    Your code works.
    Mine does n't, with dogged persistence:

    Printer.ColorMode = 2
    Printer.ForeColor = RGB(0, 0, 255)
    Printer.FontSize = 18
    Printer.CurrentX = 350
    Printer.CurrentY =...
  10. Replies
    5
    Views
    1,104

    How do I make VB 6.0 print in colour ?

    I have a Canon PIXMA iP1500 and I am at the momnet out of black ink but the colour bottle is full.
    I 'm trying to make it print in blue but without success.
    My code is as follows:
    ...
  11. Replies
    14
    Views
    9,147

    Re: Probability distribution with horses

    So you are in effect saying all the possible orderings have to be considered separately (n! cases) and perform the integrations (exp x erf).
    That looks likely.
    But where is the formula in those xls...
  12. Replies
    14
    Views
    9,147

    Re: Probability distribution with horses

    Got a hint from that place:

    http://www.physicsforums.com/showthread.php?p=733644#post733644

    can we elaborate on it ?
  13. Replies
    14
    Views
    9,147

    Re: Probability distribution with horses

    I 'm going to check what you 've done.
    But did you try to verify your method using random number simulation ?
    Random number simulation gives the correct answer to say one decimal place (it's...
  14. Replies
    14
    Views
    9,147

    Re: Probability distribution with horses

    What are these formulas ?
    I don't understand.
    Are you trying to do it pairwise ? I don't think it works.

    Probability of horse 1 should be of the order of 40% and probability of horse 6 less than...
  15. Replies
    14
    Views
    9,147

    Probability distribution with horses

    A horse race is going to take place with six runners.
    The race is over 5 furlongs (1000 meters) and for each of the six contestants it is known that their probable times at this distance are:
    ...
  16. Replies
    10
    Views
    641

    Re: Question For Old Timers

    Well, naturally.
    But some apps are not really worth rewriting, while at the same time I want to help some old users.
  17. Replies
    10
    Views
    641

    Re: Question For Old Timers

    It works when you recompile-redeploy.
    Real issue is that you may have some 50 or more exe files in the application so if you want to change something and if you have previously uninstalled qbasic,...
  18. Replies
    10
    Views
    641

    Re: Question For Old Timers

    incompatible runtime module
  19. Replies
    10
    Views
    641

    Re: Question For Old Timers

    penagate says
    By "reinstall the language", you mean the whole of QBASIC? And by "newly created", you recompile the dependency EXE?

    All of it and it's actually 8 diskettes not 10
    If you either...
  20. Replies
    10
    Views
    641

    Re: Question For Old Timers

    Well I mean this:
    You compile your code and declare BRT71AFR.EXE as the dependency.
    You place it in directory "X" and directory "X" contains "my.exe" and the BRT thing.
    It works.
    Now you...
  21. Replies
    10
    Views
    641

    Question For Old Timers

    I have a copy of QUICK BASIC 7.1 somewhere for MS DOS.
    It consists of 10 diskettes and I know king Tut was using that one but I have writen quite a few programs in it and I 'm not going to do them...
  22. Replies
    7
    Views
    989

    Re: Random Freeze

    I 'm going to install a fan and it's going to be 40 degrees the next days.
    The eskimos are lucky in the North Pole.

    However I did this in the program:
    As the computer seems to freeze in long...
  23. Replies
    7
    Views
    989

    Re: Random Freeze

    I will try an experiment now and see what happens
  24. Replies
    7
    Views
    989

    Re: Random Freeze

    eyeRmonkey

    How do we know for sure it's not related to vb ?
    Perhaps visual studio needs re-installing.

    In addition to the above when I open vb it greets me with an error box:

    "VBSCC - Scc...
  25. Replies
    7
    Views
    989

    Random Freeze

    I have writren a simple program in VB6 to solve numerical analysis problems.
    It can however handle large amounts of data if I want to.
    This program is causing a random freeze but only when the size...
  26. Replies
    8
    Views
    726

    Re: Windows 2000 compatibility issue

    moeur wrote
    Use the package and deployment wizard to create an installation package for your program.

    I used this:

    Microsoft development environment 6.0

    Someone told me not to use PDW for...
  27. Replies
    8
    Views
    726

    Re: Windows 2000 compatibility issue

    Hello

    Went there again - but no result.
    In fact the o.s. was Windows millenium (and not 2000 like I said before) and they had another pc with windows 98.
    From project components I see the...
  28. Replies
    8
    Views
    726

    Re: Windows 2000 compatibility issue

    Microsoft development environment 6.0
    (build type: full windows installer loaded)
  29. Replies
    8
    Views
    726

    Re: Windows 2000 compatibility issue

    HACK said
    I'm guessing that you shipped the app out, and someone with a Win2000
    machine reported it, right?

    Not at all.
    I travelled there by train, but it is a company office and there is of...
  30. Replies
    8
    Views
    726

    Windows 2000 compatibility issue

    Tried to install a vb application on a Windows 2000 system with some strangr results.
    There is a command button somewhere that calls a form in which the user computes "days between dates". The form...
  31. Replies
    2
    Views
    431

    my computer freezes during vb session

    I have developed a program in vb6 that solves differential equations by an iterative method.
    I run this program from the environment (no exe package). It computes the successive approximations and...
Results 1 to 31 of 31



Click Here to Expand Forum to Full Width