Search:

Type: Posts; User: Chemanuel

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    4,455

    These are the points you have to take into...

    These are the points you have to take into account

    - The DragAcceptFiles function registers whether a window accepts dropped files

    - The WM_DROPFILES message is sent when the user releases the...
  2. Replies
    44
    Views
    9,821

    Thank you all for you interest and nice stuff! ...

    Thank you all for you interest and nice stuff!

    Yes Iīm back but cannot promise to be often enough to catch up.

    Wow, last time I was here was so long ago that I canīt remember.

    adrianxw, I...
  3. Replies
    19
    Views
    6,694

    Now that you mentioned it, I remember that on...

    Now that you mentioned it, I remember that on Monday (perhaps Tuesday) I got a warning message telling that an email sent to me had a virus.

    The body of the message was something like

    This is...
  4. Re: Aaaaaaaarg!

    I also use Dev-C++ and this is the correct way to do it.

    In the resource file include the bitmap like this


    myBitmap BITMAP "C:/nuntitled.bmp"

    In the source code declare a general variable...
  5. Replies
    119
    Views
    26,301

    Akribos, megale! That's the right answer....

    Akribos, megale!

    That's the right answer. You're the winner.
  6. Replies
    119
    Views
    26,301

    If you switch all on how do you know which one is...

    If you switch all on how do you know which one is the right one? You haven't answer the question, I'm afraid.


    Perhaps I didn't phrase it properly earlier. I resume the options.

    - The three...
  7. Replies
    15
    Views
    5,876

    I doubt it since this is not Jerry Springer's...

    I doubt it since this is not Jerry Springer's show ;)
  8. Replies
    119
    Views
    26,301

    Perhaps this is easy

    There is a room with one lamp hanging from the ceiling and a chair. Outside the room there are 3 switches. Only one switch turns on the lamp.

    At the begining all the switches are off and you're...
  9. Thread: menus

    by Chemanuel
    Replies
    10
    Views
    2,480

    In general, I prefer to build them as a resource...

    In general, I prefer to build them as a resource because my applications have a fix menu and I don't want to bother to much with it.

    If you need a more "dynamic" menu it's better to create it on...
  10. Replies
    1
    Views
    1,356

    Just a guess

    I don't see anything wrong with the code. However, I don't see that the bitmap is declared globally and perhaps there is the problem.

    Just LoadBitmap into a global variable and see if it works.
    ...
  11. Replies
    3
    Views
    1,923

    To generate a header file you have two options: ...

    To generate a header file you have two options:

    1) Look for a compiler that does that

    2) Do it yourself

    I use option 2)

    When you create any control in the resource editor you should give...
  12. Thread: Edit Box

    by Chemanuel
    Replies
    4
    Views
    1,678

    There's no special function for that but you can...

    There's no special function for that but you can implement one easy.

    What you need to do is trap the EN_UPDATE notification message (is received through the WM_COMMAND) from the edit box. This...
  13. Thread: New Board

    by Chemanuel
    Replies
    46
    Views
    73,302

    My opinion

    This looks good.

    A bit confusing at the beginning but I asume is the same when you pass from driving a car to flight a plane.

    I have only one but. Is it possible to order the threads in a way...
Results 1 to 13 of 13