Search found 5 matches

by Kraut
Sun Sep 24, 2023 9:27 am
Forum: Coding Questions
Topic: How to save an Email for later use
Replies: 2
Views: 509

How to save an Email for later use

Hi @ all,

I'd like to create an email and save it for later use for example with thunderbird (or any other email client). When I create an email with


receiver$ = "receiver@somewhere.org"
sender$ = "sender@anywhere.net"
subject$ = "Testmail"
body$ = "bla bla bla"
attachment$ = "c:\test.txt ...
by Kraut
Sun Sep 03, 2023 10:23 am
Forum: Coding Questions
Topic: ExplorerListGadget with "unwanted memory"
Replies: 4
Views: 804

Re: ExplorerListGadget with "unwanted memory"

Hi RASHAD;

thanks for your post. Do I understand it right that there is no other way than re-reading the directory?
by Kraut
Sat Sep 02, 2023 8:31 pm
Forum: Coding Questions
Topic: ExplorerListGadget with "unwanted memory"
Replies: 4
Views: 804

ExplorerListGadget with "unwanted memory"

Hi everybody!

stumpled upon a feature in ExplorerListGadget which I want to get rid of. In the example I added I can select some dir entries on the left gadget. When clicking the right gadget selecting entries and return to the left gadget, it still keeps the selections. Is there a way to clean the ...
by Kraut
Fri Sep 30, 2022 7:39 am
Forum: Coding Questions
Topic: Is there a way to send files via "send to"?
Replies: 6
Views: 1034

Re: Is there a way to send files via "send to"?

Hi Bisonte,
thanks for your post. As I wrote in the headline I want to send files by email.

RunProgram("mailto:" + EmailAdress + "?subject=" + Subject + "&body=" + Body)

or more precisely "mailto" does not allow attachments.

The plan was that I could use the installed e-mail client without ...
by Kraut
Thu Sep 29, 2022 7:10 am
Forum: Coding Questions
Topic: Is there a way to send files via "send to"?
Replies: 6
Views: 1034

Is there a way to send files via "send to"?

Hi everybody,

I'd like to send files from my application using the windows biuld-in function "sendto/email recipient" (don't know it's name in english, can be found in explorer kontext menu). The reasons are
* I don't need to know what email client is installed
* my application's user doesn't need ...