Search:

Type: Posts; User: ElWhapo

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,040

    String Comparasin

    Okay, I made a Name That Tune game, but the problem is not everybody knows the EXACT title and the EXACT artist. I have considered making four choices, but that makes the game too easy and a lot...
  2. Replies
    43
    Views
    6,224

    Alrighty I sent in my Easy Hamburger algorithm.

    Alrighty I sent in my Easy Hamburger algorithm.
  3. Replies
    43
    Views
    6,224

    Sorry to sound stupid but I finished the Easy how...

    Sorry to sound stupid but I finished the Easy how do i submit it?
  4. Replies
    1
    Views
    1,124

    Unresolved External

    If you read my post "Tga" earlier about the image library i am creating that relates to this post as well. This time I am having a problem somewhere that I can't find. The two errors I get are both...
  5. Thread: Tga

    by ElWhapo
    Replies
    3
    Views
    1,218

    Thanks

    Thanks
  6. Thread: Tga

    by ElWhapo
    Replies
    3
    Views
    1,218

    Tga

    I'm tired of using other people's image libraries. So I decided to write my own. I started with Bitmap files (.BMP, .ICO, & .CUR) first. It took me about an hour to finish those because it is easy...
  7. Replies
    2
    Views
    5,176

    ahah! thanks

    ahah! thanks
  8. Replies
    2
    Views
    5,176

    Problem With sprintf and LPCTSTR?

    Actually, I'm not sure what my problem is. I'm trying to change the text of a Resource Dialog Box field to a number. My code compiles okay, but when it runs this segment of code always causes the...
  9. Thread: Find Dialog

    by ElWhapo
    Replies
    6
    Views
    3,284

    Check MSDN's stuff, you're answer could lie...

    Check MSDN's stuff, you're answer could lie there.
    FRHookProc
    Section on Common Windows Dialog Boxes
  10. Replies
    2
    Views
    2,157

    GetModuleHandle

    I know that when you are not working with any DLL's that GetModuleHandle(0) is a perfect way to retrive hInstance and not have to make it global. However, in the project I'm working on now I am...
  11. Replies
    13
    Views
    19,115

    at the beginning, put this in: #include...

    at the beginning, put this in:



    #include <Mmsystem.h>

    pragma once(lib, Winmm.lib)


    There is some other way to do it for MSVC++ but this works and its easy enough, right?
  12. Replies
    5
    Views
    1,058

    How would I import/export them? Should I use...

    How would I import/export them? Should I use __declspec (dllexport) or if they are defined like you show then can I just use them as/is?
  13. Replies
    5
    Views
    1,058

    How about a non-resource file, such as MP3, MPEG,...

    How about a non-resource file, such as MP3, MPEG, etc..... Is there away to put that in a DLL/import it?
  14. Replies
    1
    Views
    1,162

    The simple answer is not to create a window. ...

    The simple answer is not to create a window. Just create the dialog box.



    int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
    LPSTR iCmdLine, int iCmdShow)
    {
    ...
  15. Replies
    5
    Views
    1,058

    More Than Just Code In A DLL File?

    I am wondering how and if there is a way to put Bitmap images and .MP3 sound files into a DLL file and how I would possibly go about loading them into my program. Help?
  16. Replies
    6
    Views
    1,826

    Thanks I got it now.

    Thanks I got it now.
  17. Replies
    6
    Views
    1,826

    It still does not recognize my common control...

    It still does not recognize my common control functions. What am I doing wrong?


    // Example Shows How To Create A Basic Animation Control
    #include <windows.h>

    #pragma...
  18. Replies
    6
    Views
    1,826

    I am using InitCommonControlsEx. I am unsure how...

    I am using InitCommonControlsEx. I am unsure how to link to the lib file. That is the problem I'm having.
  19. Replies
    6
    Views
    1,826

    Initializing My Control

    I am having problems linking to Comctl32.dll used for the common control API. How do I go about importing the information from the file?
  20. Replies
    5
    Views
    1,088

    That was it. Thanks for the help.

    That was it. Thanks for the help.
  21. Replies
    5
    Views
    1,088

    Neither of those seemed to work. When I run it I...

    Neither of those seemed to work. When I run it I still get the "Display Mode Not Compatible" message which means result != DISP_CHANGE_SUCCESSFUL. Anything else you can think of?
  22. Replies
    5
    Views
    1,088

    Problem Going to Fullscreen

    I tried implementing GameTutorials' method of going to fullscreen mode in my program and it doesn't work. Here is the code. Can someone please tell me how to fix it?



    int WINAPI WinMain...
  23. Replies
    2
    Views
    1,230

    Buttons In Dialog Boxes

    I have a button in my dialog box that when you click it the dialog box quits. However, it would be really nice if when I hit the enter/return key it would also quit the program. Can someone help me...
  24. Replies
    5
    Views
    1,076

    You could make a random number and use if...

    You could make a random number and use if statements or a switch statement to call the functions. Give us an example and maybe we can help.
  25. Replies
    11
    Views
    5,436

    http://www.cplusplus.com/doc/tutorial/ That is...

    http://www.cplusplus.com/doc/tutorial/ That is where I learned to program in C++. About a C++ software to make programs, you can download Dev-C++ for free at http://www.bloodshed.net/ If you are...
Results 1 to 25 of 73
Page 1 of 3 1 2 3