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 SkipVought 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. gjbbroekhuis

    Read .EXE’s Manifest content with VFP

    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...
  2. gjbbroekhuis

    Read .EXE’s Manifest content with VFP

    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
  3. gjbbroekhuis

    Start MS Outlook with an Outlook macro

    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...
  4. gjbbroekhuis

    Windows User Account Control Killing Dll's

    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
  5. gjbbroekhuis

    Hyperlink Tooltip

    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
  6. gjbbroekhuis

    Hyperlink Tooltip

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

    Hyperlink Tooltip

    Hi Koen, I will verify again tomorrow I sent you the right DLL. Regards, Gerrit
  8. gjbbroekhuis

    Hyperlink Tooltip

    Hi Koen, Just mailed the DLL to you, using Wetransfer. My antivirus will nog allow sending a DLL to your. Regards, Gerrit
  9. gjbbroekhuis

    Hyperlink Tooltip

    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
  10. gjbbroekhuis

    ZIP & UNZIP

    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
  11. gjbbroekhuis

    Find visible objects inn scrollable mainform

    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...
  12. gjbbroekhuis

    Find visible objects inn scrollable mainform

    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...
  13. gjbbroekhuis

    Tooltip alternative

    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...
  14. gjbbroekhuis

    Tooltip alternative

    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...
  15. gjbbroekhuis

    Drag&Drop Label from container1 to container2

    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...
  16. gjbbroekhuis

    Drag&Drop Label from container1 to container2

    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...
  17. gjbbroekhuis

    create multiple records from a text without splitting words

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

Part and Inventory Search

Back
Top