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 Chriss Miller 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. pererm

    is possible create an .cmb archive from a CBitmap Object? How?

    I need to work with a *.cmb archive, but i can only obtain this bitmap from a CBitmap object. Can i obtain this archive. How? thak you.
  2. pererm

    Create id labels working with various .rc files?

    I´m working with various *.rc files in the same project. When you create anIDC_ or IDD_ or IDI_ or IDB_ number for resources and dialogs, Visual repeat frequently the same number. Is possible to change the number of the new resource at the end of resource.h file, but it´s very laborious if u...
  3. pererm

    Identify a PC

    How can an aplication get a code or a number that says me which PC is using it? I try with GetCurrentHwProfile(), but the profile, i think, is not exactly "one for each PC"? Ineed help, thanks
  4. pererm

    Working slow when i use resources

    I´ve been working for a long time ina an application. Its have a considerable size. But if i work only with the code files i can do it quickly. Whwn opens a dialog editor, a bitmap, .... and so on all the operations go slowly. Is there a real reason for this? Can i do something for work quickly...
  5. pererm

    Looking for a Commercial Grade ActiveX Grid Control

    Hi! I know a good spreadsheet activeX that do most of the actions you want, but iín not sure if it supports formulas. If it could help you is aprodoct of Farpoint. www.farpoint.com. Cheers
  6. pererm

    What kind of control i need?

    Hi! I´m developing a program with many toolbars, and more of them need to be visible most of the time. I want to reorganiziced the buttons and i remember that some programs use a kind of control, like a toolbar, where the buttons are in groups and most of the time we only see the first of them...
  7. pererm

    Trouble importing DXF in ACAD2004

    I´ll try. Thank you Todd
  8. pererm

    Trouble importing DXF in ACAD2004

    THe error is and internal error, and AutoCAD close itself. I think that the problem is in the format that our other program export the Dxf archive. We found a web about this problem "open design alliance" that recomended use the dwg format for these operations "import/export" drawings and give a...
  9. pererm

    Trouble importing DXF in ACAD2004

    Hi! I´ve read all the tips i found in search results about "problems import ACAD2004" and i think i didn´t have the solution, so i ask for someone could give me one, please. I have some dxf archives imported from a program (not ACAD)and i can open/inport them in all the versions of ACAD...
  10. pererm

    Correct use of a DLL?

    Supose i have a MFC project, and a subproject(depend of the other)that is a DLL (dinamic link library). I add a class to the DLL project and i try to create an object of this class in the other project. I can´t even if i make and #include "classname.h" in the correspondent header file. Is that...
  11. pererm

    Interfaces?

    OK Thanks, timmay3141. It´s more useful for me. But if is possible can u tell me in what kind of situations is more indicated use an interface class instead a normal class. Thanks. PERE
  12. pererm

    Interfaces?

    Thanks mingis, only one thing more, i understand you can create a class derived of this internal inteface class, and add it to your project. It´s that right? Thanks, PERE
  13. pererm

    Interfaces?

    Hi. I´m looking around VisualStudio.NET, Visual C++.NET really, and i find out the concept "interface" like a new element of code inside on project. I think that this seem to be like a type of class that allow other classes use a way of relation each other, but really i don´t understand the real...
  14. pererm

    Large projects.

    Thanks again, and sorry for my mistake, i though this was a jock. It would be usefull for us thanks. PERE
  15. pererm

    Large projects.

    Thanks PerFnurt. I supose that Rational Clear Make (RCM) is in ny brain, or should be there. I expect i´ll be able to resolve my problems with VC. I tell my progress. See soon. PERE
  16. pererm

    Large projects.

    Hi, i wish know yours opinions about working with large projects. I mean projects with a lot of code, many classes, and many resources, dialogs, bitmaps...so on. The question is about the most usefull tool of development software for this case. Now i´m working with Visual C++ 6.0, it´s that...
  17. pererm

    VisualC++ 6.0 with VSS?

    VisualC++ 6.0 with VSS? I´ve worked with Visual C++ 6.0 for some time and now I´m asking me if a new development tool could help me to managed and get easy-work my source code. Surfing around, in internet, and help files i read sonething about Source code control and VisualSourceSafe, but i...
  18. pererm

    Class From a dll

    Thanks teiviret, i try this and is just u say.
  19. pererm

    Class From a dll

    This is a question nearly if i was a principiant in VisualC++. If i defined a class in a dll (his files .h y .cpp), can i use this class in other project. I mean: can i create an object of this class?. Thanks. PERE
  20. pererm

    Number classes limit in VisualC++ vers.6.0

    Thanks PerFnurt, i had suposed that. We must think in other way to structure our application.

Part and Inventory Search

Back
Top