Search found 11 matches

by Amor_2001
Fri Jun 01, 2018 5:17 am
Forum: Windows
Topic: Windows 10 Startmenu
Replies: 1
Views: 1743

Windows 10 Startmenu

Hello everybody,
I need help. I would like to read which tiles a user has currently pinned to his start menu and then wants to unpin selected or pin missing to the menu.
Is there a code or a library for this?

Many thanks.
by Amor_2001
Tue Jul 14, 2015 1:10 am
Forum: Tricks 'n' Tips
Topic: VBScript to PureBasic program code generator
Replies: 8
Views: 7256

Re: VBScript to PureBasic program code generator

Hello,
Thanks for the code. Excellent.

I have a question. My VBScript provides many values are in different variables. These I would then evaluate in PureBasic. How can I read the contents of the variable in PureBasic.

Many Thanks.
by Amor_2001
Tue Jun 10, 2014 1:10 pm
Forum: Coding Questions
Topic: FTP check if file already exists
Replies: 2
Views: 1133

Re: FTP check if file already exists

The method with ExamineFTPDirectory () I have already tried. I have about 200 files in a array that I need to check. This takes quite a long time.
Here's an example of my code:

for i=1 to FileCount
If ExamineFTPDirectory(1)
While NextFTPDirectoryEntry(1)
If LCase(FTPDirectoryEntryName(1 ...
by Amor_2001
Tue Jun 10, 2014 12:21 pm
Forum: Coding Questions
Topic: FTP check if file already exists
Replies: 2
Views: 1133

FTP check if file already exists

Hello,

how can I check if a file already exists on an FTP server with a function similar to FileSize() in a normal Directoy ?

Best Regards
by Amor_2001
Wed Oct 09, 2013 9:05 am
Forum: Announcement
Topic: DroopyLib
Replies: 186
Views: 120005

Re: DroopyLib

Hi Droopy,

good job. Unfortunately you do not have time to add the REG_MULTI_SZ key.
It would complete the registry part.

Regards
by Amor_2001
Wed Sep 11, 2013 10:44 am
Forum: Announcement
Topic: DroopyLib
Replies: 186
Views: 120005

Re: DroopyLib

SeregaZ wrote:Amor_2001, read part is done. for delete key stardart droopy deleting is fine. so it means we need only text-convert function to this type of value for write.
If that would go, it would be great. I need a solution as soon as possible anyway.
by Amor_2001
Mon Sep 09, 2013 12:26 pm
Forum: Announcement
Topic: DroopyLib
Replies: 186
Views: 120005

Re: DroopyLib

Hello, i don't want/need REG_MULTI_SZ support to registry functions.
I'm waiting the final PureBasic 5.20 (not the beta), to publish the DroopyLib for PureBasic 5.20
Regards

Hello Droopy!
The REG_MULTI_SZ key is very important to me.
I need it to create Keys in "Type1 Installer / Type 1 Fonts ...
by Amor_2001
Fri Apr 19, 2013 7:25 am
Forum: Coding Questions
Topic: Read FONTNAME from ttf, otf and pfm font files
Replies: 7
Views: 1431

Re: Read FONTNAME from ttf, otf and pfm font files

@ABBKlaus
Can you please tell me what and where to find it there? I have found nothing to extract the Font Names in PurePdf. Only to set the properties.

Thanks
by Amor_2001
Thu Apr 18, 2013 8:54 am
Forum: Coding Questions
Topic: Read FONTNAME from ttf, otf and pfm font files
Replies: 7
Views: 1431

Re: Read FONTNAME from ttf, otf and pfm font files

Thank you.
I have looked into similar documentation, but this is difficult for me to put into source code.
by Amor_2001
Thu Apr 18, 2013 8:00 am
Forum: Coding Questions
Topic: Read FONTNAME from ttf, otf and pfm font files
Replies: 7
Views: 1431

Read FONTNAME from ttf, otf and pfm font files

Hello.
I want to write a program to read the font names from ttf, otf and pfm font files.
Unfortunately, I have yet no idea.
Could someone make me ready procedures available?

Thank you.