all groups > dotnet compact framework > august 2004 > threads for thursday august 19
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
GPRS connection
Posted by James McCutcheon at 8/19/2004 11:11:23 PM
I have a symbol device that has an inbuilt GPRS modem. I want to connect to
a webservice from the compact framework.
I dont want to have the connection settings entered on the device because it
will allow people to use this connection for things like explorer.
My current routes of exploratio... more >>
String Parsing Query
Posted by google NO[at]SPAM winbasic.com.au at 8/19/2004 10:02:07 PM
Hi,
A client is providing me with a CSV and one of the fields is
contactenated. It contains Suburb, State and Postcode in the one
field, but I need it separated. E.g. I'm being sent
Calamvale Qld 4116
To get the post code, I can just grab the right 4 digits but I'm not
sure how I can sep... more >>
SQL server for CE 3.0
Posted by Thore Berntsen at 8/19/2004 9:27:37 PM
I saw the SQL Server for CE 3.0 at the PDC in LA, but haven't seen it since.
Does anyone know if there is a beta available soon, or when it will be
available?
Thore Berntsen
... more >>
BreakPoints ignored
Posted by David D Webb at 8/19/2004 8:49:33 PM
I am working with Visual Studio and the Pocket PC 2003 emulator and trying
to set a breakpoint in a class. But the breakpoint never stops the
execution. The build is set to debug.
I press F5 to debug - the application is built and deployed with no
problem - the app starts automatically on... more >>
SQLCE Exception
Posted by jason NO[at]SPAM no-spam.dive-master.org at 8/19/2004 8:02:43 PM
I am using a sqlceCommandBuilder to update my
dataset back to my sqlce DB.
The dataset is updating correctly, but when I
issue the
da.update(ds)
command I get an exception that says:
A duplicate value cannnot be inserted into a unique index[,,,,,]
My select statement is
"SELECT ... more >>
Multiple threads in an app - HowTo
Posted by Raj Kumar at 8/19/2004 3:39:02 PM
Hi!
In our current app we display a splash screen form(running on a separate
thread) while some data access operations take place. Once the operations are
finished, we display the main app form. This is working just fine.
Now, we are adding a functionality to see if a configurationsettings f... more >>
Tab control...
Posted by Wapiti at 8/19/2004 12:52:28 PM
Ok, I've taken my 10 breaths, but still ... on the tab control... I found
that you can't change the backcolor, bummer. But stuck with it anyway for
v1 of this project.
But now, can anyone explain why the tab order keeps changing on me? I've
gone into the tab collection property box, move... more >>
View Designer ??
Posted by Wapiti at 8/19/2004 12:41:20 PM
This new ide is killing me. Maybe its just the CF side of it, as I've not
used any non-cf components of vs.net yet....
First, is it just me, or is the Designer view a killer of system resources?
Sometimes I wait a full minute before the designer of my form refreshes
itself (that is, when comi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
CF and dynamic properties
Posted by amateur at 8/19/2004 12:19:33 PM
Hi,
Can I use dinamic properties for webservice in compact framework ?
I would like to use System.Configuration.AppSettingsReader class for
dynamic location of webserver with webservices, but I can't insert it in my
application for handheld.
Thanks.
Best regards ,
Amateur
... more >>
Pocket Outlook like component
Posted by Pascal Berger at 8/19/2004 11:11:34 AM
Does anybody know of a pocket outlook like component (day, week & month
view) for compact framework?
Thanks in advance
pascal... more >>
Add EventHandler at Runtime
Posted by lagay at 8/19/2004 11:01:19 AM
I have a class library that is called from a form that adds controls to the
form at runtime. I am currently working on creating a PictureBox control at
runtime and am having problems trying to hook up code to the click event of
the PictureBox. The form will contain the code for the click event an... more >>
Application Idle
Posted by MDB at 8/19/2004 9:37:31 AM
Hello All, I am trying to create a timer using the OpenNetCf to find out
when the application is on idle and have been having some problems. I have
found some example code using VB
(http://wiki.opennetcf.org/ow.asp?AppIdleTimer) however I am using C#. Here
is what my code looks like. Does an... more >>
SocketFlag.OutOfBand usage
Posted by gerdes NO[at]SPAM cs.uni-bonn.de at 8/19/2004 7:49:24 AM
Is the out-of-band socket option (urgent TCP packets) supported in
..NET CF?
Sending a message with the SocketFlag.OutOfBand Flag set results in a
SocketException (WSAEOPNOTSUPP #10045).
It works neither on the CE .NET Emulator (VS 2003) nor on my .NET 4.2
device.
I used the following co... more >>
Button text problem.
Posted by Andrew at 8/19/2004 2:29:02 AM
Does anybody know how to make the text of a command button in a Pocket PC
VB.net app (.net compact framework) span multiple lines like what can be done
in a windows forms app command button?
Thanks.... more >>
|