all groups > dotnet compact framework > january 2005 > threads for sunday january 23
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
Pocket PC version numbers?
Posted by Hilton at 1/23/2005 10:52:50 PM
Hi,
Not strictly a CF question, but: I have found a list of CF version numbers
in the CF FAQ, but where can I find a list of Pocket PC OS version numbers?
I did try a search, but could not find a comprehensive list.
Many thanks,
Hilton
... more >>
Exception when CreateGraphics()
Posted by Flair at 1/23/2005 5:09:05 PM
I add an pictureBox control in Form1, then in Form1(), after
InitializeComponent(); this line of code:
g = this.pictureBox.CreateGraphics();
//g is a private member declared as: private Graphics g;
raise an exception says:
"An unhandled exception of type 'System.NotSupportedException' occurred... more >>
Cannot Set the Width of a Textbox
Posted by Jim at 1/23/2005 5:05:02 PM
Hello All,
Can anyone tell me how to set the width of a Texbox input control displayed
in Pocket Internet Explorer on a Pocket PC 2003 . I've tried using styles as
well as setting the 'width' attribute with no luck. The Textboxes always
seem to ignore any width settings and display as wid... more >>
ArrayList filter?
Posted by Tomer at 1/23/2005 4:44:48 PM
Hi,
How can I perform filtering on an array list which is bind to a datagrid.
For example:
I have a boolean field in the objects inside the array which states if the
row should be visible to the user or not.
I need to display only the objects that have a 'true' value in that field.
Any ... more >>
.NET remoting possible on PocketPC using VS2005?
Posted by Bob Hanson at 1/23/2005 4:06:32 PM
Hello All,
I am checking to see if anyone is aware of whether or not we will be
able to use .NET remoting on a PocketPC and VS2005?
Thanks in advance,
Bob Hanson
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Data Binding problem - DataTable not getting updated
Posted by John Ch at 1/23/2005 3:11:01 PM
I have a TextBox, textBox1, bound to a column in a DataTable. Any data the
user enters in the textBox1 is correctly used to update the DataTable. So if
the user enters "xyz", the corresponding field in the DataTable also contains
"xyz". However, when the user moves to another field, I want t... more >>
different colors in a text string in a list/listview control
Posted by Glyn Meek at 1/23/2005 2:54:59 PM
In the Contact List on the Pocket PC, when you use the 'find a name'
feature, the names that are displayed have the appropriate characters (i.e.
those you are searching on) as 'white on blue', rather than the regular
'black on white'.
How do they do that? Everything I've seen on the forum a... more >>
REPOST: Invoking AT modem type commands programmatically
Posted by nzpcmad at 1/23/2005 10:46:54 AM
I have a Win CE 4.1 (Not PPC) handheld with a GPRS card installed.
One of the applications that came with the device is a Terminal
application. Using this, I can configure a new session, select a modem
(obviously the GPRS one) from a drop-down list, select the baud rate
etc. etc.
When I the... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
eVC 4 DLL & VB .NET ERROR
Posted by Antoni Mass? Mola via .NET 247 at 1/23/2005 9:37:44 AM
Hi,
I've created a DLL using eVC 4.
//C++ Code
__declspec(dllexport)
CString ShowLastError ()
{
return _T("Test");
}
In my .def file I export the function:
ShowLastError
In my VB .NET
<DllImport("test.DLL")> Public Function ShowLastError() As String
End Function
Whe... more >>
Unable to deploy application into Pocket PC
Posted by Rahul Sur via .NET 247 at 1/23/2005 9:30:03 AM
I am unable to deploy any =2ENet Compact Framework application into=
Pocket PC 2003=2E The connection operation always fails giving=
message "Cannot establish a connection, Be sure that the device=
is physically connected", whereas the ActiveSync shows=
connected=2E I am able to connect the ... more >>
Printing from Windows CE
Posted by John Tunante via .NET 247 at 1/23/2005 9:27:53 AM
Hi!
How i can print a text file from Windows CE with c# ? What objects i need ?
Thank's
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>SkBCYaieFEq3NYtW1jXgag==</Id>... more >>
Wifi data transfer from PC to PDA
Posted by Noram at 1/23/2005 7:01:02 AM
Hi!
Does someone has some experience with programming wifi data/picture transfer
from a PC to PDA? For example the picture of a wifi camera into a PDA screen.
How should I start? What sites dou you offer?
Many thanks!... more >>
|