Click here to Skip to main content
15,886,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A pixel from another program... Pin
David Crow28-Jun-04 7:52
David Crow28-Jun-04 7:52 
GeneralRe: A pixel from another program... Pin
Marcello28-Jun-04 8:21
Marcello28-Jun-04 8:21 
GeneralRe: A pixel from another program... Pin
David Crow28-Jun-04 8:28
David Crow28-Jun-04 8:28 
GeneralRe: A pixel from another program... Pin
Marcello28-Jun-04 8:58
Marcello28-Jun-04 8:58 
GeneralRe: A pixel from another program... Pin
David Crow28-Jun-04 9:09
David Crow28-Jun-04 9:09 
GeneralRe: A pixel from another program... Pin
Marcello28-Jun-04 8:16
Marcello28-Jun-04 8:16 
GeneralList box control Pin
Pazzuzu28-Jun-04 0:45
Pazzuzu28-Jun-04 0:45 
GeneralRe: List box control Pin
Peter Mares28-Jun-04 1:02
Peter Mares28-Jun-04 1:02 
Pazzuzu wrote:
[1]How will I create a Listbox control
used the "m_ListBox.Create"- How will I pass the cDialog class as I have to pass a "pParentWnd parameter" which expects a CWindow object


All MFC windows (including CDialog objects) derive from CWnd. Just cast it to CWnd in the create function


Pazzuzu wrote:
[2]How to make the listbox control,Dialog & view class of the same size

What do you mean? like as in the same size on the screen?


Pazzuzu wrote:
[3] Want to add 2 columns in the list box,a header row, with constant values

You are using the wrong control. Use a CListView control rather.

Cheers,
Peter


controlSHIFT
[Glossary Manager] [AfterThought Backup Lite]

All good things were meant to be improved
GeneralRe: List box control Pin
Pazzuzu28-Jun-04 1:13
Pazzuzu28-Jun-04 1:13 
GeneralRe: List box control Pin
Pazzuzu28-Jun-04 1:15
Pazzuzu28-Jun-04 1:15 
GeneralRe: List box control Pin
*Dreamz28-Jun-04 2:11
*Dreamz28-Jun-04 2:11 
GeneralRe: List box control Pin
Pazzuzu28-Jun-04 2:46
Pazzuzu28-Jun-04 2:46 
GeneralRe: List box control Pin
*Dreamz28-Jun-04 2:58
*Dreamz28-Jun-04 2:58 
GeneralRe: List box control Pin
Pazzuzu28-Jun-04 3:10
Pazzuzu28-Jun-04 3:10 
GeneralRe: List box control Pin
David Crow28-Jun-04 3:20
David Crow28-Jun-04 3:20 
GeneralRe: List box control Pin
Pazzuzu28-Jun-04 3:21
Pazzuzu28-Jun-04 3:21 
GeneralRe: List box control Pin
*Dreamz28-Jun-04 3:35
*Dreamz28-Jun-04 3:35 
GeneralRe: List box control Pin
Peter Mares28-Jun-04 7:55
Peter Mares28-Jun-04 7:55 
GeneralRe: List box control Pin
Pazzuzu28-Jun-04 19:52
Pazzuzu28-Jun-04 19:52 
GeneralRe: List box control Pin
Pazzuzu28-Jun-04 19:53
Pazzuzu28-Jun-04 19:53 
GeneralRe: List box control Pin
David Crow28-Jun-04 2:46
David Crow28-Jun-04 2:46 
GeneralAny Body Know abt SmartCard Api's Pin
ThatsAlok28-Jun-04 0:37
ThatsAlok28-Jun-04 0:37 
GeneralRe: Any Body Know abt SmartCard Api's Pin
GermanGeorge1-Jul-04 2:32
GermanGeorge1-Jul-04 2:32 
GeneralDebug with .NET 2003 Pin
Jerome Conus27-Jun-04 23:31
Jerome Conus27-Jun-04 23:31 
GeneralRe: Debug with .NET 2003 Pin
Antony M Kancidrowski28-Jun-04 0:14
Antony M Kancidrowski28-Jun-04 0:14 

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.