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
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...
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)...
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...
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
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...
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
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
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) <> ""...
update!! i have since discovered that any apps that have been compiled with the "blinker executable extended" 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...
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...
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
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 running the application i get a blinker blx error. if i remove the memo field and save the DB. no problems at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.