Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

tigre215

@tigre215
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to share controls between property pages
    T tigre215

    Thanks for the info. However, one more question: Do I need to worry about my resource ID's in the DLL to make sure they are not the same as other resources used in the application that uses the DLL?

    LA

    C / C++ / MFC tutorial html xml question

  • How to share controls between property pages
    T tigre215

    I have 3 different applications that generate similar data. This data is grouped into different categories. I would like to have an option so that the user can export this data HTML or XML format. Also, for each format (HTML or XML) the user should be allowed to choose which data categories to export. For example, in HTML, the user may select certain optios. In XML, the user may choose other options. I decided to create 2 property pages each with the same options (check boxes): one for xml and one for html. When displayed on a propertysheet, both look identical (as expected). I implemented this on one of the 3 applications and it works fine. But as I started to implement this on the second application, I noticed that i had to recreate the property page dialogs and classes (each property page dialog includes about 40 controls). If I continue this way, I will be duplicating a lot of code. Can the property page dialogs (resources) and classes be placed in a central location where they can be used (referenced) by any number of applications without having to duplicate the code in each app?

    LA

    C / C++ / MFC tutorial html xml question

  • Is there a way to embed an image in an html file?
    T tigre215

    My application exports data in HTML. I would like to include a header with a logo (gif). I don't want any references to external image files. I want the image to be fully contained within the HTML file. Is this possible?

    LA

    Web Development html question

  • HTML Help
    T tigre215

    I have an existing Dialog-based application which currently calls ::WinHelp(...); for all help. I would like to upgrade this app so that it uses HTML Help instead. I read that I have to set the help mode to HTML (call EnableHtmlHelp() in the app's constructor. Unfortunately, I cant seem to get this to work. When I try to compile, I get an error indicating that the function EnableHtmlHelp() is undefined. I cant find any info as to what, if any, headers are missing or library references. Any help would be appreciated. Thanks. LA

    C / C++ / MFC help html

  • Reading/Writing to *.INI files
    T tigre215

    I'm creating an appliation that reads/writes from/to files that have the same structure as an INI file. Win32 includes a few methods to read/write keys, section, etc. I've tried to do this using C# but it could not compile. It inidcated that the methods I was using (e.g. GetPrivateProfileInt...)were not recognized or not included in any of the namespaces. Does C# support the use of these functions? If so, under what namespace? :confused: LA

    C# csharp question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups