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 TouchToneTommy 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: classT
  • Content: Threads
  • Order by date
  1. classT

    problems with random_shuffle() in <algorithm>

    Hi all, does anybody know why random_shuffle() does not appear to be random at all. I mean, no matter how I try to "seed" random_shuffle() always returns the same results! Thanks in advance!
  2. classT

    Tab Controls without using MFC

    Hi, I can create a Tab Control successfully without using MFC - however, I'd like the tabs to be vertical and to the right. I've tried everything it says on MSDN but it's just not working. Has anybody worked with Tab Controls (without MFC) before? Does anyone know how I can do this? Thanks
  3. classT

    virus?

    why am i getting all this strange stuff - is there a virus flying around?
  4. classT

    Networking (CSocket) troubles...

    Hi all, I have been experimenting with the CSocket class and have built a small client program and small server program which I have tested on two separate PCs over an internet connection. One of the PCs is running Windows XP and the other Windows95. When I set up the client on the XP machine...
  5. classT

    Getting page size chosen by user in Print Setup????

    Hi, does anyone know how I can get the page size chosen by the user in the Page Setup dialog?? Thanks
  6. classT

    Printing and second doc/view type

    Hi all, I have a MDI project where I have added a second document/view type. Everything is working great except for one silly thing: the print and print preview menus are disabled and do not work with my second document type. I've looked through all the code and compared with my original...
  7. classT

    CListCtrl List control question

    Hi all, does anybody know how I can make a selection extend all the way across a CListCtrl in report view. Currently, I can only select an item if I click in the first column. Also, it is only the first column that becomes highlighted when selected.
  8. classT

    Preventing a new document opening on start up of exe

    Hi, I have a multi-document project which, when launched, automatically opens a new document. This is obviously because of the settings I put in when I created the project. However, I would like the user to determine whether this happens on launch through options/preferences. Only problem is, I...
  9. classT

    Redrawing view while resizing HELP!

    Hi all, I have a multi-doc program, each doc having one main CScrollView view to display doc contents. Everything is working perfectly except for one silly little thing... When I am resizing a document the document contents flicker - almost like the background is being erased - as I drag the...

Part and Inventory Search

Back
Top