Griff,
Yes, Google is my friend (and I pay back with my privacy)
In the mean time I was able to create a basic manifest file and compile my .EXE, and yes, it's embedded in the compiled .EXE.
Now I have to find out what other options to put in my own manifest file. I will ask Google again...
Hi Mike and Griff,
mt.exe "-inputresource:C:\Windows\system32\notepad.exe" "-out:temp.txt"
notepad temp.txt
This works for me. It's not VFP, but it's better than nothing...
I found this on: https://kb.froglogic.com/misc/manifests/
Regards, Gerrit
Hi,
Is it possible to start MS Outlook from a VFP application with an Outlook macro?
In my Outlook 2016 I have a fully operational macro "MyMacro", enabled with a certificate.
This macro does certain things with the selected e-mail message. This is all working fine.
Now I would like to start...
Hi John
I already mentioned InnoSetup (it’s free...) for creating a true setup executable for either the first installation or an update.
Regards, Gerrit
Hi Koen,
Sorry for my misunderstanding, I read something else at first.
Glad you have the translation working. I have not made any other translations, but if you’re missing something I would like to know. Maybe I can help, as the translation itself was done, using VFP code [bow].
Regards, Gerrit
Hi Koen,
Can you verify the file date of the modified vfp9renu.dll is 04-01-2018?
Further please check if you have more than one vfp9renu.dll on your system and that your application is able to use this dll. Make sure your pc uses the modified dll, rename the original or save it in a zip or...
Hi Koen,
I know I have a solution for this somewhere, including an updated VFP DLL. I will look for this.
Do you know how much I can upload here? Or on foxite?
Regards,
Gerrit
Hi Linousa,
In addition to Olaf’s recommendations you could look at xzip.dll. This free dll will zip and unzip files and is well documented for use with VFP.
Just google or xzip.dll and you will find the right URL for downloads and instructions.
Good luck,
Gerrit
Hi,
I have a scrollable form already and adding a scrolleable container holding all containers, labels and more would be quite a challenge, due to the classes creating all these elements.
It seems using the ViewPort parameters work fine when using this in the form.scrolling event. I see no...
Hi,
I'm using a scrollable mainform that can contain up to 28 containers, each 240 pixels wide, with a 10 pixel spacing. Total width can be up to around 7000 pixels.
When the form has scrolled to the right or to the left, how can I determine the name of the container that's visible that moment...
Hi Mike,
Thanks for your suggestions. First I will try your first alternative. Showing the previously hidden tooltipform with MouseEnter works fine.
But what next? The tooltipform has become active and moving the mouse back to the main form does nothing. MouseLeave is never activated because...
Hi,
I'm looking for a native VFP alternative for the default tooltip handling. I need a (bigger / better) tooltip where I can use a chosen font and can use TAB's, spaces and ENTER to position text properly in the tooltip.
The tooltip will be used in a custom labelclass and all label events...
Hi Tom,
I succeeded in recreating the same label with your code in container2.
Now I have to remove the "old" label in container1 in the container2.dragdrop event in order to create a "move" between the two containers.
I tried
ThisForm.Container1.RemoveObject(oSource)
but this is not...
Hi,
I'm trying to create a form with drag & drop. I want to move a label from container1 to container2. Later there will be more containers to choose.
I can move the label, but the drop doesn't place it in container2. See attached form in ZIP-file...
Hi,
I'm looking for a simple solution for adding as many records as needed to add a text (say 500 - 600 characters). The tekst is already available as a string.
Just counting characters is not good enough, because we don't want to split words over 2 records. If a word doesn't fit it has to be...
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.