Problems with ListView / Beta2 / Ownerdraw in MS Example

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to get the code from the MS sample "Crafting Smartphone User
Interfaces Using .NET Compact Framework" at URL below. This was designed to
make an ownerdraw control work with the pocketpc on vs2003. I'm trying to
make it work on vs2005 beta 2 and a smartphone and having a very hard time.
It almost works a lot of the time. The failures seem to be on end
conditions. (like when you scroll to the bottom of the form you get a null
exception sometimes in form.dll). The last .net code I see get executed is
the invalidate to repaint the form.

Anyone got this working in beta 2 with a smart phone? Or have any better
examples of single line owner draw type listview's?

Thanks, -Peter



http://msdn.microsoft.com/smartclie...oneuserinterfacesusingnetcompactframework.asp
 
Back
Top