Search:

Type: Posts; User: Amon Ra

Page 1 of 13 1 2 3 4

Search: Search took 0.33 seconds.

  1. Thread: window text

    by Amon Ra
    Replies
    7
    Views
    385

    thanks CornedBee

    thanks CornedBee
  2. Thread: window text

    by Amon Ra
    Replies
    7
    Views
    385

    CornedBee, i have to compare GetWindowTextLength...

    CornedBee, i have to compare GetWindowTextLength to old_size right?
  3. Thread: window text

    by Amon Ra
    Replies
    7
    Views
    385

    thats actually quite ingenious..thanks CornedBee

    thats actually quite ingenious..thanks CornedBee
  4. Thread: window text

    by Amon Ra
    Replies
    7
    Views
    385

    ok..i am gonna do it that way then..thanks a lot

    ok..i am gonna do it that way then..thanks a lot
  5. Thread: window text

    by Amon Ra
    Replies
    7
    Views
    385

    window text

    might sound stupid, but i am having problems writing a function that will change the text of a window, and return the previous text..the function is a member of my window class..so i know the handle...
  6. Thread: windows

    by Amon Ra
    Replies
    2
    Views
    357

    i just need a yes or no.. :) thanks

    i just need a yes or no.. :)
    thanks
  7. Replies
    3
    Views
    375

    cool thanks parksie

    cool thanks parksie
  8. Replies
    3
    Views
    375

    could anybody please give me there advice? thanks

    could anybody please give me there advice?
    thanks
  9. Replies
    3
    Views
    375

    tip for window creation wrapper

    in my wrapper class for window creation, i was wondering if i needed to have members to store the icon handle, the cursor handle, or the text, since i can retrieve and change the values using the API...
  10. Thread: windows

    by Amon Ra
    Replies
    2
    Views
    357

    windows

    are child windows created the same way as top windows? i mean, when a button is created, is there a WM_NCCREATE msg passed to the procedure of the button, followed by WM_CREATE...?
    thanks
  11. Replies
    1
    Views
    7,564

    iterator->second

    i am using a message map for message handling in my win32 window wrapper. i found a reference on the net, and one line has this:



    typedef tyMessageMap::iterator tyMessageIterator;


    further...
  12. Thread: STL iterator

    by Amon Ra
    Replies
    1
    Views
    300

    STL iterator

    if you have an iterator, what would this do


    return iterator->second


    i looked at the STL doc, but its not very clear
    thanks
  13. Replies
    6
    Views
    396

    ok, thanks guys..i ahve another question that...

    ok, thanks guys..i ahve another question that doesn't really belong to this thread..if i wanted to write an application with lots of controls without using MFC, so just API, would i just do...
  14. Replies
    6
    Views
    396

    Pointers to char

    So many API functions use types like LPSTR, or LPCSTR. Shuld I use them in my own functions? or should i just use the char* type?
    thanks in advance
  15. Thread: Ata/atapi

    by Amon Ra
    Replies
    2
    Views
    360

    thanks..but i cant see it

    thanks..but i cant see it
  16. Thread: Ata/atapi

    by Amon Ra
    Replies
    2
    Views
    360

    Ata/atapi

    i need a new hard drive..the store where i am gonna go buy it has some for ATA100 and ATA133. how do i know which one to get? i dont think i have my doc anymore.
    thanks
  17. Thread: window version

    by Amon Ra
    Replies
    2
    Views
    293

    window version

    i am defining a list of flags..how would i have a check the version of windows to know if it is necessaray to define the flags?


    #if WindowVersion >= win2000
    #define X_TRANSPARENT
    #endif

    you...
  18. Replies
    10
    Views
    716

    ;)

    ;)
  19. Replies
    10
    Views
    716

    one of the optin mentions '64-bit portability...

    one of the optin mentions '64-bit portability issues'
    i removed it , and the warnings disapeared
  20. Replies
    10
    Views
    716

    no, i got no errors this time..how come?

    no, i got no errors this time..how come?
  21. Replies
    10
    Views
    716

    i get exactly the same errors as with the other...

    i get exactly the same errors as with the other program
  22. Replies
    2
    Views
    324

    i have found that i could change the color, size...

    i have found that i could change the color, size and font of an item, but i didn't find anywhere how i could change the window of the menu
  23. Replies
    2
    Views
    324

    any ideas or tips?

    any ideas or tips?
  24. Thread: VB to C++

    by Amon Ra
    Replies
    7
    Views
    456

    ok ok..that's right... :)

    ok ok..that's right... :)
  25. Replies
    10
    Views
    716

    i looked in windef.h but its not in there..i then...

    i looked in windef.h but its not in there..i then saw that windef includes winnt.h (because i am on winxp?), and it was in there...



    typedef long LONG;
  26. Thread: VB to C++

    by Amon Ra
    Replies
    7
    Views
    456

    hmm..ok CornedBee :)

    hmm..ok CornedBee :)
  27. Thread: VB to C++

    by Amon Ra
    Replies
    7
    Views
    456

    i think it would be nice to just call a function...

    i think it would be nice to just call a function like AttachMsg (MESSAGE) to subclass this message....
  28. Thread: VB to C++

    by Amon Ra
    Replies
    7
    Views
    456

    yea i do know, i just thought it would be easier...

    yea i do know, i just thought it would be easier to have a dll keep track of the things that i subclassed, rather than having a Get/SetWindowLong all over... i just liked the idea of having...
  29. Thread: VB to C++

    by Amon Ra
    Replies
    7
    Views
    456

    anyone got an idea? thanks

    anyone got an idea?
    thanks
  30. Replies
    6
    Views
    457

    cool thanks.. i am gonna check-it out.. :)

    cool thanks.. i am gonna check-it out.. :)
  31. Replies
    6
    Views
    331

    you cant have a variable starting with a number.....

    you cant have a variable starting with a number.. you can have a number inside the varible name, but not as the first letter.. :)
  32. Replies
    2
    Views
    324

    chaging menu window

    could anybody explain to me how i could redraw the menu window myself? is it possible? even if it is really hard, i just wanna know how to go about doing so
  33. Replies
    7
    Views
    422

    ok, cool.. thanks Zaei

    ok, cool.. thanks Zaei
  34. Replies
    7
    Views
    422

    microsoft examples

    why do they always have this in their examples



    #define UNICODE


    or this
  35. Replies
    10
    Views
    716

    annoying errors

    this is really annoying..
    i have this:



    'reinterpret_cast' : pointer truncation from 'WNDPROC' to 'LONG'


    i have quite a few similar errors and i cant get rid of them i tried lots of...
  36. Thread: Gdi

    by Amon Ra
    Replies
    1
    Views
    351

    Gdi

    does anybody have a link to a very good GDI (+) tutorial?
    thank you
  37. Replies
    3
    Views
    343

    what if you read teh content of the file and...

    what if you read teh content of the file and output it to an edit window.. after the user is done changing, you can print it back to the file..
  38. Replies
    6
    Views
    469

    yea, i know..lol..i was just talking about...

    yea, i know..lol..i was just talking about programs with WinMain and WndProc..but ok..thanks :)
  39. Replies
    6
    Views
    469

    would it just be the same for a windows program?

    would it just be the same for a windows program?
  40. Replies
    25
    Views
    935

    ohhh..ok i think i am starting to understand......

    ohhh..ok i think i am starting to understand... =) thanks Parksie
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width