Search found 11 matches

by dempdeezzpp
Mon Apr 26, 2021 1:02 pm
Forum: Coding Questions
Topic: get data from DLL
Replies: 10
Views: 2149

Re: get data from DLL

I am very glad that this topic is developing, although I just wanted to understand the logic)
Pardon my bad english
by dempdeezzpp
Sun Apr 25, 2021 5:02 pm
Forum: Coding Questions
Topic: get data from DLL
Replies: 10
Views: 2149

Re: get data from DLL

+++++ I'll add an insetr array from Dll +++++++++++


;------------------------------------------------------------------------------------------------------------------------
; EXE:
; PureBasic 5.72 х64 =(NOT UTF8 file Format!!! < Not work)
; Windows 10
; Endry(DeMpDeez)

EnableExplicit

Structure ...
by dempdeezzpp
Sun Apr 25, 2021 4:44 pm
Forum: Coding Questions
Topic: get data from DLL
Replies: 10
Views: 2149

Re: get data from DLL

Thank you! The server option does not work, I modified the first option, otherwise it swears) It looks like this:

;------------------------------------------------------------------------------------------------------------------------
; EXE:
; PureBasic 5.72 х64 =(NOT UTF8 file Format!!! < Not ...
by dempdeezzpp
Sun Apr 25, 2021 2:45 am
Forum: Coding Questions
Topic: get data from DLL
Replies: 10
Views: 2149

get data from DLL

I need help getting data from dll. not how not to set up a mugu. I searched the forum and there are no results either (
I have yet to show such an example, but mine has the same meaning. This is the first time I come across this, an experienced one will immediately understand. NOT an option to use ...
by dempdeezzpp
Sun Apr 25, 2021 12:01 am
Forum: Coding Questions
Topic: Software Localization from DLL
Replies: 3
Views: 1047

Re: Software Localization from DLL

you can work). very good decision!
by dempdeezzpp
Fri Apr 23, 2021 2:10 pm
Forum: Coding Questions
Topic: Software Localization from DLL
Replies: 3
Views: 1047

Re: Software Localization from DLL

NB! Ups: The resource editor = open the text editor and vrite

STRINGTABLE
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
{
10002, "Properties"
10003, "Exit"
10004, "Undo"
10005, "Redo"
10006, "Cut"
10007, "Copy"
10008, "Paste"
10009, "Insert"
10010, "Delete"
10011, "Delete word"
10012 ...
by dempdeezzpp
Fri Apr 23, 2021 4:40 am
Forum: Coding Questions
Topic: Software Localization from DLL
Replies: 3
Views: 1047

Software Localization from DLL

This release Software Localization from DLL.
You can also add other files yourself as pictures in different languages.
You can find it here on the forum.
How is it possible to put all languages in one DLL, but I don't know how to call them!
PS: Use the resource editor or Pelles C to make DLL ...
by dempdeezzpp
Sat Mar 20, 2021 8:05 pm
Forum: Coding Questions
Topic: looking.... PURE_Zip_2 library
Replies: 1
Views: 634

looking.... PURE_Zip_2 library

Hi !! I am looking for the PURE_Zip_2 library. Maybe someone has it? Or is there another solution?
by dempdeezzpp
Thu Mar 04, 2021 7:31 pm
Forum: Coding Questions
Topic: FindMapElement no case
Replies: 15
Views: 3445

Re: FindMapElement no case

Your question has nothing to do with this thread.
Open a new one next time.

DeclareModule Item

#Version = 19042800

Enumeration 1
#FullPatch
#FolderPatch
#FolderFiles
EndEnumeration

Declare SetData(GId.i, Index.i, Value.s)
Declare.s GetData(GId.i, Index.i)
Declare RemoveData(GId.i ...
by dempdeezzpp
Thu Mar 04, 2021 1:44 pm
Forum: Coding Questions
Topic: FindMapElement no case
Replies: 15
Views: 3445

Re: FindMapElement no case

This is how I do it for the moment; however there must for sure be another FASTER method instead of removing/re-appending the map elements!

ForEach *Module\Views()
Protected CurrentKey$ = MapKey(*Module\Views())
Protected UpperKey$ = UCase(CurrentKey$)
If UpperKey$ <> CurrentKey ...
by dempdeezzpp
Wed Feb 03, 2021 12:15 am
Forum: Tricks 'n' Tips
Topic: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]
Replies: 17
Views: 8928

Re: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]

new update with some bug fixes and images now embed in example.

; 1.10 Fixed Drawing ScrollBar
; Added CompilerError for threadsafe option
; Fixed a problem in BindScrollBarExEvent
; Images embeded in Example
; Changed CanvasCallback to ScrollBarExCallback
; Changed UpdateCallback to ...