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

C / C++ / MFC

 
AnswerRe: How to display a transparent gif on top of the screen? Pin
Ravi Bhavnani20-Aug-05 5:06
professionalRavi Bhavnani20-Aug-05 5:06 
QuestionAnother BUG of IE6.0 @_@? Pin
123ivan12320-Aug-05 3:29
123ivan12320-Aug-05 3:29 
GeneralHeader control Pin
Ali Tavakol19-Aug-05 23:23
Ali Tavakol19-Aug-05 23:23 
GeneralRe: Header control Pin
khan++19-Aug-05 23:50
khan++19-Aug-05 23:50 
GeneralRe: Header control Pin
Ali Tavakol20-Aug-05 1:01
Ali Tavakol20-Aug-05 1:01 
GeneralRe: Header control Pin
try8820-Aug-05 2:02
try8820-Aug-05 2:02 
GeneralRe: Header control Pin
Ali Tavakol20-Aug-05 5:24
Ali Tavakol20-Aug-05 5:24 
GeneralRe: Header control Pin
Jack Puppy20-Aug-05 8:07
Jack Puppy20-Aug-05 8:07 
Just use zero for the index when you insert the columns.

<br />
InsertColumn(0, _T("Column far right"));<br />
InsertColumn(0, _T("Column 2nd from right"));<br />
InsertColumn(0, _T("Column 3rd from right"));<br />


If you need it so the entire list control is flush with the right side on the control (say for arabic/hebrew reading) you'd need to set the Right to Left RTL Layout setting in the dialog that contains the control.



In Italy for thirty years under the Borgias they had warfare, terror, murder, bloodshed - but they produced Michelangelo, Leonardo da Vinci and the Renaissance. In Switzerland they had brotherly love, five hundred years of democracy and what did that produce - the cuckoo clock!
-- Harry Lime


GeneralRe: Header control Pin
David Crow20-Aug-05 15:59
David Crow20-Aug-05 15:59 
GeneralDialog Title Pin
khlins19-Aug-05 23:15
khlins19-Aug-05 23:15 
GeneralRe: Dialog Title Pin
khan++19-Aug-05 23:41
khan++19-Aug-05 23:41 
GeneralAdding items to menu bar(similar to Add to favourites) Pin
Aditya Rao19-Aug-05 21:47
Aditya Rao19-Aug-05 21:47 
GeneralRe: Adding items to menu bar(similar to Add to favourites) Pin
khan++20-Aug-05 0:20
khan++20-Aug-05 0:20 
GeneralRe: Adding items to menu bar(similar to Add to favourites) Pin
Tim Zorn21-Aug-05 6:09
Tim Zorn21-Aug-05 6:09 
GeneralUser Define Threads Pin
MURALI RANGANATH19-Aug-05 21:27
MURALI RANGANATH19-Aug-05 21:27 
GeneralRe: User Define Threads Pin
khan++19-Aug-05 21:42
khan++19-Aug-05 21:42 
GeneralDebugging Information Pin
MURALI RANGANATH19-Aug-05 21:18
MURALI RANGANATH19-Aug-05 21:18 
GeneralRe: Debugging Information Pin
Why_am_I_still_Anonymous19-Aug-05 23:12
sussWhy_am_I_still_Anonymous19-Aug-05 23:12 
GeneralHeader control Pin
Ali Tavakol19-Aug-05 21:13
Ali Tavakol19-Aug-05 21:13 
GeneralToolBar Button and Cursor in MFC Pin
suzie10019-Aug-05 16:20
suzie10019-Aug-05 16:20 
GeneralRe: ToolBar Button and Cursor in MFC Pin
khan++19-Aug-05 20:41
khan++19-Aug-05 20:41 
GeneralRe: ToolBar Button and Cursor in MFC Pin
suzie10020-Aug-05 2:10
suzie10020-Aug-05 2:10 
Generalgui problem Pin
meiyueh19-Aug-05 15:52
meiyueh19-Aug-05 15:52 
GeneralRe: gui problem Pin
try8819-Aug-05 17:32
try8819-Aug-05 17:32 
GeneralRe: gui problem Pin
Maximilien20-Aug-05 2:23
Maximilien20-Aug-05 2:23 

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.