Click here to Skip to main content
15,920,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionParent & owner Pin
nbugalia6-Sep-07 21:14
nbugalia6-Sep-07 21:14 
AnswerRe: Parent & owner Pin
Jason Teagle6-Sep-07 22:18
Jason Teagle6-Sep-07 22:18 
QuestionToolbar in Windows Taskbar Pin
Nishad S6-Sep-07 21:12
Nishad S6-Sep-07 21:12 
AnswerRe: Toolbar in Windows Taskbar Pin
Karismatic6-Sep-07 23:03
Karismatic6-Sep-07 23:03 
AnswerRe: Toolbar in Windows Taskbar Pin
Naveen6-Sep-07 23:10
Naveen6-Sep-07 23:10 
GeneralRe: Toolbar in Windows Taskbar Pin
Nishad S7-Sep-07 0:53
Nishad S7-Sep-07 0:53 
QuestionNew to win32 controls, using the toolbar+buttons Pin
ioctl516-Sep-07 21:05
ioctl516-Sep-07 21:05 
AnswerRe: New to win32 controls, using the toolbar+buttons Pin
Naveen6-Sep-07 22:54
Naveen6-Sep-07 22:54 
spaam wrote:
Also, a second problem is the TB_GETBUTTONTEXT message


In your case the application you create and taskbar are two saparate process. So pointer you passed to TB_GETBUTTONTEXT is pointing is vaid for your application aonly. the other applcation cannot access this address. Thats why your getting junk values. What you need to do is allocate some memory in the target process using the VirtualAllocEx() function, then pass that pointer to the message. After the message, you can read the string using the ReadProcessMemory() function.


QuestionDisabling the Hot Key [modified] Pin
shakumar_226-Sep-07 20:57
shakumar_226-Sep-07 20:57 
AnswerRe: Disabling the Hot Key Pin
Randor 6-Sep-07 23:22
professional Randor 6-Sep-07 23:22 
Questionchange Start Butoon Text Pin
GauranG Shah6-Sep-07 20:56
GauranG Shah6-Sep-07 20:56 
AnswerRe: change Start Butoon Text Pin
nbugalia6-Sep-07 21:12
nbugalia6-Sep-07 21:12 
AnswerRe: change Start Butoon Text Pin
Nishad S6-Sep-07 21:19
Nishad S6-Sep-07 21:19 
GeneralRe: change Start Butoon Text Pin
GauranG Shah6-Sep-07 23:12
GauranG Shah6-Sep-07 23:12 
GeneralRe: change Start Butoon Text Pin
Nishad S7-Sep-07 1:13
Nishad S7-Sep-07 1:13 
GeneralRe: change Start Butoon Text Pin
GauranG Shah7-Sep-07 1:26
GauranG Shah7-Sep-07 1:26 
GeneralRe: change Start Butoon Text Pin
Nishad S7-Sep-07 1:33
Nishad S7-Sep-07 1:33 
AnswerRe: change Start Butoon Text Pin
Hamid_RT6-Sep-07 23:53
Hamid_RT6-Sep-07 23:53 
GeneralRe: change Start Butoon Text Pin
GauranG Shah7-Sep-07 1:21
GauranG Shah7-Sep-07 1:21 
Questionquestion about MAPI C++ and ms office outlook Pin
monsieur_jj6-Sep-07 20:02
monsieur_jj6-Sep-07 20:02 
AnswerRe: question about MAPI C++ and ms office outlook Pin
monsieur_jj6-Sep-07 22:51
monsieur_jj6-Sep-07 22:51 
Questionwhat is the message when Service abruptly stopped Pin
Yashusid6-Sep-07 18:23
Yashusid6-Sep-07 18:23 
Questionbitmaps & regions [modified] Pin
zqueezy6-Sep-07 14:39
zqueezy6-Sep-07 14:39 
AnswerRe: bitmaps & regions Pin
Mark Salsbery6-Sep-07 16:34
Mark Salsbery6-Sep-07 16:34 
AnswerRe: I solved it now! Pin
zqueezy6-Sep-07 20:57
zqueezy6-Sep-07 20:57 

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.