Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with WritePrivateProfileString Pin
User 665810-Nov-00 3:21
User 665810-Nov-00 3:21 
GeneralRe: Problem with WritePrivateProfileString Pin
Masaaki Onishi10-Nov-00 7:29
Masaaki Onishi10-Nov-00 7:29 
GeneralRe: Problem with WritePrivateProfileString Pin
User 665811-Nov-00 3:12
User 665811-Nov-00 3:12 
GeneralScrollbars on static control Pin
Joris Mans10-Nov-00 3:12
sussJoris Mans10-Nov-00 3:12 
GeneralUpdating desktop icons Pin
marakid10-Nov-00 1:02
marakid10-Nov-00 1:02 
QuestionRoll Box as 3dsMax ? Pin
Roms9-Nov-00 18:05
Roms9-Nov-00 18:05 
AnswerRe: Roll Box as 3dsMax ? Pin
12-Nov-00 18:38
suss12-Nov-00 18:38 
GeneralRe: Roll Box as 3dsMax ? Pin
Roms12-Nov-00 19:09
Roms12-Nov-00 19:09 
Finally I found a * really * good solution. If you want, I can Email you the code source.
I use the following architecture :

CRollboxCtrl : public CDialog
- AddPage(CGroupCtrl *)
- ShowPage(int page_index)
- HidePage(int page_index)
This is the whole Control... (including the groups which are my 'property pages')

CGroupCtrl : public CDialog
(DECLARE_DYN_CREATE)
Each "property" page is derived from this class...

CPropertyPage : public CGroupCtrl
The property class... Just create a CDialog with Class Wizard and replace each "CDialog" by "CGroupCtrl"...
So, it's easy to create a control box.

It's owesome ! that's really cool, I spend just 1 day to make this control, and it's nice (even nicer than the controls in 3ds max).

The only drawback is that I can figure out how to create a CScrollBar control to scroll the groups in the controls.

My Email is Roms@usa.com and I would be glad to send you the actual code if you wanna take a look.


Roms
QuestionHow to play AVI files from memory Pin
Mikko Mononen9-Nov-00 6:18
Mikko Mononen9-Nov-00 6:18 
GeneralSuppressing backspace... Pin
RK9-Nov-00 6:07
RK9-Nov-00 6:07 
GeneralDLL as a container for ActiveX control Pin
dcmace39-Nov-00 5:31
sussdcmace39-Nov-00 5:31 
GeneralNetDDE on WinNT Pin
Mouez9-Nov-00 3:22
Mouez9-Nov-00 3:22 
GeneralNetDDE on WinNT Pin
Mouez9-Nov-00 3:22
Mouez9-Nov-00 3:22 
GeneralUsing Microsoft G.723.1 codec Pin
Oleg M9-Nov-00 2:34
sussOleg M9-Nov-00 2:34 
GeneralCView and CDocument and ... Pin
Hadi Rezaie8-Nov-00 23:59
sussHadi Rezaie8-Nov-00 23:59 
GeneralLicense number of executables Pin
raj8-Nov-00 21:55
raj8-Nov-00 21:55 
GeneralRe: License number of executables Pin
14-Nov-00 5:40
suss14-Nov-00 5:40 
Generaldifference between using a static lib, or just using the C files Pin
Bryan Russell8-Nov-00 13:45
Bryan Russell8-Nov-00 13:45 
GeneralRe: difference between using a static lib, or just using the C files Pin
Chris Meech10-Nov-00 6:07
Chris Meech10-Nov-00 6:07 
GeneralRe: difference between using a static lib, or just using the C files Pin
15-Nov-00 0:24
suss15-Nov-00 0:24 
GeneralRe: difference between using a static lib, or just using the C files Pin
16-Nov-00 2:41
suss16-Nov-00 2:41 
GeneralSQL Server Pin
Guillaume Belzile8-Nov-00 10:57
sussGuillaume Belzile8-Nov-00 10:57 
GeneralExport registry Pin
Eq8-Nov-00 5:28
Eq8-Nov-00 5:28 
Questionwhat would be the proper way to use bitmasks? Pin
Byron Thomas Cullen8-Nov-00 3:49
Byron Thomas Cullen8-Nov-00 3:49 
AnswerRe: what would be the proper way to use bitmasks? Pin
Member 11279-Nov-00 2:55
Member 11279-Nov-00 2:55 

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.