Search:

Type: Posts; User: C++beginer

Search: Search took 0.00 seconds.

  1. Hmmmmm, the controls program compiled fine but...

    Hmmmmm, the controls program compiled fine but wont open for some reason. This is strange. No idea why it wont open
  2. thanks, it worked. Now i have another problem: ...

    thanks, it worked. Now i have another problem:




    case WM_CREATE:
    {
    HFONT hfDefault;
    HWND hEdit;
  3. case IDC_REMOVE: { // When the user...

    case IDC_REMOVE:
    {
    // When the user clicks the Remove button, we first get the number
    // of selected items

    HWND hList = GetDlgItem(hwnd, IDC_LIST);
    int count =...
  4. 'initializing' : cannot convert from 'void *' to 'int *'

    Hello, I can someone tell me why I get this error? I tried to run a source code for the WINAPI for a program tutoriol, the one I posted in another post. it gives me the error in the title. What could...
  5. Replies
    4
    Views
    1,081

    thanks. That's not really what I wanted to know...

    thanks. That's not really what I wanted to know though since I knew how to do that. I'll try asking the person who has the tutoriol
  6. Replies
    4
    Views
    1,081

    then how would I add the file to my project? I'm...

    then how would I add the file to my project? I'm using Microsoft C++ 6.0 does C++ have an edit function to edit resource files?
  7. Replies
    4
    Views
    1,081

    Resoruce trouble.

    Hello, I'm using a tutorial from this web site: http://www.winprog.org/tutorial/resources.html

    It says to edit the resource script but i can't find a way to do it. Please see if you could help...
  8. Nm, sorry, i did it my self. I hate it when I...

    Nm, sorry, i did it my self. I hate it when I need to figure out something and I can then figure it out. If it makes any sence
  9. Ok, now i'm having trouble with something else....

    Ok, now i'm having trouble with something else. I'm adding multiple switch_case in my app, but it tells me that there's illegal uses of cases and default.

    It still wont let me post my code for...
  10. having a little trouble with "too many characters in constant"

    I'm adding a sort of cheatcode system to the switch_case example, you know something like "if (cheat = 'kevin') but it's telling me there's too many characters in the constant. any idea why it says...
  11. Replies
    2
    Views
    1,307

    I figured out that i needed to declare that...

    I figured out that i needed to declare that variable within that function that handled the particular operation. Thanks for ur help
  12. Replies
    2
    Views
    1,307

    Switch/case problem with file I/O

    Hello, i'm trying to take the tutorial of switch/ case and add file IO. I've gotten something to this effect but everytime i try to input the file it says that the variables I have aren't declared...
Results 1 to 12 of 12