all groups > dotnet compact framework > july 2005 > threads for july 15 - 21, 2005
Filter by week: 1 2 3 4 5
Persistent Registry and RegFlushKey Questions
Posted by bbomer at 7/21/2005 12:43:59 PM
I have a CE device that supports persistent registry. The device
documentation says "To save the registry you must call the Standard
Windows CE API function RegFlushKey(HKEY_LOCAL_MACHINE);"
This is what I have as far as some generic code right now:
[DllImport("coredll.dll", EntryPoint="Reg... more >>
Hard Reset Recovery
Posted by Harry Simpson at 7/21/2005 11:19:25 AM
I've done a lot to aid in users being able to recover from battery loss,
hard resets, etc.
I've moved the local SDF database to the Application directory etc. I've
created a nice install app using NSIS open source stuff.
My boss wants me to make it easier - almost like a one click total re... more >>
Device ID's
Posted by Miguel Sanders at 7/21/2005 10:58:38 AM
Could someone please explain to me what DSK1: stands for. I know it i
Device ID 1, but what does it relate to? The Object Store?
And are storage cards also accessible through DSK:x notation when usin
the DeviceIOControl function?
Greetz
Migue
--
Miguel SandersPosted from http://www.pcr... more >>
Load a Bitmap : White color becomes gray
Posted by Nicolas Pietrzak at 7/21/2005 9:55:52 AM
Hello,
I'm trying to load a Bitmap via the System.Drawing.Bitmap object. My file is
a empty white 8bit bmp. The code is the following :
Bitmap bitmap = new Bitmap (filename);
Color color = bitmap.GetPixel (0, 0);
MessageBox.Show (string.Format ("R: {0}, G: {1}, B: {2}", color.R, color.G,
... more >>
test network presence
Posted by Miliuccio at 7/21/2005 8:49:25 AM
how can i test the presence of a server on the network before to try an sql
comunication?
in vb programming like
ping for example
... more >>
Control Dial Up Connection
Posted by Omar Rojas at 7/21/2005 8:19:04 AM
Hi
I have my PDA and my app in vb.net almost ready to be launched.
I can now connect to internet and make replication with sql server via modem
but i want to know if there is a way to control this from code?
Thank you.
Omar... more >>
Smart Device authentication methods
Posted by Lonifasiko at 7/21/2005 3:06:34 AM
Hi guys,
I'm now going to ask you a very general question that I expect sounds
interesting to you.
I must develop a Smart Device application and I don't know if I'll use
Pocket PC or Windows CE.NET. Any suggestions on this issue?
Well, appart from above newbie question, the main question ... more >>
Loading a JPEG from Internet URL?
Posted by Boris Nienke at 7/21/2005 12:00:00 AM
Hi,
is there a way to display a JPG picture in a .net-cf application that is
stored on the internet?
For example the URL of a webcam looks like this:
http://192.168.0.1:88/cgi-bin/video.jpg?size=2
How can i display such file on the pocketpc inside my application?
Thanks a lot
Boris... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
what's the callback
Posted by Alien at 7/21/2005 12:00:00 AM
can some please what's callback mean? and how to use that?
some one said callback is another name for event. it that true?
cheers
... more >>
Explaining property text
Posted by PeterB at 7/21/2005 12:00:00 AM
How do you create properties and other class members that are highlighted
with a small explaining text underneath it (and all arguments for methods)
when hover above it or writing in the texteditor?
It works for System-classes, and I think I used to have this on my own
classes (and other so... more >>
InputPanel in WindowsCE HPC
Posted by Boris Stoicov at 7/21/2005 12:00:00 AM
Hi All,
I'm writing application for Windows CE device and I want to show and hide
the keyboard programatically, withoud pressing the device buttons. When I
use the Microsoft.WindowsCE.Forms.InputPanel a NotSupportedException is
thrown.
How can I show and hide the keyboard on the device usi... more >>
Icon.FromHandle
Posted by ME at 7/20/2005 10:32:09 PM
hello,
method call to Icon.FromHandle(), using .NET Compact Framework 2.0 (beta)
throws not Implemented.
is any elegant work around, or just wait a little bit till final release.
thanks for answers.
... more >>
smart card reading
Posted by a NO[at]SPAM b.com at 7/20/2005 8:48:10 PM
can anyone point me to some smard card reading examples/projects? I'm
having a heck of a time finding anything. By the way, its for a
proximity reader.... more >>
Problem with Socket EndReceiveFrom Method
Posted by rbolos at 7/20/2005 8:46:00 PM
Hello,
I have a socket application Client-Server.
The server side resides on PC and client size resides on PDA.
The PDA has two adapters. PPP1(ActiveSync) and SD WIFI CARD.
The PDA OS is Pockect PC 2002 with all updates of provider (SDIO, ROM,...)
Well i´m having some troubles. Both adapt... more >>
Tab Control Position
Posted by JoshHowood at 7/20/2005 7:46:04 PM
I want to ask if i can put my tab control on the top of the screen instead of
on the bottom.
thank you very much... more >>
RDA Connection - Help
Posted by SLW526 at 7/20/2005 7:11:01 PM
I was following instructions from "Using Remote Data Access with SQL Server
CE 2.0" article from Wei-Meng Lee. Everything seems to be fine except that I
could not connect to SQL Server 2000 or IIS. Since I the server connection
is not working, don't even mention the PULL function. I am usin... more >>
Error using P/Invoke with Winsock API using CF.NET
Posted by Stéphane at 7/20/2005 5:23:02 PM
I need to call additional winsock functions that are not available through
the .NET framework and planned to do so through P/Invoke calls.
In theory using the System.Net.Sockets.Socket.Handle I should be able to
then call external winsock functions. Unfortunately this does not seem to
work... more >>
Opennetcf.org site issue?
Posted by Tim C at 7/20/2005 2:37:23 PM
Is anyone else having difficulty accessing the forums on opennetcf.org?
Tim
... more >>
Re-Display a Windows Form Object
Posted by Assembly file locked at 7/20/2005 12:21:06 PM
I've created an application in C# for a pocket PC. The application has
multiple full screen forms and allows user to navigate back and forth in a
sequencial pattern. At the end of the navigation, it has a finish button.
Once the finish button is clicked, it closes all form objects. Now, the us... more >>
Play MP3
Posted by Cecilia Sánchez at 7/20/2005 11:20:43 AM
Hello.
I am writing my first Pocket/SmartPhone (2003) application.
I want to know how I can to play a Mp3 file in a windows form.
Unfortunately, OpenNetCF.SoundPlayer object only play .wav files. :-(
Can someone help me?
Thanks.
... more >>
SQL Server mobile 2005 Stored Procs and triggers
Posted by notu at 7/20/2005 10:48:23 AM
I know stored procs are supported in SQL Mobile but are Triggers supported
too?
Thanks
... more >>
How to check if table exist?
Posted by Sylpheed at 7/20/2005 9:47:03 AM
I have a SQL code to drop a table, but i would need to check if th
table exist before i drop it.
For normal SQL i use this code
IF OBJECT_ID('ItemTable') IS NOT NULL DROP TABLE ItemTable
it works fine.. but when i run the same code on my sQL CE on my pal
device, it gives me an error
... more >>
[C#] P/Invoke and void*
Posted by Freddyboy at 7/20/2005 8:37:08 AM
Hi,
how can I translate in C# a void *.
I have a function which is : int myFunction (void *pSrcImage1, void
*pSrcImage2)
pSrcImage is a path to the Image.
I'd like to use it in C#.
Thanks
Fred... more >>
Inspecting an object created via Reflection
Posted by Jason Seaton at 7/20/2005 7:40:11 AM
Hello everyone,
I am wondering if there are any known CF issues when debugging objects
created via reflection? I am getting {...} instead of the expected data
structures when using quick watch, immediate command window, etc. This does
not happen in a regular forms application using the ... more >>
ActiveControl
Posted by Robert J at 7/20/2005 7:01:34 AM
Hi,
Is there something similar to Me.ActiveControl in the CF
Cheers
Robert
... more >>
user control resize event fires alot
Posted by Tim Raml at 7/20/2005 6:43:01 AM
ive got a user control in vs2003 v1.1, below is the general overview,
hopefully its enough....
my problem is, and im not even sure its a problem, is it appears the resize
event is firing multiple times and im not sure if that behavior is correct or
im causing it. if i set one of the captions... more >>
ListView & click Event
Posted by Norbert at 7/20/2005 5:49:07 AM
Hi
Working on VS2005Beta2 .netCF
I'm trying to get the "Click" Event from an Listview
in the documenation(MSDN) it looks like it is supported in the CF
but the VS-designer doesn't show support.
But the Event is available in a Listview object.
I tried to register it manually but i also do... more >>
Multi-Form Application Design Issues
Posted by jd_ie at 7/20/2005 3:02:41 AM
Hi all,
I have an application with multiple forms. I have one form setup as the
startup form, so that this is the first form shown when the
applications starts. Whenever I leave this form, I simply hide it and
pass a reference to it to the next form I show. I do not close the
startup form as ... more >>
error when using SQL Server CE RDA Pull method
Posted by JoshHowood at 7/20/2005 2:16:03 AM
Hi,
I am trying to develop a pocket PC application using VS.NET 2003(VB
project), SQL Server CE and SQL Server 2000.
I am trying to pull a table from sql server 2000 to my pocket pc using RDA.
but i am getting an error saying SQL Server CE encountered a problem in
opening SQL server ce dat... more >>
About the book "SQL Server CE Database Development with the .NET Compact Framework"
Posted by fairycat at 7/20/2005 1:47:43 AM
I wonder if this book is going to be republished with new features of
SQL Server CE 3.0. If then, when it would be. :)
and any other resources about sync DB would be appreciated cos I wanna
dig into it. Thank you.
- Aaron
... more >>
MSMQ Invoke on .NET
Posted by Miguel Sanders at 7/20/2005 12:00:00 AM
Hi All
I'm currently writing an agent for PDA which collects all usefull dat
of the pda (mem usage,power info, system info, etc). Now i'm facin
another problem. I would like to use MSMQ to send the collected data t
my server at home. The problem is (as many of you know) that MSM
doesn't exist ... more >>
.NET CF and Oracle
Posted by Simone at 7/20/2005 12:00:00 AM
Hallo,
is possible to connect directly from PocketPC to a database Oracle server
without using Webservice like directly connection from PocketPC to
SqlServer?
Thanks.
Simon.
... more >>
Bluetooth 2005
Posted by Joseph Byrns at 7/20/2005 12:00:00 AM
Does CF v2 (to released soon hopefully), include managed support for
bluetooth. If so does it work with only the microsoft BT stack or include
others?
Thanks.
... more >>
Application focus
Posted by Chris at 7/20/2005 12:00:00 AM
Hi,
I was googling but I didnt't find an answer. The problem is as follows.
I would like to make an application that when runs, it has focus
(application should never lost focus; no switching between application).
Similar like good old DOS programs inside DOS OS.
Platform is WinCE/PPC2003 with ... more >>
TcpClient work differently betwenn Emulator and Real Device.
Posted by deneb at 7/19/2005 10:37:34 PM
Hello?
here's very short code. (VB.NET)
Dim tClient As TcpClient = New
System.Net.Sockets.TcpClient("100.100.100.222", 10123)
That is constructor of TcpClient with two parameters
(ByVal hostname As String, ByVal port As Integer)
This code work in Emulator.
But it doesn't work in Real ... more >>
edit compact framework listview to add and editquantity in one sub
Posted by pramod at 7/19/2005 4:25:02 PM
Hi all,
Needed urgent,
Do anyone know how to use compact listview for editing purpose . Does
listview support editing . Can anyone suggest some references or code or
logic .
Looking forward for kind reply,
Help is greatly appreciated.
--
yours truly,
Pramod Renikindi,
creativesoft,
a... more >>
adjust font to label height?
Posted by Tim Raml at 7/19/2005 2:44:04 PM
ive read the posts about adjusting height to font, but i want to adjust font
to height. is there an easy solution to this?
thanks in advance,
tim... more >>
Emulator + wifi
Posted by David Fúnez at 7/19/2005 2:07:05 PM
Hi;
I want to know if i can emulate wifi with the VS.NET 2003 emulator ...? mi
PC has a wireless card to connect to Internet in my office.
I want that the emulator get connected to internet or to a PC via wireless.
It is possible...?
Thanks on advance.
--
David Fúnez
Tegucigalpa,... more >>
ApplicationEx.ShowDialog and Form.Dispose
Posted by Myron Marston at 7/19/2005 1:09:36 PM
First off, I want to say a big thank you to all the guys that created
the OpenNET SDF--even though I'm not using the entire library directly
in my app, I've found much of it to be extremely useful and helpful,
and I'm using several bits of source code in my project directly.
Recently, I've sta... more >>
Graphics for custom pocket pc application
Posted by Nick Stineman at 7/19/2005 11:13:03 AM
Can anyone direct me to a book or useful web article about making my custom
pocket pc application look better. Using visualstudio.net '03 I don't see
anywhere to change back colors, etc... I've found that you can set this
programatically but I'd like to set it at design time (if possible). ... more >>
calling a 2.0 CF assembly from a 1.1 assembly ?
Posted by Steve B. at 7/19/2005 9:49:19 AM
Hi,
I'd like to create a lib with VS 2005 (CF2.0) and consume this lib from a
1.1 app created with VS 2003.
Is it possible ?
Thanks,
Steve
... more >>
reader and number of column
Posted by Miliuccio at 7/19/2005 9:31:58 AM
Can i not read with column NUMBER but by COLUMNNAME?
rdr.GetString(0)
but ?? rdr.GetString(NOMECOLONNA)??
... more >>
3 cabs - how to install (in one step) ?
Posted by MagicMax at 7/19/2005 3:17:02 AM
Good day for all!
i have 3 cabs - CompactFramework.cab, OpenNETCF.cab and MyApplication.cab
(I don't have CF on my device). Tell me please, how can i install all those
cabs on device?
User download this installer from web-site (from internet or web-server
located in LAN - download just... more >>
Silent Compact Framework SP Install Possible?
Posted by bonna at 7/19/2005 2:59:05 AM
Hi group,
Is it possible to desploy the dotnet CF SP3 to a Mobile 2003 device with SP1
in "Silent mode".
This means:
- no "Previous Version Installed, Reinstall?",
- and no "Confirm File Replace?" messageboxes during the installation of the
..cab file.
Deepest regards,
Davy
PS:
I... more >>
error parsing query in pocket pc application
Posted by Pramod Renikindi at 7/19/2005 2:36:19 AM
Hi All,
I'm implementing merge replication between a SQLCE 2.0 database on a
PocketPC device (PPC) and a SQL 2K database on a desktop (WinXP Pro). I'm a
ble to get synchronize and
run. but i am getting problem when i use two tables using inner join as show
n below
sql = "SELECT menu.me... more >>
String DDMMYYYYHHNN to DateTime
Posted by Peter at 7/19/2005 12:00:00 AM
Hello all,
Is there a default or easy way in C# to convert a string which has this
format DDMMYYYYHHNN convert to a DateTime ?
Thanks,
Peter.
... more >>
File monitor.
Posted by bryja_klaudiusz[at]poczta[dot]fm at 7/19/2005 12:00:00 AM
Hi,
I try to use OpenNetCF FileSystemWatcher class to monitor some files on
device. I always get native error. I read on opennetcf site some
solution of this issue but it didn't help. Do you know some other
solution/library for file monitor. I need class for .Net CF which look
at one file... more >>
How can I handle MouseUp events in RadioButtons?
Posted by Roberto Rocco at 7/19/2005 12:00:00 AM
Hello,
I need to handle MouseUp events in RadioButtons. How can I do that?
It seems that the MouseUp event is one of the inherited but not implemented
events.
I tried to create my own RadioButton class derived from RadioButton and I
did override the OnMouseUp event here.
But this event i... more >>
.NET CF Performance
Posted by SBK at 7/19/2005 12:00:00 AM
Hi guys,
I'm wondering exactly what the performance of the Compact Framework is on
smart devices as compared to a native application. On the VS2003 emulator
all applications start relativley slowly; I'm wondering what performance is
like on, for example, a new device running Win2003 Mobile ... more >>
datetime
Posted by Miliuccio at 7/19/2005 12:00:00 AM
how must i say to my sql server CE
that wath i give to him is
dd/mm/yyyy hh.mm.ss
?
... more >>
Opening and waiting for events - Serial port
Posted by deshetty at 7/18/2005 7:20:02 PM
I am having a hard time to read data off of magnetic stripe reader on my
Symbol MC50. I am using OpenNETCF.IO.Serial and datareceived() event. I
need a good example to open a port and read data from a regular credit card.
I tried testing the SerialVB app in VB and it's not reading any dat... more >>
How can we achive two application domains to communicate in .NET C
Posted by Ashishthaps at 7/18/2005 5:44:03 PM
I have unmanaged an application written in VC++ , MFC. I want to add some
features to this application using .NET CF 1.0 or .NET CF 2.0. I want both
application to communicate using something like Remoting or com introp etc.
whichever is possible.Is it possible to achieve this ? if yes then ho... more >>
Inherited Form doesn't show in VS.Net designer
Posted by Vivek at 7/18/2005 4:37:02 PM
I created a base form and want to inherit new forms from it. I can inherit
the forms by adding a new windows form to the project and changing its class
declaration from
public class CNForm : System.Windows.Forms.Form
to
public class CNForm : MyNameSpace.MyForm
but my problem is that i... more >>
Convert bitmap to byte array for upload via webservice
Posted by Tim Johnson at 7/18/2005 3:56:04 PM
I'd like to send a bitmap image to my webservice and the prevailing logic for
desktop apps seems to be to prepare a byte array like this:
Image img = new Bitmap(@"C:\photo.jpg");
MemoryStream ms = new MemoryStream();
img.Save(ms, ImageFormat.Jpeg);
byte[] imgbytes = ms.GetBuffer();
webser... more >>
Does Window Mobile 2003 SE have a build-in .net CF?
Posted by Nicky at 7/18/2005 2:08:04 PM
hi,
I just built a smart device exe in .net 2003 which uses sql ce. And also, I
create a cab file by .net 2003 IDE for it, delpoy it, it works fine.
Then I did a hard reset, install the sqlce.wce4.armv4.CAB, and then intall
the exe cab file. It can work without installing the .net CF.
So i a... more >>
Add checkbox column in datagrid
Posted by Harsh Trivedi at 7/18/2005 10:48:32 AM
Hi,
I want to add checkbox column in datagrid.
In my PPC application when frmListing form opens( this is the name of the
form which has datagrid), all data from database is being filled through
calling of web service. Now I want to add checkbox in datagrid, which will
represents the boolean va... more >>
SQL CE Database Compression
Posted by jakubbukaj at 7/18/2005 10:00:50 AM
Good Day,
Can I compress my SQL CE database on Pocket PC? I have a lot of drope
tables in my database and I need this tables erase (I need save spac
in DB)
Thank Yo
--
jakubbukajPosted from http://www.pcreview.co.uk/ newsgroup acces
... more >>
Auto install of SP3 dotnetCF "Confirm File Replace" malice.
Posted by bonna at 7/18/2005 8:12:04 AM
Hi,
After cold-booting our Mobile 2002 devices (no CF present), we run a program
to auto install the netcf.core.ppc3.ARM.cab (SP3 version of the Compact
Framework), install our applications' cab file and finally run it.
Now we've upgraded the devices to Mobile 2003 (on Intermec C700 Pocket... more >>
DateTimePicker - OpenNETCF 1.3
Posted by Bill at 7/18/2005 7:29:08 AM
So with OpenNETCF 1.2 we had the DateTimePicker. Its “Checked†property did
not work but we had the following code that we could use to uncheck it:
int DTM_SETSYSTEMTIME = 0x1002;
int GDT_NONE = 1;
foreach( Control c in this.Controls )
{
if( c.GetType() == typeof( DateTimePicker )... more >>
User Control and Binding
Posted by Tim Raml at 7/18/2005 7:16:03 AM
I've got a user control in v1.1 VS2003 and am curious if/how I can implement
binding. I'm *thinking* I'd like something like:
MyControl.Value=<bound to some object being updated elsewhere>
Is this possible?
... more >>
Arguement Exception
Posted by Venedict at 7/18/2005 3:58:04 AM
Hi All,
I'm encountering problem when manually added value in to a combo box.
Previously the combo box has been fetch from the Dataset. Whenever i add in
my code as below:
cbTerritory.Items.Add("*")
An arguement exception will prompt in PPC. If I take out dataset and
manua... more >>
Strange Problems & Intel XScale Prozessors
Posted by info NO[at]SPAM it-design.biz at 7/18/2005 2:39:26 AM
Hi There
Sometimes when I want to show an Form i get problems on my ASUS MyPal
730W.
When I want to show this form from one specific place the application
freezes or just crashes
When I call the form exactly the same way from somewhere else everthing
works fine and then I'm able to sho... more >>
How to download Windows CE in PXA255
Posted by dev at 7/18/2005 12:15:13 AM
Hi,
I am very new in this Embedded world.I need to install Windows CE os in
PXA255.In the card USB and RS232 are available.Do anybody know which
port i need to select & how to download Windows CE . I am not getting
any clue.
Regards
Dev
... more >>
How to download Windows CE in PXA255
Posted by dev at 7/18/2005 12:12:05 AM
Hi,
I am very new in this Embedded world.I need to install Windows CE os in
PXA255.In the card USB and RS232 are available.Do anybody know which
port i need to select & how to download Windows CE . I am not getting
any clue.
Regards
Dev
... more >>
Datetime problem
Posted by Miliuccio at 7/18/2005 12:00:00 AM
I read from SQL 2000 Server 13/02/2005 00.00.00
my sql CE server must to have 02-13-2005 0:00:00
wath must i change on my sql CE Server to accept first kind of string
... more >>
timer
Posted by Miliuccio at 7/18/2005 12:00:00 AM
it can function?on emulator it don't go
is it a my problem?
... more >>
parallel port
Posted by Romain TAILLANDIER at 7/18/2005 12:00:00 AM
Hi group
I have a device equiped of a parallel port. WCE 4.2. x86.
I have few questions.
1) how can i copy files from the ROM ?
2) I have a parallel.dll and i explore it using DEPENDS.EXE. how can i find
the parameters of the differents functions it contain ? I try to find some
..h or li... more >>
PPC development question
Posted by Thomas at 7/17/2005 10:08:01 PM
Hi All,
I am newbie to Pocket PC development; I have decent experience in .Net
Windows and Web. I am writing this not to ask any technical question but to
get an idea for developing an application. My employer asked me build a
Stocktaking application in PPC. The database has around 30,000 ... more >>
Best practice on handeling input
Posted by John Doe at 7/17/2005 8:44:11 PM
I'm looking for a best practice on handeling input from PPC/Windows Mobile
devices. I need to support both IPaq's, PsionTeklogix's, Symbol's and other
devices with the same software.
So my question is, how to deal with input from these different devices with
the same software?
- Some devic... more >>
No Available Controls
Posted by Bryce Covert at 7/17/2005 4:41:02 PM
Hello everyone,
I believe I accidently deleted my Mobile Controls tab in Visual Studio a
while back, and I can't seem to find any way to add controls to a form,
besides doing this manually. Am I missing something?
Bryce... more >>
config file path.
Posted by farseer at 7/17/2005 12:04:05 PM
Hi,
i am using the following to return the path to my executable:
Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetModules()[0].FullyQualifiedName);
the problem is, this is always return //Program Files/<AppFolder>
It doesn't appear to be driven off where the exec... more >>
SQLCE - Update or Add Row
Posted by Nathan Mellor at 7/17/2005 12:04:56 AM
This should be simple but it doesn't seem to be.
How can I update or add a row as a concise, atomic operation.
You'd think that filling up a dataset with rows, complete with primary keys,
would do it. That the DataAdapter would see that this row is new and add it,
and this row isn't , so u... more >>
VERY strange error calling external DLL from C#
Posted by Marco [Stinger] at 7/16/2005 8:23:33 AM
Hi
I'm writing a C# app with VS2003 for WinCE4 / 5 x86.
I must call some functions on a Embedded C++ Dll (I have the source
code of it).
The dll's Header is:
#ifdef INTERFACE_EXPORTS
#define INTERFACE_API __declspec(dllexport)
#else
#define INTERFACE_API __declspec(dllimport)
#endif
... more >>
How to register a COM dll?
Posted by Felix Joachim at 7/16/2005 12:00:00 AM
Hi,
I've written an ActiveX/COM component that is supposed to run in a .Net
2.0 webbrowser component.
Is there some easy way to register the COM dll with .Net?
So far I've only found examples that do that with embedded c.
bye,
felix... more >>
OnKeyUp getting lost.
Posted by Graham McKechnie at 7/16/2005 12:00:00 AM
Hi all,
Warning a bit long winded - but I really would appreciate some feed back on
this problem from you guys who commonly write custom controls.
The background to the problem. I'm presently writing an app that has to work
on an Intermec 700 series device. One of the problems we ... more >>
Is there maximum packet size for GPRS transmission?
Posted by Canon EOS at 7/16/2005 12:00:00 AM
Hi,
I just wrote an application for PocketPC 2003, or to be exact, my newly
bought Mini O2. There is a TcpClient on the O2, while server application on
a PC.
If run using WiFi adapter connecting to its public IP (Server on PC), it
works.... without any flaw... except initial connection is a... more >>
Remote Spy
Posted by farseer at 7/15/2005 10:25:13 PM
Hi,
when i try to connect my using Remote Spy, i always get a "Class not
registered" error. any ideas what might be causing this?
some more info..
-i am using a VS 2005 beta 2
-i select "Pocket PC 2003 Device" when asked to select a windwos CE
device
thanks much
... more >>
AcceptChanges blows up
Posted by Tim Johnson at 7/15/2005 5:42:02 PM
I keep a DataSet in a singleton class that I use to keep various global data
for a CF app. I bring down data with a webservice as a 2nd dataset, and
merge it into the global dataset (adding or updating records as needed). The
act of downloading them requires me to change a status-field in th... more >>
Memory/Resource Performance issue
Posted by stuart_nicoll at 7/15/2005 7:29:03 AM
Hi,
Basically, I have developed an app to run on the .Net Compact framework (on
Pocket PC 2002) which among other things using SQL CE Replication, reads
other info in from various config files, creates each form dynamically (this
was part of the customer spec), and holds all the user entere... more >>
WebProxy credentials
Posted by ecomputerdelicacy NO[at]SPAM yahoozier.com at 7/15/2005 4:40:02 AM
I'm trying to execute an HttpWebRequest through a firewall/proxy that
requires a User ID and Password. I've tried the default WebProxy that is
created automatically and I've tried GetDefaultProxy. Both cases are the
same. The WebRequest/WebProxy picks up the Server information from the
Conne... more >>
Problem with Custom Button (.net CF 2.0)
Posted by Norbert at 7/15/2005 3:44:36 AM
I d'like to create a custom Button with two lines of text
Where the second one has a smaller font.
I've done following steps:
Added a new Item (Custom Control) to my Projekt
After this, i changed the parent class of the control to BUTTON
Code of this class:
////////////////////////////////... more >>
Read & Write Binary files
Posted by dw at 7/15/2005 1:46:03 AM
Hello...
I am having a difficult time in trying to figure out how to read and then
write a binary file. The binary file will be an image on the SD Card....and
I want to read in the bytes and then later on, I want to write out a similar
file back to the SD card.
Does anyone know of a lin... more >>
Subclassing form
Posted by Steven Spits at 7/15/2005 12:00:00 AM
Hi,
I'm creating a small library to build my CF applications on. There's stuff
in there like transparent labels, etc... I would also like to subclass
System.Windows.Forms.Form (for example to simplify image backgrounds).
It works, but I can't load the form in my designer anymore. The app i... more >>
Question about GPRS and maximum packet size
Posted by Canon EOS at 7/15/2005 12:00:00 AM
Hi,
I just wrote an application for PocketPC 2003, or to be exact, my newly
bought Mini O2. There is a TcpClient on the O2, while server application on
a PC.
If run using WiFi adapter connecting to its public IP (Server on PC), it
works.... without any flaw... except initial connection is a... more >>
Problem with WebService
Posted by Thomas Pohl at 7/15/2005 12:00:00 AM
I just try to get the web service sample from
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/xmlwebservice.aspx
running.
When I start the client from within IDE (VS .NET 2003) on an emulator I get
the message
"An unhandled exception of type System.Net.webException occured in
Syst... more >>
|