Is it possible to create a desktop icon (as in VB), for my application, so that users can access the form from their desktop to make complaints? I am using PHP with MS SQL. Please Help!
Thanks in Advance!
Desktop Icon
Moderator: General Moderators
Re: Desktop Icon
This has absolutely nothing to do with Databases. Welcome to the boards, but please take the time to make sure you're making threads in appropriate forums.
Moving to General Discussion.
Moving to General Discussion.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: Desktop Icon
Sorry for the trouble, let me move my question to PHP forumn. Thanks!
- Bill H
- DevNet Resident
- Posts: 1136
- Joined: Sat Jun 01, 2002 10:16 am
- Location: San Diego CA
- Contact:
Re: Desktop Icon
The two are actually unrelated, but yes, you can do it fairly easily. Just create an icon of the appropriate size, use it as a desktop shortcut, and have the "target" of the shortcut be an http link to your site. They will have to do the actual installation of it, but you can send them the icon with instructions on how to install it.
Re: Desktop Icon
Hey, this sounds good, but will it cause any problem, as i am doing it for the entire office... i should be careful. Let me try this...
Thank you soooooooo much....
Thank you soooooooo much....