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 TouchToneTommy 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: monkey666
  • Content: Threads
  • Order by date
  1. monkey666

    Graphical animated buttons

    afternoon I need to create "fancy" buttons for a client GUI (heavy on the G), that have a rollover effect - like in flash, e.g on mouseenter a the button graphic rotates through 360 degrees. I've been considering a few options: 1 use Videoframe class from the VFP samples classes as...
  2. monkey666

    Finding files without filer - permission problem.

    afternoon ref: faq184-140 been using this for a while (in a modified version - conversion to VCX - NO major changes to code). While performing the recursive directory search on a NT network drive the program using the class crashed - it couldn't open a folder to list the folders inside. I...
  3. monkey666

    Ref Recent Posts - form customisation

    Afternoon, Just really commenting on the recent posts about VFP skins and XP style buttons. AS the links to classes and code have appeared I've downloaded & played with with them and just showing the customised forms to users (with no functionality) they seem really happy with the new...
  4. monkey666

    define class in project - build to dll

    Afternoon, Just learning how to create ActiveX dlls and need a bit of help. I have a project which contains only a prg file with the following: ********************************************* DEFINE CLASS myclass as custom olepublic FUNCTION Myfunc (cTextin as String)...
  5. monkey666

    store deleted status to variable

    morning Is there a way of storing the current DELETED status (ON/OFF) to a variable? The code needs to SET DELETED ON but then return the DELETED status to what it was previously whether it was ON or OFF, so a simple SET DELETED OFF is not sufficient as this may not have been the previous...
  6. monkey666

    Timer controlled clock not updating during processing

    I display the current time in a custom status bar using a timer with "this.parent.statusbar.value=ttoc(datetime(),2)" in the timer's timer event. This works fine until other processes occur called from the same form (appending records etc) during which the clock does not update...
  7. monkey666

    Opposite of ";" - multiple commands on 1 line

    Morning, Is there a character which allows multiple commands on a single line? Essentially the opposite of ";" (semi-colon) which breaks a long command into multiple lines. monkey
  8. monkey666

    displaying field contents as image.picture

    I have a table with a binary memo field. Stored to this is a bmp file (not the path - the actual file itself). How do I view the contents of this field as the picture in an image control? eg image1.picture=mytable.myfield monkey

Part and Inventory Search

Back
Top