First time with .net, please help

  • Thread starter Thread starter KhmerBoyz
  • Start date Start date
K

KhmerBoyz

Hi,

I am not sure whether this is the right news group to ask but I'm trying
anyway. This is my first time development pocket pc in vb.net, i used to do
this in eVB. As part of the requirement it is requires to development in
..net, however i couldn't get any where much because i need the answers for
the following questions:

1. How do i connect an access database to .net pocket pc device
2. Where is the pocket pc directory installed. In eVB it under
%userprofile%\Windows\Pocket PC Enum....
The reason for this because i have use different fonts for different
textboxes so therefor i need to include that fonts in the same directory of
the pocket pc.


P.S. Some sample codes would be greate.

Many thanks in advance
 
KhmerBoyz said:
I am not sure whether this is the right news group to ask but I'm trying
anyway. This is my first time development pocket pc in vb.net, i used to do
this in eVB. As part of the requirement it is requires to development in
.net, however i couldn't get any where much because i need the answers for
the following questions:

1. How do i connect an access database to .net pocket pc device

I don't *think* you can without 3rd party libraries. Typically you use
SQL CE instead of Pocket Access.
2. Where is the pocket pc directory installed. In eVB it under
%userprofile%\Windows\Pocket PC Enum....
The reason for this because i have use different fonts for different
textboxes so therefor i need to include that fonts in the same directory of
the pocket pc.

I'm not sure what you mean by "the Pocket PC directory", to be honest.
 
Back
Top