I would like to pass an array to photoshop from my vfp app.
The adobe vbscript documentation for the TextItem object says:
Position - Array of Number(Double) - Read-write. The position of origin for the text. The array must contain two values (unit value).
I suppose the vbScript would be...
I am writing an app where the user can drag and drop image files from a folder onto my vfp form. I am using vista OS and OLEDragDrop methods. When I select the image files from my source folder and drag them, I have the nice vista icon with small pictures of my selected images, but as soon as I...
Hi Mike,
I am writing a little app for my girlfriend who has a new job. She has to identify (via internet, trade magazines etc) potential new clients in various european capital cities. Then she needs to phone and schedule a series of meetings over a period of a week or so, then go there for...
Many thanks Mike for your reply.
What I was looking for was not directions from one address to another but rather to display multiple addresses from my table on a google map.
Say I have many addresses in a city (e.g. Berlin), I click on one and up pops the map with that address marked, but I...
Can anybody give me any tips on how to highlight more than one address in google maps from within vfp?
I found this code on the internet which displays google maps and highlights one address (Many thanks to whoever posted it), but how can I put a marker on other addresses in the area? i.e. it...
Thanks very much for your suggestion.
I already use the SetLayeredWindowAttributes() function to make some little green areas tansparent, so the form has rounded corners.
I have since discovered that if I change the line in the previous code to
#DEFINE GCL_STYLE -26 it works. All forms...
Can anybody give me any tips on how to give a form a drop shadow? Like on the dropdown portion of a combo box.
I use vfp9 and xp.
From the internet I thought this might work in the form init, but it doesn't seem to...
#DEFINE GCL_STYLE 00000803
#DEFINE CS_DROPSHADOW 0x00020000
DECLARE...
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.