Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
AnswerRe: what is the different between override and overwrite Pin
N a v a n e e t h19-Nov-07 22:22
N a v a n e e t h19-Nov-07 22:22 
GeneralRe: what is the different between override and overwrite Pin
Rajeshwar Code- Developer19-Nov-07 22:34
Rajeshwar Code- Developer19-Nov-07 22:34 
GeneralRe: what is the different between override and overwrite Pin
N a v a n e e t h20-Nov-07 3:05
N a v a n e e t h20-Nov-07 3:05 
AnswerRe: what is the different between override and overwrite Pin
J4amieC19-Nov-07 22:23
J4amieC19-Nov-07 22:23 
GeneralRe: what is the different between override and overrides Pin
Rajeshwar Code- Developer19-Nov-07 22:30
Rajeshwar Code- Developer19-Nov-07 22:30 
GeneralRe: what is the different between override and overrides Pin
duncanmhor19-Nov-07 22:41
duncanmhor19-Nov-07 22:41 
GeneralRe: what is the different between override and overrides Pin
J4amieC19-Nov-07 23:53
J4amieC19-Nov-07 23:53 
QuestionBuilding an interactive grid Pin
gauzer19-Nov-07 18:31
gauzer19-Nov-07 18:31 
Hello, I'm rather new to C#, but chose this language since I found the graphical user interface design to be rather nice to use. I'm just coming off of a Java programming GUI design course and am sick of it.
I'm building a "Battle Grid" with a few friends in a project that we expect to take a long time. We want to build an RPG playing program that'll handle what we need.

The basic run down of the grid is that it needs to be squares that will designate 1 foot of space. I want to be able to show trajectories of projectiles from the characters. Each character will take up one square. Also, I wish to be able to have the characters use cones and spheres for area of effect spells or other effects they may cause. I need to be able to click the character and have their information (not sure how I want to handle character data) display on the side too.

I'm not asking for source code, I'm looking for implementation ideas. I have a few ideas of my own, and I want to hear some feedback from the community since you guys are a wealth of knowledge I wish to consult!

1. Battle Grid.
- Manipulating a DataGrid in some creative ways to make it do what I want.
- Creating a grid of 2-d boxes for the grid, and use different drawing methods to get my aoe/cone/trajectory objects I need.
- Creating a grid of buttons that will let me do silly thing (not a feasible thought, I just chuckled when it crossed my mind)
- Creating a 3-d grid projected onto a 2-d plane.

2. Character files
- Highly organized text files, using regexs' to get all the characters data loaded into the program upon startup
- Parse MS Excel files with their data sets
- Create a new file standard (this would be an interesting project in itself)


I'm open to any advice/suggestions/criticisms that anyone would have to offer.


while(fork()){
fork();
}

AnswerRe: Building an interactive grid Pin
BrianAshcroft19-Nov-07 21:25
BrianAshcroft19-Nov-07 21:25 
GeneralRe: Building an interactive grid Pin
gauzer21-Nov-07 11:10
gauzer21-Nov-07 11:10 
QuestionHow to load a textfile using a RichTextBox control in UTF-8 encoding Pin
Rafferty Uy19-Nov-07 17:19
Rafferty Uy19-Nov-07 17:19 
AnswerRe: How to load a textfile using a RichTextBox control in UTF-8 encoding Pin
Vasudevan Deepak Kumar19-Nov-07 17:29
Vasudevan Deepak Kumar19-Nov-07 17:29 
GeneralRe: How to load a textfile using a RichTextBox control in UTF-8 encoding Pin
Rafferty Uy20-Nov-07 21:11
Rafferty Uy20-Nov-07 21:11 
GeneralRe: How to load a textfile using a RichTextBox control in UTF-8 encoding Pin
Rafferty Uy20-Nov-07 21:14
Rafferty Uy20-Nov-07 21:14 
QuestionAgain, Two Keys At Once Pin
MasterSharp19-Nov-07 12:29
MasterSharp19-Nov-07 12:29 
AnswerRe: Again, Two Keys At Once Pin
Skippums19-Nov-07 12:33
Skippums19-Nov-07 12:33 
GeneralRe: Again, Two Keys At Once Pin
MasterSharp19-Nov-07 12:44
MasterSharp19-Nov-07 12:44 
GeneralRe: Again, Two Keys At Once Pin
MasterSharp19-Nov-07 13:08
MasterSharp19-Nov-07 13:08 
GeneralRe: Again, Two Keys At Once Pin
Skippums19-Nov-07 13:15
Skippums19-Nov-07 13:15 
GeneralRe: Again, Two Keys At Once Pin
MasterSharp19-Nov-07 13:59
MasterSharp19-Nov-07 13:59 
GeneralRe: Again, Two Keys At Once Pin
Skippums19-Nov-07 13:12
Skippums19-Nov-07 13:12 
GeneralRe: Again, Two Keys At Once Pin
Luc Pattyn19-Nov-07 14:00
sitebuilderLuc Pattyn19-Nov-07 14:00 
GeneralRe: Again, Two Keys At Once Pin
MasterSharp19-Nov-07 14:26
MasterSharp19-Nov-07 14:26 
GeneralRe: Again, Two Keys At Once Pin
MasterSharp19-Nov-07 14:45
MasterSharp19-Nov-07 14:45 
GeneralRe: Again, Two Keys At Once Pin
Luc Pattyn19-Nov-07 15:38
sitebuilderLuc Pattyn19-Nov-07 15:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.