Click here to Skip to main content
15,920,618 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: inheritance of templates & linking Pin
Iain Clarke, Warrior Programmer22-May-03 1:30
Iain Clarke, Warrior Programmer22-May-03 1:30 
Generalfile list Pin
YanivNahum21-May-03 21:50
YanivNahum21-May-03 21:50 
GeneralRe: file list Pin
Martyn Pearson21-May-03 22:57
Martyn Pearson21-May-03 22:57 
GenerallDrawing a staic picture onto a moving(constant refreshing) picture Pin
Member 40481321-May-03 21:50
Member 40481321-May-03 21:50 
GeneralWindows GINA Pin
Lim Bio Liong21-May-03 21:43
Lim Bio Liong21-May-03 21:43 
GeneralDifficult - Owner data in CListCtrl - Pin
JensB21-May-03 20:22
JensB21-May-03 20:22 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 21:12
professionalRage21-May-03 21:12 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 21:28
JensB21-May-03 21:28 
yeah you were right Wink | ;)

btw, i think owner data fixed in vc5 is the same as 'owner data' in vc6.

Now need to work around 'SetItemCountEx' which is not a member function (again Frown | :( ) of CListCtrl. Damn vc5 can suck sometimes. Any ideas to work around this prob. let me know Wink | ;)

Just edited Thinks this will do the trick:
m_itemcount= 100;
m_virlist.SendMessage(LVM_SETITEMCOUNT, m_ItemCount)

Greetings
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 22:05
JensB21-May-03 22:05 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 22:15
professionalRage21-May-03 22:15 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 22:06
professionalRage21-May-03 22:06 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 22:16
JensB21-May-03 22:16 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 22:30
JensB21-May-03 22:30 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 22:35
professionalRage21-May-03 22:35 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 22:30
professionalRage21-May-03 22:30 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 22:44
JensB21-May-03 22:44 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 22:59
JensB21-May-03 22:59 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 23:06
professionalRage21-May-03 23:06 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 23:12
JensB21-May-03 23:12 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 23:24
professionalRage21-May-03 23:24 
GeneralFast User Switching Pin
Alex Korchemniy21-May-03 19:38
Alex Korchemniy21-May-03 19:38 
GeneralRe: Fast User Switching Pin
Neville Franks22-May-03 0:01
Neville Franks22-May-03 0:01 
Questionhow to delete a file ? Pin
thacdo21-May-03 17:25
thacdo21-May-03 17:25 
AnswerRe: how to delete a file ? Pin
Chris Richardson21-May-03 17:32
Chris Richardson21-May-03 17:32 
AnswerRe: how to delete a file ? Pin
AnkushChopra23-May-03 2:20
AnkushChopra23-May-03 2:20 

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.