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: *

  • Users: pererm
  • Content: Threads
  • Order by date
  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

    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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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
  12. pererm

    Number classes limit in VisualC++ vers.6.0

    I have an application with 1051 classes. I can´t see the last 2 new classes in the ClassView tree. It´s impossible to manage to do this. If I delete the App.clw file and open the ClassWizard to create it again, says that this is not possible because i have more than 1000 classes in my source...
  13. pererm

    Trying write a simple DXF ASCII file??

    Hola¡ I`ve written an ASCII dxf file, with the ENTITIES section only, and with only 2 lines, just like an example published in thr reference guide of AutoCAD2004. I can read this file with AutoCAD but, if i have another drawing opened when i open mine, even if the first drawing is empty and i...
  14. pererm

    CRichEditView as a support text window inside other aplication?

    I need to create a class or a view as an indepenedent window inside a general application, for show some ASCII or RTF format files, like a help window. But with the class wizard i can,t create a class derived of a CRichEditView, and the only way to create one is doing it from the beggininng with...
  15. pererm

    structure and codes of dxf files????

    I´m looking for a book or another tool that knows me how to understand the structure of the text format file dxf. Which´s the meaning of some code numbers, and more... Thanks
  16. pererm

    Asking for a pDA Aplications book

    Please teel me if you know of a book about PDA aplications. I need to develop an aplication for enviroment WindowsCE
  17. pererm

    Listing directories in a window, visual C++ How?

    I need to list directories (no archives) that let me choose a path. I want to insert this list or window in a personalized dialog. Could be possible personalisize a CFileDialog for this? is there an special class that do this? or a function? Better if i could list this in a combobox control...

Part and Inventory Search

Back
Top