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 SkipVought 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. victor7

    Insert data into CListCtrl columns

    Thanks a lot Thierry. I was getting really restless looking at the same few lines of code.
  2. victor7

    Insert data into CListCtrl columns

    I'm having trouble dispalying info into a ReportView style CListCtrl. So far I can only display information in the first column but not in the second column. Can you tell me what I'm doing wrong here. // Creating columns m_listDevice.InsertColumn( 0, "DevName",LVCFMT_LEFT, 50)...
  3. victor7

    use CSplitterWnd in CFormview

    I want to create a split window in my CFormView window and was wondering if the approach is the same as when you do it in CFrameWnd using CSplitterWnd? As of now I am having problems and was wondering if I was on the wrong track. I'm trying to create 2 columns in the formview with the left one...
  4. victor7

    Easiest way to create tabs

    Thank you so much. I've been stuck on this for a while and kind of put it off to the side to work on some other stuff. Hopefully it'll work for me.
  5. victor7

    change selected with RMouseButton

    Hi, I displayed a tree in CTreeView and have a pop up menu displayed with the right mouse button. Right now I have to use the left mouse button to select a node in the tree and then press right mouse button. If I directly go to a node in the tree and press right mouse button, it will display...
  6. victor7

    Property Sheet

    Besides edit controls, can a property sheet contain a CListCtrl or CTreeCtrl object to display a tree or list items? Thanks
  7. victor7

    Easiest way to create tabs

    The project I'm working on has a window split into two frames. the left frame has buttons which then display different forms on the right frame. So instead of having buttons I want to be able to switch between the pages using tabs. The pages that are displayed on the right frame are of type...
  8. victor7

    What's a good VC++ book

    I'm trying to find a good beginner book on VC++ for someone who has some programming experience in C++. Also is there a big difference from VC++ 4.0 - 6.0? I looked up some book titles and was wondering if these are good or if you know of better ones. Introduction to MFC Programming with...
  9. victor7

    adding bullets

    Hi, I was also wondering if anybody new on had to add images or bullets next to a list of names that are being displayed in a column that can only be selected and not changed. sorry for so many questions. thanks.
  10. victor7

    how to keep a button down

    Hello, I wanted to know how to have a button look like it was pushed down after being pressed. For example, I have two square buttons that each show a different layout. So when I push one of the buttons, it will display a page and the button will look like it is still pushed down. thank you.
  11. victor7

    how to print variable values in MFC AppWizard

    Is there a way to print variables to a terminal screen in an MFCAppWizard similar to how cout does, so all the print statements will appear in a debug terminal? thanks, Victor

Part and Inventory Search

Back
Top