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 Mike Lewis 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. Brettsbignose1

    Screensaver in Windows XP

    I need some good code that will 'boot' a screensaver app for Windows XP. When I tried an early version for win98 (the code was in vb) in XP it was like the form was not maximized?!? Help. Brett
  2. Brettsbignose1

    Detect Time Change

    Hows this: Dim LTime as Long Private Function CheckTimeChange() as Boolean If LTime <> Now() then CheckTimeChange = False else CheckTimeChange = true end if LTime = Now() End Function Brett
  3. Brettsbignose1

    Using Common Dialog to retrieve folder names.

    Hey, I found it here: Private Const BIF_RETURNONLYFSDIRS = 1 Private Const BIF_DONTGOBELOWDOMAIN = 2 Private Const MAX_PATH = 260 Private Declare Function SHBrowseForFolder Lib &quot;shell32&quot; _ (lpbi As BrowseInfo) As Long...
  4. Brettsbignose1

    Using Common Dialog to retrieve folder names.

    How would I use the Common Dialog control to retrieve folder names from the user. Without displaying other files. If this is not the way to do it, I'm open to suggestions. Brett

Part and Inventory Search

Back
Top