Paradox Community

Items in pnews.paradox-development

Subject:Re: Paradox, show images
Date:Sat, 20 Apr 2024 00:01:03 +0200
From:"Ivan" <ivan.moro@web.de>
Newsgroups:pnews.paradox-development
i don't know, if this is a solution for your problem too:

e.g. with a script you can do it like this:



Uses Shell32

 ShellExecute(hwnd CLONG, lpOperation CPTR, lpFile CPTR, lpParameters CPTR, 
lpDirectory CPTR, nShowCmd CLONG) CLONG [STDCALL "ShellExecuteA"]

endUses


method run(var eventInfo Event)

   var
    path String
   endVar

   path = "C:\\TEMP\\myPicture.jpg"

   if isFile(path)
   then
      ShellExecute(0, "open", path, "", "", 3)
   endIf

endMethod



you can use it to show different types of files - not only jpg (e.g. PDF, 
XLS, DOCX, MP4, ...)

Ivan


Probably somebody shoud write a kind of installation for the people, how to 
communicate with pnews.thedbcommunity.com through Google / MS Edge ... Not 
many people will use old SW like Windows Mail for a long time.

"wolf wahn" <wowiwa@onlinehome.de> schrieb im Newsbeitrag 
news:6620f46c$1@pnews.thedbcommunity.com...
> Hi,
> before it is too late and this fine newsgroup dead and gone: I am using 
> dhtmledit to show jpg-images in Paradox (11/win 11). Is there any 
> other/better way to do this?
>
> Thanks to all who contributed here over the years,
> Wolf 


---
Diese E-Mail wurde von AVG auf Viren geprüft.
http://www.avg.com


Copyright © 2004 thedbcommunity.com