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 Shaun E 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: Godelinde
  • Content: Threads
  • Order by date
  1. Godelinde

    Make MDI-child form transparent ??

    Hello, I use the code below to make a form transparent, but this is not working for a MDIChild form. Is it possible somehow to make a MDIChild form transparent too? Option Explicit Private Declare Function SetLayeredWindowAttributes Lib "user32" (ByVal hWnd As Long, ByVal crKey As...
  2. Godelinde

    How to sort items in ComboBox (MS Forms 2.0)

    Hello, I am using an MS-Forms 2.0 ComboBox, but it has no "sorted" property, like the usual ComboBox has. Is there any way to alphabetically/numerically sort items in an MS-Forms 2.0 ComboBox? If not, how would I add items in alphabetical/numerical order to an MS-Forms ComboBox? Thanks!
  3. Godelinde

    Force plain-text email with Outlook 2000

    Hello, I have coded some lines in Visual Basic 6 to compose plain text email with Outlook XP (2002) and that works fine. Then I tried with Outlook 2000 (Outlook 2000 will be used normally) and I found that I couldn't force the format to plain text (like I used "BodyFormat =...

Part and Inventory Search

Back
Top