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!

Recent content by Daih

  1. Daih

    Word doc: Getting text to fill gap above image

    Hi, I've got a large picture in my Word doc which doesn't need to be precisely in the right place in the text, it just needs to be as high as possible but below the sentence that refers to it. Word starts a new page for it (page P) because of its size, but that leaves the bottom half of page...
  2. Daih

    Button colours using CreateDialogIndirect()

    Hi, I'm using CreateDialogIndirect() to display a dialog, and using the code below to set up a button. I'd like to specify the colour of the button - does anyone know how? This would really help me, so thanks in advance to anyone who can help. Cheers, Daih AlignToDblWordBoundary (&p)...
  3. Daih

    _findnext - what order are files found in?

    I have a program that's used _findfirst() and _findnext() successfully for months, but today it went wrong because files were being found in non-alphabetical (ASCII) order. What order are they meant to come in? (MSDN doesn't say.) Can I somehow force it to find them in alphabetical order...
  4. Daih

    How to start Word to compare docs

    Thanks Gerry. I'm actually starting word from another piece of SW (not my own) so I need to know the cmd line options. Using the /mMacroName option I can't see how to pass in the two paths as parameters. Do you know? Thanks again! Daih
  5. Daih

    How to start Word to compare docs

    Hi, Is it possible to start Word from the cmd line and give it the paths of two docs you want it to compare? Maybe you could write an autoexec macro which would compare the docs at startup, but how can VB get hold of the two paths passed to Word? Any advice much appreciated. Daih-Wihng
  6. Daih

    dynamic tool tips in CTreeCtrl

    Hi, I have a tree control (CTreeCtrl) on my form and I want to specify my own tool tips for individual items listed in the tree. I've tried lots of things from the MSDN help pages with only partial success - it would be great if someone could spell it out to me in idiot's terms so I can get it...
  7. Daih

    Question about CConlistListBox.

    Could someone please help me with SetSel() for CListBox controls? I've been through the MSDN help pages but can't find anything to explain what I'm seeing. I put 3 strings into the list using the following code, which is in OnInitDialog() : CListBox *p; int s; p =...

Part and Inventory Search

Back
Top