Click here to Skip to main content
16,016,736 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Replace Minimize Button Pin
Maximilien3-Sep-04 5:10
Maximilien3-Sep-04 5:10 
GeneralSending characters to other windows Pin
tab13-Sep-04 4:28
tab13-Sep-04 4:28 
GeneralRe: Sending characters to other windows Pin
David Crow3-Sep-04 4:39
David Crow3-Sep-04 4:39 
GeneralRe: Sending characters to other windows Pin
tab13-Sep-04 4:42
tab13-Sep-04 4:42 
GeneralRe: Sending characters to other windows Pin
David Crow3-Sep-04 4:51
David Crow3-Sep-04 4:51 
GeneralRe: Sending characters to other windows Pin
tab13-Sep-04 4:58
tab13-Sep-04 4:58 
GeneralRe: Sending characters to other windows Pin
David Crow3-Sep-04 5:10
David Crow3-Sep-04 5:10 
GeneralRe: Sending characters to other windows Pin
tab15-Sep-04 23:26
tab15-Sep-04 23:26 
Hi
Thanks for your continued patience good ideas but......
It still doesn't work.

The SHELLEXECUTEINFO method certainly starts the web page but i couldn't figure out what to do next;

The FindWindow methods also works but it doesn't get my WM_CHAR messages

The method suggested by bdiamond is also not working. Here i created a sdi app with HTML view and used SetTimer is to fire the

SendMessage(WM_CHAR, 'B', 1)
Sleep(100)
SendMessage(WM_CHAR, 'N', 1)

As a check to ensure this was working i put an OnChar handler in there to see my messages working

The funny thing is that when you press charcaters in the view (ie the web page) the OnChar does not catch anything, but the man starts swimming if you pressing the B and N as you are supposed to

Again, thanks for any help
GeneralRe: Sending characters to other windows Pin
BlackDice3-Sep-04 7:09
BlackDice3-Sep-04 7:09 
GeneralCreating directory.. Pin
Sudhakar Pasupunuri3-Sep-04 3:56
Sudhakar Pasupunuri3-Sep-04 3:56 
GeneralRe: Creating directory.. Pin
David Crow3-Sep-04 4:40
David Crow3-Sep-04 4:40 
GeneralRe: Creating directory.. Pin
Michael Dunn3-Sep-04 7:21
sitebuilderMichael Dunn3-Sep-04 7:21 
QuestionRight click? Pin
Larsson3-Sep-04 2:59
Larsson3-Sep-04 2:59 
AnswerRe: Right click? Pin
David Crow3-Sep-04 4:41
David Crow3-Sep-04 4:41 
AnswerRe: Right click? Pin
lesnikowski3-Sep-04 10:59
lesnikowski3-Sep-04 10:59 
GeneralRe: Right click? Pin
lesnikowski3-Sep-04 11:11
lesnikowski3-Sep-04 11:11 
AnswerRe: Right click? Pin
Bob Stanneveld3-Sep-04 12:26
Bob Stanneveld3-Sep-04 12:26 
GeneralDLL heap crash Pin
blackhobbit3-Sep-04 2:59
blackhobbit3-Sep-04 2:59 
GeneralGraph plotting... Pin
jeej3-Sep-04 1:46
jeej3-Sep-04 1:46 
QuestionPutFile(…) works - GetFile(…) doesn't… ? Pin
anderslundsgard3-Sep-04 1:42
anderslundsgard3-Sep-04 1:42 
AnswerRe: PutFile(…) works - GetFile(…) doesn't… ? Pin
David Crow3-Sep-04 2:30
David Crow3-Sep-04 2:30 
GeneralRe: PutFile(…) works - GetFile(…) doesn't… ? Pin
anderslundsgard3-Sep-04 2:35
anderslundsgard3-Sep-04 2:35 
GeneralRe: PutFile(…) works - GetFile(…) doesn't… ? Pin
David Crow3-Sep-04 2:41
David Crow3-Sep-04 2:41 
GeneralRe: PutFile(…) works - GetFile(…) doesn't… ? Pin
anderslundsgard5-Sep-04 20:01
anderslundsgard5-Sep-04 20:01 
Generalhelp : h.263 concern Pin
adoration3-Sep-04 1:28
adoration3-Sep-04 1:28 

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.