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...
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...
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...
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)...
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...
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...
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
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
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.