|
-
Mar 29th, 2006, 07:09 AM
#1
Thread Starter
New Member
Creating Multiple Desktop (Generate 10 More Desktops for your Windows )
Goto This link to Download Full Source Code of VB6.0 Application wich created 10 desktop.
http://www.planet-source-code.com/vb...64794&lngWId=1
Please Rate it.
1. You can have 10+1 desktop areas in your windows OS (98 or abouve).
2. Easy navigation pan shown in desktop.
3. Easy configuration option.
4. You can send or show windows from one desktop to another.
5. An No. is shown in icon to specify current desktop.
6. Diffrent icons/desktop folder (10+1) desktop folder.
7. Save recovery of desktop area if sudden termination of software or windows.
8. Build-in clipboard viewer with text, files or picutre auto justify.
9. Automatic load on startup.
10. Start minimized.
11. Tray icon for quick access.
12. Diffrent wallpaper for each desktop.
14. User friendly interface.
15. Easy access to main window by CTRL+SHIFT+DEL
16. Shortcut keys for switching desktops.
17. Copy & Paste desktop items from one desktop to another.
18. Quick load, low CPU/Memory usage
19. Clear all desktop wallpaper with onclick.
20. Exclude option to show window regardless of desktop area (unhide window)
-
Apr 6th, 2006, 08:06 AM
#2
New Member
Re: Creating Multiple Desktop (Generate 10 More Desktops for your Windows )
Type Mismatch
VB Code:
chkWallpaper.Value = CInt(GetSetting("NDA", "Wallpaper", "UDW"))
Some help here please
-
Apr 6th, 2006, 03:44 PM
#3
Re: Creating Multiple Desktop (Generate 10 More Desktops for your Windows )
You probably have no NDA\Wallpaper entry in your registry yet, so the program is defaulting to a string ("UDW"), which is a mismatch when used as a checkbox value.
I'd just errortrap that line with a Resume Next. The program will probably save the value to the registry when you quit, so you'll get the correct value next time you run the program. Or change the default to 0 or 1, depending on what you want it to default to. (You'll have to look through the program to see what chkWallpaper.Value is used for.)
This should only happen the first time you run the program on that computer, so it's not a big deal, but someone should leave a note for the guy who wrote it.
-
Apr 7th, 2006, 06:07 AM
#4
Thread Starter
New Member
Re: Creating Multiple Desktop (Generate 10 More Desktops for your Windows )
Thanks AI42. im working for next release with some additional features...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|