Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

11 Posted Topics

Member Avatar for Annex

you could always set up a select case statement for every time the user inputs a value and just set up the case statements to accept only numbers.

Member Avatar for risingsunankur
0
574
Member Avatar for itzkanaga
Member Avatar for drew.haley

I am having trouble defining the get/set for an array in a class I have created.... how do you get/set arrays within classes? basically I have an array with x and y as width/height for a map i am creating, and i want each x/y point to have the "walkable" …

Member Avatar for selvaganapathy
0
1K
Member Avatar for c++ prog

Show us a code snippet you have of the code that makes him move around and we can go from there.

Member Avatar for c++ prog
0
82
Member Avatar for ITech

Whenever I get stuck on an issue, I google the crap out of it until I find something I can use (maybe code from another language i can try and port, or code from a program that isn't quite what i need but something i can manipulate to work for …

Member Avatar for Jx_Man
0
90
Member Avatar for mannuvashishta

Honestly I'm not sure what you're talking about, are you creating some sort of a program to connect to an outside server?? Please elaborate for more clear troubleshooting.

Member Avatar for bector
0
109
Member Avatar for rhinocort23

List of names issue: [code] Public Function Random_Name() Dim i as integer Dim name as string Randomize i = int(rnd * 100) + 1 '1 to 100 Select Case i Case 1 to 10 name = "Samuel" Case 11 to 20 name = "Jackson" Case 21 to 99 name = …

Member Avatar for rhinocort23
0
84
Member Avatar for Cecilia_notes

I'd be willing to bet it has something to do with the control's focus. You might make sure that it keeps focus after clicking other stuff as it will not accept keystrokes without having focus.

Member Avatar for Cecilia_notes
0
118
Member Avatar for drew.haley

Can anyone give me an idea of how to run a console app and a windows form at the same time? Basically it's a game I'm creating and I want the console window to be the main game screen and the form for the map/game options/shortcuts. Thanks in advance, Drew

Member Avatar for drew.haley
0
70
Member Avatar for drew.haley

Is there a way to accept keystrokes through c# in a console app? Basically I want to apply macros/the f-keys to my program, thanks.

Member Avatar for InfiNate
0
119
Member Avatar for drew.haley

Is this possible in a console app? I know how to do it on a form but not really sure in a console app.

0
63

The End.