Can OpenNet.CF SmartList be used as is in VB.NET?

  • Thread starter Thread starter germanwbauer
  • Start date Start date
G

germanwbauer

I noticed that the nifty new SmartList made its first appearance in
the latest source drop. Being a VB.Net person on compact CF I am
looking for ways to take advantage of that.
I noticed there is a smartlist.cs file in the new oncf.windows.forms
folder. Given that I have the SD Framework 1.0 installed, can i just
compile this file in VS.NET and then somehow have the control be
usable from within VB.NET or is SmartList dependant on other new files
in the SD Framework that are not in SDF 1.0?

Thanks for any clues,

+ German (beginner as you can tell)
 
Probably the easiest thing to do is wait until the Smart Device Framework
v1.1 is released as this will include SmartList, This will be compiled with
designer support so from a VB project you can just drop it on your form and
get coding. SDF v1.1 is due for release on Monday.

Peter
 
As Peter said you'd better off wating fore a few days for a release.

The only dependancy is the OwnerDarwList class.

HTH... Alex
 
Back
Top