I have an interface, and a abstract base class that implements it. Then, from that base class a few other new classes are created (Different groups within this class),...
Is there any way that I can "define" the PropertyName in a class at runtime/compiling? Either by through the constructor add the PropertyName or something else.
Do the "program" have to have a certain class inherited to be able to be a child in the MDI Container? That is, I can't start any program and contain it within my...
Is there any way to make the MDI Container hold an external program as a child? Say I want to develop a tool for something (a game editor in particular) and if I want to render it I want to...
I'm trying to start a project in XNA, but I want to beforehand develop certain tools in C# that will help creating the game. One of the first thing I thought I'd develop, or at least ask about...
I have a class that implements an interface, that class is later inherited from by a few other classes. The first class has a "basic function" that returns a value. How can I get that value...
I have a project I'm working on. I'm drawing a few curve on a PictureBoxs surface and whenever I resize or move the window the Curves disappear. I tried adding the points to List<Point> and on...
I know this must be possible, but I'm not really sure what I'm doing wrong.
I have a class "a game", that has "players" and each player own an object called "result".
I mean, there must be some kind of source on where you can find the knowledge of the "API"s that are avaible, right? Or anything alike it. Cause how can I know what "functions" are bound to a certain...
It's suppose to be a "quick" tool for a Game, sort of like a trainer or something alike, but not like, but the same usage only that you just have to press a certain key and it executes it in the...
How do I etc send a command to a running application?
Say I have "cmd" open, how do I make a function from my application to send etc: "cd .." to the cmd console?
How can I make it check the word that I just wrote? It has to be something like Text.SelLength - 5 (if the word is 5 letters) when you press Space. Or how do you make it look back on what you just...
But I need it to change the color to let's say "Blue" when I write "Hello" and if I write "Hello there" only Hello should be colored in blue. Also if I have a text document that I open containing the...
Where should I make that input? It's easier if you write where it should be too. I tested it with a MouseMove over the picture but it doesn't read the Coordinates according to the mouse pointer.
...
What is the simplest way to make a text editor "color" spefic words, AND, even if you load a file containing these words it should auto color them in the color wanted.
This is for a game so the coordinates are very strict. The upper-left corner and lower-right must have a specific coordinate and the other will have to be adjusted around that Scale. I just don't...