Jump to content

tlerner

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by tlerner

  1. If any one can help me out here, I would really appreciate it!! I currently have a loadable DLL, and I am trying to add XP Visual Styles to the resources located in my DLL. I create a wizard, and after I add the xml manifest (and everything that "Using Windows XP Visual Styles" help page in MSDN told me to do) the Buttons on the wizard (Next, Back, Cancel, etc) are in the XP Visual Styles, however the pages in the wizard are not! This is the problem! How do I get my pages to be XP Visual Styles compatible? I cannot create a new project at this point, and I cannot add the manifest to the entire EXE (Im using MMC and RunDll32 to run my app). Im working with C++. Thank you all for any help you can offer! -In need of some Style
  2. Sorry, this is on a wizard. The Buttons on the wizard (Next, Back, Cancel, etc) are in the XP Visual Styles (after I added the manifest to the resource), however the pages in the wizard are not! This is the problem! How do I get my pages to be XP Visual Styles compatible?
  3. If any one can help me out here, I would really appreciate it!! I currently have a DLL that is loaded by both an MMC plug-in, as well as RunDll32. I am trying to add XP Visual Styles to the resources located in my DLL. I have added the xml manifest and done everything that "Using Windows XP Visual Styles" help page in MSDN told me to do. What is happening is although the buttons (OK, Cancel) on my PropSheet are in XP Styles, my progress bar, and any message box buttons, are not. How can I get the (what I am guessing is) children of my resource main hWnd to also apply the Visual Styles? This is very frustrating! Thank you all for any help you can offer! -In need of some Style
×
×
  • Create New...