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

Search:

Type: Posts; User: sanek1990

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,500

    Re: Simulate keypress

    I guess calling int 16h interrupt won't work on 32 bit system/compiler.
    Is there any way around to do the 16h interrupt under VS? I'm thinking also about the MASM compiler and writing my windows...
  2. Replies
    3
    Views
    2,500

    Simulate keypress

    Hi,
    I'm programming under WindowsXP, VS, C++.

    I would like to ask you, if there is any possibility of simulating keypress through assembler?
    I've read lots of stuff on the net, but didn't found...
  3. Replies
    1
    Views
    5,595

    Multiple Runtime RAMDISKs on Windows

    Hello,
    This is my first post on CodeGuru, so please forgive me my lack of knowledge.

    I'm writing an application which assists with recording of video sequences. (simplifying - taking picture...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured