[RESOLVED] notification and baloons API
I have recently installed the Visual Studio 2005, and I would realy like to start writing programs to my PDA (mio Pocket PC with Win mobile 5.0).
I have searched the installation CD for SDK, but I couldn't find where to install it from. Even serching the MSDN website didn't help (only C# and C++ sourcecodes).
Anyway, I just want to know the VB API for crating baloons and notification icons.
10X!!
(Telling me the location of the SDK installation, or the API list viewer will be wounderfull too!)
Re: notification and baloons API
The functionality should be aready built into Visual Studio 2005. I created a simple video a while back that builds a simple Pocket PC application. You might try following it and see if you can duplicate the project.
<< oops. the link I had is broken. I'll get it fixed and post tomorrow >>
Brad!
Re: notification and baloons API
Quote:
Originally Posted by brad jones
The functionality should be aready built into Visual Studio 2005. I created a simple video a while back that builds a simple Pocket PC application. You might try following it and see if you can duplicate the project.
<< oops. the link I had is broken. I'll get it fixed and post tomorrow >>
Brad!
I have searched in here too...
10X brad
Re: notification and baloons API
Hi,
you can use one of the various sites to translate from c# to vb.net
Take a look at the notification component in the toolbox
Pete
Re: notification and baloons API
Building Mobile Apps: No Pocket PC Required!
http://www.internet.com/video/667
Re: notification and baloons API
I have downloaded the WM5 SDK and I still don't have an answer.
the SKD samples are only for CPP and C#, but I don't know these languages yet (I'm a first year computer science college student, and I just started learning C & CPP).
HELP ME! PLEASE! :confused:
Re: notification and baloons API
Hi,
as I answered before, you can translate c# to VB.Net on one of the many translation sites - the article here shows use of the notification namespace on page 4
Re: notification and baloons API