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

Search:

Type: Posts; User: geekman92

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    4,529

    How to send inputs to a minimized program

    Hi i am trying to send both mouse and keyboard inputs to a minimized directx program so i can continue working on my comp whilst sending inputs to the program.

    I have looked around and i think i...
  2. Re: how simulate keyboard and mouse whilst in game?

    Yer I have seen loads of articles on it aswel! I was not really asking how to do it but what is the best way to do it as i have also read that people didn't find certain ways didn't work with...
  3. Re: how simulate keyboard and mouse whilst in game?

    okay thanks for that but part of this is to improve/keep up my programming skills! if i give up on this project i will defo use that, thanks!! =)
  4. Re: how simulate keyboard and mouse whilst in game?

    well i dont really no what a bot is as i never use them, but im not here to cheat. all im looking to do is make some hotkeys so i can cast my spells quicker. the game is a co-op online, no versus, so...
  5. how simulate keyboard and mouse whilst in game?

    hi i am trying to make a program that whilst ingame (magicka if anyone is interested) reads what is pressed on the keyboard and the simulates a combination of keyboard key down and keyboar key up and...
  6. Replies
    0
    Views
    6,916

    sending images over network stream

    Hi me again! =)

    if you didn't already know i am making a simple HTTP Server using TCP/IP sockets for a project.

    i have a method to get an image and send it over to the browser but i am having...
  7. Replies
    2
    Views
    9,098

    Re: HTTP Server Response Headers

    yer its really good compared to some of the others i have been given! =)

    yer i looked threw that website as well but couldn't figure out the answer! in the end it was because i hadn't put a new...
  8. Replies
    2
    Views
    9,098

    [RESOLVED] HTTP Server Response Headers

    Hi i need to make a BASIC HTTP server for a project using JUST TCP/IP Sockets so please don't suggest anything that would use some of C#'s higher level networking components, Thanks =).

    Anyway my...
  9. Replies
    11
    Views
    9,963

    Re: [RESOLVED] Nested Get Methods

    okay whilst writing out a sample to give you i realised that i was being silly! lol

    i ment to say something.Size and something.Size.Height were something was like a textbox.
    obv something.Size is...
  10. Replies
    11
    Views
    9,963

    Re: [RESOLVED] Nested Get Methods

    you say you cant have a bool with sub-propertie, well how does c# have an int with sub-properties with size?

    ie something.Size returns a value and something.Size.X returns a value

    this would...
  11. Replies
    11
    Views
    9,963

    Re: [RESOLVED] Nested Get Methods

    thanks for that! you have been very helpful! =D
  12. Replies
    11
    Views
    9,963

    Re: [RESOLVED] Nested Get Methods

    okay got another question! =P

    how do i get civ.License to return a bool[] and not a class instense?!

    Thanks
  13. Replies
    11
    Views
    9,963

    Re: Nested Get Methods

    great thanks alot just what i was looking for!! =D
  14. Replies
    11
    Views
    9,963

    [RESOLVED] Nested Get Methods

    hi i was wondering if (and how) you can create nested methods in c#.

    c# seems to do it with size like below.

    something.Size returns a value but also something.Size.X returns a value.

    how can...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured