Search found 2217 matches
- Tue Mar 10, 2026 8:52 pm
- Forum: Applications - Feedback and Discussion
- Topic: Launcher
- Replies: 3
- Views: 7910
Re: Launcher
When I build the Launcher-OWNER_x64 source code using ASM, it works fine. When I build it using C-Backend, the application crashes in the absence of an executable file. The problem with the icons. If I disable the icons, it works. I am concerned about the difference between ASM and C-Backend. I get ...
- Tue Mar 10, 2026 12:21 am
- Forum: Coding Questions
- Topic: How can I place 32x32 icons in one column?
- Replies: 6
- Views: 176
Re: How can I place 32x32 icons in one column?
I've made my own versions and they're similar to yours. Maybe I should have waited a bit. :D
Thanks for participating, it helps optimize my code.
Global ListIcon_ID, hImgList
Define hIcon1, hIcon2, hIcon3
Define Size = 32
; Добавляем иконки прог
ExtractIconEx_("Shell32.dll", 161, @hIcon1, 0, 1 ...
Thanks for participating, it helps optimize my code.
Global ListIcon_ID, hImgList
Define hIcon1, hIcon2, hIcon3
Define Size = 32
; Добавляем иконки прог
ExtractIconEx_("Shell32.dll", 161, @hIcon1, 0, 1 ...
- Mon Mar 09, 2026 8:22 pm
- Forum: Coding Questions
- Topic: How can I place 32x32 icons in one column?
- Replies: 6
- Views: 176
How can I place 32x32 icons in one column?
#LIG = 0
Define hIcon
Define p.POINT
If OpenWindow(0, 100, 100, 400, 600, "example", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
ListIconGadget(#LIG, 5, 5, 390, 590, "Name", 100, #PB_ListIcon_FullRowSelect | #PB_ListIcon_AlwaysShowSelection)
AddGadgetColumn(#LIG, 1, "Address", 250 ...
Define hIcon
Define p.POINT
If OpenWindow(0, 100, 100, 400, 600, "example", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
ListIconGadget(#LIG, 5, 5, 390, 590, "Name", 100, #PB_ListIcon_FullRowSelect | #PB_ListIcon_AlwaysShowSelection)
AddGadgetColumn(#LIG, 1, "Address", 250 ...
- Mon Mar 09, 2026 4:41 pm
- Forum: Coding Questions
- Topic: Constants explicitly in the executable file
- Replies: 4
- Views: 168
Constants explicitly in the executable file
On another forum, we discussed the program and then it turned out that it was written in PureBasic. I was wondering if the text "PureBasic" is inside the file. It was found that PureWeb and PureCanvas are sometimes found. Perhaps these are window classes. But I noticed that there are constants ...
- Sat Mar 07, 2026 9:03 pm
- Forum: Bugs - IDE
- Topic: "Coloring" option in the IDE
- Replies: 3
- Views: 161
- Fri Mar 06, 2026 9:08 pm
- Forum: Coding Questions
- Topic: Automatic translation of the help file (?)
- Replies: 3
- Views: 1110
Re: Automatic translation of the help file (?)
I've updated it several times, so you can try the new version. Since the code no longer fits in the message, download the archive in the first message.
1. I also exported the code comments to translate them.
2. I made the translation using the external QTranslate window, as the built-in translation ...
1. I also exported the code comments to translate them.
2. I made the translation using the external QTranslate window, as the built-in translation ...
- Fri Mar 06, 2026 8:51 pm
- Forum: Off Topic
- Topic: Please fix this annoyingly slow forum
- Replies: 70
- Views: 4817
Re: Please fix this annoyingly slow forum
And please stop those ads which are very null... Look this link below, behind the photography of Brigitte Macron and a put-a-click slogan. How can I helped, and how can I help if I must also click "I do not consent" thausend times.... Near one hour lost just for one line, one link to give to KCC ...
- Tue Mar 03, 2026 8:54 am
- Forum: Feature Requests and Wishlists
- Topic: Feature Request - mark/select procedure by doubleclick in procedures
- Replies: 5
- Views: 287
Re: Feature Request - mark/select procedure by doubleclick in procedures
Press Ctrl+M several times inside the procedure
- Sat Feb 28, 2026 9:54 am
- Forum: Coding Questions
- Topic: Automatic translation of the help file (?)
- Replies: 3
- Views: 1110
Re: Automatic translation of the help file (?)
The third version
Download
HelpTranslator.pb
;- TOP
; AZJIO 2026.02.02
EnableExplicit
; DebugLevel 1 ; разрешить сообщения отладчика, а чтобы можно было отключить и не мешать GUI-обработчику.
;- ● Enumeration
Enumeration
#RE_Overview
#RE_Description
#RE_Parameter
#RE_OptionalParameter ...
Download
HelpTranslator.pb
;- TOP
; AZJIO 2026.02.02
EnableExplicit
; DebugLevel 1 ; разрешить сообщения отладчика, а чтобы можно было отключить и не мешать GUI-обработчику.
;- ● Enumeration
Enumeration
#RE_Overview
#RE_Description
#RE_Parameter
#RE_OptionalParameter ...
- Fri Feb 20, 2026 4:44 am
- Forum: Tricks 'n' Tips
- Topic: Re: [SUPERIOR!!] (Windows) Mouse Over Gadget BalloonTips
- Replies: 16
- Views: 2873
Re: [REVISED & IMPROVED!!] (Windows) Mouse Over Gadget TIPS
This is taken from the Launcher
EnableExplicit
Global hIcon1, hIcon2, hIcon3
Global TTip
Global TipTime = 4
; Global TipStyle = 0
Global TipStyle = 64
Global TipWidth = 220
TipTime * 1000
Procedure BalloonTip()
Protected null.w
Protected TStyle = #TTS_NOPREFIX | #TTS_ALWAYSTIP | #WS_POPUP
If ...
EnableExplicit
Global hIcon1, hIcon2, hIcon3
Global TTip
Global TipTime = 4
; Global TipStyle = 0
Global TipStyle = 64
Global TipWidth = 220
TipTime * 1000
Procedure BalloonTip()
Protected null.w
Protected TStyle = #TTS_NOPREFIX | #TTS_ALWAYSTIP | #WS_POPUP
If ...
- Wed Feb 18, 2026 7:59 am
- Forum: Coding Questions
- Topic: The compiler is not ready
- Replies: 59
- Views: 7992
- Wed Feb 18, 2026 7:45 am
- Forum: Coding Questions
- Topic: The compiler is not ready
- Replies: 59
- Views: 7992
Re: The compiler is not ready
You madte 2 separate code posts there. Am I supposed to srteam them together into a single .pb file and save it to that Build folder?
The second code is a list of files that should appear in the "purebasic-devel\PureBasicIDE\Build" folder.
If you don't have these files, the compiler will remind ...
- Wed Feb 18, 2026 6:42 am
- Forum: Coding Questions
- Topic: The compiler is not ready
- Replies: 59
- Views: 7992
Re: The compiler is not ready
Line 13: File not found (D:\PureBasic\purebasic-6.30\PureBasicIDE\Build\BuildInfo.pb).
BuildInfo.pb
; Autogenerated by makebuildinfo.pb
;
#BUILDINFO_Branch = ""
#BUILDINFO_Revision = ""
#BUILDINFO_Compiler = ")"
#BUILDINFO_Version = ""
#BUILDINFO_User = "Randy Walker"
├─maketheme.exe ...
- Wed Feb 18, 2026 6:32 am
- Forum: Coding Questions
- Topic: The compiler is not ready
- Replies: 59
- Views: 7992
Re: The compiler is not ready
D:\PureBasic\purebasic-devel\PureBasicIDE\MakeWindows.cmd "C:\Program Files\PureBasic"
- Wed Feb 18, 2026 6:08 am
- Forum: Coding Questions
- Topic: The compiler is not ready
- Replies: 59
- Views: 7992
Re: The compiler is not ready
My PurebasicIDE path is different and didn't have a C:\PB\Purebasic_64 path so I created one.
I'm not surprised.
C:\PB\Purebasic_64 - this is the path to your Purebasic. I do not know where you have it, and I am not interested. You need to specify the path to your Purebasic. The Purebasic ...