Click here to Skip to main content
15,913,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralComboBox in a Dialog Pin
Gagnon Claude9-Dec-03 17:14
Gagnon Claude9-Dec-03 17:14 
GeneralRe: ComboBox in a Dialog Pin
David Crow10-Dec-03 3:36
David Crow10-Dec-03 3:36 
GeneralCreateFile() failing when trying to open HID device Pin
haritadala9-Dec-03 14:14
haritadala9-Dec-03 14:14 
GeneralVisual Studio .net output window Pin
bryce9-Dec-03 12:57
bryce9-Dec-03 12:57 
GeneralRe: Visual Studio .net output window Pin
Jörgen Sigvardsson9-Dec-03 14:15
Jörgen Sigvardsson9-Dec-03 14:15 
GeneralRe: Visual Studio .net output window Pin
bryce9-Dec-03 14:52
bryce9-Dec-03 14:52 
GeneralRe: Visual Studio .net output window Pin
Jörgen Sigvardsson10-Dec-03 0:36
Jörgen Sigvardsson10-Dec-03 0:36 
GeneralNeed help with MFC Pin
m0rbac9-Dec-03 12:35
m0rbac9-Dec-03 12:35 
Hi,
I'm porting a Java app to C++ using MFC (I need C++ because I feel java too slow for my needs and I must perform some optimizations on memory management Poke tongue | ;-P ) and am having serious troubles to create some dialog. Here is the Java/swing dialog I want to create with MFC: http://www.calodox.org/morbac/other/javaform.jpg

The scrollable field contains some groups of controls and the number of these groups may vary during execution time, so I must create them dynamically.

I've already solved the problem of the scrollbar with the tutorial "How to implement a Scrollable Child Dialog" I found here at codeproject, but I can find any good way to put several "Comb pair" boxes together into a single placeholder.
I've tried using the CFormView and CPropertyPage without any success: I don't know how to use the CFormView (and I'm not sure it is a good idea to use it) and the elements of the CPropertyPage disapear when scrolling.

Any idea/advice how I can make it working ?
Thanks in advance Smile | :)


morbac
GeneralRe: Need help with MFC Pin
Christian Graus9-Dec-03 12:47
protectorChristian Graus9-Dec-03 12:47 
GeneralRe: Need help with MFC Pin
Ravi Bhavnani9-Dec-03 13:03
professionalRavi Bhavnani9-Dec-03 13:03 
GeneralRe: Need help with MFC Pin
m0rbac9-Dec-03 22:56
m0rbac9-Dec-03 22:56 
GeneralRe: Need help with MFC Pin
JWood9-Dec-03 14:57
JWood9-Dec-03 14:57 
GeneralNeed help with storing information into arrays Pin
Snyp9-Dec-03 12:14
Snyp9-Dec-03 12:14 
GeneralRe: Need help with storing information into arrays Pin
Christian Graus9-Dec-03 12:22
protectorChristian Graus9-Dec-03 12:22 
GeneralRe: Need help with storing information into arrays Pin
Snyp9-Dec-03 12:30
Snyp9-Dec-03 12:30 
GeneralRe: Need help with storing information into arrays Pin
Christian Graus9-Dec-03 12:33
protectorChristian Graus9-Dec-03 12:33 
GeneralRe: Need help with storing information into arrays Pin
Snyp9-Dec-03 12:45
Snyp9-Dec-03 12:45 
GeneralRe: Need help with storing information into arrays Pin
Christian Graus9-Dec-03 12:46
protectorChristian Graus9-Dec-03 12:46 
GeneralRe: Need help with storing information into arrays Pin
Snyp9-Dec-03 12:48
Snyp9-Dec-03 12:48 
GeneralRe: Need help with storing information into arrays Pin
Christian Graus9-Dec-03 12:49
protectorChristian Graus9-Dec-03 12:49 
GeneralRe: Need help with storing information into arrays Pin
Snyp9-Dec-03 13:46
Snyp9-Dec-03 13:46 
GeneralRe: Need help with storing information into arrays Pin
Christian Graus9-Dec-03 13:50
protectorChristian Graus9-Dec-03 13:50 
GeneralRe: Need help with storing information into arrays Pin
Snyp9-Dec-03 14:57
Snyp9-Dec-03 14:57 
GeneralRe: Need help with storing information into arrays Pin
Christian Graus10-Dec-03 8:55
protectorChristian Graus10-Dec-03 8:55 
GeneralRe: Need help with storing information into arrays Pin
Snyp9-Dec-03 13:52
Snyp9-Dec-03 13:52 

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.