Hi,
have a look at Comodo Firewall, its free (if you don't use the Antivirus) and although Glasswire is very colourful, Comodo has far more possibilities and doesn't rely on the Windows Packet Filter Api.
Cheers
Search found 45 matches
- Mon May 08, 2017 6:21 pm
- Forum: Off Topic
- Topic: GlassWire FireWall
- Replies: 2
- Views: 2672
- Wed Apr 05, 2017 6:19 pm
- Forum: General Discussion
- Topic: A new approach to resolve antivirus False Positives
- Replies: 27
- Views: 18857
Re: A new approach to resolve antivirus False Positives
Hello there,
I've had a lot of problems with false positives in the past, especially when using executable compressors and license systems. However I have found that most AVs will stop nagging when you use code signing for your executable.
I got programs from 16 / 61 to just 2 / 61 hits on ...
I've had a lot of problems with false positives in the past, especially when using executable compressors and license systems. However I have found that most AVs will stop nagging when you use code signing for your executable.
I got programs from 16 / 61 to just 2 / 61 hits on ...
- Wed Apr 05, 2017 5:26 pm
- Forum: Windows
- Topic: Font requester for fixed width fonts only
- Replies: 6
- Views: 3724
Re: Font requester for fixed width fonts only
So simple :oops: :)
But it was a good practice maybe I will need it in the future
FontName$ = "Arial" ; set initial font (could also be blank)
FontSize = 14 ; set initial size (could also be null)
Result = FontRequester(FontName$, FontSize, #CF_WYSIWYG|#CF_EFFECTS|#CF_FIXEDPITCHONLY )
If Result ...
But it was a good practice maybe I will need it in the future
FontName$ = "Arial" ; set initial font (could also be blank)
FontSize = 14 ; set initial size (could also be null)
Result = FontRequester(FontName$, FontSize, #CF_WYSIWYG|#CF_EFFECTS|#CF_FIXEDPITCHONLY )
If Result ...
- Mon Apr 03, 2017 10:14 pm
- Forum: Windows
- Topic: Font requester for fixed width fonts only
- Replies: 6
- Views: 3724
Re: Font requester for fixed width fonts only
Hi Rashad,
that works great, thanks for that!
Just one more thing, (sorry) is there a way to find the valid font sizes so that a Fontrequester-like dialog could be made? (Especially for raster fonts)
Cheers
that works great, thanks for that!
Just one more thing, (sorry) is there a way to find the valid font sizes so that a Fontrequester-like dialog could be made? (Especially for raster fonts)
Cheers
- Mon Apr 03, 2017 7:46 pm
- Forum: Windows
- Topic: Font requester for fixed width fonts only
- Replies: 6
- Views: 3724
Font requester for fixed width fonts only
Hello all,
is there a way to only display fixed width fonts in the fontrequester?
Cheers!
is there a way to only display fixed width fonts in the fontrequester?
Cheers!
- Mon Mar 06, 2017 10:01 pm
- Forum: Tricks 'n' Tips
- Topic: Yet another non-binary tree
- Replies: 11
- Views: 5054
Re: Yet another non-binary tree
Very useful, thanks for sharing!
- Fri Feb 24, 2017 8:38 pm
- Forum: Applications - Feedback and Discussion
- Topic: UltrafontPC
- Replies: 8
- Views: 5616
Re: UltrafontPC V0.9b
COOOOOOOOOOOOOOOOOOOOOOOOOOL!!!
- Sat Sep 03, 2016 3:37 pm
- Forum: Tricks 'n' Tips
- Topic: Simple Thread Control
- Replies: 4
- Views: 4819
Re: Simple Thread Control
Thanks for sharing!
- Fri Aug 12, 2016 12:44 pm
- Forum: Announcement
- Topic: Name That Color — PB CLI tool to find color names (dE00)
- Replies: 6
- Views: 4487
Re: Name That Color — PB CLI tool to find color names (dE00)
Hello,
perhaps its just me, but NTC.PB is referenced in the Project but it's not on github
perhaps its just me, but NTC.PB is referenced in the Project but it's not on github
- Tue Jun 21, 2016 6:03 am
- Forum: Announcement
- Topic: PureBasic 5.50 final is out !
- Replies: 132
- Views: 75693
Re: PureBasic 5.50 beta 1 is out
My Application relies heavily on Scintilla and the Unicode stuff messes that up in a big way :-(
I replaced calls to scintilla with calls that manage the conversion. You really should be doing that anyway, unless you do not plan on sharing your program with anybody else, because non-ascii ...
I replaced calls to scintilla with calls that manage the conversion. You really should be doing that anyway, unless you do not plan on sharing your program with anybody else, because non-ascii ...
- Mon Jun 20, 2016 10:18 pm
- Forum: Announcement
- Topic: PureBasic 5.50 final is out !
- Replies: 132
- Views: 75693
Re: PureBasic 5.50 beta 1 is out
My Application relies heavily on Scintilla and the Unicode stuff messes that up in a big way 

- Sat Mar 12, 2016 2:37 pm
- Forum: Applications - Feedback and Discussion
- Topic: WinAPI Library (1163 example codes)
- Replies: 57
- Views: 97517
Re: WinAPI Library (1.077)
Fantastic !!!
- Tue Mar 01, 2016 9:56 am
- Forum: Announcement
- Topic: PureBasic 5.42 LTS final is available !
- Replies: 98
- Views: 51700
Re: PureBasic 5.42 Beta 5 LTS is available
Fantastic, it just keeps getting better
Thanks guys!!!!

Thanks guys!!!!
- Tue Sep 15, 2015 11:17 pm
- Forum: Coding Questions
- Topic: 5.40LTS Cannot send mail with TLS/Asynchronous
- Replies: 27
- Views: 9260
Re: [Done] 5.40LTS Cannot send mail with TLS/Asynchronous
Hi,
has anybody tried this with 5.40LTS Beta 3? I can't get it to work, it worked with Beta2
has anybody tried this with 5.40LTS Beta 3? I can't get it to work, it worked with Beta2
- Tue Sep 15, 2015 10:00 pm
- Forum: Announcement
- Topic: PureBasic 5.40 LTS beta 10 is out !
- Replies: 213
- Views: 93230
Re: PureBasic 5.40 LTS beta 3 is out !
Hurray, that is just great!Fred wrote:
- Added Auto redirect support for ReceiveHTTPFile() and ReceiveHTTPMemory()

Thanks guys!