Search:

Type: Posts; User: FOOTOO

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    992

    owned windows on taskbar

    How do I get an owned window to apper on the task bar?

    Thanks!
  2. Replies
    5
    Views
    1,383

    Sorry for the slow reply, I don't have internet...

    Sorry for the slow reply, I don't have internet access every day.

    Thanks, msdn was very helpful. I believe either I have some other flaw in my code or there is a bug in the compiler because all I...
  3. Replies
    5
    Views
    1,383

    curiousity about owned window

    I am wondering if it is improper to create an owned window using WS_POPUP. When I used this window style, the window would not show itself, however, when I changed it to WS_OVERLAPPED it worked just...
  4. Thread: team C

    by FOOTOO
    Replies
    7
    Views
    1,703

    Oh, I think you're right. Just got a little too...

    Oh, I think you're right. Just got a little too excited I guess.
  5. Thread: team C

    by FOOTOO
    Replies
    7
    Views
    1,703

    Yes, Yes!! This is very true. I found a great...

    Yes, Yes!! This is very true. I found a great deal of my time and code to be devoted to fine tuning the gui. It looks good when I sketch it out on paper, but when I implement it, things don't...
  6. Thread: team C

    by FOOTOO
    Replies
    7
    Views
    1,703

    Well, if you've never gone back and changed your...

    Well, if you've never gone back and changed your routines..... You know, added a parameter, added members, revised a process, then either your project isn't very complex or your simply perfect. I...
  7. Thread: team C

    by FOOTOO
    Replies
    7
    Views
    1,703

    team C

    I am not a professional programmer, so forgive me if this sounds too elementary for you. When I first started the project I am working on, I asked my co-workers for help with the project since it...
  8. Thread: fread problems

    by FOOTOO
    Replies
    19
    Views
    2,730

    Just a little bit off topic, but, how do you...

    Just a little bit off topic, but, how do you round it in C?
  9. Replies
    13
    Views
    11,115

    This is interesting. I do exactly the same...

    This is interesting. I do exactly the same thing. When in doubt, I get out the 48!

    Also, I wish I had a CS professor to confer with. Lucky guy.
  10. Replies
    13
    Views
    11,115

    If you get a working solution to this, please...

    If you get a working solution to this, please post it. I'm curious as to how you solve this problem. I work on surveying programs, so this particular problem, although not great, is problematic...
  11. Thread: LineTo() in XP

    by FOOTOO
    Replies
    2
    Views
    1,141

    Nevermind, I went to the laundramat and it came...

    Nevermind, I went to the laundramat and it came to me that RestoreDC() is the culprit. I didn't realize that the previous coordinate would be restored.

    That's anyway.

    Funny how that works...
  12. Thread: LineTo() in XP

    by FOOTOO
    Replies
    2
    Views
    1,141

    LineTo() in XP

    Have any of you noticed that with LineTo() in XP, that when you change the pen, that the end of the line doesn't always move up? An additional MoveToEx() is sometimes required after I delete the...
  13. Replies
    16
    Views
    5,856

    Going a little off topic here, but I too am new...

    Going a little off topic here, but I too am new to windows programming. I've been at it for about a year now.

    Anyway, I am not a professional programmer so I am not very knowledgable about these...
  14. Replies
    1
    Views
    962

    what do you call it when

    you hover the cursor (mouse pointer) over something for a while and then a ballon or small window pops up? I would like to add this feature to my program, but I don't know what it is called so I can...
  15. Replies
    14
    Views
    1,960

    Well, essentially, I have a routine which is...

    Well, essentially, I have a routine which is basically a "field" for entering numbers. When it is not entering a number, it displays the value of the field. With this field you can also edit the...
  16. Replies
    14
    Views
    1,960

    Okay, I hope you don't mind me going off topic a...

    Okay, I hope you don't mind me going off topic a little bit, but it is what forced me to consider things like nan and infinity.

    I am working on a routine to decompile a double to text sort of...
  17. Replies
    14
    Views
    1,960

    No, thankyou, I did not know infiity was signed. ...

    No, thankyou, I did not know infiity was signed.

    Actually, I just wanted to know how to deal with these unusual double representations.
    I think some of my routines need to take this into...
  18. Replies
    14
    Views
    1,960

    a question about nan

    it has come to my attention that when it comes to doubles, there is a representation for infinity or "not a number" in the environment I am using.

    In C, is there a way to detect this or is this...
  19. Replies
    0
    Views
    883

    check box advise

    I'm planning to eventually have a window for toggling attributes or selecting objects in a list by way of check boxes along side the listing.

    Now the list could be up to whatever can be...
  20. Replies
    1
    Views
    1,081

    monitor resolution

    Is there a window meesage to process when the user changes the monitor resolution?
  21. Replies
    4
    Views
    1,515

    I guess I am just a jumble of thoughts. Never...

    I guess I am just a jumble of thoughts. Never mind.

    Thanks anyway
  22. Replies
    4
    Views
    1,515

    organizing window handles

    I am looking for suggestions on organizing window handles.

    While learning windows programming, it's not a problem as only a few windows are created. But as you build a project, keeping track of...
  23. Replies
    3
    Views
    1,294

    Thanks for the tip. I got it to work. Linking...

    Thanks for the tip.

    I got it to work. Linking to the lib was the key!


    Thank you
  24. Replies
    3
    Views
    1,294

    Well, by chance if there is anyone out there who...

    Well, by chance if there is anyone out there who can tell me how to do it from with in the IDE (I'm a lazy weekend coder), I'd appreciate it.

    Thanks! :D
  25. Replies
    3
    Views
    1,294

    PlaySound and OpenWatcom

    Any of you compile for Win32 using Open Watcom 1.3? I just upgraded from Watcom 11.0 and now I find there is a problem with the PlaySound() function. I get an error message something like "Undfined...
Results 1 to 25 of 51
Page 1 of 3 1 2 3