Forum: C++
Nov 28th, 2005, 12:54 PM
|
|
Replies: 11
Views: 441
|
Forum: C++
Nov 27th, 2005, 2:51 PM
|
|
Replies: 3
Views: 191
|
Forum: C++
Nov 27th, 2005, 9:19 AM
|
|
Replies: 11
Views: 441
|
Forum: C++
Nov 15th, 2005, 3:54 PM
|
|
Replies: 3
Views: 191
Owner Draw Menus
I tried making an owner drawn menu but I only succeeded owner-drawing only each menu item separately but not the menu background itself or top-level items (like File, Edit etc).
Any tips?
|
Forum: C++
Nov 14th, 2005, 1:01 PM
|
|
Replies: 11
Views: 441
This is just a test app. I am building an...
This is just a test app. I am building an application with many windows and I have an array of HWND vars to hold their handles and I want the array to be global so I can access it anywhere from the...
|
Forum: C++
Nov 13th, 2005, 11:24 AM
|
|
Replies: 11
Views: 441
|
Forum: C++
Nov 13th, 2005, 9:22 AM
|
|
Replies: 11
Views: 441
Including files and inclusion guards
Hello everyone!
I've been having this annoying problem for a while and I cant sort it out.
I have file "globals.h" where I store all my global vars in. I also have 2 other files main.cpp and...
|
Forum: C++
Oct 5th, 2005, 3:41 PM
|
|
Replies: 1
Views: 125
Structures in Visual Studio .NET
Hello
I'm using vs .net 7 as my IDE.
Is it possible to force it show struct members in the order they were defined and not in alphabetical when you type [structname]. in the text editor?
(didnt...
|
Forum: C++
Apr 28th, 2005, 2:12 PM
|
|
Replies: 1
Views: 133
Declare array of chars
I`m making a class and I`m trying to declare an array of chars in its private section but i get errors.
Here`s what I`m doing:
class class1
{
public:
....code here....
private:
|
Forum: C++
Apr 27th, 2005, 5:11 PM
|
|
Replies: 8
Views: 322
|
Forum: C++
Apr 27th, 2005, 4:16 PM
|
|
Replies: 8
Views: 322
|
Forum: C++
Apr 27th, 2005, 9:14 AM
|
|
Replies: 8
Views: 322
Including header files
How to prevent header files from being included twice?
My code is messed up and I need to include lots of .h files in other files so I get errors from the linker that X is already defined in x.obj...
|
Forum: C++
Apr 23rd, 2005, 7:13 AM
|
|
Replies: 6
Views: 330
|
Forum: C++
Apr 20th, 2005, 5:20 PM
|
|
Replies: 21
Views: 403
|
Forum: C++
Apr 20th, 2005, 5:19 PM
|
|
Replies: 6
Views: 330
|
Forum: C++
Apr 17th, 2005, 3:53 PM
|
|
Replies: 0
Views: 130
|
Forum: C++
Apr 17th, 2005, 3:28 PM
|
|
Replies: 0
Views: 147
Tab controls
Hello everyone :)
I`m testing tab control for a new application i will be soon building.
However I have a small problem.
I have created a tab control with 4 tabs. I also created 4 dialog resources...
|
Forum: C++
Apr 6th, 2005, 7:04 PM
|
|
Replies: 9
Views: 300
|
Forum: C++
Apr 6th, 2005, 5:58 PM
|
|
Replies: 8
Views: 301
|
Forum: C++
Apr 6th, 2005, 5:55 PM
|
|
Replies: 5
Views: 210
|
Forum: C++
Apr 5th, 2005, 7:17 PM
|
|
Replies: 8
Views: 301
|
Forum: C++
Apr 5th, 2005, 6:49 AM
|
|
Replies: 5
Views: 210
|
Forum: C++
Apr 4th, 2005, 4:51 PM
|
|
Replies: 9
Views: 300
|
Forum: C++
Apr 4th, 2005, 7:15 AM
|
|
Replies: 5
Views: 210
Keeping window on top
Hello everyone
I set the window as topmost with SetWindowPos and it works fine. However on games, although the window appears fine over the window of the game, when I click on it, my window gets the...
|
Forum: C++
Apr 4th, 2005, 6:30 AM
|
|
Replies: 8
Views: 301
|
Forum: C++
Apr 3rd, 2005, 4:48 PM
|
|
Replies: 8
Views: 301
Whats ODBC?
So I`m still looking a way to use mysql in my app and I found a C++ api for mysql called MySQL++. So, now I have ppl suggesting me to use MySQL++ and others ODBC. Whats the difference and what are...
|
Forum: C++
Apr 2nd, 2005, 2:57 PM
|
|
Replies: 16
Views: 804
|
Forum: C++
Apr 1st, 2005, 2:05 PM
|
|
Replies: 13
Views: 363
|
Forum: C++
Apr 1st, 2005, 2:04 PM
|
|
Replies: 18
Views: 680
|
Forum: C++
Mar 29th, 2005, 7:45 AM
|
|
Replies: 16
Views: 804
|
Forum: C++
Mar 27th, 2005, 2:45 PM
|
|
Replies: 16
Views: 804
|
Forum: C++
Mar 25th, 2005, 3:04 PM
|
|
Replies: 0
Views: 177
|
Forum: C++
Mar 25th, 2005, 3:02 PM
|
|
Replies: 9
Views: 366
|
Forum: C++
Mar 24th, 2005, 5:45 AM
|
|
Replies: 9
Views: 366
I`m going to make a client management app which...
I`m going to make a client management app which will store all clients, their visits, their payments in detail etc so it won`t be THAT complex, all I need is to be able to store data in tables and...
|
Forum: C++
Mar 22nd, 2005, 3:00 PM
|
|
Replies: 9
Views: 366
|
Forum: C++
Mar 21st, 2005, 5:35 AM
|
|
Replies: 9
Views: 366
Database suggestions
Guys I`m going to create an big (at least for me) app which will use a database to store its data. However I have no knowledge of database programming so anyone has any suggestions?
I though of...
|
Forum: C++
Mar 20th, 2005, 7:09 AM
|
|
Replies: 1
Views: 147
|
Forum: C++
Mar 19th, 2005, 6:39 PM
|
|
Replies: 1
Views: 147
DialogBoxParam
Hello everyone
How to get the HWND of a window I created using DialogBoxParam (using it as the main window of the app with a window class)?
The MSDN documentation says:
But I`m not using it as a...
|
Forum: C++
Feb 21st, 2005, 5:36 AM
|
|
Replies: 3
Views: 335
thanks :)
do dialog boxes receive WM_PAINT...
thanks :)
do dialog boxes receive WM_PAINT messages and whats the difference between creating the window by code +using CreateWindowEx for all controls and making a dialog box using a resource? Do...
|
Forum: C++
Feb 20th, 2005, 1:54 PM
|
|
Replies: 5
Views: 503
|