Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Active a event while in a while loop ?? Pin
jmkhael10-Nov-03 0:37
jmkhael10-Nov-03 0:37 
GeneralRe: Active a event while in a while loop ?? Pin
BadJerry10-Nov-03 0:45
BadJerry10-Nov-03 0:45 
GeneralRe: Active a event while in a while loop ?? Pin
jmkhael10-Nov-03 1:52
jmkhael10-Nov-03 1:52 
AnswerRe: Active a event while in a while loop ?? Pin
BadJerry10-Nov-03 0:48
BadJerry10-Nov-03 0:48 
GeneralGetWindowRect returns incorrect ComboBox size Pin
Yonatan10-Nov-03 0:04
Yonatan10-Nov-03 0:04 
GeneralRe: GetWindowRect returns incorrect ComboBox size Pin
Roger Allen10-Nov-03 0:59
Roger Allen10-Nov-03 0:59 
GeneralRe: GetWindowRect returns incorrect ComboBox size Pin
Yonatan10-Nov-03 1:15
Yonatan10-Nov-03 1:15 
GeneralRe: GetWindowRect returns incorrect ComboBox size Pin
Roger Allen10-Nov-03 5:11
Roger Allen10-Nov-03 5:11 
Yonatan wrote:
how can i get the visible size of the non-list-dropped combo ? is this a system constant as well !?
Its something that I have looked for myself. I do not know of a specific constant for it. I have usually simulated it in the past by having another control the same height as a combobox on the form and measuring that.

The other thng you could do is add in some borders:

GetSystemMetrics(SM_CYBORDER) * 2 + GetSystemMetrics(SM_CYVSCROLL);

Roger Allen
Sonork 100.10016

Death come early, death come late,
It takes us all, there is no reason.
For every purpose under heaven,
To each a turn, to each a season.
A time to weep and a time to sigh,
A time to laugh and a time to cry,
A time to be born and a time to die.
Dust to dust and ashes to ashes,
And so I end my song.

GeneralRe: GetWindowRect returns incorrect ComboBox size Pin
Yonatan10-Nov-03 10:24
Yonatan10-Nov-03 10:24 
GeneralRe: GetWindowRect returns incorrect ComboBox size Pin
PJ Arends10-Nov-03 10:13
professionalPJ Arends10-Nov-03 10:13 
GeneralRe: GetWindowRect returns incorrect ComboBox size Pin
Yonatan10-Nov-03 10:27
Yonatan10-Nov-03 10:27 
GeneralCopy and Paste in forms Pin
JGranborg10-Nov-03 0:01
JGranborg10-Nov-03 0:01 
GeneralRe: Copy and Paste in forms Pin
Brian Shifrin10-Nov-03 4:36
Brian Shifrin10-Nov-03 4:36 
Generalequivalence EJB in C# Pin
ljesusde9-Nov-03 23:43
ljesusde9-Nov-03 23:43 
QuestionHow to add an item to the desktop's context menu? Pin
julych9-Nov-03 23:18
julych9-Nov-03 23:18 
AnswerRe: How to add an item to the desktop's context menu? Pin
Antti Keskinen10-Nov-03 8:00
Antti Keskinen10-Nov-03 8:00 
GeneralResizable dialog window without flickering Pin
rrrado9-Nov-03 22:58
rrrado9-Nov-03 22:58 
GeneralRe: Resizable dialog window without flickering Pin
YaronNir10-Nov-03 5:29
YaronNir10-Nov-03 5:29 
GeneralRe: Resizable dialog window without flickering Pin
rrrado10-Nov-03 20:38
rrrado10-Nov-03 20:38 
GeneralChanging environment variabls Pin
Orif9-Nov-03 22:44
Orif9-Nov-03 22:44 
GeneralRe: Changing environment variabls Pin
jmkhael10-Nov-03 0:40
jmkhael10-Nov-03 0:40 
GeneralConverting from ext2 to vfat format Pin
Franz Klein9-Nov-03 22:41
Franz Klein9-Nov-03 22:41 
GeneralRe: Converting from ext2 to vfat format Pin
Brian Shifrin10-Nov-03 4:18
Brian Shifrin10-Nov-03 4:18 
GeneralRe: Converting from ext2 to vfat format Pin
Franz Klein11-Nov-03 9:10
Franz Klein11-Nov-03 9:10 
GeneralDisable. or Enable Network Connections Pin
marcel grunder9-Nov-03 22:36
marcel grunder9-Nov-03 22:36 

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.