|
-
Aug 10th, 2002, 04:40 PM
#1
Thread Starter
Addicted Member
Systray
im a VB person but i want top learn to program windows in C++. I know c and c++ how to program object oriented programs and understand classes etc. However, the amount of code and structure required just to draw one bloody window i find a bit daunting. Can anyone help me understand what it all means?
Other wise i would like to know how to go about adding a system tray icon and make it show a menu when clicked. I have done this proficiently in VB and most of my VB applications include some kind of systray icon.
-
Aug 10th, 2002, 05:03 PM
#2
Frenzied Member
You should start to learn windows programming here: www.winprog.org
-
Aug 10th, 2002, 05:06 PM
#3
PowerPoster
It's only the window creating code that's long. After you have done this, it's all matter of using different functions and structures to do whatever you want.
-
Aug 13th, 2002, 11:23 AM
#4
You'd probably go crazy when you saw the hidden code behind VB...
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Aug 13th, 2002, 11:26 AM
#5
Monday Morning Lunatic
Originally posted by CornedBee
You'd probably go crazy when you saw the hidden code behind VB...
Even more so once you knew what it meant
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 13th, 2002, 11:35 AM
#6
And once or twice more while he's trying to understand it.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|