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.
Search found 21 matches
- Fri Mar 29, 2013 1:18 pm
- Forum: PureFORM & JaPBe
- Topic: PureCOLOR library : coloring gadgets (and much more)
- Replies: 524
- Views: 323017
- 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.
- 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 ...
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 ...
- 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.
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?

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?
- 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 ...
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 ...
- 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 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.
- 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?
- 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).
- 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?
- Mon Apr 27, 2009 11:48 pm
- Forum: Announcement
- Topic: COMatePLUS version 1.2
- Replies: 339
- Views: 229051
- Wed Dec 31, 2008 1:53 am
- Forum: Announcement
- Topic: Purebasic A Beginner's Guide To Programming CHRISTMAS OFFER!
- Replies: 13
- Views: 6112
- Thu Dec 25, 2008 6:42 pm
- Forum: Coding Questions
- Topic: Transparency for TextGadget and overlaping...???
- Replies: 10
- Views: 3406
- Thu Dec 25, 2008 10:56 am
- Forum: Coding Questions
- Topic: Transparency for TextGadget and overlaping...???
- Replies: 10
- Views: 3406
- 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
- 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 ...
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 ...