Search:

Type: Posts; User: SushiFugu

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Winsock data

    by SushiFugu
    Replies
    2
    Views
    948

    Come on, dont hold out on me here people :) ...

    Come on, dont hold out on me here people :)

    I'll gladly post more info if anyone needs it, I just need alittle advice. Heck, any advice! :)
  2. Thread: Winsock data

    by SushiFugu
    Replies
    2
    Views
    948

    Winsock data

    I have recently been working on learning winsock, so i've been making lots of little programs to get the hang of it all. I just started figuring out how to send and recieve data (no files or...
  3. Replies
    4
    Views
    1,737

    K.. I think i've got it covered now. See, the...

    K.. I think i've got it covered now.

    See, the image was fine besides for it starting out black.. so like you said, I now just fill it white when its created.. and then the problem is pretty much...
  4. Replies
    4
    Views
    1,737

    Yes, I have bitmaps on both side.. Yes, i'm...

    Yes, I have bitmaps on both side..
    Yes, i'm using SRCCOPY.
    I don't know what you mean by painting the bitmaps white... this is a simple painting app, so you can choose any color of brush if thats...
  5. Replies
    4
    Views
    1,737

    window painting background

    Ok, I have a simple app that can draw lines and shapes, etc..

    It draws to the screen DC and to a frame buffer memory DC which I use to keep track of what has been drawn.

    Now, to the problem.....
  6. Replies
    3
    Views
    919

    Thanks both of you for replying. -KEN-'s idea...

    Thanks both of you for replying. -KEN-'s idea seems to be what I needed :)
  7. Replies
    3
    Views
    919

    DCs and disappearing pixels

    Well, I assume this is a pretty simple question, atleast for someone a bit more experienced than me :)

    I have a simple window, that allows you to draw in it using GDI functions, like an extremely...
  8. Thread: Drawing

    by SushiFugu
    Replies
    1
    Views
    1,234

    Drawing

    I was just wondering how I would go about making a small app, something like ms Paint, but simpler.. just something to draw in, doodle, that kinda thing.

    Is the GDI alone capable of doing that?...
  9. Thread: Gdi/gdi+

    by SushiFugu
    Replies
    5
    Views
    1,159

    Thanks everyone for replying. Your suggestions...

    Thanks everyone for replying. Your suggestions have greatly cleared things up for me :D
  10. Thread: Gdi/gdi+

    by SushiFugu
    Replies
    5
    Views
    1,159

    Thanks for the reply :) So, which should I...

    Thanks for the reply :)

    So, which should I learn first? Does it really matter which I learn first?

    Just for the record, I run win2k.
  11. Thread: Gdi/gdi+

    by SushiFugu
    Replies
    5
    Views
    1,159

    Gdi/gdi+

    I was just wondering (since i'm just learning about bitmaps and such) what the difference is between GDI and GDI+? If they are very different, which one should I be reading up on?

    I did a search,...
  12. Replies
    6
    Views
    3,488

    Nevermind, it worked.. I was just being stupid,...

    Nevermind, it worked.. I was just being stupid, got my handlers mixed up with InvalidateRect.

    Thanks! :)
  13. Replies
    6
    Views
    3,488

    Thanks for the suggestion Stoned, but that...

    Thanks for the suggestion Stoned, but that doesn't seem to be working :(

    No errors, just doesn't change anything.
  14. Replies
    6
    Views
    3,488

    sorry, forgot to add compiler info Borland...

    sorry, forgot to add compiler info

    Borland C++Builder 5 Pro

    only WinAPI please, not using MFC.
  15. Replies
    6
    Views
    3,488

    Dialog box redraw

    I think this is a fairly simple question, thus i'm not posting any code.

    My problem is as follows - I have a simple dialog box, with a static control that is holding text. I then have the text...
  16. Replies
    6
    Views
    1,929

    Dialogs and resources

    I was just wondering if it is possible to make dialog boxes without using resources. All the windows API tutorials I have read always show using resources. And while we're on the subject, how much...
  17. Replies
    7
    Views
    2,535

    Graphics

    In the Tutorials section, theres a link to a downloadable zip which contains multiple graphics tutorials.

    You can also look at the FAQ which has info on graphics, and links to some sites which...
  18. Replies
    4
    Views
    979

    Never mind, I figured it out. When I used your...

    Never mind, I figured it out.

    When I used your code, the problem was it was (for some reason) just putting in a blank space, and moving the last character over.
    like:

    (before) - ABC
    (after) ...
  19. Replies
    4
    Views
    979

    Thanks for trying, but that didn't seem to do it...

    Thanks for trying, but that didn't seem to do it :(

    I can't believe this isn't a simple thing, I just can't think of what to do.
  20. Replies
    4
    Views
    979

    File output, backspacing

    I'm sorry if this has been asked before, but I couldn't find anything on the search I did.

    What i'm doing is simple enough, i'm just outputting some strings to a file, using "outfile<<string1" for...
  21. Replies
    5
    Views
    1,472

    Thanks for the advice :)

    Thanks for the advice :)
  22. Replies
    5
    Views
    1,472

    When to move on?

    I'm just looking for some advice from some of the more experienced programmers around here.

    My question is, when do you think is a good time to move on into windows (api to be specific)...
  23. Replies
    9
    Views
    2,347

    Smilies

    Its probably converting ;) to the winking smiley.... check "Disable smilies in this post" to turn that feature off when you post.
  24. Thread: Linked lists

    by SushiFugu
    Replies
    4
    Views
    961

    Thanks

    Thanks, programmer, thats a good site. Looks like exactly what I needed. Some examples, some actual uses, etc.

    Thanks! :)
  25. Thread: Linked lists

    by SushiFugu
    Replies
    4
    Views
    961

    Linked lists

    I was just wondering if someone could give me some advice/links to find some info on linked lists. I've already read over the tutorial on this site, but its just not clicking with me for some reason,...
Results 1 to 25 of 29
Page 1 of 2 1 2