CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MicronXD

Search: Search took 0.02 seconds.

  1. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    Re: single pixel

    Thx 4 your suggestion, ahoodin!
    I guess I shoulda mentioned I already tried putting in sleep(10); to allow other things to render for 10ms between placing the pixel.

    I think it's just the nature...
  2. Re: Need capturing specific key combinations (like "[Alt]+[Space]")

    registerHotKey() is returning false :(

    MSDN said the first parameter for "registerHotKey()", HWND hWnd, can't be NULL. is there something else i can put there?
  3. Re: Need capturing specific key combinations (like "[Alt]+[Space]")

    Thanks for your help! :D I'll post to this thread when I finish my lil project ^ ^
  4. Re: Need capturing specific key combinations (like "[Alt]+[Space]")

    could you gimme an example? the msdn descriptions always confuse the hell out of me.
  5. Need capturing specific key combinations (like "[Alt]+[Space]")

    I'm writing a program in java. I was hoping to make it in such a way that the GUI would be launched when the user presses "[alt]+[space]".

    After a bit of research, I found java can't see the...
  6. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    Re: single pixel

    ouch! lol the HDC thing is neat, but sooooo sloooow :P

    could someone show me a way that won't slow down all the other programs trying to write pixels? lol
  7. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    Re: single pixel

    lol that is quite neat! thank you!! :P
  8. Replies
    15
    Views
    10,973

    Re: Alternative for FOR LOOP

    Those nested loops are supposed to create a 1 dimensional array containing everything in the 3 dimensional array, right?

    iterating through the k's of each j of each i?


    The context would be...
  9. Replies
    19
    Views
    13,930

    Re: Writing My Own Operating System

    Aww man! that's so awesome! I took an assembly class a few semesters ago, at the university i attend, and ever since I've wanted to write an operating system. I'm not nearly as advanced as you are,...
  10. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    Re: single pixel

    Well it's 3:38am here, and I have class in 7hrs and 22 minutes. I'm gonna head to bed, but I'll read your posts after class tomorrow!

    thanks!
    -MxD
  11. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    Re: single pixel

    Sorry I'm really new to this (only done command prompt programs :/)

    what is a "DC"
  12. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    Re: single pixel

    John E,

    Is there a way to ask the system what color mode is being used?

    -MxD
  13. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    Re: single pixel

    John E... erm... disregaurd the really long PM i sent u lol (didn't realize you guys replied while i was typing it and I'm really tired :P)
  14. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    Re: single pixel

    ? so... any help? I wanna get started on it b4 4am >.<
  15. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    Re: single pixel

    oy... any time i ask a question on programming forums, ppl think I'm trying to write a virus or something >.<
  16. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    Re: single pixel

    I wanna write an animated C++ intro for a Java program from scratch. have your ever seen the fruity loops loader? something like that, but animated
  17. Replies
    9
    Views
    3,883

    Re: Screen Capture needs to contain cursor

    I say at time of screen capt., get mouse coord.s and paste img of mouse on top :P
  18. Replies
    15
    Views
    10,973

    Re: Alternative for FOR LOOP

    I think I have an idea... can I have the context so i can try it out? (I dnt feel like writing a testing program at 2:30 in the morning
  19. Thread: single pixel

    by MicronXD
    Replies
    28
    Views
    3,479

    single pixel

    I'm not exactly sure if I'm asking in the right place (idk where to even begin when doing this).

    But what I'm interested in doing is drawing single pixels (not within a window though).

    A nice...
Results 1 to 19 of 19





Click Here to Expand Forum to Full Width

Featured