Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dtrotzjr

    Help with split views and printing

    Help. I set up an application I wrote with split views recently, like Explorer has. On the left side is a tree view and the right a list view(The original view). I had the printing working fine in the original view. But now since the tree view has focus my OnPrint() is not called. How can I...
  2. dtrotzjr

    VCL is easier than MFC Why?

    Of course that is true but the bottom line is when using VCL versus MFC, VCL is a lot easier to use. My point is not to compare Visual C++ to C++ Builder because there are some things I like in each product, but as far as application framework is concerned, VCL is the winner.
  3. dtrotzjr

    VCL is easier than MFC Why?

    The subject says it all. I have both C++ Builder and Visual C++. It took me months to get the MFC Framework down. With C++ Builder I haven't even read a book for it yet and I already understand it for the most part. IMHO Windows programming is definitely easier with VCL. So I wonder why does...
  4. dtrotzjr

    How can I create menu items at run time?

    I want to insert an arbitrary number of menu items under an existing Menu.
  5. dtrotzjr

    How can I create menu items at run time?

    I need some help. I want to be able to create menu items at run time but I run into the problem of not being able to handle the message mapping portion of the job. How do I handle dynamicly created menu items at run time if I have no idea what the ID will be for the item? If I am too vague tell...
  6. dtrotzjr

    Visual C++ & the InstallSheild

    Can someone help me. I am using Visual C++ 6.0 Prof. Edition. I have installed the InstallSheild program that came with it and I can set up install programs fine. But it doesn't seem to support Windows 98, so end users get a missing MSVCRT.DLL or other missing file error when trying to run my...
  7. dtrotzjr

    Difference between data types?

    I wouldn't doubt that you are right, but I am sure they have an engineered reason for creating these data types. That is what I am after. Thanks though for your help.
  8. dtrotzjr

    Difference between data types?

    I am new to MS Visual C++ and I am currently reading "Programming Microsoft Visual C++" 5e to get up to speed with the Internals of MFC. It is a good book but one thing it doesn't attempt to do (and they explain why in the introduction) is explain all of the Classes, Stucts, Keywords...
  9. dtrotzjr

    How do I cast from a std::string to a CString

    I am working on a project where my backend is completely platform independant and I want to keep it that way. So I am using the std::string class in my back end. When my back end sends a std::string to an MFC function as an argument the compiler complains. It seems like there should be some...
  10. dtrotzjr

    Help! Intellisense doesn't always work

    Thank You, Thank You, Thank You! I found the answer in a link in that article. It was as simple as deleteing the .ncb file and letting Visual C++ rebuild it. Now my data lists the members correctly. Thanks Again This had me going crazy!! :)
  11. dtrotzjr

    Help! Intellisense doesn't always work

    I am new to Visual C++ and one of my favorite parts of Visual C++ is the Intelisense technology. But I am finding it to not always work. In the help files there is information stating that bad code above could cause it to stop working, but I am having a hard time finding that "bad...

Part and Inventory Search

Back
Top