Search found 11 matches

by flaviofornazier
Tue Jul 02, 2024 11:23 pm
Forum: Coding Questions
Topic: Question about file I/O
Replies: 2
Views: 419

Re: Question about file I/O

Kiffi wrote: Tue Jul 02, 2024 11:06 pm

Code: Select all

Debug RenameFile(YourFile, YourFile)
When "YourFile" is open, you get a 0 as result.
Thank you very much Mr. Kiffi.

Now I got it.

Cheers.
by flaviofornazier
Tue Jul 02, 2024 10:55 pm
Forum: Coding Questions
Topic: Question about file I/O
Replies: 2
Views: 419

Question about file I/O

Hi Guys!

I hope you're well! =)

I have a software running on DosBox-X (Windows 10 and 11). This software will write text files to be monitored,
read and deleted by a PB program that I intend to write and run it in taskbar.

Well, my question is: How my PB program will know that the file generated ...
by flaviofornazier
Sat Aug 04, 2018 5:09 am
Forum: Announcement
Topic: Visual PureBasic
Replies: 51
Views: 26977

Re: Visual PureBasic

Hi Guys!

I hope you're doing well.

As I promised, I attempted to send an email to the autor immediately, but I did not receive an answer.

Regards.
by flaviofornazier
Fri May 04, 2018 7:00 am
Forum: Announcement
Topic: Visual PureBasic
Replies: 51
Views: 26977

Re: Visual PureBasic

Hi guys,

Please don't get me wrong.

I am very comfortable with PB Editor/IDE, source code handling and Purevision too
(except for the fact that there's no Toolbar Component. I already posted this question
on the Purevision Forum, no answer from author), but I fully agree with Mr.Marc56us
and ...
by flaviofornazier
Thu May 03, 2018 8:11 am
Forum: Announcement
Topic: Visual PureBasic
Replies: 51
Views: 26977

Re: Visual PureBasic

Hi guys,


This project seems to have been updated.

Someone has tried it? Just curious...

http://vpbide.codeplex.com


Thank you in advanced.
by flaviofornazier
Fri Sep 16, 2016 12:38 pm
Forum: Coding Questions
Topic: Problem with fonts in Win 7 with text size adjust
Replies: 17
Views: 5621

Re: Problem with fonts in Win 7 with text size adjust

Just a note:

The PB 5.50 "Form Designer Property Editor" itself still looks strange when I make
text and other items larger than default value (Eg: 125%) in Windows 7.

Best Regards.
by flaviofornazier
Tue Sep 13, 2016 1:16 am
Forum: Coding Questions
Topic: Latest version of libraries... =/
Replies: 4
Views: 2164

Re: Latest version of libraries... =/

Thank you for your fast reply Mr.Moderator

I'll download all the free resources from this site and share them
trough my ftp with Purebasic comunity.

Unfortunately, PureRESIZE and PureCOLOR don't
compiles in PB 5.50, I receive the following error:

POLINK: error: Unresolved external symbol: '_SYS ...
by flaviofornazier
Mon Sep 12, 2016 4:12 am
Forum: The PureBasic Form Designer
Topic: text editor
Replies: 9
Views: 13129

Re: text editor

Hi K3pto!

The Purebasic Editor itself is very intuitive, but there many
others that can help you. Please try do a search here with
the keywords "IDE, RAD, Editor", etc.

I'm a newbie too and I'm always doing searches about PB
over all the internet.

Best regards.
by flaviofornazier
Mon Sep 12, 2016 3:48 am
Forum: Coding Questions
Topic: Latest version of libraries... =/
Replies: 4
Views: 2164

Latest version of libraries... =/

Hi guys,


Someone could give me a right direction
to download the latest version of PureFORM
(2008, I think...), PureRESIZE, PureCOLOR
and other free libraries from Mr.Philippe 'Gnozal' Guntz?

I've been searching for a long time and seems
that all links are broken.

I apologize for the topic if ...
by flaviofornazier
Mon Jan 06, 2014 10:40 pm
Forum: Coding Questions
Topic: Good TCP Cliente Example =)
Replies: 3
Views: 1301

Thank you Mr. Bernd! =)

Mr.Bernd,

Thank you for your fast reply.

That's exactly what I need.

Cheers!
by flaviofornazier
Mon Jan 06, 2014 8:31 pm
Forum: Coding Questions
Topic: Good TCP Cliente Example =)
Replies: 3
Views: 1301

Good TCP Cliente Example =)

Hi guys!

Happy new year!

I'm a new PB fan from Brazil and I'm still learning about it with the help file , I'm not a lazy, please believe me. =)

I hope be welcome here.

I'm needing a little example of a simple but good TCP Client that will send a single ASCII string to my TCP server and will be ...