T
tiger79
Hi,
I'm porting some api's from vb to c#. So I decided to use (as project type)
normal classes. Are those suitable to make api's ?
My problem is that I'd like to place some sql ce 2.0 code and some
messageboxes in the api as well. Only it doesnt know those functions. So it
seemed obvious I had to import those classes only whenI try to inlcude using
System.Windows.Form it just wont recognize the Windows namespace, same is
for the sqlce namespace. Tried with references but I just cant seem to find
the right ones, and they look different from the ones u can select by
starting out as a Smart Device project...
Any Ideas ???
I'm porting some api's from vb to c#. So I decided to use (as project type)
normal classes. Are those suitable to make api's ?
My problem is that I'd like to place some sql ce 2.0 code and some
messageboxes in the api as well. Only it doesnt know those functions. So it
seemed obvious I had to import those classes only whenI try to inlcude using
System.Windows.Form it just wont recognize the Windows namespace, same is
for the sqlce namespace. Tried with references but I just cant seem to find
the right ones, and they look different from the ones u can select by
starting out as a Smart Device project...
Any Ideas ???