User Profile
Collapse
-
joder2006 replied to How do i create an open dialog box that behaves like ones in programs such as word?in CYes, I can't believe I didn't see it before, it turns out the open dialog box is represented with a structure called OPENFILENAME and one of the of the members is called hwndOwner, all I had to do was assign that member the HWND to the main window and then everything works -
joder2006 replied to How do i create an open dialog box that behaves like ones in programs such as word?in CI'm using the windowing library that comes with Visual Studio 2005 c++, but here is the list of all the libraries I'm using
kernel32.lib
user32.lib
gdi32.lib
winspool.lib
comdlg32.lib
advapi32.lib
shell32.lib
ole32.lib
oleaut32.lib
uuid.lib
odbc32.lib
odbccp32.lib
I'm also using the SDL (Simple DirectMedia Layer) library, is there a certain...Leave a comment:
-
joder2006 started a topic How do i create an open dialog box that behaves like ones in programs such as word?in CHow do i create an open dialog box that behaves like ones in programs such as word?
i'm writing a program that uses an open dialog box, i would like to create an open dialog box that behaves like ones in other programs such as word, that has it where the window behind the open dialog box is disabled and i would like to have it where there is just one taskbar button for the application and be able to move the open dialog box outside the main window, im using visual studio 2005 in c++ and im doing a windows 32 application not MFC,... -
a problem with the mouse in a video game
I'm writing a RPG with 2-D graphics in java and for right now i have it where you can move the character using the arrows keys and the mouse and a few other things, when i click the mouse somewhere my character goes there but while the character is going there and i click somewhere else the character still goes to where i first clicked then once the character is there, then it goes to the second location that i clicked, instead i want the character... -
-
i can't get this recursion method to work
i have a program where a user can input a number and that number creates a pattern of asterisks for example if the number is four it looks like this
*
**
*
****
*
**
*
and eight looks like this
*
**
*
****
*
**
*
********
*
**
*
****... -
How do I get the flush function to work?
For this problem I know I need some kind of flush function to fix it, I have a program that runs as a calculator and everything works fine accept if I input a character the program does an infinite loop because its expecting a float, how do I get it to where the program continues on without the infinite loop, here is my code.
...Code:// Program 3 // 10/17/2006 // This program is a calculator #include <iostream>
-
-
yes i just did that and it couts what i input, the thing is though when i output the fuelflow it says its always zero no matter what i input, and zero is what it starts out at.Leave a comment:
-
I need help with getting my lunar class to work in C++
So I'm working on this class and I have a major problem.
This class happens to be for a rocket, it's a game that you play and you try to see it you can land safely from 1000 meters up in the air.
The problem is when I input the throttle the program ignores it.
It doesn't matter what i input into the throttle i get the same result.
There are also other problems as well.
Some...
No activity results to display
Show More
Leave a comment: