CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Deukalion

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    5,649

    Re: Dynamic Property Name in Class/Interface?

    OK. If that's not possible.

    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),...
  2. Replies
    2
    Views
    5,649

    Dynamic Property Name in Class/Interface?

    Hey.

    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.

    An example.

    Say I have a...
  3. Replies
    3
    Views
    5,690

    Re: MDI Container + External Application?

    An example that doesn't work:



    Process p = new Process();
    // just a test app written in C# (do I need to add something to make it "MDI Child"?
    ...
  4. Replies
    3
    Views
    5,690

    Re: MDI Container + External Application?

    Please, show me an example.

    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...
  5. Replies
    3
    Views
    5,690

    MDI Container + External Application?

    Hey.

    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...
  6. Replies
    0
    Views
    518

    Developing a DataContainer - how?

    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...
  7. Get value from inherited class' function while executing the same overrided function?

    Hey.

    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...
  8. DrawCurve on PictureBox - Disappears when resizing

    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...
  9. Algorithm for Random numbers (with certain numbers with higher priority)

    Simply, what the the title says.

    Is there an algorithm for "randomizing a number between A and B and specifying an array of numbers with a priority"

    Say I want to develop educational software -...
  10. How to check that CIN recieves correct data types?

    What I'm wondering is pretty simple, but I have no idea how to do it the right way or how many ways there are to do it.

    Say I want a user to input a number, but if the user inputs something else...
  11. An "intermediary" class that gets a pointer from one object and sends it to another?

    Hey.

    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".

    What I want to do...
  12. Re: How do I send a "command" to a run application? Or check if a program is running?

    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...
  13. Re: How do I send a "command" to a run application? Or check if a program is running?

    Where can I get info on what "API" calls that are avaible?
    I've never heard of the "API" calls that you was talking about.

    Isn't there an OCX with all of the API's in one? Just a bit simpler.
    ...
  14. Re: How do I send a "command" to a run application? Or check if a program is running?

    Do you know how I set the Focus on a "open program"? then?
  15. Re: How do I send a "command" to a run application? Or check if a program is running?

    Wouldn't it sort of work, IF, let's say this:

    The game is running in a "Window-mode" but the Window itself ain't focused, the program that I'm trying to create is.

    BUT!

    When you press a...
  16. Re: How do I send a "command" to a run application? Or check if a program is running?

    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...
  17. How do I send a "command" to a run application? Or check if a program is running?

    Let's say I want to send a text message automaticly to a program that's running (which one should be defined by selecting a directory)

    Or just if I have "cmd" open. I should be able to start a...
  18. Replies
    2
    Views
    874

    Send command to running app?

    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?

    Or a running game. I've gotten...
  19. Replies
    8
    Views
    846

    Re: Coordination System For Game

    Anyone?
  20. Replies
    6
    Views
    943

    Re: Script Colors in Text Editor

    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...
  21. Replies
    6
    Views
    943

    Re: Script Colors in Text Editor

    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...
  22. Replies
    8
    Views
    846

    Re: Coordination System For Game

    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.
    ...
  23. Replies
    6
    Views
    943

    Script Colors in Text Editor

    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.

    I've downloaded a script...
  24. Replies
    8
    Views
    846

    Re: Coordination System For Game

    Let's say this. It's divided into two and let's work with one of them.

    The upper-left corner's maximum coordinate is: X: 4795, Y: 3195
    The lower-right corner's maximum coordinate is: X: -15580,...
  25. Replies
    8
    Views
    846

    Re: Coordination System For Game

    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...
Results 1 to 25 of 26
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured