Click here to Skip to main content
15,905,915 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAccessing File Pin
AliAmjad25-Feb-09 21:02
AliAmjad25-Feb-09 21:02 
AnswerRe: Accessing File Pin
alx.n25-Feb-09 21:36
alx.n25-Feb-09 21:36 
Questionhow to know the form is loaded into memory or not in vb6.0 Pin
Ashutosh Shivnekar25-Feb-09 20:31
Ashutosh Shivnekar25-Feb-09 20:31 
AnswerRe: how to know the form is loaded into memory or not in vb6.0 Pin
ABitSmart26-Feb-09 0:16
ABitSmart26-Feb-09 0:16 
QuestionWindows service Error:1053 Pin
samsonx25-Feb-09 19:25
samsonx25-Feb-09 19:25 
AnswerRe: Windows service Error:1053 Pin
Dave Kreskowiak26-Feb-09 2:08
mveDave Kreskowiak26-Feb-09 2:08 
Questionpoker bot Pin
dysfunktional25-Feb-09 12:18
dysfunktional25-Feb-09 12:18 
AnswerRe: poker bot Pin
Colin Angus Mackay25-Feb-09 13:59
Colin Angus Mackay25-Feb-09 13:59 
Of the three things you've listed, only the third is really at your level.

Injecting DLLs into other processes is hacking and quite frankly I wouldn't know where to start - In fact, I'm not in the least bit interested in finding out because it isn't required for writing "normal" applications.

Screen scraping is basically taking a view of the screen and interpreting what is displayed there. If the "screen" is a text based console it is very easy (and that's what most screen scrapers are doing, converting the text on a console). If the "screen" is a web page it gets slightly trickier, but since it is essentially still all text then it is doable. It gets difficult when you have AJAX adding stuff into the page after it is loaded. Finally, there is the kind where the "screen" is a graphic. The graphic can be a snapshot of the screen at a particular moment, but it then has to apply some sort of OCR (optical character recognition) algorithm to the image to find out what it says. Unless you can supply hints to the OCR as to where the text is then it will be slow.

Finally, on to the algorithms for deciding when to hold, fold, raise, etc. That is fairly simple maths and there are books that tell you the odds so you can calculate it. As to how to program that... Well, it is a bit much for a forum response. I'd start by creating a list of all the rules and working out what I need to implement it.

*Developer Day Scotland - Free community conference
*Colin Angus Mackay's Blog
*Latest Scottish Developers Newsletter


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Remember that the force of gravity can go up as well as down.

AnswerRe: poker bot Pin
Dave Kreskowiak25-Feb-09 14:16
mveDave Kreskowiak25-Feb-09 14:16 
QuestionUnable to design custom deployment. Can any body help me in this regard? Pin
annoce25-Feb-09 11:47
annoce25-Feb-09 11:47 
AnswerRe: Unable to design custom deployment. Can any body help me in this regard? Pin
Colin Angus Mackay25-Feb-09 14:02
Colin Angus Mackay25-Feb-09 14:02 
QuestionVariables - Please Help Pin
lexyvb.net25-Feb-09 9:33
lexyvb.net25-Feb-09 9:33 
GeneralRe: Variables - Please Help Pin
Luc Pattyn25-Feb-09 11:54
sitebuilderLuc Pattyn25-Feb-09 11:54 
AnswerRe: Variables - Please Help Pin
Colin Angus Mackay25-Feb-09 14:11
Colin Angus Mackay25-Feb-09 14:11 
QuestionTCPClient.Connect Timeout? Pin
RGVChris25-Feb-09 4:08
RGVChris25-Feb-09 4:08 
AnswerRe: TCPClient.Connect Timeout? Pin
Dave Kreskowiak25-Feb-09 4:51
mveDave Kreskowiak25-Feb-09 4:51 
AnswerRe: TCPClient.Connect Timeout? Pin
alx.n25-Feb-09 21:48
alx.n25-Feb-09 21:48 
GeneralRe: TCPClient.Connect Timeout? Pin
RGVChris26-Feb-09 0:56
RGVChris26-Feb-09 0:56 
QuestionIPTC Pin
pvatanpour25-Feb-09 1:16
pvatanpour25-Feb-09 1:16 
AnswerRe: IPTC Pin
Dave Kreskowiak25-Feb-09 4:46
mveDave Kreskowiak25-Feb-09 4:46 
GeneralRe: IPTC Pin
EliottA25-Feb-09 5:37
EliottA25-Feb-09 5:37 
GeneralRe: IPTC[Dave Kreskowiak] Pin
pvatanpour10-Mar-09 10:33
pvatanpour10-Mar-09 10:33 
GeneralRe: IPTC[Dave Kreskowiak] Pin
Dave Kreskowiak10-Mar-09 14:09
mveDave Kreskowiak10-Mar-09 14:09 
QuestionError in ActiveX creation. Pin
Anu_Bala24-Feb-09 22:42
Anu_Bala24-Feb-09 22:42 
AnswerRe: Error in ActiveX creation. Pin
Ashfield25-Feb-09 1:28
Ashfield25-Feb-09 1:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.