Click here to Skip to main content
16,014,952 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: strstr - case in-sensitive version? Pin
Tim Smith24-Dec-02 5:06
Tim Smith24-Dec-02 5:06 
GeneralRe: strstr - case in-sensitive version? Pin
Tim Smith24-Dec-02 5:06
Tim Smith24-Dec-02 5:06 
QuestionRegular Expression? Pin
Dov Sherman23-Dec-02 12:05
Dov Sherman23-Dec-02 12:05 
AnswerRe: Regular Expression? Pin
Chris Losinger23-Dec-02 12:09
professionalChris Losinger23-Dec-02 12:09 
AnswerRe: Regular Expression? Pin
Nemanja Trifunovic23-Dec-02 12:16
Nemanja Trifunovic23-Dec-02 12:16 
AnswerRe: Regular Expression? Pin
Todd Smith23-Dec-02 14:28
Todd Smith23-Dec-02 14:28 
GeneralFilling out other application dialogs Pin
microcyb23-Dec-02 10:54
microcyb23-Dec-02 10:54 
GeneralRe: Filling out other application dialogs Pin
mwilliamson23-Dec-02 11:37
mwilliamson23-Dec-02 11:37 
You will to determine the window id of all the windows on the dialog you want to fill out and a handle to window you are filling out. Then simply use

::SetDlgItemText( hWnd, WindowId, "value" );

There was a password retival tool posted here, some of the code from it should help you to determine the window ids.
GeneralRe: Filling out other application dialogs Pin
microcyb23-Dec-02 11:40
microcyb23-Dec-02 11:40 
GeneralPrintDlgEx, Visual C++ 6.0, and the Platform SDK Pin
Jonathan Craig23-Dec-02 8:50
Jonathan Craig23-Dec-02 8:50 
GeneralRe: PrintDlgEx, Visual C++ 6.0, and the Platform SDK Pin
mwilliamson23-Dec-02 9:35
mwilliamson23-Dec-02 9:35 
GeneralRe: PrintDlgEx, Visual C++ 6.0, and the Platform SDK Pin
Jonathan Craig23-Dec-02 10:15
Jonathan Craig23-Dec-02 10:15 
GeneralRe: PrintDlgEx, Visual C++ 6.0, and the Platform SDK Pin
mwilliamson23-Dec-02 11:13
mwilliamson23-Dec-02 11:13 
GeneralApplication Error only on some computers Pin
ElizabethC23-Dec-02 8:33
ElizabethC23-Dec-02 8:33 
GeneralRe: Application Error only on some computers Pin
Scott H. Settlemier23-Dec-02 8:39
Scott H. Settlemier23-Dec-02 8:39 
GeneralRe: Application Error only on some computers Pin
ElizabethC24-Dec-02 7:18
ElizabethC24-Dec-02 7:18 
GeneralRe: Application Error only on some computers Pin
Scott H. Settlemier24-Dec-02 12:57
Scott H. Settlemier24-Dec-02 12:57 
GeneralRe: Application Error only on some computers Pin
ElizabethC6-Jan-03 10:31
ElizabethC6-Jan-03 10:31 
GeneralRe: Application Error only on some computers Pin
mwilliamson23-Dec-02 9:39
mwilliamson23-Dec-02 9:39 
GeneralRe: Application Error only on some computers Pin
ElizabethC24-Dec-02 7:26
ElizabethC24-Dec-02 7:26 
GeneralRe: Application Error only on some computers Pin
ElizabethC6-Jan-03 10:35
ElizabethC6-Jan-03 10:35 
Generalstd::string silly error Pin
Shah Shehpori23-Dec-02 8:04
sussShah Shehpori23-Dec-02 8:04 
GeneralRe: std::string silly error Pin
Tim Smith23-Dec-02 8:18
Tim Smith23-Dec-02 8:18 
GeneralRe: std::string silly error Pin
Shah Shehpori23-Dec-02 8:46
sussShah Shehpori23-Dec-02 8:46 
GeneralRe: std::string silly error Pin
Tim Smith23-Dec-02 9:18
Tim Smith23-Dec-02 9:18 

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.