S
Sirfalas
Hi. I have a question which I already asked about earlier but I still
don't understand.
I have VS.NET 2003 and want to develop for smartphone applications
using vb.net. Now, all i need is the Smartphone 2003 SDK Right? Well, i
installed it. I could make a simple application and deploy it with no
problems.
Now, I want to create more complex applications and to do that, I need
to access the phone APIs. How do i do that? When I was looking over the
net, they told me to use P/Invoke.
So i read up over on a couple of MSDN Articles and I get code like
this:
----
<DllImport("coredll.dll")>
Protected Shared Function RegisterHotKey
<DllImport("coredll.dll")>
Protected Shared Function UnregisterFunc1
<DllImport("coredll.dll")>
Protected Shared Function GetAsyncKeyState
----
But how would this function even work? I mean, i can't even find
coredll.dll in my computer so how would it work? I can't find any of
the phone api DLL files on my computer? How am i supposed to make it
run? From what i understand, it seems like i need the .net compact
framework sdk or something. Now where do i get it? Please help.
don't understand.
I have VS.NET 2003 and want to develop for smartphone applications
using vb.net. Now, all i need is the Smartphone 2003 SDK Right? Well, i
installed it. I could make a simple application and deploy it with no
problems.
Now, I want to create more complex applications and to do that, I need
to access the phone APIs. How do i do that? When I was looking over the
net, they told me to use P/Invoke.
So i read up over on a couple of MSDN Articles and I get code like
this:
----
<DllImport("coredll.dll")>
Protected Shared Function RegisterHotKey
<DllImport("coredll.dll")>
Protected Shared Function UnregisterFunc1
<DllImport("coredll.dll")>
Protected Shared Function GetAsyncKeyState
----
But how would this function even work? I mean, i can't even find
coredll.dll in my computer so how would it work? I can't find any of
the phone api DLL files on my computer? How am i supposed to make it
run? From what i understand, it seems like i need the .net compact
framework sdk or something. Now where do i get it? Please help.