I'm not sure I understand..How would this be circular dependency if both Item.h and Item.cpp don't use ItemDictionary ? I tried it out anyways, and forward declared the Item class in...
Hey Codeguru, I've been having some weird problems on my code when compiling; it seems like my program isn't able to see the Item struct I created on either of my attempts I wrote below:
Hey guys, I'm currently having some problems with losing variable information (where the pointers point to, the assigned values, etc.) from different header files.
Hey guys, I'm trying to make an RPG game, and I'm having problems with downcasting. So I've got a class, Item, and a couple inherited classs, Weapon / Armor (two different classes). Now, I've tried...
Hey guys, I've been having a problem with my program. I've created a custom control which is meant to act just like a label. The control takes a function I created called getTotalSize, to get the...
Ya I have the webbrowers on the form already. But need it to simulate what a real person would do for it to work. I made this before with VB 6.0, worked fine, but I wanted to make another version for...
Lol. It's starting with a button, and later I will just turn it into a sub (or whatever they call it in C#). It's sort of a cheat for a game over the net, so I need it to auto click certain places....
I've seen a whole bunch of these around, but I can't find one where it's just the pixel color on the form. When I say on the form I mean everything on the form (including web_browser). So how cause I...
Hey I need to get the current position of the mouse relevant to the form. I found the code: public static Point MousePosition { get; } ... And I tried:
X_x no lol... I actually replied thanking him to pretend that that's all I needed. I found out slightly after I posted this that all I need to do was change AutoSize property. I didn't think it would...