Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 50
Search took 0.01 seconds.
Search: Posts Made By: some1
Forum: C++ Nov 28th, 2005, 12:54 PM
Replies: 11
Views: 441
Posted By some1
anyone?

anyone?
Forum: C++ Nov 27th, 2005, 2:51 PM
Replies: 3
Views: 191
Posted By some1
yeap charlim

yeap



charlim
Forum: C++ Nov 27th, 2005, 9:19 AM
Replies: 11
Views: 441
Posted By some1
Ok, so I've done that and everything works, thx...

Ok, so I've done that and everything works, thx everyone.

Now I have another problem, I'm trying to create a global pointer to a custom class in the global.h like this

extern MYCLASS...
Forum: C++ Nov 15th, 2005, 3:54 PM
Replies: 3
Views: 191
Posted By some1
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
Posted By some1
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
Posted By some1
DaWei thanks for your reply. I replaced the "int...

DaWei thanks for your reply.

I replaced the "int x = 0;" with just "int x;" but I still get the same linking error .
Forum: C++ Nov 13th, 2005, 9:22 AM
Replies: 11
Views: 441
Posted By some1
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
Posted By some1
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
Posted By some1
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
Posted By some1
thanks for helping i have 2 questions: 1. What...

thanks for helping

i have 2 questions:

1. What does the keyword extern mean?
2. What is the difference between variable definition and declaration?
Forum: C++ Apr 27th, 2005, 4:16 PM
Replies: 8
Views: 322
Posted By some1
actually its a global HBRUSH that is used by the...

actually its a global HBRUSH that is used by the functions in the file i`m trying to include. I`m not getting errors for the functions but the global HBRUSH only (which is the only global in that...
Forum: C++ Apr 27th, 2005, 9:14 AM
Replies: 8
Views: 322
Posted By some1
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
Posted By some1
Here are some more links for...

Here are some more links for you:
http://www.catch22.net/tuts/
http://winprog.org/tutorial/
Forum: C++ Apr 20th, 2005, 5:20 PM
Replies: 21
Views: 403
Posted By some1
I prefer char *foo because foo is the pointer and...

I prefer char *foo because foo is the pointer and not char and thus it must be the one marked with *.
Forum: C++ Apr 20th, 2005, 5:19 PM
Replies: 6
Views: 330
Posted By some1
No, you better spend this time learning the C++...

No, you better spend this time learning the C++ and the windows api.



Well you can use the dialog editor in visual studio (or other IDEs).



The only decent book (and one of the VERY few pure...
Forum: C++ Apr 17th, 2005, 3:53 PM
Replies: 0
Views: 130
Posted By some1
How to set result pointer in ODBC connection?

For some reason SQLSetPos(hStmt,0,0,0) does not work
Forum: C++ Apr 17th, 2005, 3:28 PM
Replies: 0
Views: 147
Posted By some1
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
Posted By some1
thanks for posting it :)

thanks for posting it :)
Forum: C++ Apr 6th, 2005, 5:58 PM
Replies: 8
Views: 301
Posted By some1
Talking so I hope you also have a link to a tutorial?...

so I hope you also have a link to a tutorial? :D

EDIT: Are there any DLLs to be distributed with my app if I use ODBC or do they come with every installation of windows?
Forum: C++ Apr 6th, 2005, 5:55 PM
Replies: 5
Views: 210
Posted By some1
yeah but i still can`t figure it out :\ i just...

yeah but i still can`t figure it out :\

i just want to be able to control the window while playing games.
Forum: C++ Apr 5th, 2005, 7:17 PM
Replies: 8
Views: 301
Posted By some1
If I`ll choose to use MySQL, am I bound to the...

If I`ll choose to use MySQL, am I bound to the MySQL++ or is there anything else I could use? (like some native MySQL api?)
Forum: C++ Apr 5th, 2005, 6:49 AM
Replies: 5
Views: 210
Posted By some1
so i guess thats not possible?

so i guess thats not possible?
Forum: C++ Apr 4th, 2005, 4:51 PM
Replies: 9
Views: 300
Posted By some1
could you please post the solution here?

could you please post the solution here?
Forum: C++ Apr 4th, 2005, 7:15 AM
Replies: 5
Views: 210
Posted By some1
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
Posted By some1
I thought it was Open Data Base Connectivity...

I thought it was Open Data Base Connectivity ;)

So any help on what i need to use ODBC with mysql?
Forum: C++ Apr 3rd, 2005, 4:48 PM
Replies: 8
Views: 301
Posted By some1
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
Posted By some1
FindFirstFile() and FindNextFile() work perfectly...

FindFirstFile() and FindNextFile() work perfectly thanks :)
Forum: C++ Apr 1st, 2005, 2:05 PM
Replies: 13
Views: 363
Posted By some1
yeah i`m looking for the same

yeah i`m looking for the same
Forum: C++ Apr 1st, 2005, 2:04 PM
Replies: 18
Views: 680
Posted By some1
haha what a nice way to get your homework done

haha what a nice way to get your homework done
Forum: C++ Mar 29th, 2005, 7:45 AM
Replies: 16
Views: 804
Posted By some1
thanks :) is there any way to do this with...

thanks :)

is there any way to do this with windows api?
Forum: C++ Mar 27th, 2005, 2:45 PM
Replies: 16
Views: 804
Posted By some1
How to get file listing of a dir

Is there any way to get a list of the files in a dir with win api or c++ standard libs?
Forum: C++ Mar 25th, 2005, 3:04 PM
Replies: 0
Views: 177
Posted By some1
How to open jpeg files?

Anyone can help me with this? Is there any support for them in win api? Any tutorials?
Forum: C++ Mar 25th, 2005, 3:02 PM
Replies: 9
Views: 366
Posted By some1
I actually need one user :) My application will...

I actually need one user :) My application will be the one to query it and thats on the same computer, no remote access.
Forum: C++ Mar 24th, 2005, 5:45 AM
Replies: 9
Views: 366
Posted By some1
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
Posted By some1
thanks for the help :) isn`t there any support...

thanks for the help :)

isn`t there any support in windows for msaccess dbases?
Forum: C++ Mar 21st, 2005, 5:35 AM
Replies: 9
Views: 366
Posted By some1
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
Posted By some1
nvm found the solution just realized the right...

nvm found the solution
just realized the right function is CreateDialogParam and not DialogBoxParam
Forum: C++ Mar 19th, 2005, 6:39 PM
Replies: 1
Views: 147
Posted By some1
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
Posted By some1
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
Posted By some1
How to create office xp like menus and other custom controls

?

Is it supported by windows or is it some custom made control?

I was also always wondering how do they make all those custom controls like those funky custom progress bars, listboxes and also...
Showing results 1 to 40 of 50

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:16 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC