Click here to Skip to main content
15,909,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionONOK Pin
john563228-Dec-09 7:12
john563228-Dec-09 7:12 
AnswerRe: ONOK Pin
Luc Pattyn28-Dec-09 7:31
sitebuilderLuc Pattyn28-Dec-09 7:31 
GeneralRe: ONOK Pin
john563228-Dec-09 7:58
john563228-Dec-09 7:58 
QuestionHaving the software communicate with a website Pin
DanYELL28-Dec-09 5:13
DanYELL28-Dec-09 5:13 
AnswerRe: Having the software communicate with a website [modified] Pin
Abhi Lahare28-Dec-09 5:32
Abhi Lahare28-Dec-09 5:32 
AnswerRe: Having the software communicate with a website Pin
bob1697228-Dec-09 10:06
bob1697228-Dec-09 10:06 
AnswerRe: Having the software communicate with a website Pin
«_Superman_»28-Dec-09 12:31
professional«_Superman_»28-Dec-09 12:31 
GeneralRe: Having the software communicate with a website Pin
raja jamwal31-Dec-09 8:43
raja jamwal31-Dec-09 8:43 
Well are you asking for automating clicks and submitions, means doing repeating things. then you can simply go for keyboard and mouse event, just search google with msdn in front then there's is a different interesting way too. simply discover how the submitions are being submitted, get tamper data plugin for firefox, check out what parameters are being submitted in HTTP request, and emulate same, many submitions are based around method get, so you simply need to submit parameters in url or otherwise if the submitions are based on method post, then you need to write and send the HTTP request body too. for any way you choose you can go for WININET library to do http work..... that way you'll know more what u r doing amd have much control ovet it.
Questionload bmp picture. Pin
a04.lqd28-Dec-09 3:32
a04.lqd28-Dec-09 3:32 
AnswerRe: load bmp picture. Pin
Cedric Moonen28-Dec-09 4:14
Cedric Moonen28-Dec-09 4:14 
AnswerRe: load bmp picture. Pin
Richard MacCutchan28-Dec-09 6:25
mveRichard MacCutchan28-Dec-09 6:25 
QuestionRe: load bmp picture. Pin
David Crow28-Dec-09 10:04
David Crow28-Dec-09 10:04 
Questionstructure checking Pin
kk.tvm28-Dec-09 1:04
kk.tvm28-Dec-09 1:04 
AnswerRe: structure checking [modified] Pin
KingsGambit28-Dec-09 1:09
KingsGambit28-Dec-09 1:09 
GeneralRe: structure checking Pin
Madhu Nair28-Dec-09 4:13
Madhu Nair28-Dec-09 4:13 
AnswerRe: structure checking Pin
Richard MacCutchan28-Dec-09 1:10
mveRichard MacCutchan28-Dec-09 1:10 
GeneralRe: structure checking Pin
Luc Pattyn28-Dec-09 3:29
sitebuilderLuc Pattyn28-Dec-09 3:29 
GeneralRe: structure checking Pin
CPallini28-Dec-09 3:47
mveCPallini28-Dec-09 3:47 
GeneralRe: structure checking Pin
Bram van Kampen28-Dec-09 13:26
Bram van Kampen28-Dec-09 13:26 
GeneralRe: structure checking Pin
CPallini28-Dec-09 20:44
mveCPallini28-Dec-09 20:44 
GeneralRe: structure checking Pin
Richard MacCutchan28-Dec-09 5:17
mveRichard MacCutchan28-Dec-09 5:17 
GeneralRe: structure checking Pin
Luc Pattyn28-Dec-09 5:29
sitebuilderLuc Pattyn28-Dec-09 5:29 
GeneralRe: structure checking Pin
Richard MacCutchan28-Dec-09 5:42
mveRichard MacCutchan28-Dec-09 5:42 
GeneralRe: structure checking Pin
Luc Pattyn28-Dec-09 5:44
sitebuilderLuc Pattyn28-Dec-09 5:44 
GeneralRe: structure checking Pin
Richard MacCutchan28-Dec-09 6:26
mveRichard MacCutchan28-Dec-09 6:26 

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.