Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Saving information in registry 'HKEY_LOCAL_MACHINE' Pin
Jijo.Raj12-Jan-04 5:46
Jijo.Raj12-Jan-04 5:46 
GeneralRe: Saving information in registry 'HKEY_LOCAL_MACHINE' Pin
Anonymous12-Jan-04 20:11
Anonymous12-Jan-04 20:11 
GeneralRe: Saving information in registry 'HKEY_LOCAL_MACHINE' Pin
Jijo.Raj13-Jan-04 2:26
Jijo.Raj13-Jan-04 2:26 
GeneralSpying on HTML Pin
Monty211-Jan-04 22:58
Monty211-Jan-04 22:58 
GeneralRe: Spying on HTML Pin
22491712-Jan-04 0:24
22491712-Jan-04 0:24 
GeneralSomething Like this Pin
Monty212-Jan-04 1:13
Monty212-Jan-04 1:13 
GeneralRe: Spying on HTML Pin
ohadp12-Jan-04 2:22
ohadp12-Jan-04 2:22 
GeneralRe: Spying on HTML Pin
Monty212-Jan-04 2:31
Monty212-Jan-04 2:31 
GeneralRemote Machine Processes Pin
Mahesh Varma11-Jan-04 22:34
Mahesh Varma11-Jan-04 22:34 
General_beginthread Pin
murali_utr11-Jan-04 22:32
murali_utr11-Jan-04 22:32 
GeneralRe: _beginthread Pin
Mahesh Varma11-Jan-04 22:54
Mahesh Varma11-Jan-04 22:54 
GeneralShow PropertyPage of an activeX control Pin
hajer11-Jan-04 22:31
hajer11-Jan-04 22:31 
GeneralRe: About the PostThreadMessage(...)??? Pin
Michael Dunn11-Jan-04 21:04
sitebuilderMichael Dunn11-Jan-04 21:04 
GeneralRe: About the PostThreadMessage(...)??? Pin
KarstenK12-Jan-04 4:25
mveKarstenK12-Jan-04 4:25 
GeneralListBox in ComboBox Pin
Tonnystar11-Jan-04 20:51
Tonnystar11-Jan-04 20:51 
GeneralRe: ListBox in ComboBox Pin
Jijo.Raj11-Jan-04 21:05
Jijo.Raj11-Jan-04 21:05 
GeneralRe: ListBox in ComboBox Pin
22491711-Jan-04 21:53
22491711-Jan-04 21:53 
GeneralRe: ListBox in ComboBox Pin
Tonnystar19-Jan-04 4:48
Tonnystar19-Jan-04 4:48 
Thx a lot for helping.

But what heppens when the strings are so long the can't be fully displayed and the horizontal scrollbar needs to be shown?
Answer : in case of 1 item there is an invisible scrollbar,
in case of 2 items, the scrollbar covers the second item
in case of more items, it looks nice and correct.

In the first two cases the solution with a horizontal scrollbar does not look nice, so I thought to resize the listbox in height but you cannot because c++ itself does resize the listbox to the number of items in the list without taking the size of a horizontal listbox into account.

Can I prohibbit this automatic sizing?

and again, Thx for helping Smile | :)

Toon Schellinck
GeneralGetExtent -> SetExtent Pin
El'Cachubrey11-Jan-04 20:27
El'Cachubrey11-Jan-04 20:27 
GeneralHi Pin
Ruchit Sharma11-Jan-04 20:19
Ruchit Sharma11-Jan-04 20:19 
GeneralRe: Hi Pin
Michael Dunn11-Jan-04 21:02
sitebuilderMichael Dunn11-Jan-04 21:02 
GeneralSHBrowseForFolder Pin
murali_utr11-Jan-04 20:16
murali_utr11-Jan-04 20:16 
GeneralRe: SHBrowseForFolder Pin
Ryan Binns11-Jan-04 20:47
Ryan Binns11-Jan-04 20:47 
GeneralRe: SHBrowseForFolder Pin
murali_utr11-Jan-04 21:55
murali_utr11-Jan-04 21:55 
GeneralCreateProcess Pin
SiddharthAtw11-Jan-04 19:22
SiddharthAtw11-Jan-04 19:22 

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.