all groups > dotnet compact framework > august 2003 > threads for thursday august 28
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
http://www.pocketpcdn.com/ is down???
Posted by Fernando Rowies at 8/28/2003 11:28:13 PM
Hi all,
Did you seen this?
pocketpcdn.com coming soon!
This page is parked FREE at GoDaddy.com!
... more >>
active GPRS connection
Posted by JMar at 8/28/2003 10:36:06 PM
I have a device Gotive with GPRS feature. In my code, I
have to check the GPRS connection. If the connection is
not available, the application should try to activate it.
Are there any ways in VB.Net CF to program with GPRS, such
as component or API?... more >>
format(), mid(),right() supported by Pocket PC SDK?
Posted by Devin Choo at 8/28/2003 9:05:58 PM
I'm using PocketPC SDK.I'm facing a application error "An error was
encountered while running this program: variable is
undefined:'Format'".I have use format(String,"000") in my source code.
the String is less than 3 digit.May i know the format(), mid(),right()
supported by Pocket PC SDK?
Tha... more >>
REPOST: MDI-style app on Windows CE
Posted by Alexander at 8/28/2003 7:17:28 PM
Hello, MS support!
My C# Windows CE.NET application shows all its modal dialogs (child
windows) in the taskbar, so user can switch to the parent window (!),
but, of cause, it's inactive, so user goes frustrated. Is it possible to
supress this behavior? I mean, to create MDI application with... more >>
no listbox click event is horrible
Posted by khorad at 8/28/2003 5:59:49 PM
so when is this going to get fixed?
we're supposed to use SelectedIndexChanged instead, ok, but there are a few
problems with that:
1. I need it to fire if you click anywhere in the box, not just on an item
(box is only half-full for instance)
2. (and far worse) this event fires a bunch of ti... more >>
Custom Device SDK
Posted by Paul G. Tobey [eMVP] at 8/28/2003 12:32:45 PM
Hi,
Has anyone made any progress on getting .NET CF applications to cleanly
deploy to custom Windows CE.NET-based devices? We have a nice 4.2-based
device on which a given .NET CF application runs fine, but when you deploy
this application to the device the first time, with the Windows CE pla... more >>
Best Method for SQLCE reading (8000 records)
Posted by news NO[at]SPAM mikendy.com at 8/28/2003 11:10:08 AM
I have 8.000 records in my SQL CE DB.
Im using this construciton:
SqlCeConnection sqlConn = new
SqlCeConnection(AppProperties.ConnectionString);
SqlCeCommand sqlCmd = new SqlCeCommand();
try
{
sqlConn.Open();
sqlCmd.CommandText = "SELECT ProductID, ProductCategoryRepID,
ProductCategoryID,... more >>
FontDialog???
Posted by JustMe at 8/28/2003 10:30:07 AM
Is there no FontDialog in the CF?
It appears not ... are there any solutions to this?
Thanks.
--Terry
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQL CE and PPC 2003
Posted by LawX at 8/28/2003 8:46:24 AM
Can anyone tell me if there is any compatibility problem
between SQL CE 2.0 and PPC 2003. I've just tried my app,
that works perfectly well on PPC 2000. I then try to
migrate to another device (running PPC 2003) and after
installing all cab files, including sqlce.ppc3.arm.cab, my
app still... more >>
Getting Started
Posted by Wayne Hoy at 8/28/2003 7:08:43 AM
Hi everyone,
I'm just getting started developing for PPC. I have some basic
questions I hope you can help me with.
I want to develop in C#.
What is the difference between SDE and the various Pocket PC SDKs
(2002, 2003)?
If I just want to do some basic apps, do I really need VS.NET 20... more >>
Reflection
Posted by Steven at 8/28/2003 4:32:08 AM
Is it possible to use reflection to get a list of the
properties in a class to which I have applied a particular
attribute? I want to get all of the properties to which I
have applied the Browsable attribute. I will also need
their data types.... more >>
Why does Form load time increase?
Posted by Floris Briolas at 8/28/2003 3:09:39 AM
Dear you,..
I have a performance issue, I've created a simple class and dropped 4
buttons on it.. (no events yet)
I’m measuring the time that is needed for calling the constructor...
void on_click(sender... events...)
{
int start = Environment.TickCount;
Form2 frm2 = new Form2();
... more >>
PPC 2003 and its .NET CF
Posted by LawX at 8/28/2003 12:48:03 AM
Hi everyone,
I've just finish developing my app with VS2003 and I
deployed it on an iPaq running PPC2002. It works perfectly
well, the .NET CF doesn't cause any trouble. Problems came
when I wanted to deploy over a PPC 2003 based iPaq. As far
as I understand, the problem comes from the na... more >>
|