Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 9:20
ns24-Sep-02 9:20 
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 9:28
Tomasz Sowinski24-Sep-02 9:28 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 9:36
ns24-Sep-02 9:36 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 9:23
ns24-Sep-02 9:23 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 8:20
ns24-Sep-02 8:20 
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 8:31
Tomasz Sowinski24-Sep-02 8:31 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 8:50
ns24-Sep-02 8:50 
GeneralThanks! It finally works! Pin
ns25-Sep-02 2:47
ns25-Sep-02 2:47 
Whew! It was a five day struggle, but the darn thing works now. I couldnt use the CP class that embeds the progressbar into the status bar (too bad), and I couldnt send a message triggering a button to try CWaitClass (which has the cancel feature). Just as a last straw, I did the whole business of embedding a control manually (string table and indicators and all that stuff). THis way I was able to get a good handle apparently, that the dll liked:

long CMHandle = (long)(((CMainFrame*)AfxGetMainWnd())->m_wndStatusBar.m_WzdProgressCtrl).GetSafeHwnd();


Someone is bound to ask for a cancel feature in my app, so I'll keep plugging away at the sendmessage user defined message idea. So for the moment this problem is resolved. Thank goodness!

Appreciate all the time you spent on this and the interest. Now onto the next challenge!



Thanks,
ns
GeneralRe: Thanks! It finally works! Pin
Ravi Bhavnani25-Sep-02 10:49
professionalRavi Bhavnani25-Sep-02 10:49 
Generalgeneral question on progressbars Pin
ns24-Sep-02 6:56
ns24-Sep-02 6:56 
GeneralRe: general question on progressbars Pin
Tomasz Sowinski24-Sep-02 7:02
Tomasz Sowinski24-Sep-02 7:02 
GeneralRe: general question on progressbars Pin
ns24-Sep-02 7:17
ns24-Sep-02 7:17 
GeneralRe: general question on progressbars Pin
Ravi Bhavnani24-Sep-02 9:11
professionalRavi Bhavnani24-Sep-02 9:11 
Generaldigression Pin
ns25-Sep-02 4:32
ns25-Sep-02 4:32 
GeneralRe: digression Pin
Ravi Bhavnani25-Sep-02 4:41
professionalRavi Bhavnani25-Sep-02 4:41 
GeneralRe: digression Pin
ns25-Sep-02 4:49
ns25-Sep-02 4:49 
GeneralRe: digression Pin
Ravi Bhavnani25-Sep-02 10:46
professionalRavi Bhavnani25-Sep-02 10:46 
GeneralRe: digression Pin
ns25-Sep-02 10:59
ns25-Sep-02 10:59 
GeneralRe: digression Pin
Ravi Bhavnani25-Sep-02 11:07
professionalRavi Bhavnani25-Sep-02 11:07 
GeneralA better design Pin
Ravi Bhavnani25-Sep-02 4:47
professionalRavi Bhavnani25-Sep-02 4:47 
GeneralForm Resizing Pin
RuiSantiago24-Sep-02 6:19
RuiSantiago24-Sep-02 6:19 
GeneralRe: Form Resizing Pin
Roger Allen24-Sep-02 6:52
Roger Allen24-Sep-02 6:52 
GeneralRe: Form Resizing Pin
RuiSantiago24-Sep-02 7:09
RuiSantiago24-Sep-02 7:09 
GeneralSource code for convertion from AIFF to WAV Pin
Alex Talazar24-Sep-02 5:46
professionalAlex Talazar24-Sep-02 5:46 
GeneralnID - in create Pin
ns24-Sep-02 5:44
ns24-Sep-02 5:44 

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.