Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: to lock an application Pin
Diddy15-Jan-04 5:37
Diddy15-Jan-04 5:37 
GeneralRe: to lock an application Pin
Rage15-Jan-04 7:42
professionalRage15-Jan-04 7:42 
GeneralRe: to lock an application Pin
David Crow15-Jan-04 7:49
David Crow15-Jan-04 7:49 
GeneralRe: to lock an application Pin
Idefix22-Jan-04 0:37
Idefix22-Jan-04 0:37 
GeneralRe: to lock an application Pin
Idefix22-Jan-04 1:47
Idefix22-Jan-04 1:47 
QuestionCapture LButtonUp in a CListBox ?? Pin
jwd15-Jan-04 0:38
jwd15-Jan-04 0:38 
AnswerRe: Capture LButtonUp in a CListBox ?? Pin
Vladimir Georgiev15-Jan-04 0:51
Vladimir Georgiev15-Jan-04 0:51 
GeneralRe: Capture LButtonUp in a CListBox ?? Pin
Diddy15-Jan-04 5:54
Diddy15-Jan-04 5:54 
Have MFC subclass it for you with a DDX_Control statment, if its based on a resource:

1. Derive a class from CListBox
2. Double click on the list box in the resource editor with CTRL held down
3. Select control
4. Select your new derived list box class
5. Give it a name

Then use class wizard to add a handler to your LB for WM_LBUTTONUP to your new LB
Generalthe problem of mscomm32.ocx and vc++ Pin
anders_zhou15-Jan-04 0:26
anders_zhou15-Jan-04 0:26 
Generalload bitmap to dialog Pin
Member 64882815-Jan-04 0:17
Member 64882815-Jan-04 0:17 
GeneralIHTMLWindow4 Pin
Monty215-Jan-04 0:07
Monty215-Jan-04 0:07 
GeneralRe: IHTMLWindow4 Pin
Prakash Nadar15-Jan-04 1:16
Prakash Nadar15-Jan-04 1:16 
GeneralResolving NetBIOS name for IP address Pin
---Ranger---14-Jan-04 23:53
---Ranger---14-Jan-04 23:53 
GeneralRe: Resolving NetBIOS name for IP address Pin
Alexander M.,15-Jan-04 5:27
Alexander M.,15-Jan-04 5:27 
GeneralRe: Resolving NetBIOS name for IP address Pin
---Ranger---15-Jan-04 17:45
---Ranger---15-Jan-04 17:45 
GeneralAVI buffers Pin
Member 52521914-Jan-04 23:23
Member 52521914-Jan-04 23:23 
GeneralRe: AVI buffers Pin
Abhishek Srivastava14-Jan-04 23:38
Abhishek Srivastava14-Jan-04 23:38 
GeneralRe: AVI buffers Pin
Member 52521915-Jan-04 1:00
Member 52521915-Jan-04 1:00 
GeneralLarge Text Display in a Dialog Pin
Dov Sherman14-Jan-04 22:56
Dov Sherman14-Jan-04 22:56 
GeneralRe: Large Text Display in a Dialog Pin
jhwurmbach14-Jan-04 23:11
jhwurmbach14-Jan-04 23:11 
GeneralLoading Bitmap Image Pin
sweep12314-Jan-04 22:45
sweep12314-Jan-04 22:45 
GeneralRe: Loading Bitmap Image Pin
LunaticFringe15-Jan-04 6:14
LunaticFringe15-Jan-04 6:14 
GeneralRe: Loading Bitmap Image Pin
sweep12315-Jan-04 6:22
sweep12315-Jan-04 6:22 
GeneralRe: Loading Bitmap Image Pin
LunaticFringe15-Jan-04 11:01
LunaticFringe15-Jan-04 11:01 
GeneralNetwork connection problem Pin
Stan the man14-Jan-04 22:43
Stan the man14-Jan-04 22:43 

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.