Click here to Skip to main content
15,892,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A pixel from another program... Pin
Vladimir Georgiev28-Jun-04 7:43
Vladimir Georgiev28-Jun-04 7:43 
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 
Hi Guys,

Iam writing an MFC application with a dialog having a listbox control.

In the view header class,have the ListBox object as a member variable.

CListBox m_ListBox;

The questions I have are:

[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

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

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

1st column 2nd column
************* ***********
FixedLineNumber; 5
StartLineNumber; 10
NumberOfLines; 4
FixedLength; 15
CharacterLength; 10
CharacterOffset; 5

and fill the 2 columns with values as above.
the first column contain constant texts & the second coumn,I want to fill with values...

Any help is appreciated....
GeneralRe: List box control Pin
Peter Mares28-Jun-04 1:02
Peter Mares28-Jun-04 1:02 
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 

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.