Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalmediaplayer Pin
moloko4-Oct-02 14:30
moloko4-Oct-02 14:30 
GeneralRe: mediaplayer Pin
Shog94-Oct-02 16:24
sitebuilderShog94-Oct-02 16:24 
GeneralHmmm...Error ! Pin
Nick Parker4-Oct-02 12:34
protectorNick Parker4-Oct-02 12:34 
GeneralRe: Hmmm...Error ! Pin
Joshua Nussbaum4-Oct-02 13:19
Joshua Nussbaum4-Oct-02 13:19 
GeneralRe: Hmmm...Error ! Pin
Nick Parker4-Oct-02 13:33
protectorNick Parker4-Oct-02 13:33 
Generalration button Pin
Michael Liu4-Oct-02 12:07
Michael Liu4-Oct-02 12:07 
GeneralRe: ration button Pin
Dimitri Rochette4-Oct-02 12:36
Dimitri Rochette4-Oct-02 12:36 
QuestionWeird CListView behavior, Bug? Pin
Anonymous4-Oct-02 10:49
Anonymous4-Oct-02 10:49 
Hello,
I am seeing some weird List View behaviors.. I am trying to resize all my columns when the window is re-sized.. When i make the window bigger the header resizes fine, when I make the window smaller the header still resizes fine but I get a scroll bar at the bottom of the view (every other time its sized smaller). If I click on the scroll bar it goes away (because it should never have been drawn).. Anyone seen this? Here is a snip of the WM_SIZE..
void CMyListView::OnSize(UINT nType, int cx, int cy) 
{
	GetListCtrl().SetColumnWidth(0,cx);
	GetListCtrl().SetColumnWidth(1,0);
	GetListCtrl().SetColumnWidth(2,0);
	GetListCtrl().SetColumnWidth(3,0);
	GetListCtrl().SetColumnWidth(4,0);
	GetListCtrl().SetColumnWidth(5,0);
	
	CListView::OnSize(nType, cx, cy);
}

AnswerNever mind Pin
Anonymous4-Oct-02 11:15
Anonymous4-Oct-02 11:15 
GeneralBeginner problem: drawing button in activex ctrl Pin
Daelus4-Oct-02 10:43
Daelus4-Oct-02 10:43 
GeneralColoured button Pin
User 98854-Oct-02 9:43
User 98854-Oct-02 9:43 
GeneralRe: Coloured button Pin
Chris Hambleton4-Oct-02 10:05
Chris Hambleton4-Oct-02 10:05 
GeneralRe: Coloured button Pin
User 98854-Oct-02 10:35
User 98854-Oct-02 10:35 
GeneralRe: Coloured button Pin
User 98854-Oct-02 10:37
User 98854-Oct-02 10:37 
GeneralMixing MSVCRT and MSVCRTD Pin
Aaron Schaefer4-Oct-02 9:36
Aaron Schaefer4-Oct-02 9:36 
Questionsorting CMenu items ? Pin
Anonymous4-Oct-02 9:09
Anonymous4-Oct-02 9:09 
GeneralCPropertyPage and modeless dialog Pin
Gero Gerber4-Oct-02 9:02
Gero Gerber4-Oct-02 9:02 
GeneralRe: I have the same problem in my program Pin
lucy29-Oct-02 3:05
lucy29-Oct-02 3:05 
GeneralRe: I found the solution Pin
lucy29-Oct-02 3:38
lucy29-Oct-02 3:38 
GeneralA simple hooking problem Pin
generic_user_id4-Oct-02 8:50
generic_user_id4-Oct-02 8:50 
GeneralRe: A simple hooking problem Pin
Scott H. Settlemier4-Oct-02 10:22
Scott H. Settlemier4-Oct-02 10:22 
GeneralRe: A simple hooking problem Pin
generic_user_id4-Oct-02 11:11
generic_user_id4-Oct-02 11:11 
GeneralRe: A simple hooking problem Pin
Joel Lucsy6-Oct-02 7:41
Joel Lucsy6-Oct-02 7:41 
GeneralRe: A simple hooking problem Pin
generic_user_id7-Oct-02 4:06
generic_user_id7-Oct-02 4:06 
Generalclass not accessible in class wizard... Pin
nss4-Oct-02 8:40
nss4-Oct-02 8:40 

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.