Search found 766 matches

by Blue
Fri Apr 19, 2024 12:14 pm
Forum: Bugs - Windows
Topic: PB 6.11 b1 : exe does not display its new shiny icon
Replies: 4
Views: 145

Re: PB 6.11 b1 : exe does not display its new shiny icon

IMHO there is something wrong with your explorer as not displaying the icon at all is weird. I tried on several Windows and it works as expected, can anybody else confirm ? You could be right... My Windows 11 build version is 22635.3495 , which is a Beta version. So, maybe there is something differ...
by Blue
Thu Apr 18, 2024 2:25 pm
Forum: Bugs - Windows
Topic: PB 6.11 b1 : exe does not display its new shiny icon
Replies: 4
Views: 145

PB 6.11 b1 : exe does not display its new shiny icon

 
System : Windows 11 X64

Image
by Blue
Thu Apr 18, 2024 1:46 pm
Forum: Announcement
Topic: PureBasic 6.11 LTS Beta 1 is ready for testing !
Replies: 11
Views: 853

Re: PureBasic 6.11 LTS Beta 1 is ready for testing !

Very good work, and fast too ! I'm impressed...
Thank you, Fred and resident elves.
by Blue
Wed Apr 17, 2024 3:33 pm
Forum: Coding Questions
Topic: Dual Support PB604 and PB610 Identification
Replies: 14
Views: 682

Re: Dual Support PB604 and PB610 Identification

Jeromyal wrote: Sun Apr 07, 2024 1:56 pm [...]
Does being skilled at inserting a foot in own ones mouth count? There are days I could put on a great act.
[…]
Are you saying you're agile at putting your foot in your mouth ? :shock:
That would certainly count... however you do it. :lol:
We run a club for that. You could join.

 
by Blue
Wed Apr 17, 2024 1:09 pm
Forum: Bugs - Windows
Topic: [Done] PB 6.03 icon size on high DPi display
Replies: 10
Views: 1205

Re: [Done] PB 6.03 icon size on high DPi display

Fred wrote: Wed Apr 17, 2024 9:41 am Added a new shiny 256x256 icon for the IDE.
Good news, especially that it’s shiny ! My other apps will be jealous.
Thank you, Fred.

PS : … and when do we get to take it out for a test drive ?
by Blue
Thu Apr 04, 2024 6:02 pm
Forum: Coding Questions
Topic: WINDOWS issue : How do you include icons into the exe ?
Replies: 12
Views: 592

Re: WINDOWS issue : How do you include icons into the exe ?

Thanks, ChrisR for the best — and most complete — explanation I’ve had so far.
The fog is dissipating.

As we say where I live, I catch quickly, as long as you explain lengthily.
by Blue
Thu Apr 04, 2024 5:55 pm
Forum: Coding Questions
Topic: Dual Support PB604 and PB610 Identification
Replies: 14
Views: 682

Re: Dual Support PB604 and PB610 Identification

Michael Vogel wrote: Thu Apr 04, 2024 5:50 pm Endless variations are possible... :wink:
[…]
oh yes.
Endless obfuscations too.
But, as i commented above, I’m still in awe of the intellectual contorsions.
It takes a code acrobat to come up with something like this, and I’ve always envied acrobats.
by Blue
Thu Apr 04, 2024 3:34 pm
Forum: Coding Questions
Topic: WINDOWS issue : How do you include icons into the exe ?
Replies: 12
Views: 592

Re: WINDOWS issue : How do you include icons into the exe ?

On the topic of resource files... Perhaps this will help you get started. Help with ressources files (.RC) Ressources Files Excellent link, Axolotl . Much appreciated. But pay attention to this all important detail : searching the forum for resource will NOT find ressource ... CORRECTION : Sorry Ax...
by Blue
Thu Apr 04, 2024 3:27 pm
Forum: Coding Questions
Topic: WINDOWS issue : How do you include icons into the exe ?
Replies: 12
Views: 592

Re: WINDOWS issue : How do you include icons into the exe ?

AZJIO wrote: Thu Apr 04, 2024 3:48 am [...]
exe,dll,ocx,res,cpl,ax,scr,apl
Ah ! Now I understand. Thank you AZJIO for being specific and a lot clearer.
by Blue
Thu Apr 04, 2024 3:12 pm
Forum: Coding Questions
Topic: Dual Support PB604 and PB610 Identification
Replies: 14
Views: 682

Re: Dual Support PB604 and PB610 Identification

Michael Vogel wrote: Tue Apr 02, 2024 4:44 pm Brute short version... :lol:

Code: Select all

a=(#PB_Compiler_Processor-1)/2
Debug Mid("ARMX",(~a&2)<<1,3) + Str(32<<Bool(a%3))
😳🤓👍
I’m in awe… but
Fred wrote: Wed Apr 03, 2024 3:05 pm #PB_Compiler_64Bit can be used for this:

Code: Select all

Debug #PB_Compiler_64Bit
So simple and, especially, so much clearer.
by Blue
Thu Apr 04, 2024 3:38 am
Forum: Coding Questions
Topic: WINDOWS issue : How do you include icons into the exe ?
Replies: 12
Views: 592

Re: WINDOWS issue : How do you include icons into the exe ?

Open some file in the " Resource Hacker " program [...] You already have me stalled :oops: with your first 3 words : Open some file ??? Could you be more vague ? :( What type of file should that be ? A text file ? An icon file ? What should the file be or contain ? Thanks for reminding me...
by Blue
Thu Apr 04, 2024 3:21 am
Forum: Coding Questions
Topic: WINDOWS issue : How do you include icons into the exe ?
Replies: 12
Views: 592

Re: WINDOWS issue : How do you include icons into the exe ?

Thank you AZJIO and Bisonte for taking the time to reply. (I was not ignoring you or this topic, i was simply under the weather for the past days.) I'll study your suggestions and see if I finally understand how to prepare resource files and get them to work in PB. I still wish there was some kind o...
by Blue
Sun Mar 31, 2024 10:36 pm
Forum: Coding Questions
Topic: Strange characters in shared code
Replies: 11
Views: 381

Re: Strange characters in shared code

Little John wrote: Sun Mar 31, 2024 5:57 pm […]
Sharing code in the body of an e-mail actually is not a good idea.
Better attach your .pb file(s) to the mail.
👍
Exactly… as BarryG clearly experienced.
by Blue
Sun Mar 31, 2024 5:39 pm
Forum: Coding Questions
Topic: WINDOWS issue : How do you include icons into the exe ?
Replies: 12
Views: 592

WINDOWS issue : How do you include icons into the exe ?

I know how to include data in a compiled program using IncludeBinary() and CatchImage() but that does not make the icon visible so that you can assign specific icons to specific filetypes. I think that can only be done using a resource script . I would be grateful if someone could provide a complete...
by Blue
Sun Mar 31, 2024 5:28 pm
Forum: Coding Questions
Topic: Strange characters in shared code
Replies: 11
Views: 381

Re: [Done] Strange characters in shared code

BarryG wrote: Thu Mar 14, 2024 8:09 am [...] You'd assume you could just paste that into the IDE and run it, right?

[...]
No.
Email clients don't follow any standard.
They each have their idiosyncratic rules and complications.
They just watched the parade as HTML evolved to version 5...