today screen example using vb.net?

  • Thread starter Thread starter Patrick Dugan
  • Start date Start date
P

Patrick Dugan

Can anyone point me to an vb.net example of making a simple "hello world"
type application that writes something to the today screen?
I found one in C# but I haven't found an example yet in visual basic.
 
The only sample that I'm aware of is this one:-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/TodayScrn.asp

It's important to be aware that you can't create a Today Screen item solely
in .NETCF, the majority of code HAS to be written in native code (eVC++) .
It should be fairly straight-forward to convert the C# component from that
sample to VB.NET if required.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Back
Top