all groups > dotnet compact framework > may 2004 > threads for wednesday may 26
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
Web service connectivity
Posted by Gouri at 5/26/2004 8:21:02 PM
Hello all
How do you connect to a Web service on a desktop machine from a Pocket PC. It is giving run time error in a normal fashion
Thanks in advance... more >>
choosing .NET mobile control for web application's report page
Posted by Brian at 5/26/2004 6:39:27 PM
RE: choosing .NET mobile control for web application's report page
I would like to create a mobile web application having a report page
displaying several fields per line. An additional requirement is that it
should have an editable checkBox (preferable) or modifyable HTML Link
(toggling disp... more >>
Is it possible to catch a barcode scan event ?
Posted by Thomas Christiansen at 5/26/2004 4:54:04 PM
I'm currently designing a solution, with a HP iPaq and a Symbol scanner
jacket in mind.
I would like a barcode scan to trigger opening a new form with the scanned
value as a parameter. Is this possible and if so, how could it be done ?
Is it possible to catch a event when a barcode is scanne... more >>
version of CF ..like cgacutil
Posted by A.User at 5/26/2004 4:31:16 PM
I would like to pick up the version of the CF ... like what is shown with
cgacutil.
I tried something like:
// get CF version
Assembly cf = Assembly.LoadFrom("MSCorLib.dll");
but this always throws an exception. is there another way?
or another dll I should be using?
... more >>
VB.NET CF query remote SQL server.
Posted by Dade at 5/26/2004 2:37:08 PM
Im new to the VB.NET stuff but I am looking for a way to query a remote SQL
database from a pocket PC application. I have done this in the past with VB6
in wondows using data environment disigners but I dont believe that this is
supported with the compact framework.
Any help or sample code wou... more >>
PInvoke'd strings seem to be different from what is sent
Posted by Richard.Gohs NO[at]SPAM Pa-Tech.Com at 5/26/2004 2:32:31 PM
We've got a VB.Net Pocket PC application calling an unmanged C DLL.
One function in particular is giving us problems. This function takes
an XML string as input and attempts to locate a value and return this
value out. This function is declared as ...
HRESULT GetSessionIDW (/*[in]*/ LPCWSTR ... more >>
All .NET Forms showing in Running Programs List
Posted by Bill Mitchell at 5/26/2004 11:20:12 AM
I am sure this has been asked before but I could not find in previous
threads.
My vb.net PPC application is showing every form in the control stack in the
Pocket PC's "Running Programs" list.
My Dell Axim has a custom utility called Switcher Bar which also shows
running apps and allows a us... more >>
XML Reader
Posted by MDB at 5/26/2004 10:06:33 AM
Hello all, I am having problems reading XML and keep getting this error:
{"This is an unexpected token. The expected token is 'NAME'. Line 1,
position 21." }
Can anyone help? Here is the XML and the code I am using. I get the error
at the ds.read line.
xml = <xml version='1.0'?><BOD... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Profiler for .Net Compact Framework
Posted by Faraz Rasheed at 5/26/2004 9:58:49 AM
Is there any profiler available for .Net compact framework? I need to
analyze my application for performance and optimize it.
Regards,
Faraz Rasheed
... more >>
Migration fra eVB to .NET
Posted by Frederik Jensen at 5/26/2004 9:26:09 AM
I have a rather extensive project in eVB 3.0, which I wish to migrate to
..NET CF. Is there an automated way of doing this? Any recommended tools? Any
pitfalls?
Thank you.
--
Frederik Jensen, Judex
... more >>
https through proxy server
Posted by Mike at 5/26/2004 9:20:39 AM
Has anyone been able to make a https connection through a proxy server using
the compact framework? I can connect with no problem using http, but when I
add the "s" after "http" in the URI, I get a System.Net.WebException raised:
System.Net.WebException.Message = "Could not establish secure chan... more >>
advice/explanation needed gps/gis
Posted by r.loupatty NO[at]SPAM miodevelopment.nl at 5/26/2004 5:47:10 AM
I would like to know what the requirements are for building a
pocketpc-application which shows me a map, show my position on this
map and where i can put objects on the map or it can show me the
positions of several objects when asking for it.
Tia
Richard Loupatty
MIO Development
The ... more >>
ArgumentOutOfRangeException with Datagrid in PocketPC.is it a framework bug ?
Posted by Wentu at 5/26/2004 3:31:05 AM
H
this is the second time i post a question about the strange behaviour of datagrids in WindowsCF
Using VB.NET i display data of a dataset using a datagrid. From time to time i get an argumentOutOfRangeException in mscorlib, this exception is not cachable into a try and catch block and i can't fi... more >>
Exceptions with SqlServer and a datetime column (Pocket PC)
Posted by stolz.juergen NO[at]SPAM gmx.de at 5/26/2004 12:12:47 AM
Hi,
I have problems with a real device filling datetime column´s. If I
test the same with the emulator all works fine.
I create a table
string strSqlCreateTable = "CREATE TABLE T_LOG (" +
"C_LOG_DATE_TIME datetime NOT NULL," +
"C_LOG_INFO_CODE int," +
"C_LOG_INFO_MSG nvarchar(128)," +
... more >>
Irda printing
Posted by Kkulaoglu at 5/26/2004 12:06:01 AM
hi
How can i print with irda. İ need any sample ... more >>
|