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 wOOdy-Soft 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: BrotherC
  • Content: Threads
  • Order by date
  1. BrotherC

    Capture Button Down Event

    Hi, I would like to capture the event of a button being pressed down (CButton control class). Windows only sends a command message when the button is released if using OnClickButton(). If you could help out that would be great. Thanks !
  2. BrotherC

    Problem using CHeaderCtrl::GetItem( )

    I can't seem to get the text for a header in CListView. I can get the index of the item and I can set the text and center it but when I call GetItem( )with HeaderItem.mask = HDI_TEXT it fails. If someone can help me out that would be great because I'm going to go insane. Here's what I have...
  3. BrotherC

    CRichEditView template creation error

    On some machines I have problems calling CDocTemplate::CreateNewFrame(NULL,NULL). It works fine on most machines but causes and exception two machines. Operating systems are the same. I've narrowed it down to CRichEditView being the problems because I use it in two templates that are causing...
  4. BrotherC

    Removing Close Icon From System Menu

    Hi, In my MDI app I would like to remove the close button from the system menu in all my view frames and just have the maximize and minimize button. Can't seem to do it. I can disable the close button using CMenu but I would like it removed. Is this possible? I noticed in the CDialog...
  5. BrotherC

    Custom Icons

    Hi, I would like to create a professional looking icon for my application. Any one know how to do this. I need a little more then the editor VC give you. Something that you could import a bmp or something into, shrink it, and create an icon. I'm sure something like this must exist. Cheers...

Part and Inventory Search

Back
Top