Click here to Skip to main content
15,893,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSet index in CListCtrl Pin
Telefonen2-Oct-02 5:54
Telefonen2-Oct-02 5:54 
GeneralRe: Set index in CListCtrl Pin
Chris Richardson2-Oct-02 9:55
Chris Richardson2-Oct-02 9:55 
GeneralChanging dialog properties programatically Pin
adamUK2-Oct-02 5:53
adamUK2-Oct-02 5:53 
QuestionHow do I convert a double to char Pin
Jose Cruz2-Oct-02 5:20
Jose Cruz2-Oct-02 5:20 
AnswerRe: How do I convert a double to char Pin
Jon Hulatt2-Oct-02 5:23
Jon Hulatt2-Oct-02 5:23 
AnswerRe: How do I convert a double to char Pin
jhwurmbach2-Oct-02 5:50
jhwurmbach2-Oct-02 5:50 
Generalquestion about safearray Pin
Gérald Mercet2-Oct-02 4:59
Gérald Mercet2-Oct-02 4:59 
GeneralDoWaitCursor(true) not staying up Pin
2-Oct-02 4:40
suss2-Oct-02 4:40 
hey, in my program when someone hits the update button, it used to update but the UI would not respond etc. so i use a thread and it works good, but i set the waitcursor before i start the thread but it never stays up, any ideas on how to keep the curors as the wait cursor?
i have have this when the button is pushed:
CWinApp *pApp = (CWinApp*) AfxGetApp();
pApp->DoWaitCursor(true);
AfxBeginThread(startThread, this);
then when the thread is done it posts a message and then i set the cursor back to normal, but the cursor never changes, hope someone can help.
Also how do i go about making a button on the toolbar disabled?

thnkas

luke.
GeneralRe: DoWaitCursor(true) not staying up Pin
Paul M Watt2-Oct-02 5:00
mentorPaul M Watt2-Oct-02 5:00 
GeneralA simple array question Pin
ns2-Oct-02 4:29
ns2-Oct-02 4:29 
GeneralRe: A simple array question Pin
RedZenBird2-Oct-02 4:31
RedZenBird2-Oct-02 4:31 
GeneralRe: A simple array question Pin
ns2-Oct-02 4:47
ns2-Oct-02 4:47 
GeneralRe: A simple array question Pin
jmkhael2-Oct-02 4:51
jmkhael2-Oct-02 4:51 
GeneralRe: A simple array question Pin
ns2-Oct-02 5:24
ns2-Oct-02 5:24 
GeneralRe: A simple array question Pin
Joe Herbert2-Oct-02 5:43
Joe Herbert2-Oct-02 5:43 
GeneralRe: A simple array question Pin
ns2-Oct-02 5:50
ns2-Oct-02 5:50 
GeneralRe: A simple array question Pin
jmkhael2-Oct-02 6:07
jmkhael2-Oct-02 6:07 
GeneralHelp with fstream Pin
Sunnygirl2-Oct-02 4:23
Sunnygirl2-Oct-02 4:23 
GeneralRe: Help with fstream Pin
RedZenBird2-Oct-02 4:29
RedZenBird2-Oct-02 4:29 
GeneralGetKeyState() question Pin
dazinith2-Oct-02 4:14
dazinith2-Oct-02 4:14 
GeneralRe: GetKeyState() question Pin
Tomasz Sowinski2-Oct-02 4:38
Tomasz Sowinski2-Oct-02 4:38 
GeneralRe: GetKeyState() question Pin
dazinith2-Oct-02 5:20
dazinith2-Oct-02 5:20 
GeneralRe: GetKeyState() question Pin
adamUK2-Oct-02 5:38
adamUK2-Oct-02 5:38 
GeneralRe: GetKeyState() question Pin
Chris Richardson2-Oct-02 10:06
Chris Richardson2-Oct-02 10:06 
GeneralClistctrl and sorting in report view Pin
ns2-Oct-02 4:13
ns2-Oct-02 4:13 

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.