Home > Archive > VC Language > November 2005 > Microsoft Visual C++ .net 2003 dialog box problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Microsoft Visual C++ .net 2003 dialog box problem
|
|
| Jim Langston 2005-11-27, 7:04 pm |
| (cross posted to microsoft.public.vc where I got no reply)
Every time I add one of a number of controls to a dialog box in my project,
the dialog box no longer shows up.
These are controls like: Slider Control, Spin Control, Progress Control,
Tree Control, Month Calendar Control an d few more.
Does anyone know why this would be?
| |
| Igor Tandetnik 2005-11-27, 7:04 pm |
| "Jim Langston" <tazmaster@rocketmail.com> wrote in message
news:P9nif.9514$Fq3.1041@fe02.lga
> (cross posted to microsoft.public.vc where I got no reply)
>
> Every time I add one of a number of controls to a dialog box in my
> project, the dialog box no longer shows up.
>
> These are controls like: Slider Control, Spin Control, Progress
> Control, Tree Control, Month Calendar Control an d few more.
InitCommonControlsEx
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
|
|
|
|
|