Click here to Skip to main content
15,887,821 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalextended style problem, compiles but not take effect Pin
followait22-Mar-08 22:49
followait22-Mar-08 22:49 
QuestionRe: extended style problem, compiles but not take effect Pin
CPallini23-Mar-08 0:30
mveCPallini23-Mar-08 0:30 
GeneralRe: extended style problem, compiles but not take effect Pin
followait23-Mar-08 0:57
followait23-Mar-08 0:57 
Questioni want to make usb control system~give me tip please~ Pin
Jung Seng Won22-Mar-08 19:27
Jung Seng Won22-Mar-08 19:27 
GeneralRe: i want to make usb control system~give me tip please~ Pin
CPallini23-Mar-08 0:36
mveCPallini23-Mar-08 0:36 
QuestionUnhandle exception in DAO350.dll Pin
clever10122-Mar-08 17:27
clever10122-Mar-08 17:27 
GeneralRe: Unhandle exception in DAO350.dll Pin
Mark Salsbery23-Mar-08 7:17
Mark Salsbery23-Mar-08 7:17 
QuestionHow to submit (ie control) Pin
chinakknd22-Mar-08 16:05
chinakknd22-Mar-08 16:05 
Hi,
I want to login (a htmlpage in ie control)
But ,I don't know the id or name of the button
How to click the login button?
I found some code,but you must know the name or id of login button?
void SubmitPage(IHTMLElementCollection *pobjAllElement,CString strName)
{
CComPtrp Disp;
pobjAllElement->item(COleVariant(strName),COleVariant((long)0),&pDisp);
CComQIPtr pElement;
if(pDisp==NULL)
{
AfxMessageBox(strName + "????!");
}
else
{
pElement=pDisp;
pElement->click();
}
}
Thank you!
AnswerRe: How to submit (ie control) Pin
Rajkumar R22-Mar-08 23:56
Rajkumar R22-Mar-08 23:56 
GeneralRe: How to submit (ie control) Pin
chinakknd23-Mar-08 15:38
chinakknd23-Mar-08 15:38 
GeneralRe: How to submit (ie control) Pin
Rajkumar R23-Mar-08 18:17
Rajkumar R23-Mar-08 18:17 
GeneralRe: How to submit (ie control) Pin
chinakknd24-Mar-08 16:14
chinakknd24-Mar-08 16:14 
GeneralSetting the cursor for MFC MDI child windows Pin
Californian222-Mar-08 12:34
Californian222-Mar-08 12:34 
GeneralRe: Setting the cursor for MFC MDI child windows Pin
Rajkumar R22-Mar-08 20:47
Rajkumar R22-Mar-08 20:47 
GeneralIcon needs to have 8 bit transparency alpahblend Pin
Member 220843722-Mar-08 10:59
Member 220843722-Mar-08 10:59 
GeneralRe: Icon needs to have 8 bit transparency alpahblend Pin
Mark Salsbery23-Mar-08 9:18
Mark Salsbery23-Mar-08 9:18 
GeneralRegGetValueA Pin
Dr. Emmett Brown22-Mar-08 5:02
Dr. Emmett Brown22-Mar-08 5:02 
GeneralRe: RegGetValueA Pin
Dr. Emmett Brown22-Mar-08 5:42
Dr. Emmett Brown22-Mar-08 5:42 
GeneralWeird C++ issue Pin
Jim Crafton22-Mar-08 4:11
Jim Crafton22-Mar-08 4:11 
GeneralRe: Weird C++ issue Pin
CPallini22-Mar-08 4:36
mveCPallini22-Mar-08 4:36 
GeneralRe: Weird C++ issue Pin
Jim Crafton22-Mar-08 5:03
Jim Crafton22-Mar-08 5:03 
GeneralRe: Weird C++ issue Pin
CPallini22-Mar-08 5:13
mveCPallini22-Mar-08 5:13 
GeneralRe: Weird C++ issue Pin
Rajkumar R22-Mar-08 8:14
Rajkumar R22-Mar-08 8:14 
GeneralNon-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 1:20
Shy Agam22-Mar-08 1:20 
QuestionRe: Non-GUI Application with small memory consumption... Pin
CPallini22-Mar-08 3:03
mveCPallini22-Mar-08 3:03 

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.