Click here to Skip to main content
16,005,206 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalwm_activateapp Pin
vuong hoai nam26-Aug-02 16:21
vuong hoai nam26-Aug-02 16:21 
GeneralOnKillFusus events Pin
Ancient Dragon26-Aug-02 16:16
Ancient Dragon26-Aug-02 16:16 
GeneralRe: OnKillFusus events Pin
Tomasz Sowinski26-Aug-02 22:53
Tomasz Sowinski26-Aug-02 22:53 
QuestionHow to sort file name exactly like Windows Explorer? Pin
Hiusing26-Aug-02 16:05
Hiusing26-Aug-02 16:05 
GeneralMessage Handling for a dialog in a dll Pin
leonwoo26-Aug-02 15:05
leonwoo26-Aug-02 15:05 
GeneralRe: Message Handling for a dialog in a dll Pin
valikac26-Aug-02 15:10
valikac26-Aug-02 15:10 
GeneralRe: Message Handling for a dialog in a dll Pin
leonwoo26-Aug-02 15:25
leonwoo26-Aug-02 15:25 
GeneralRe: Message Handling for a dialog in a dll Pin
Steen Krogsgaard26-Aug-02 21:24
Steen Krogsgaard26-Aug-02 21:24 
I would pass the handle of the view to the dialog and then send a private message to the view from the dialog. In the LPARAM I would pass the relevant information. If your data does not fit into the four bytes I would use an automatic structure to hold the data and call SendMessage. Do not allocate the struct with new in the dll and delete it with delete in the main app, that will corrupt the heaps.

Cheers
Steen.

"To claim that computer games influence children is ridiculous. If Pacman had influenced children born in the 80'ies we would see a lot of youngsters running around in dark rooms eating pills while listening to monotonous music"
Generalusing Appwizard with the "Windows Explorer" style Pin
Tonrar26-Aug-02 12:30
Tonrar26-Aug-02 12:30 
GeneralRe: using Appwizard with the "Windows Explorer" style Pin
Blade[DMS]27-Aug-02 0:31
Blade[DMS]27-Aug-02 0:31 
GeneralLVN_COLUMNCLICK Pin
RK_200026-Aug-02 12:19
RK_200026-Aug-02 12:19 
GeneralRe: LVN_COLUMNCLICK Pin
Tomasz Sowinski26-Aug-02 22:55
Tomasz Sowinski26-Aug-02 22:55 
GeneralQuestion on VS.NET and VS6.0 Compatibility Pin
theorion1626-Aug-02 11:54
susstheorion1626-Aug-02 11:54 
GeneralRe: Question on VS.NET and VS6.0 Compatibility Pin
Chris Losinger26-Aug-02 12:17
professionalChris Losinger26-Aug-02 12:17 
GeneralRe: Question on VS.NET and VS6.0 Compatibility Pin
RichardEastes26-Aug-02 14:43
RichardEastes26-Aug-02 14:43 
GeneralRe: Question on VS.NET and VS6.0 Compatibility Pin
Chris Losinger26-Aug-02 16:19
professionalChris Losinger26-Aug-02 16:19 
Generalwindows queue viewer Pin
Jerry Gao26-Aug-02 11:43
Jerry Gao26-Aug-02 11:43 
GeneralRe: windows queue viewer Pin
Chris Losinger26-Aug-02 12:18
professionalChris Losinger26-Aug-02 12:18 
GeneralRe: windows queue viewer Pin
Jerry Gao26-Aug-02 13:12
Jerry Gao26-Aug-02 13:12 
GeneralImage Name and PrcessID Pin
Ranjan Banerji26-Aug-02 10:49
Ranjan Banerji26-Aug-02 10:49 
GeneralRe: Image Name and PrcessID Pin
adara26-Aug-02 18:36
adara26-Aug-02 18:36 
GeneralDisable <enter> in Property Sheet Pin
SilliSquid26-Aug-02 10:13
SilliSquid26-Aug-02 10:13 
GeneralRe: Disable <enter> in Property Sheet Pin
l a u r e n26-Aug-02 10:57
l a u r e n26-Aug-02 10:57 
GeneralRe: Disable <enter> in Property Sheet Pin
lucy26-Aug-02 11:07
lucy26-Aug-02 11:07 
GeneralRe: Disable <enter> in Property Sheet Pin
Shog926-Aug-02 19:38
sitebuilderShog926-Aug-02 19:38 

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.