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: Daih
  • Content: Threads
  • Order by date
  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

    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
  5. 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...

Part and Inventory Search

Back
Top