Forum: C++ Apr 9th, 2006 |
| Replies: 4 Views: 5,722 well ... mainly that I was calling DefWindowProc() from within the dialogbox's callback function, which messed things up. :-| |
Forum: C++ Apr 9th, 2006 |
| Replies: 4 Views: 5,722 ... nevermind, got it working. :cheesy: |
Forum: C++ Apr 9th, 2006 |
| Replies: 4 Views: 5,722 Hi all
I'm experimenting with win API gui stuff, and I've run into a problem with dialog boxes. Currently, when the "Show DialogBox" option in the menu is pressed, the dialog box pops up.
I... |
Forum: C++ Feb 26th, 2006 |
| Replies: 12 Views: 9,703 ah, ok ... nevermind. Something in my project options got reset, and it was no longer including my .rc file in the current project. :o
Thanks again, guys. Much appreciated. |
Forum: C++ Feb 26th, 2006 |
| Replies: 12 Views: 9,703 |
Forum: C++ Feb 26th, 2006 |
| Replies: 12 Views: 9,703 Hey guys... thanks for the replies
Yesterday, I used the main.cpp that Wolfpack included in GUI.zip ... everything worked fine, and the dialog box popped up.
Today I had to reinstall dev-cpp... |
Forum: C++ Feb 25th, 2006 |
| Replies: 12 Views: 9,703 ah ... it runs fine in Dev-cpp. Thank you SO much, Wolfpack.
Just one more question. I'm creating this program to do some bitmap displaying/manipulation ... so I'd like to have another window (a... |
Forum: C++ Feb 25th, 2006 |
| Replies: 12 Views: 9,703 Hi Wolfpack
I'm using the Dev-Cpp IDE (I think it's the MinGW compiler that comes along with dev-cpp).
I tried the above, CreateDialogBox() still returns a NULL...
Is there an error in the... |
Forum: C++ Feb 24th, 2006 |
| Replies: 1 Views: 5,929 Hi all
I am fairly new to C++, and am having problems creating a quick GUI application using the Win32 API. I'd like to use the "windows form project" option in Visual C++ ...which creates... |
Forum: C++ Feb 24th, 2006 |
| Replies: 12 Views: 9,703 http://www.apcx.3rror.com/main.cpp
The resource file:
Window Procedure of the main window... |
Forum: C++ Feb 24th, 2006 |
| Replies: 12 Views: 9,703 Hi all
I have been following a tutorial on creating win32 GUI applications. I'm having a problem getting a dialog box to pop up on top of my main window ...the CreateDialog() method returns a NULL... |
Forum: C++ May 13th, 2005 |
| Replies: 4 Views: 18,181 Thanks.
And... I need to stick that snippet of code into the Relation.h file? |
Forum: C++ May 13th, 2005 |
| Replies: 4 Views: 18,181 It's easy enough in Java. How is it done in C++?
for e.g. I have a class called Relation, that has a name field (just a string) and then a vector of strings.
I want to specify that wherever I... |
Forum: C++ Apr 29th, 2005 |
| Replies: 4 Views: 4,546 |
Forum: C++ Apr 29th, 2005 |
| Replies: 4 Views: 4,546 Umm.... no. I'm in third year Computer Science, and we've covered only Java in the first two years. Now I'm doing a course called Comparative Programming Languages, and I've seen C++ for the first... |
Forum: C++ Apr 29th, 2005 |
| Replies: 4 Views: 4,546 Thus far I've got just a text menu system that runs in the console. It allows the user to manage the database (add, remove and view stored facts & rules) and a query database option, which is where... |
Forum: C++ Apr 29th, 2005 |
| Replies: 4 Views: 4,546 I've got to implement Prolog in C++ for an assignment. I'm very new to C++, it's a little daunting. Also, I have no idea of where to start. Can someone point me to some basic algorithm and/or some... |
Forum: C++ Feb 24th, 2005 |
| Replies: 1 Views: 2,192 Hi all. Here are two questions to begin with:
1. What is the difference between the C++ standard library, and the C++ standard template library?
2. You know how Java has the API &... |