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 derfloh 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. vfpdude

    A couple of EXE problems

    If you want to get around the 16 color icon limitation in VFP6 and use 256 colors instead, Resource Hacker (freeware) can do the job. It's been working for us for years: http://www.softpedia.com/progDownload/Resource-Hacker-Download-1520.html We create our VFP6 exe using the original 16 color...
  2. vfpdude

    C0000005 Error

    We updated the video driver and the C5 errors disappeared. Not that this is a universal fix, but it did the trick for us - but we did NOT have memo file corruption as part of the mix.
  3. vfpdude

    Public Variable Lost When Calling Program

    Why not use the _screen object that is available even if the VFP screen is off (not visible)? _screen.addproperty("cUser","Steve") will create the cUser property and store the user name. This property is then universally available at any point in the application and won't go out of scope.

Part and Inventory Search

Back
Top