473,385 Members | 2,004 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

I/O Access through window handle?

I play an online game application that displays how many points I have
earned throught my game play. I want the number of points I have earned to
appear as a string in a text box in the program I am writing in VB.net. If I
already knew the window handle, is there someway of accessing the I/O stream
to find out my point status?
Aug 25 '06 #1
2 1283
Hello Nathaniel,

I don't know anything about your game client.. so I will answer your question
as asked.. No. There is no way (at least no reliable way) of moving from
window handle to network stream.

Some asides...
If the game client uses standard controls from comctl32 (ie, not a directX
game).. it may be possible to snake the value away from the control that
displays it.

There is the possibility that you could read the value from the game client's
memory space. This is about as easy and realiable as getting the network
stream based on a window handle.

If you know how to interpret the network stream, you could either write your
own game client.. or suck the bits off the existing client's network stream
using a library like WinPCap.

-Boo
I play an online game application that displays how many points I have
earned throught my game play. I want the number of points I have
earned to appear as a string in a text box in the program I am writing
in VB.net. If I already knew the window handle, is there someway of
accessing the I/O stream to find out my point status?

Aug 25 '06 #2
Well the client (Absolute poker) uses port 443 to accsess my point status
over the internet. So I dont think reading it from the network stream would
work. How would I begin to attampt the other solutions you mentioned:

1)Snake the value away from the control that
displays it.

or

2)Read the value from the game client's
memory space


Aug 25 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Job Lot | last post by:
I have requirement where client has to call us to get a key to access a particular form. Secondly, I want the code to be valid for a day. Can some guide me in right direction to implement this...
5
by: Matthew Hood | last post by:
Here's a interesting question for the guru's out there. I've created a VB.NET class library with a couple of forms that I have successfully got to work from within MS Access using COM interop and...
4
by: Job Lot | last post by:
I have requirement where client has to call us to get a key to access a particular form. Secondly, I want the code to be valid for a day. Can some guide me in right direction to implement this...
4
by: alexandre.brisebois | last post by:
Hi, I am using access 2003, I would like to know if there is an option to reorganize the tables in a maner that is readable, as we can do in sql sever 2000 or 2005. I have been given a database...
1
by: garry.oxnard | last post by:
Can anyone help me to solve a problem which involves switching from Access to Excel (then back to Access) programatically please? I have an Excel template which, on open, also opens an Access...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.