all groups > dotnet compact framework > august 2003 > threads for friday august 15
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
DataGrid that shows relational column value?
Posted by Paul W at 8/15/2003 9:07:09 PM
I have 2 tables in a DataSet, tlbProducts and tblOrders. The tables are
related using prodID fields. I want to show tblOrders in a DataGrid and
replace the prodID value that is displayed in the grid with the prodDesc
value from tblProducts. My current solution is to create a new field in
tblO... more >>
Deployment problem
Posted by Linda at 8/15/2003 9:03:23 PM
I followed the instructions of the cf.net deployment
article
http://smartdevices.microsoftdev.com/Learn/Articles/566.asp
x and created a .msi file. After I installed the program
in the pocket pc, I found there is some problem, so I
remove the program using the WinCE Application Manager.
... more >>
about global variable
Posted by www.msale.net at 8/15/2003 4:56:32 PM
I use c# of vs.net2003,and develop for ppc2002.
I need pass a variable value to several Forms,and the variable value is
from a Form.
I want to use global variable,e.g:extern.but I find it is difficult.
please help me,and thanks.
_______________________________________________________________... more >>
ANN: SDK for Windows MobileT 2003-based Smartphones
Posted by Peter Foot [MVP] at 8/15/2003 1:27:01 PM
Microsoft have today publicly released the SDK for the next generation of
Smartphone devices which feature the .NET Compact Framework pre-installed
into ROM. To find out more including the link to download the SDK see the
announcement at:-
http://www.microsoft.com/windowsmobile/information/dev... more >>
sending string data from custom dll to vb.net CF
Posted by Andrew Jones at 8/15/2003 12:39:52 PM
Hi,
I'm trying to send data via a custom dll created in embedded C++ and use the
dll in VB.Net Compact Framework for the PDA.
I can pass boolean values but for some reason my string value isn't being
passed. It's just null on the VB.NET CF side.
Below is a sample DLL's code in embedded C+... more >>
how do I set tab order on the form
Posted by www.msale.net at 8/15/2003 11:07:41 AM
I use c# of vs.net2003,and develop for ppc2002.
I want to set the tab order about every control on the form.
Please help me,and thanks.
... more >>
Retrieve Mobile Device name in ActiveSync
Posted by Hafsteinn Gunnarsson at 8/15/2003 9:09:59 AM
When a mobile Device is docked we create a new partnership. In the end of
that process we give it a name.
Is there any way to programmatically get this name from ActiveSync?
... more >>
|