Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to disable WinKey, Ctrl+Alt+Del ... Pin
Tomasz Sowinski24-Sep-02 8:05
Tomasz Sowinski24-Sep-02 8:05 
GeneralAnother (different) SendMessage question. Pin
ns24-Sep-02 7:02
ns24-Sep-02 7:02 
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 7:17
Tomasz Sowinski24-Sep-02 7:17 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 7:24
ns24-Sep-02 7:24 
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 8:08
Tomasz Sowinski24-Sep-02 8:08 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 8:16
ns24-Sep-02 8:16 
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 8:27
Tomasz Sowinski24-Sep-02 8:27 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 8:47
ns24-Sep-02 8:47 
The client app is going to show a progressbar, (tried to put it in the status bar, but I'll use the article link you sent me instead). The VB dll is doing database processing. One operation is done in a for loop and is lengthy. I thought I could SendMEssage a progressbar in the VC client and STEP_IT for each pass through the loop. All I want from the dll is :either a value for the counter, or just a WM_COMMAND message that trigggers a CView button which then STEP_ITs the progressbar> SO for each pass thru, the progressbar advances. This is whats happening. SO far I tried using MAunders ProgressBAr in a Statusbar class to send the message to, directly from the dll. THe dll can send a PBM stepit to the VC client if the progressbar is on the form itself. (In a sample app it does anyways so it ought to work for me too). MY problem is that the progressbar isnt on the form. Its either in the status bar, or else it will be spawned by that class ( CWaitDialog)you linked me too.
I havent tried the latter yet,( it doesnt want to sendmessage to the statusbar progressbar, but will to the forms progress bar.) So I though I'd get a WM_COMMAND notification for each pass through the VB loop and step the progressbar from the handler locally.....want to try that - it might work....

Thanks,
ns
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 9:05
Tomasz Sowinski24-Sep-02 9:05 
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 
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 

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.