Search found 1207 matches

by RSBasic
Thu Mar 14, 2024 7:25 pm
Forum: Applications - Feedback and Discussion
Topic: PB.Ex Mail (Windows)
Replies: 50
Views: 24729

Re: PB.Ex Mail (Windows)

Hello GG

Try with:

Code: Select all

XIncludeFile("PB.Ex_Mail.pbi")

Global Output$ = Space(1000000)
Global ErrorOutput$ = Space(128)

OpenMailEx(1,...
by RSBasic
Wed Jan 17, 2024 11:46 am
Forum: Feature Requests and Wishlists
Topic: WebGadget Developer Tools
Replies: 7
Views: 802

Re: WebGadget Developer Tools

+1
by RSBasic
Tue Jan 16, 2024 7:42 pm
Forum: Applications - Feedback and Discussion
Topic: PB.Ex Mail (Windows)
Replies: 50
Views: 24729

Re: PB.Ex Mail (Windows)

alxfrnds wrote: Mon Jan 15, 2024 8:40 pm Any idea with this error trying to login hotmail/outlook:
"Authentication failed because the remote party has closed the transport stream."
I created a new Hotmail email address and tested it. Unfortunately, Hotmail is not supported.
by RSBasic
Mon Jan 15, 2024 3:00 pm
Forum: Applications - Feedback and Discussion
Topic: PB.Ex Mail (Windows)
Replies: 50
Views: 24729

Re: PB.Ex Mail (Windows)

Yes, you'll need to create an app password for your application in Gmail. Then you can use it in PureBasic: https://support.google.com/mail/answer/185833?hl=en

\\Edit:
The question has disappeared. :D
by RSBasic
Thu Jan 04, 2024 2:44 pm
Forum: Applications - Feedback and Discussion
Topic: PB.Ex Mail (Windows)
Replies: 50
Views: 24729

Re: PB.Ex Mail (Windows)

Hello captain_skank

HTML code is used by default. I.e. if you want to insert line breaks: <br>
by RSBasic
Mon Jan 01, 2024 4:29 pm
Forum: Off Topic
Topic: Happy New Year 2024 !
Replies: 23
Views: 2870

Re: Happy New Year 2024 !

Happy New Year :)
by RSBasic
Sun Dec 24, 2023 6:35 pm
Forum: Off Topic
Topic: Merry Xmas
Replies: 11
Views: 1766

Re: Merry Xmas

Merry Christmas :)
by RSBasic
Sun Dec 24, 2023 10:31 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 325
Views: 40241

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Thank you very much for this great update. :!: :!: :!:
by RSBasic
Mon Dec 11, 2023 11:26 am
Forum: Applications - Feedback and Discussion
Topic: PB.Ex Speech (Windows)
Replies: 42
Views: 19440

Re: PB.Ex Speech (Windows)

Hello
If I tested it, it worked very well on Windows 10, but I tested it with German.
Did you specify the "Voice$" parameter?
by RSBasic
Thu Nov 23, 2023 5:02 pm
Forum: Applications - Feedback and Discussion
Topic: PB.Ex PDF (Windows)
Replies: 7
Views: 3802

Re: PB.Ex PDF (Windows)

PB.Ex PDF 1.0.1.0 has been released.

Changelog:
  • Added: AddPDFImage()
  • Updated: .NET Framework 3.5 > .NET Framework 4.7.2
by RSBasic
Fri Nov 10, 2023 6:56 pm
Forum: Applications - Feedback and Discussion
Topic: PB.Ex WebGadget (Windows) (WebKit)
Replies: 96
Views: 77722

Re: PB.Ex WebGadget (Windows) (WebKit)

Hello Today there was a new blog article by Fred: Upgrading the Windows build chain The following was announced: The good news is we can now use an up-to-date C++ compiler which make our work much more easier and faster (the first new library we are integrating for 6.10 is the WebView one, which req...
by RSBasic
Fri Nov 10, 2023 6:51 pm
Forum: Announcement
Topic: Blog post !
Replies: 325
Views: 92509

Re: Blog post !

by RSBasic
Sun Oct 15, 2023 3:30 pm
Forum: General Discussion
Topic: Anti-virus false-positive tip
Replies: 15
Views: 1519

Re: Anti-virus false-positive tip

@BarryG
Thank you for the detailed information.
by RSBasic
Sat Oct 14, 2023 12:55 pm
Forum: Feature Requests and Wishlists
Topic: [Forum Request] - A 'Like' button or similar.
Replies: 13
Views: 1241

Re: [Forum Request] - A 'Like' button or similar.

+1
DarkDragon wrote: Fri Oct 13, 2023 3:54 pm STARGATE did something like that a while ago for signatures in the German forum.

https://www.purebasic.fr/german/viewtopic.php?t=23990

You could simply add it to your signature to get a "thanks" counter.
+1