Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am writing a program that captures a minimized game's window and paste it onto my form. I need it to refresh about every 500ms. What would be best way to do this? Any help would be very apriceated.

 

Thanks... :D

Posted

For the part of capturing,if you mean screen capture you can use the Windows API.It provides functions for screen captures

Here is an excellent site for Windows API usage:

http://pietschsoft.com/programming/vbapi/ref/

I remember that I read in this the function that can capture the screen

For timing,if you want the capture to be when the window is running,use a timer with an interval value of 500.If you want the capture to be all the time when the system is running you can make it a Windows Service

There is a complete chapter in the Wrox press book (Professional C# Programming about Windows service"

If you want,i can upload the book to rapidshare.de or send it via email

This site:http://babis.homeip.net/computers/ contains the Professional C# Programming,but it is a slow site

Note:Use Flashget to download the file

Good luck

Life is the biggest school
Posted
I Guess I forgot to mention that I am new to .NET, I am fimilar with VB6. Is there anyway you could explain it alittle more detailed? Thanks...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...