Click here to Skip to main content
15,923,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Right way to get ASCII value of a character? Pin
Kuniva26-Nov-03 23:41
Kuniva26-Nov-03 23:41 
QuestionAnimated bitmap/avi in main menu bar - how to do? Pin
iknowindigo26-Nov-03 8:43
iknowindigo26-Nov-03 8:43 
AnswerRe: Animated bitmap/avi in main menu bar - how to do? Pin
Michael Dunn26-Nov-03 10:33
sitebuilderMichael Dunn26-Nov-03 10:33 
AnswerRe: Animated bitmap/avi in main menu bar - how to do? Pin
alex.barylski26-Nov-03 10:42
alex.barylski26-Nov-03 10:42 
GeneralRe: Animated bitmap/avi in main menu bar - how to do? Pin
Prakash Nadar26-Nov-03 16:01
Prakash Nadar26-Nov-03 16:01 
GeneralProblem with manually editing a .rc file Pin
Kevin McFarlane26-Nov-03 6:40
Kevin McFarlane26-Nov-03 6:40 
GeneralRe: Problem with manually editing a .rc file Pin
Mike Dimmick26-Nov-03 6:46
Mike Dimmick26-Nov-03 6:46 
GeneralRe: Problem with manually editing a .rc file Pin
Kevin McFarlane26-Nov-03 23:26
Kevin McFarlane26-Nov-03 23:26 
What do you mean by register? Do you mean stuff like this?

#include "spin.h"

IMPLEMENT_DYNAMIC(CSpinControl, CWnd)<br />
<br />
BOOL CSpinControl::Create(DWORD dwStyle, const RECT& rect,<br />
      CWnd* pParentWnd, UINT nID)<br />
{<br />
   return CWnd::Create("MicroScroll", NULL, dwStyle, rect, pParentWnd, nID);<br />
}<br />
<br />
WNDPROC* CSpinControl::GetSuperWndProcAddr()<br />
{<br />
   static WNDPROC pfnSuper;<br />
   return &pfnSuper;<br />
}


The reason I'm extending a Win16 application is because that's what the client wants!

Kevin
GeneralRe: Problem with manually editing a .rc file Pin
Mike Dimmick27-Nov-03 3:02
Mike Dimmick27-Nov-03 3:02 
GeneralRegional Setting API Pin
Binayak26-Nov-03 6:39
Binayak26-Nov-03 6:39 
GeneralRe: Regional Setting API Pin
Mike Dimmick26-Nov-03 6:49
Mike Dimmick26-Nov-03 6:49 
GeneralRe: Regional Setting API Pin
Binayak26-Nov-03 8:32
Binayak26-Nov-03 8:32 
GeneralColors in listboxes Pin
KellyR26-Nov-03 6:23
KellyR26-Nov-03 6:23 
GeneralRe: Colors in listboxes Pin
Ravi Bhavnani26-Nov-03 7:50
professionalRavi Bhavnani26-Nov-03 7:50 
GeneralAlso see... Pin
Ravi Bhavnani26-Nov-03 7:53
professionalRavi Bhavnani26-Nov-03 7:53 
GeneralText selected after adding it in a edit control Pin
Anonymous26-Nov-03 6:07
Anonymous26-Nov-03 6:07 
GeneralRe: Text selected after adding it in a edit control Pin
KellyR26-Nov-03 6:32
KellyR26-Nov-03 6:32 
GeneralRe: Text selected after adding it in a edit control Pin
Anonymous26-Nov-03 6:42
Anonymous26-Nov-03 6:42 
GeneralRe: Text selected after adding it in a edit control Pin
Obliterator27-Nov-03 4:25
Obliterator27-Nov-03 4:25 
GeneralTextbox Select Pin
willempipi26-Nov-03 6:01
willempipi26-Nov-03 6:01 
GeneralRe: Textbox Select Pin
Dominik Reichl26-Nov-03 9:32
Dominik Reichl26-Nov-03 9:32 
GeneralC functions Pin
Sirrius26-Nov-03 5:48
Sirrius26-Nov-03 5:48 
GeneralRe: C functions Pin
Dominik Reichl26-Nov-03 9:35
Dominik Reichl26-Nov-03 9:35 
GeneralThe state of child-thread is always STILL_ACTIVE Pin
Jin Yao26-Nov-03 3:38
Jin Yao26-Nov-03 3:38 
GeneralRe: The state of child-thread is always STILL_ACTIVE Pin
Iain Clarke, Warrior Programmer26-Nov-03 4:58
Iain Clarke, Warrior Programmer26-Nov-03 4:58 

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.