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

Visual Basic

 
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 
AnswerRe: poker bot Pin
Dave Kreskowiak25-Feb-09 14:16
mveDave Kreskowiak25-Feb-09 14:16 
dysfunktional wrote:
1:get the bot to lock on to the table,i know that usually the bot injects into the dll files of the poker program but thats how the casinos detect the bot


Yep. And you also cannot do DLL injection in C#, VB.NET, or any other purely managed language because they don't support the exports required to do DLL injection.


dysfunktional wrote:
2:get the bot to see my cards and the table cards.iv read about screen scraping but im not sure how this works.


You have to capture a screen image and, basically, do an OCR for the card values. The screen capture is the easy part. Reading the card faces is going to be VERY difficult, and frankly, WAY beyond your abilities.


dysfunktional wrote:
3:i want to write the code for how the bot will decide weather to fold,call or raise based on how i play and the many books iv read on how to play but any tips are welcomed.


This is not as easy as it sounds. There are sooo many card combinations and different ways to play them against a variety of players with varying skill, you'd have to write some kind of learning network that improved it's play as it went. If the bot played as you did all the time, you'd lose all your money in short order. Since you're not playing, you're not learning better skills, so your bot has to do the learning for you. I hope you're an expert in artificial intelligence and neural networks.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




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 
AnswerRe: Error in ActiveX creation. Pin
Jon_Boy25-Feb-09 8:37
Jon_Boy25-Feb-09 8:37 

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.