Click here to Skip to main content
16,005,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do i implement drag and drop in a List Control in my Win32 app (non-MFC)? Pin
redeemer18-Jun-02 11:15
redeemer18-Jun-02 11:15 
Generallinked lists in Win32 App Pin
18-Jun-02 11:06
suss18-Jun-02 11:06 
GeneralRe: linked lists in Win32 App Pin
Bill Wilson18-Jun-02 11:08
Bill Wilson18-Jun-02 11:08 
QuestionHow to convert from a CString Object to double Pin
Speedy18-Jun-02 10:36
Speedy18-Jun-02 10:36 
AnswerRe: How to convert from a CString Object to double Pin
Abin18-Jun-02 10:42
Abin18-Jun-02 10:42 
AnswerRe: How to convert from a CString Object to double Pin
Maxwell Chen18-Jun-02 15:59
Maxwell Chen18-Jun-02 15:59 
Generalfixed window as in VB Pin
slah18-Jun-02 10:30
slah18-Jun-02 10:30 
GeneralRe: fixed window as in VB Pin
Mike Nordell18-Jun-02 16:14
Mike Nordell18-Jun-02 16:14 
If you don't want it sizeable, don't add the flags to make it sizeable - it's all in the documentation.

If you for some reason want a thick border (or sizebox, both are the same and both implies sizeable) but still want to prohibit the user from resizing the window (for whatever, malicious or not, reason), override the handling of WM_NCCALCSIZE.

It's spelled "Please", not PLZ.
GeneralRe: fixed window as in VB Pin
slah19-Jun-02 10:57
slah19-Jun-02 10:57 
GeneralDeleting elements from a character array Pin
JMajors9818-Jun-02 9:56
JMajors9818-Jun-02 9:56 
GeneralRe: Deleting elements from a character array Pin
Speedy18-Jun-02 10:31
Speedy18-Jun-02 10:31 
GeneralRe: Deleting elements from a character array Pin
JMajors9818-Jun-02 11:12
JMajors9818-Jun-02 11:12 
GeneralRe: Deleting elements from a character array Pin
18-Jun-02 11:16
suss18-Jun-02 11:16 
GeneralRe: Deleting elements from a character array Pin
Joaquín M López Muñoz18-Jun-02 11:28
Joaquín M López Muñoz18-Jun-02 11:28 
GeneralJavascript and ActiveX Pin
calebcohoon18-Jun-02 9:22
calebcohoon18-Jun-02 9:22 
GeneralRe: javascript and ActiveX Pin
18-Jun-02 9:27
suss18-Jun-02 9:27 
GeneralRe: javascript and ActiveX Pin
calebcohoon18-Jun-02 9:49
calebcohoon18-Jun-02 9:49 
GeneralReading raw disk sectors Win2K/XP Pin
clintsinger18-Jun-02 9:18
clintsinger18-Jun-02 9:18 
GeneralRe: Reading raw disk sectors Win2K/XP Pin
Mike Nordell18-Jun-02 14:15
Mike Nordell18-Jun-02 14:15 
QuestionCan we read Printer resolutions? Pin
ATC18-Jun-02 9:11
ATC18-Jun-02 9:11 
AnswerRe: Can we read Printer resolutions? Pin
Chris Losinger18-Jun-02 9:16
professionalChris Losinger18-Jun-02 9:16 
GeneralBitmap to array Pin
18-Jun-02 8:49
suss18-Jun-02 8:49 
GeneralRe: Bitmap to array Pin
Joaquín M López Muñoz18-Jun-02 8:57
Joaquín M López Muñoz18-Jun-02 8:57 
Generalcombo box Pin
pnpfriend18-Jun-02 8:13
pnpfriend18-Jun-02 8:13 
GeneralRe: combo box Pin
Chris Losinger18-Jun-02 8:32
professionalChris Losinger18-Jun-02 8:32 

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.