Click here to Skip to main content
15,926,290 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question about Interlocked functions Pin
cmk29-Apr-07 9:04
cmk29-Apr-07 9:04 
Questionhow to make very large numbers Pin
g3RC4n27-Apr-07 15:43
g3RC4n27-Apr-07 15:43 
AnswerRe: how to make very large numbers Pin
David Crow27-Apr-07 17:02
David Crow27-Apr-07 17:02 
GeneralRe: how to make very large numbers Pin
Rajesh R Subramanian27-Apr-07 19:31
professionalRajesh R Subramanian27-Apr-07 19:31 
GeneralRe: how to make very large numbers Pin
g3RC4n27-Apr-07 23:11
g3RC4n27-Apr-07 23:11 
GeneralRe: how to make very large numbers Pin
cp987628-Apr-07 0:21
cp987628-Apr-07 0:21 
GeneralRe: how to make very large numbers Pin
g3RC4n28-Apr-07 8:48
g3RC4n28-Apr-07 8:48 
QuestionLog in to website Pin
baloneyman27-Apr-07 15:42
baloneyman27-Apr-07 15:42 
I have this VBA code: (uses MS HTML library MSHTML.tlb)

Public ie As InternetExplorer

Sub RacingPost_Login()

Set ie = CreateObject("InternetExplorer.Application")
ie.Visible = True
'Go to this Web Page!
ie.navigate "https://reg.racingpost.co.uk/cde/login_iframe.sd"

' (waits here for good connection)

With ie.document.forms(0)
.in_un.Value = "USERNAME"
.in_pw.Value = "PASSWORD"
.submit
End With

I would like to do this in C++. I've tried for 4+ days.
Any help is greatly appreciated.
Thanks,
Roy



QuestionRe: Log in to website Pin
Rajesh R Subramanian27-Apr-07 19:30
professionalRajesh R Subramanian27-Apr-07 19:30 
AnswerRe: Log in to website Pin
baloneyman27-Apr-07 22:02
baloneyman27-Apr-07 22:02 
Questiondatabase and CListCtrl Pin
hero199527-Apr-07 14:53
hero199527-Apr-07 14:53 
AnswerRe: database and CListCtrl Pin
David Crow27-Apr-07 17:04
David Crow27-Apr-07 17:04 
QuestionPlaySound using Add resource (MFC) Pin
YUANGE27-Apr-07 7:47
YUANGE27-Apr-07 7:47 
AnswerRe: PlaySound using Add resource (MFC) Pin
David Crow27-Apr-07 9:34
David Crow27-Apr-07 9:34 
QuestionLNK errors while using tiff.lib!!! Pin
Kiran Satish27-Apr-07 7:42
Kiran Satish27-Apr-07 7:42 
AnswerRe: LNK errors while using tiff.lib!!! Pin
bob1697227-Apr-07 14:38
bob1697227-Apr-07 14:38 
QuestionAdding a COM Interface... Pin
dontknowitall27-Apr-07 7:15
dontknowitall27-Apr-07 7:15 
QuestionHow do I check/uncheck a MENUITEM in a menu? Pin
KellyR27-Apr-07 6:08
KellyR27-Apr-07 6:08 
AnswerRe: How do I check/uncheck a MENUITEM in a menu? Pin
JudyL_MD27-Apr-07 7:40
JudyL_MD27-Apr-07 7:40 
GeneralRe: How do I check/uncheck a MENUITEM in a menu? Pin
KellyR27-Apr-07 8:35
KellyR27-Apr-07 8:35 
QuestionVC++8: OCX Control -> How do I generate a class wrapper if the control has two interfaces? Pin
Joan M27-Apr-07 3:35
professionalJoan M27-Apr-07 3:35 
QuestionWidget appearance in CDHtmlDialog Pin
fuzzymonk27-Apr-07 3:13
fuzzymonk27-Apr-07 3:13 
QuestionNeed help to create service Pin
VC_RYK27-Apr-07 2:53
VC_RYK27-Apr-07 2:53 
QuestionRe: Need help to create service Pin
David Crow27-Apr-07 3:08
David Crow27-Apr-07 3:08 
AnswerRe: Need help to create service Pin
VC_RYK27-Apr-07 3:13
VC_RYK27-Apr-07 3:13 

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.