Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHMENU, can i change one thing? Pin
MaTrIX2k213-Apr-02 20:55
MaTrIX2k213-Apr-02 20:55 
GeneralCreating borderless windows... Pin
CMFC6.0VS.NETUser13-Apr-02 18:41
CMFC6.0VS.NETUser13-Apr-02 18:41 
GeneralRe: Creating borderless windows... Pin
Michael Dunn13-Apr-02 19:23
sitebuilderMichael Dunn13-Apr-02 19:23 
GeneralRe: Creating borderless windows... Pin
CMFC6.0VS.NETUser13-Apr-02 21:47
CMFC6.0VS.NETUser13-Apr-02 21:47 
GeneralRe: Creating borderless windows... Pin
CMFC6.0VS.NETUser14-Apr-02 4:30
CMFC6.0VS.NETUser14-Apr-02 4:30 
GeneralRe: Creating borderless windows... Pin
jack Mesic13-Apr-02 19:58
jack Mesic13-Apr-02 19:58 
GeneralPostMessage with CString Pin
Atlantys13-Apr-02 16:44
Atlantys13-Apr-02 16:44 
GeneralRe: PostMessage with CString Pin
Paul M Watt13-Apr-02 17:04
mentorPaul M Watt13-Apr-02 17:04 
Is the class that you are sending the CString to in a different process? Memory is not valid across process boundaries, you will need to allocate memory using the GlobalAlloc function, then copy the data from the CString into your new buffer.

If this is not the case, could you give more details as to why you are using HWND_BROADCAST.

Good Luck


Checkout my Guide to Win32 Paint for Intermediates
GeneralRe: PostMessage with CString Pin
Atlantys13-Apr-02 17:15
Atlantys13-Apr-02 17:15 
GeneralRe: PostMessage with CString Pin
Paul M Watt13-Apr-02 17:31
mentorPaul M Watt13-Apr-02 17:31 
GeneralRe: PostMessage with CString Pin
Atlantys13-Apr-02 19:13
Atlantys13-Apr-02 19:13 
GeneralRe: PostMessage with CString Pin
Alexandru Savescu14-Apr-02 0:32
Alexandru Savescu14-Apr-02 0:32 
GeneralHWND_BROADCAST Pin
Paul M Watt13-Apr-02 17:35
mentorPaul M Watt13-Apr-02 17:35 
GeneralRe: HWND_BROADCAST Pin
Atlantys13-Apr-02 19:16
Atlantys13-Apr-02 19:16 
GeneralVS.Net Components Pin
Frank Deo13-Apr-02 14:04
Frank Deo13-Apr-02 14:04 
GeneralRe: VS.Net Components Pin
jack Mesic13-Apr-02 16:01
jack Mesic13-Apr-02 16:01 
GeneralRe: VS.Net Components Pin
Frank Deo13-Apr-02 17:08
Frank Deo13-Apr-02 17:08 
GeneralRandomize Pin
ISIS5513-Apr-02 10:44
ISIS5513-Apr-02 10:44 
GeneralRe: Randomize Pin
Michael Dunn13-Apr-02 11:29
sitebuilderMichael Dunn13-Apr-02 11:29 
GeneralRe: Randomize Pin
ISIS5513-Apr-02 11:35
ISIS5513-Apr-02 11:35 
GeneralRe: Randomize Pin
Michael Dunn13-Apr-02 15:25
sitebuilderMichael Dunn13-Apr-02 15:25 
GeneralRe: Randomize Pin
Jeremy Falcon13-Apr-02 17:23
professionalJeremy Falcon13-Apr-02 17:23 
GeneralRe: Randomize Pin
Ravi Bhavnani15-Apr-02 10:05
professionalRavi Bhavnani15-Apr-02 10:05 
GeneralRe: Randomize Pin
Michael Dunn15-Apr-02 20:40
sitebuilderMichael Dunn15-Apr-02 20:40 
GeneralOnReceive not being triggered in CSocket Pin
Adam Clauss13-Apr-02 7:45
Adam Clauss13-Apr-02 7:45 

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.