Search:

Type: Posts; User: Olidivera

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    4,073

    Major Computer Problem

    I am having computer problems with my old (5 or 6 years (maybe more)) windows 98 computer. We do virus scans and other computer utilities (defragmenting etc) often. However, now we have a problem...
  2. Replies
    11
    Views
    1,174

    Look, I am not as good as you people at this. ...

    Look, I am not as good as you people at this.

    I found the LoadMenu line in my code...


    SetMenu(hwnd,LoadMenu(hinstance, "MYMENU"));

    ...and I tried everything from it, but nothing is...
  3. Replies
    11
    Views
    1,174

    Would you mind elaborating on that a bit? That...

    Would you mind elaborating on that a bit? That doesn't help me at all.
  4. Replies
    11
    Views
    1,174

    Sorry if I'm sounding silly...but what do you...

    Sorry if I'm sounding silly...but what do you mean?
  5. Replies
    11
    Views
    1,174

    I tried that, but I get the error that hMenu is...

    I tried that, but I get the error that hMenu is undeclared. What is supposed to be there? Sorry if this seems obvious to you, I'm not the best at this :D .
  6. Replies
    11
    Views
    1,174

    Graying and Ungraying menu items

    How can I make it so that a menu item starts out grayed, but then when two variables are at a certain value, it becomes ungrayed and accessable?

    I am using Dev C++
    Platform: Windows XP
  7. Replies
    2
    Views
    1,118

    Well I solved it, but the wierd thing is that you...

    Well I solved it, but the wierd thing is that you need to save the project in a new folder and then compile and it works.

    I use Dev C++
    Windows Xp
  8. Replies
    2
    Views
    1,118

    Problems with my menu

    I am having problems with a menu on multiple programs. Once the code is complete, I compile it and everything works fine. However, when I go back to recompile it (without modifying the code) then the...
  9. Replies
    1
    Views
    1,044

    Grayed out Menu Items

    Is it possible to have a grayed out menu item which becomes accessable when two variables are at a certain value?

    If so, how?
  10. Replies
    3
    Views
    2,412

    Best webhosting plan under $10 per month?

    What is the best webhosting plan under $10 per month?
  11. Replies
    1
    Views
    954

    Installing program?

    Where could I get a program that installs files into a certain directery that the user specifies?

    Whenever you purchase a computer game, it has an auto installer type thing. I need that kind of...
  12. Replies
    5
    Views
    2,433

    Thanks for the help. EDIT: What's with...

    Thanks for the help.

    EDIT:


    What's with the ...? Should something be there?
  13. Replies
    5
    Views
    2,433

    Well, I guess the checking menuitems is kinda...

    Well, I guess the checking menuitems is kinda over my head...

    ...but how about the variables? Shouldn't that be simple? This information is apparently not in that guide your talking about...
  14. Replies
    5
    Views
    2,433

    Checking Menu Items

    Not sure if this should go here or in the C++ forum, so ill try here.

    I want to make a simple program, which creates a window (I got that part done). When the window opens, it displays a number (a...
  15. Replies
    1
    Views
    1,187

    Links to menu items

    1. How do you create a link in the text of a certain menu item to another menu item?

    For example, you have the text "Click here to save!" (example, won't really save) in the menu item File -->...
  16. Replies
    4
    Views
    1,866

    Thanks a bunch. This helped a lot. :D

    Thanks a bunch. This helped a lot. :D
  17. Replies
    4
    Views
    1,866

    Simple Menu Questions (And a window question)

    I have 2 questions about menus + windows:

    1. How do you create subcatagories for menus? Such as:

    File -> New -> Project?

    I asked before, and tried what people suggested, but it didn't work....
  18. Replies
    7
    Views
    1,051

    The text is displayed with the code: ...

    The text is displayed with the code:


    TextOut(hdc,0,0,"Text",strlen("Text. Don't know why there is a second one..."));

    Yeah, i guess it is Win32... Since i'm sorta new to C++, all these...
  19. Replies
    7
    Views
    1,051

    Well, its not a console, so I'd guess its a GUI...

    Well, its not a console, so I'd guess its a GUI (not sure)

    My compiler is Dev C++

    My comp is windows xp.
  20. Replies
    7
    Views
    1,051

    Clearing the screen

    Im not sure if this is the right forum, but ill ask anyway.

    I have a program which creates a window with a menu. If you click on an element of the menu (such as help -> about) then it displays...
  21. Replies
    4
    Views
    979

    Subcatagories for Menus?

    I've been experimenting with menus recently and I have one question, that I believe my book doesn't go over...

    How do you make a subcatagory for a menu item? Such as:


    File -> New ->Project
    ...
  22. Replies
    17
    Views
    2,297

    I'd like to see your blackjack game, because I...

    I'd like to see your blackjack game, because I don't really understand this linked list business. Does the list reset after the game is over (the poker game ends and you restart with new random...
  23. Replies
    17
    Views
    2,297

    I have a new problem now. If I run the program...

    I have a new problem now. If I run the program over and over and over (ect.) again, then it doesn't seem to stay random. Sometimes it repeats the same card over and over. Is there some problem in my...
  24. Replies
    17
    Views
    2,297

    Ugh, I get it... Thanks for pointing that out,...

    Ugh, I get it...
    Thanks for pointing that out, cause I thought something was wrong with it...

    EDIT: So should the srand() go after the int and before the choosing?
  25. Replies
    17
    Views
    2,297

    Ok I fixed the code so it works now, but there...

    Ok I fixed the code so it works now, but there still seems to be some sort of error.

    New Code:

    #include <iostream>
    using namespace std;
    int main ( int argc , char** argv )
    {
    // --...
Results 1 to 25 of 39
Page 1 of 2 1 2