Search:

Type: Posts; User: Finneous

Search: Search took 0.00 seconds.

  1. Replies
    22
    Views
    2,162

    You might want to purchase some books and read...

    You might want to purchase some books and read tutorials and articles online. And - this one is the most important - practice and play around. If you do not have a compiler, there are some available...
  2. Replies
    9
    Views
    1,872

    I just tried it, and it does. Use system("pause")...

    I just tried it, and it does. Use system("pause") after lauching the html file and you should do fine.
  3. Thread: Spin :q

    by Finneous
    Replies
    6
    Views
    1,326

    I don't see no OnClick event.. there seems to be...

    I don't see no OnClick event.. there seems to be NM_OUTOFMEMORY and UDN_DELTAPOS for the spin. I tried it with the Deltapos event, too, but basically got the same problem :s
  4. Replies
    9
    Views
    1,872

    My guess would be that the line...

    My guess would be that the line remove("MapDraft.html") deletes the file before IE gains access.
  5. Replies
    19
    Views
    2,504

    You don't have the little curly brackets.. eg....

    You don't have the little curly brackets..

    eg.


    if (conditions)
    {
    statements;
    }
    else
  6. Thread: Spin :q

    by Finneous
    Replies
    6
    Views
    1,326

    Well, I would say the spin button's position...

    Well, I would say the spin button's position change (whatever it's called)?
  7. Thread: Spin :q

    by Finneous
    Replies
    6
    Views
    1,326

    Spin :q

    Hello,

    I'm experiencing a problem with a spin control associated with an editbox. It's supposed to act normally (increment or decrement the value by one) unless a certain condition is met, when it...
Results 1 to 7 of 7