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

C / C++ / MFC

 
GeneralRe: Shrinking a WAV (audio formats)? Pin
Larry Antram4-Jul-02 17:18
Larry Antram4-Jul-02 17:18 
GeneralRe: Shrinking a WAV (audio formats)? Pin
5-Jul-02 7:21
suss5-Jul-02 7:21 
GeneralRe: Shrinking a WAV (audio formats)? Pin
Mike Nordell6-Jul-02 6:42
Mike Nordell6-Jul-02 6:42 
GeneralRe: Shrinking a WAV (audio formats)? Pin
haronis26-Jul-02 1:40
haronis26-Jul-02 1:40 
GeneralRe: Shrinking a WAV (audio formats)? Pin
Christian Graus26-Jul-02 1:54
protectorChristian Graus26-Jul-02 1:54 
AnswerRe: Shrinking a WAV (audio formats)? Pin
Larry Antram3-Jul-02 20:25
Larry Antram3-Jul-02 20:25 
GeneralRe: Shrinking a WAV (audio formats)? Pin
5-Jul-02 7:24
suss5-Jul-02 7:24 
GeneralModless Dialog problem (MFC) Pin
3-Jul-02 18:50
suss3-Jul-02 18:50 
I'm a beginner and my question might seem a little bit stupid.
What I'm basically trying to do is: I open a MFC Dialog. I place WebBrowser2 control, 2 button controls and an edit control (this is a sort of webbrowser) and I open another dialog (in the function OnInitDialog, that is generated by VS). I want to use the second modeless dialog as a floating toolbar (like in photoshop) for the other browser buttons (back, forward, refresh) but I cannot pass the events to the first dialog (clicking of a button). How can I do that? Are there any working (and simple enough - I mean clear) examples? I couldn't find any on my own.

What is the best way in C++ to access some object member function from another object, where the first object is created as a variable in a third object (just like the MFC dialogs above - to make it clear). In the case above I cannot use global pointers because I get linker errors).

Best regards,

H
GeneralRe: Modless Dialog problem (MFC) Pin
Christian Graus3-Jul-02 19:36
protectorChristian Graus3-Jul-02 19:36 
GeneralMessage handlers for array of controls Pin
Chou3-Jul-02 17:35
Chou3-Jul-02 17:35 
GeneralRe: Message handlers for array of controls Pin
Dave Bryant3-Jul-02 17:48
Dave Bryant3-Jul-02 17:48 
GeneralRe: Message handlers for array of controls Pin
Rama Krishna Vavilala3-Jul-02 17:54
Rama Krishna Vavilala3-Jul-02 17:54 
GeneralThanks Pin
Chou3-Jul-02 18:15
Chou3-Jul-02 18:15 
Generalstd::string and std::wstring Pin
Le centriste3-Jul-02 16:24
Le centriste3-Jul-02 16:24 
GeneralRe: std::string and std::wstring Pin
Rama Krishna Vavilala3-Jul-02 16:27
Rama Krishna Vavilala3-Jul-02 16:27 
GeneralRe: std::string and std::wstring Pin
Le centriste3-Jul-02 16:37
Le centriste3-Jul-02 16:37 
GeneralRe: std::string and std::wstring Pin
Michael Dunn3-Jul-02 17:34
sitebuilderMichael Dunn3-Jul-02 17:34 
GeneralRe: std::string and std::wstring Pin
Le centriste3-Jul-02 17:46
Le centriste3-Jul-02 17:46 
GeneralXP Vertical-style Tabs Pin
Larry Antram3-Jul-02 13:35
Larry Antram3-Jul-02 13:35 
GeneralRe: XP Vertical-style Tabs Pin
Larry Antram3-Jul-02 14:05
Larry Antram3-Jul-02 14:05 
GeneralRe: XP Vertical-style Tabs Pin
Jeremy Falcon3-Jul-02 19:28
professionalJeremy Falcon3-Jul-02 19:28 
GeneralRe: XP Vertical-style Tabs Pin
Larry Antram3-Jul-02 22:01
Larry Antram3-Jul-02 22:01 
GeneralCOM Security problem Please Help Pin
Bill Wilson3-Jul-02 13:23
Bill Wilson3-Jul-02 13:23 
Generalhide MFC modal dialog on startup Pin
Kuniva3-Jul-02 13:05
Kuniva3-Jul-02 13:05 
GeneralRe: hide MFC modal dialog on startup Pin
Bill Wilson3-Jul-02 13:28
Bill Wilson3-Jul-02 13: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.