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
K

Kleser

@Kleser
About
Posts
12
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hunt for memory leaks
    K Kleser

    Hi guys, what is the best methods to hunt for the memory leaks? thanks

    C / C++ / MFC question performance

  • deleting all files from a folder
    K Kleser

    hi, i don't want to give you an answer, instead i would like to ask about how you can make your app create an mdb file. because this is what i trying to do right now. if you don't mind, would you share me you little secret? thanks in advance. cheers -- modified at 10:25 Friday 18th August, 2006

    C / C++ / MFC help question

  • not using the UNICODE libs in VS 2005
    K Kleser

    in VS NET 2005 if you don't use the UNICODE libraries for your MFC application, then the edit control box (in form view or dialog) will be no longer flat. is anybody has any idea how to fix this? cheers

    C / C++ / MFC c++ visual-studio help tutorial question

  • Application
    K Kleser

    i was not a guru either as i beginning to write my first app with MFC, after a while (months) i have great fun using MFC. C++ worth it

    C / C++ / MFC c++ delphi database mysql

  • mysql database
    K Kleser

    see the mysql's online manual (under the directory docs in the installation dir) and read the "post-installation setup and testing" section. everything you need to know is available there. good luck

    C / C++ / MFC database mysql sysadmin help tutorial

  • Make toolbars undockable
    K Kleser

    Hi guys, i need some help, how can i make that the user not be able to undock the toolbars from the mainframe? thanks in advance...:-D

    C / C++ / MFC question help

  • Hiding cursor
    K Kleser

    how can make a cursor invisible in a certain application?

    C / C++ / MFC question

  • RemoveAll() method
    K Kleser

    i made a mistake writing the code above. it has to look like this: void COtherClass::FirstFunction(CArray<CSomeClass, CSomeClass&>* pSomeClassArray) { .... } instead of this: void COtherClass::FirstFunction(CArray<CSomeClass, CSomeClass&>& pSomeClassArray) { .... } the method has a pointer parameter instead of a reference parameter. i guess CSomeClass does not implement a copy constructor, i have not added anything in the constructor neither write a new constructor in that class. :confused: i use the class the way it is as i show you before, and it seems to work. but i want to know how to implement a copy constructor, can you please show me how to do it? thanks in advance :-D

    C / C++ / MFC question performance help

  • RemoveAll() method
    K Kleser

    thanks for all the responses, please look at this code: void COtherClass::FirstFunction(CArray<CSomeClass, CSomeClass&> & pSomeClassArray) { CSomeClass objSomeClass; pSomeClassArra.Add(objSomeClass); ...... } void COtherClass::SecondFunction() { // m_objSomeClassArray is a member variable array of COtherClass (Type CSomeClass) FirstFunction(&m_objSomeClassArray); ...... m_objSomeClassArray.RemoveAll(); } is this OK?

    C / C++ / MFC question performance help

  • RemoveAll() method
    K Kleser

    Hi all, maybe somebody can help me out with this. if i do this: class CSomeClass { ...... }; CArray objSomeClassArray; CSomeClass objSomeClass; objSomeClassArray.Add(objSomeClass); ... objSomeClassArray.RemoveAll(); my question is: does the RemoveAll() method in this case free also the memory? if not what should i do to free them? thanks a lot

    C / C++ / MFC question performance help

  • Choose printer automatically
    K Kleser

    thanks for your reply, this works with MFC? thanks

    C / C++ / MFC question

  • Choose printer automatically
    K Kleser

    Hi all, How can i make my application to choose a printer other than the default printer programmatically? thanks:laugh: kleser

    C / C++ / MFC 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