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 strongm 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. suds321

    determine which control the mouse is over

    anyone know of an api call to check which control the mouse pointer is hovering over or a way to check when the mouse leaves a controls cooridinates? thank you
  2. suds321

    'Ghost' audio player in XP home?

    i use startup cop. i think this is freeware by ziff-davis so try searching at zdnet.com and see what you can find mike s
  3. suds321

    explorer loses custom settings

    i searched and could not find any other posts on this. sorry if it is a repeat. xp allows you to customize every folder view and save the settings if you have choosen that option. i do and every so often my folders lose my custom settings and i have to go back and reset all the folders the way i...
  4. suds321

    error when tring to create exe

    i just got a new machine with xp. after 3 days i finally got my app and all it's additional tools loaded and working in XP (runs great in the ide) but when i try to build the exe i get through the compile and when the writing exe comes up i get a system error &H8007007F (-2147024769)...
  5. suds321

    Strange error -- cannot "load" form during "writing" stage o

    hope this might help. recently we ran into a simliar problem. during the "writing exe" vb6 performed an illegal operation and would not create a new exe file. we determined that one of the controls was causing a problem (comctl32.ocx). if we changed any code on that form and tried to...
  6. suds321

    a window gets "stuck" in on top mode

    it is home, an upgrade from 98. 2 specific windows off the top of my head are; the explorer and nero burning software. i also seem to recall seeing winamp3 getting stuck on top. no i did not use the transfer wizard. i wanted to spent some time this weekend investigating this further. thanks mike
  7. suds321

    a window gets "stuck" in on top mode

    after using win xp for just a few weeks now. i noticed that occasionally one of my windows might all of a sudden put itself into "on top" mode. on top meaning all other windows are painted beneath the on top one. i searched for some sort of property with no luck. my only solution at...
  8. suds321

    windows xp and clipper/blinker??

    i had some similair issues with print speed in XP. i found that removing all printers from the system except the one you actually need seemed to improve my print performance
  9. suds321

    windows xp and clipper/blinker??

    you can get a console prompt in XP by clicking start, choosing run and typing CMD. you may also create a icon that does the same thing note type cmd /? for a list of cmd options
  10. suds321

    Kill and RmDir

    first make 2 function similair to these Public Function KillFile(f As String) As Boolean If FileExist(f) Then Kill f KillFile = True Else KillFile = False End If End Function Function FileExist(ByVal s As String) As Boolean FileExist = False If Dir$(s) <> &quot;&quot...
  11. suds321

    windows xp and clipper/blinker??

    update!! i have since discovered that any apps that have been compiled with the &quot;blinker executable extended&quot; will not run on windows XP. does anyone know if there is a blinker fix? i have not been able to get ahold of blink inc for a week. they have not returned my calls, emails, or...
  12. suds321

    windows xp and clipper/blinker??

    i have many apps compiled in clipper 5.3 and linked with blinker 4.1. some apps will run under windows xp and some apps won't even launch. they just sit there with a blank dos window screen. does anybody know if there are blinker options that can be set or turned off to make sure apps will run...
  13. suds321

    Need help on combo boxes and SSTab

    you might try placing all 26 lists on the form and make each contols visible property to false. then in code make the visible property to true based on the users selection. i recommend a control array here. it will make your code much easier to maintain
  14. suds321

    memo fields and comix driver lib

    i have an exsisting app written with clipper 5.3 and compiled with blinker. i open the database in fox and add a memo field and save the new structure. then when trying to&nbsp;&nbsp;running the application i get a blinker blx error. if i remove the memo field and save the DB. no problems at...

Part and Inventory Search

Back
Top