How to make a deskbar searchbox?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
ptrpan
Forum Commoner
Posts: 81
Joined: Tue Apr 03, 2007 5:09 am
Location: Cape Town, South Africa

How to make a deskbar searchbox?

Post by ptrpan »

Hi all

I know this forum is for php, but I have no other place to go. :( None of the other forums where I went could/wanted to help me.

My problem is, I want to develop a deskbar search box that is linked to my site. Google has a similar searchbox type of thing that comes with Google Desktop.

I dont know where to start (especially what language to use). Any help would be greatly appreciated.

Thank you my fellow developers
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

What the heck is a "deskbar"?
User avatar
ptrpan
Forum Commoner
Posts: 81
Joined: Tue Apr 03, 2007 5:09 am
Location: Cape Town, South Africa

Post by ptrpan »

if you have google desktop installed on your machine there would be a searchbox right next to the system tray(the place where the system clock is)

That my dear friends, is the deskbar. It is situated on the taskbar, next to the system tray

There is software that makes things a bit easier Deskbarbuilder, But I dont have $950 to do that. It will be a lot cheaper if you can do it yourself. And I know it is possible!
User avatar
ptrpan
Forum Commoner
Posts: 81
Joined: Tue Apr 03, 2007 5:09 am
Location: Cape Town, South Africa

Post by ptrpan »

I did a bit more of searching and came up with this

http://www.codeproject.com/csharp/dotnetbandobjects.asp

Hopefully this gives you guys out there an idea of what Im looking for.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

Look up articles by Mike Dunn and Erik Thomson(i think his name was)

Mike has written an entire series of articles on shell extensions (which is what you need).

If your asking a C++ question on a PHP forum, your not starting on the right path....

It's not the C/C++ that will kill when developing a shell extension, it's understanding M$ COM technologies, ATL and the crazy API.

Brush up on design patterns as they refer to those alot more than they do in MFC.
Post Reply