Dumb newbie question :P
Started by Peon, Aug 04 2001 09:05 AM
10 replies to this topic
#1 Members - Reputation: 276
Posted 04 August 2001 - 09:05 AM
I''m pretty new to programming in general, and I had quick (hopefully easy) question. Following LaMothe''s book, I previously would type WNDCLASSEX winclass first, and then whenever I did winclass.something, a list would popup and tell me different options that would fit there (ie: winclass.hIcon). I found that really helpful. Today, however, I began a new project to test if I actually remebered anything. To my surprise, the little box didn''t popup anymore. Could someone please tell me how to get this box to appear again? Thanks in advance!
Peon
Sponsor:
#3 Members - Reputation: 122
Posted 04 August 2001 - 09:31 AM
Is VC++ like a webpage editor? I mean is it like click and drag? I used to have VB 6, and I never really got into it. But isn''t that kinda like some web page editing software? Just wondering.
_BUSTER_
www.crosswinds.net/~dotspot
______________________________
Check out my for sale domain name!
http://www.theatermonkey.com
_BUSTER_
www.crosswinds.net/~dotspot
______________________________
Check out my for sale domain name!
http://www.theatermonkey.com
#4 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 04 August 2001 - 09:46 AM
Visual C++ lets you build dialogs like visual basic did.. but a dialog is just an interface.. You can''t "drag-and-drop" to solve problems, if you could programmers wouldn''t have a job =)
#7 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 04 August 2001 - 07:30 PM
Midnight: Yeah, that''s what I do sometimes 
I think Cyn got it exactly right. Once I built and compiled everything (I think that''s when it was) the box started appearing again. Strange
Thanks for your help, guys!
I think Cyn got it exactly right. Once I built and compiled everything (I think that''s when it was) the box started appearing again. Strange
Thanks for your help, guys!
#8 Members - Reputation: 122
Posted 05 August 2001 - 10:08 AM
I have VC 5 and I don''t get a popup!
Should this work with any class or struct? because for now most my coding is for Half-Life mods........and an if its automatic this would make life a bit easier. Anyone? is this automatic with everything? how would I enable it? or should I stick to ctrl-alt-t, if that even works.
going to try now.
Should this work with any class or struct? because for now most my coding is for Half-Life mods........and an if its automatic this would make life a bit easier. Anyone? is this automatic with everything? how would I enable it? or should I stick to ctrl-alt-t, if that even works.
going to try now.
#10 Members - Reputation: 122
Posted 06 August 2001 - 08:51 PM
Usually whatever header files are included in your project or devstudio has a path to the header files, usually. Things that can screw it up are when the file can''t be parsed correctly, i.e. typos as mentioned ealier. Other things like bizarre namespace nesting and STL type things can throw it out of whack as well.
YAP-YFIO
-deadlinegrunt
YAP-YFIO
-deadlinegrunt







