11842
I want to create a "Today Screen Application" and I found this article below:
http://www.christec.co.nz/blog/archives/279
I downloaded "sample application" from this link below:
http://www.christec.co.nz/blog/wp-content/uploads/2008/02/managedtodayscreenitem.zip
I have:
Windows XP SP3 x32 tweaked by nLite
Microsoft Visual Studio 2008 (9.0.21022.8 RTM) [Basic,C#,Tools for Office and Web Developer.. I didn't installed other parts like C++)
Emulator is: USA Windows Mobile 5.0 pocket PC R2 Emulator
When I run "C:\...\ManagedTodayScreenItem\...
...Src\Sample\SampleTodayScreenItem.sln",
I realized that Some "Detected Dependencies" are missing
Microsoft.WindowsCE.Forms.dll
mscorlib.dll
System.dll
System.Drawing.dll
System.Windows.Forms.dll
screen capture of Solution Explorer is below:
http://tinypic.com/view.php?pic=168ekp5&s=7
When I start applicaton it throws exceptipn:
NullReferenceException on Line "Application.Run(new mainForm());"
Any Idea?
I really want to have a Today Screen Application for my self.
Thanks..
I want to create a "Today Screen Application" and I found this article below:
http://www.christec.co.nz/blog/archives/279
I downloaded "sample application" from this link below:
http://www.christec.co.nz/blog/wp-content/uploads/2008/02/managedtodayscreenitem.zip
I have:
Windows XP SP3 x32 tweaked by nLite
Microsoft Visual Studio 2008 (9.0.21022.8 RTM) [Basic,C#,Tools for Office and Web Developer.. I didn't installed other parts like C++)
Emulator is: USA Windows Mobile 5.0 pocket PC R2 Emulator
When I run "C:\...\ManagedTodayScreenItem\...
...Src\Sample\SampleTodayScreenItem.sln",
I realized that Some "Detected Dependencies" are missing
Microsoft.WindowsCE.Forms.dll
mscorlib.dll
System.dll
System.Drawing.dll
System.Windows.Forms.dll
screen capture of Solution Explorer is below:
http://tinypic.com/view.php?pic=168ekp5&s=7
When I start applicaton it throws exceptipn:
NullReferenceException on Line "Application.Run(new mainForm());"
Any Idea?
I really want to have a Today Screen Application for my self.
Thanks..