Search found 21 matches

by Andi
Fri Mar 29, 2013 1:18 pm
Forum: PureFORM & JaPBe
Topic: PureCOLOR library : coloring gadgets (and much more)
Replies: 524
Views: 323017

Re: PureCOLOR library : coloring gadgets (and much more)

Hi Gnozal, I downloaded the zip-file from your site, but the version-number of the installer.exe is 500 and it's dated November last year. Is it really the version for PB 5.11?

OOPs, I just discovered, that there's a link to the PB-5.1-update right at the beginning of this thread.
by Andi
Tue Dec 18, 2012 1:58 pm
Forum: Announcement
Topic: Programming 2D Scrolling Games (V 4.61 & 5.0) Book Released!
Replies: 50
Views: 139561

Re: Programming 2D Scrolling Games (V 4.61 & 5.0) Book Relea

I've just received the printed book by Lulu. It's a great book and worth every cent. Thanks a lot.
by Andi
Sat Sep 29, 2012 8:31 am
Forum: Tricks 'n' Tips
Topic: Create Desktop Shortcuts (Windows)
Replies: 23
Views: 16324

Re: Create Desktop Shortcuts (Windows)

@jassing
I'm aware of what you say. When the name of the link e. g. "Dos box" is changed to whatever, then it's getting complicate. But in my case all the names of the .lnk files are known and these names will not be changed. Sure, I can change and delete shortcuts by right click the corresponding ...
by Andi
Sat Sep 29, 2012 7:52 am
Forum: Tricks 'n' Tips
Topic: Create Desktop Shortcuts (Windows)
Replies: 23
Views: 16324

Re: Create Desktop Shortcuts (Windows)

Thank you, Rashad. Your solution is very elegant. A pity that I was not able to find it. :wink:

btw: Is there any chance to delete a shortcut or to change a shortcut [e. g. from strg+1 to alt+F7] using PB in combination with WinApi?
by Andi
Fri Sep 28, 2012 6:50 pm
Forum: Tricks 'n' Tips
Topic: Create Desktop Shortcuts (Windows)
Replies: 23
Views: 16324

Re: Create Desktop Shortcuts (Windows)

Sorry, Rashad, for my delayed answer, a friend of mine dropped by.

The folder is: "Document and Settings\my user name\desktop". And the file, which icon and shortcut I want to delete, is a self-written exe-file. So it cannot be detected by the msconfig.exe. It's really crazy, the icon disappeared ...
by Andi
Fri Sep 28, 2012 4:21 pm
Forum: Tricks 'n' Tips
Topic: Create Desktop Shortcuts (Windows)
Replies: 23
Views: 16324

Re: Create Desktop Shortcuts (Windows)

My configuration is: PB 4.61 x86 Windows XP

By the way, it's crazy: The desktop icon has dissappeared after running your code, but the link in the "desktop"-folder still exists. After restarting my computer, the icon can be found on the desktop again.
by Andi
Fri Sep 28, 2012 4:02 pm
Forum: Tricks 'n' Tips
Topic: Create Desktop Shortcuts (Windows)
Replies: 23
Views: 16324

Re: Create Desktop Shortcuts (Windows)

Hi Rashad, thanks for your answer!! Your code worked (I only had to add this line: linkname$ = path$ + linkname$). The icon disappeared from my desktop. But the shortcut, which was connected with it, still works. Is there a way to get rid off it, too?
by Andi
Fri Sep 28, 2012 1:56 pm
Forum: Tricks 'n' Tips
Topic: Create Desktop Shortcuts (Windows)
Replies: 23
Views: 16324

Re: Create Desktop Shortcuts (Windows)

No, not exactly. For a certain executable file (e.g. example.exe), I created a desktop icon and corresponding shortcut. My idea is, that it would be nice to delete the desktop icon and(!) its shortcut by specifying only the name of the exe-file (here: example.exe).
by Andi
Fri Sep 28, 2012 11:50 am
Forum: Tricks 'n' Tips
Topic: Create Desktop Shortcuts (Windows)
Replies: 23
Views: 16324

Re: Create Desktop Shortcuts (Windows)

Is there an easy way to do the opposite, i. e. to delete desktop icons and shortcuts respectively?
by Andi
Mon Apr 27, 2009 11:48 pm
Forum: Announcement
Topic: COMatePLUS version 1.2
Replies: 339
Views: 229051

Thanks a lot, srod! Absolutely great! Your work in the field of COM is comparable to Led Zeppelin's contribution to rock music - so to speak! :lol:
by Andi
Wed Dec 31, 2008 1:53 am
Forum: Announcement
Topic: Purebasic A Beginner's Guide To Programming CHRISTMAS OFFER!
Replies: 13
Views: 6112

It's really a great book. I can highly recommend it. Looking forward, when it is updated for PB 4.30!
by Andi
Thu Dec 25, 2008 6:42 pm
Forum: Coding Questions
Topic: Transparency for TextGadget and overlaping...???
Replies: 10
Views: 3406

Perfect! That's what I was looking for. Thanks, Sparkie!
by Andi
Thu Dec 25, 2008 10:56 am
Forum: Coding Questions
Topic: Transparency for TextGadget and overlaping...???
Replies: 10
Views: 3406

For me it is a nice example 'cause it shows how to make a TextGadget transparent. Does anyone know, how to get other gadgets (e.g. a trackbar-gadget, string-gadget) transparent? Although using #WM_CTLCOLOREDIT to catch the window-message, I had no success.
by Andi
Wed Nov 26, 2008 11:11 pm
Forum: Coding Questions
Topic: COMate example Demo-retrieve text from word doc using GetObj
Replies: 8
Views: 1828

Thanks, Kiffi! (Ja, das ist genau das, was ich suchte!) :)
by Andi
Wed Nov 26, 2008 6:06 pm
Forum: Coding Questions
Topic: COMate example Demo-retrieve text from word doc using GetObj
Replies: 8
Views: 1828

@Kiffi: Sure, I could have asked in the German forum. But I thought, the members of the German forum are also members of the English forum but not vice versa. That is the only reason.

With regard to your example: Yes, I know that I can use the Invoke()-method to open a document. But I try to do the ...