all groups > dotnet compact framework > january 2006 > threads for january 15 - 21, 2006
Filter by week: 1 2 3 4 5
DataSet.ReadXml() reading time
Posted by John Olbert at 1/21/2006 8:17:04 PM
Is it normal for DataSet.ReadXml() reading a 24kb Xml file in a Sh4 WinCE to
take about 3.7 seconds? The Schema was read first. Reading the Schema first
reduced it from 7.5 seconds.
If so is there anything I can do to speed up the process beyond this point.
My task is to migrate a desktop... more >>
Installation Project
Posted by Katy at 1/21/2006 1:10:16 PM
Hi:
I am developing an application with Visual Studio 2005.
What files must I include in my installation project to install CF 2.0 and
SQL Server mobile in mobile devices ?
Regards.
... more >>
.net cf 2.0 combobox sort issue, need help
Posted by Marc at 1/21/2006 12:38:38 PM
Hello,
I've been searching all over google, msdn, books, etc. and for the life of
me I can't figure out how to sort a combobox.
Right now I populate a combobox by reading in lines from a text file. That
part works fine, but the contents of the combobox are not sorted and I'd
lik... more >>
Open file with cf 2
Posted by Steve Kanel at 1/20/2006 6:47:17 PM
I'm developing a VB.NET 2005 with cf 2 for windows mobile 5
I'm trying to open any file (image, word, excel , mp3)
with the default program .
Is this possible with vb or c# and CreateProcess.
Thanks for help!... more >>
TabletPC Windows CE.NET 4.2 advanced application
Posted by Jacek at 1/20/2006 3:14:03 PM
Hello
I would like to implement a mobile application (platform mentioned in
subject).
There are 2 requirements that I need to fill:
- application limits user access to the application (no control panel and
all that stuff like settings - should be kind of remote screen)
- application has embe... more >>
Symbol MC9000 deployment issue?
Posted by Mikael Sorensen at 1/20/2006 11:57:37 AM
I'm developing a VB.NET 2003 application for a Symbol MC9000 device with
Windows Mobile 2003.
..netcf 1.0 SP3 is installed on the device.
If I deploy the application using Visual Studio, the menu on the main form
shows correctly.
If I install the application using the cab file, the applicat... more >>
Reading current free storage memory on Windows Mobile 5.0
Posted by Go Mobile at 1/20/2006 9:02:01 AM
Does anyone know how to read the current free storage memory on the device
for Windows Mobile 5.0 in the .Net Compact FrameWork 2.0? I need to know how
much free space there is when an application boots.
Thanks!... more >>
change the default gear icon next to control
Posted by dantheman at 1/20/2006 9:00:26 AM
Hi All,
I've made SmartDevice control with Visual Studio 2005 Pro full version
and compiled it now when it apears in the toolbox it displays the
default gear icon next to the control what do i need to do to have my
own icon to display next to my control
thank all
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Sharing libraries between .Net and .Net compact framework
Posted by David at 1/20/2006 8:21:04 AM
Can I create a single library that works on CE devices, or pocketPCs, or
whatever is using the .Net Compact Framework, and also on the full framework.
I have an application that talks to industrial equipment, and I want to have
a laptop version and a Pocket PC version. There are a set of com... more >>
read a office - ACCESS file
Posted by bokiteam NO[at]SPAM ms21.hinet.net at 1/20/2006 8:10:51 AM
Hi,
I can read a MS ACCESS file in WIN32 app project, but I failed on WINCE
project.
Q1. First, I want to read/write MS ACCESS file in WINCE, it works only
on WIN32 app project now... ( if I want to read MS ACCESS file, I still
have to inlcude "System.Data.Sqlserverce.dll"? )
Q2. I want to... more >>
datagrid, no define.
Posted by bokiteam NO[at]SPAM ms21.hinet.net at 1/20/2006 8:08:57 AM
Hi All,
I am developing a WinCE project, when I include datagrid, it says no
define..
could you please advice? it works on Win32 project by the same code...
Thank you very much for you help!
Best regards,
Boki.
... more >>
No result code for SendMessage with WM_COPYDATA
Posted by DefNic at 1/20/2006 2:15:02 AM
Hello,
I try a inter process communication with windows messages and WM_COPYDATA.
It should work for managed and unmanaged applications. The receiver of
WM_COPYDATA messages is a managed applications. For the sender the result
code of SendMessage is important.
In the managed receiver I use ... more >>
pictureBox problems about image file
Posted by chi.chung.ko NO[at]SPAM gmail.com at 1/20/2006 1:33:16 AM
Dear all:
Draw chart which used drawline on pictureBox
How Can I Save The pictureBox To *.jpg or *.bmp
Thanks for help!
... more >>
Sharing memory (class instance) between processes
Posted by sync at 1/19/2006 10:04:02 PM
Hi all,
Is it possible for a single class instance be shared among multiple
applications (each resides in a seperate process) in CF 2.0?
How can i do that?
Thanks.... more >>
switch powermanagement off and on
Posted by Markus Humm at 1/19/2006 7:27:09 PM
Hello,
I'd like to do something like this (pseudo code)
with VB .NET for CF 1.0:
- get the current power management settings
- turn off power management (so that it doesn't interfere with my
operations)
- do something nice...
- restore the old powermanagement settings to switch it on a... more >>
size of icon in start menu
Posted by Markus Humm at 1/19/2006 7:25:07 PM
Hello,
what's the correct size for a icon to be placed in the start menu?
32x32 like on PC seems to bee too big. 1/4 of that maybe?
Greetings
Markus... more >>
Getting the user selection from a ComboBox
Posted by Tsviatko Yovtchev at 1/19/2006 6:51:21 PM
How to do it? The SelectedIndexChanged event i useless because the user
might just be moving the selection in the dropped down listbox using the
navigation buttons without actually selecting anything.
In the .NET framework there is the SelectionChangeCommitted event but
apparently it has be... more >>
IIS Error: Server found request content type to be 'text/html', but expected 'text/xml'
Posted by S. Berwanger at 1/19/2006 3:27:41 PM
Hallo NG,
I have a PDA application (WinCE 4.2) which using a XML-Webservice for data
exchanging.
Both parts are developed with VS2003. When I'm using IIS5.1 the system runs
without problems.
But if I use an Win2003 Server with IIS6 for my webservice I am receiving
the error:
Server found ... more >>
Profiling WinCE Netcf programs
Posted by John Olbert at 1/19/2006 12:36:06 PM
Is there a more sophisticated method of profiling C# Netcf programs, more
advanced then using Stopwatch class from OpenNetcf? This could be a open
source approach, freeware or commerial product.
Thanks.
--
John Olbert
... more >>
Draw a Line in a Panel Control?
Posted by Roger Odermatt at 1/19/2006 11:32:42 AM
Hello
Can anybody help me, how can draw a line in a Panel Control?
I try it with this code:
---------------------------------
Dim myPen As New Pen(Color.White, 1)
Me.panDetail.CreateGraphics.DrawLine(myPen, iLeft, iTop,
Me.panDetail.Width - 24, iTop)
---------------------------------
... more >>
Listview
Posted by Torsten Petau at 1/19/2006 11:08:02 AM
Hallo,
weiß jemand ob es im Compact Framwork sowas wie SelectedItem fürs Listview
gibt?
Ich würde gerne die Zeile auslesen die ich im Listview auswähle.
... more >>
About SqlCeReplication.CompressionLevel
Posted by Steve B. at 1/19/2006 10:01:34 AM
Hi,
I have a question about the SqlCeReplication.CompressionLevel property.
I have very large amount of data to transfer, so I'd like to set the
compression level as high as possible, and upgrade the server if required.
What can be possibles values of this property ?The MSDN library only ... more >>
Webservice can not be accessed
Posted by Kessel at 1/19/2006 9:07:03 AM
Hi everyone,
I have written an app which connects to a web service. I try to debug it in
the emulator for Pocket PC 2003 SE in Visual Studio 2005. In order to setup
the connection between the host pc and the emulator I follow the instructions
on this web page: http://blogs.msdn.com/akhune/a... more >>
Code Signing
Posted by James at 1/19/2006 7:31:04 AM
Hi All,
I want to sign my Assemblies for release to a client that will use only my
application and I dont want to buy standard certificates.
How can i create a private certificate that I can install manually and sign
all my Assemblies to use this private certificate?
Cheers,
James.... more >>
Windows Mobile 5.0 User Interface Guidelines?
Posted by tamberg at 1/19/2006 7:24:36 AM
Could someone please provide me with a link to the Windows Mobile 5.0
User Interface Guidelines (if there are some)?
... more >>
Alarm Event
Posted by Tamer Hesham at 1/19/2006 6:31:03 AM
Hi All,
I have a program that must check system time every 1 minute, Is there a way
to do this without using the Timer tick event, as in timer when i enabling
it, it may not at zero second, but i want the time checking be at zero second
(at the begining of the minute), so is there an eveny fi... more >>
Animation
Posted by status() at 1/19/2006 2:32:05 AM
'm trying to make a simple animation on Pocket PC using image sequences. I'm
using a timer to draw the frames after equal interval. I tied two methods of
loading of the images.
The first is to load the current frame image, to display it and then to
dispose it. This method is working ok on mos... more >>
deploying application with ceappmgr throws strange errormessage
Posted by werner fallnit at 1/19/2006 1:23:34 AM
I=B4m currently working on an application that deploy my application and
CE framework through an .msi file. The problem is when ceappmgr.exe is
called and wants to deploy my application I get the following message:
Error copying File: Cannot copy the file. Make sure the mobile device
is connec... more >>
Version 2.0 is not a compatible version
Posted by Sri at 1/18/2006 8:46:53 PM
I have developed a application using compact framework(pocket pc -
VS2003)
I tried to migrate the application to .NET 2.0. I used the wizard in
Visual studio 2005.
All the projects in the solution migrated successfully.
I have a Project for UI and a project with a resource file(Satellite
assem... more >>
PDA touchscreen to laptop
Posted by Pdoc at 1/18/2006 5:50:01 PM
I want to use my PDA touch screen as an input for my laptop via the USB port.
I'm having a bit of a mental block on getting started. Any ideas or
suggestions.
Basically, I would like to design graphical interfaces for the PDA then be
able to select them with finger taps and have it sent to ... more >>
"Could not find resource assembly" with Smartphone
Posted by Marcos Mello at 1/18/2006 5:32:32 PM
This error has been posted all around the net and is described by the .NET
Compact Framework Team themselves here:
http://blogs.msdn.com/netcfteam/archive/2004/08/06/210232.aspx
My problem does not rest here. If I create a new project of type 'Windows CE
5.0' - 'Device Application', everythi... more >>
Palm Treo 700 w
Posted by Mark Dykun at 1/18/2006 5:05:53 PM
All,
Is the Palm Treo 700 w a smart phone or a pocket pc phone. I understand it
has mobile 5.0 on it however when our application is installed as it is on
any other PPC 2003/Mobile 5 device it does not work as it states it is
missing some libraries.
Is there any emulator existing for thi... more >>
Restricting Designer
Posted by Steamboat at 1/18/2006 3:26:01 PM
It appears that in order to play a sound in the .NET CF, I need to do a
DllImport on the PlaySound entry point in coredll.dll. The problem that I am
having is when I add this to my control class all of the functionality that
the Designer was implementing on my control has gone away. For inst... more >>
How to use GPS and scan WLAN AP on Desktop ??
Posted by Lionel Reyero at 1/18/2006 2:51:02 PM
Hi,
I know I am not posting my question in the right place, but you might know
what I am looking for.
I have developped an application for Windows Mobile using the OpenNETCF. The
application was accessing a GPS device, and scanning for nearby WLAN access
points.
I would like to port... more >>
ContextMenu
Posted by Gerhard Ankerl at 1/18/2006 1:12:30 PM
Hi NG!
Ist im CF 2.0 eigentlich nirgends der ContextMenu-Event implementiert?? Bei
mir funktioniert das nur in den 3rd party-Produkten einwandfrei. Weder in
Textboxes noch bei Forms scheint das zu funktionieren.
Oder mache ich das wieder mal etwas falsch???
Danke für Hinweise!
Gerhar... more >>
Static constructor
Posted by Steamboat at 1/18/2006 12:02:07 PM
Is there any way to make the Designer invoke a static constructor when in
Design mode?
Thanks.
... more >>
Thread abort Problem
Posted by chi.chung.ko NO[at]SPAM gmail.com at 1/18/2006 10:00:20 AM
Dear all:
In .NET Compact Framework Form I start one thread
the thread is always listen use TcpListener method
When Form will be closed must be Stop TcpListener
but How Can I abort thread first=EF=BC=9F
because if thread isn't abort will be error when TcpListener stop
Tks for help=EF=BC=... more >>
Fujitsu Siemens Loox N500 and RS232 communications
Posted by Markus Humm at 1/18/2006 7:28:39 AM
Hello,
we're developing a CF 1.0 app which uses opennetcfsdf 1.4 for RS232
communications, which works like a charm on the Fujitsu Siemens Loox 410
but doesn't work on the new N500 which has WM 5.0. It has a RS232 which
is COM 1 on the device and I can sync with my laptop over RS232.
Doe... more >>
Unknown Exception
Posted by James at 1/18/2006 7:26:04 AM
Hi All,
I have a application that needs to load an assembly to get some strings.
Running in PPC 2003 SE it works fine, but on Mobile 5.0 we get an exception.
System.Resources.ResourceManager resGuy = new
System.Resources.ResourceManager("WinMobile5Test.Resource1",
System.Reflection.Assemb... more >>
SqlCeServer parameters issue
Posted by Chuck Hecht at 1/18/2006 7:05:02 AM
I am attempting to get my dataset records into a sqlce database.
I am using a parameterized query but keep getting the same sqlce error:
Hresult -2147217900
Native error 25501
Message: "there was an error parsing the query token line number, token line
offset, token in error"
The error alw... more >>
Windows mobile 5.0 screen saver
Posted by pixelord at 1/18/2006 3:35:02 AM
Hello!
I am interested to develop a screen saver for windows mobile 5.0. Can anyone
suggest me any resource for windows mobile 5.0 screen saver development
resource. How these screen saver work and how to test and deploy those
screensaver in the emulator?
Thanx a lot in advance.
... more >>
How can I check the CF version run in my WinCE device?
Posted by Bryan Gan at 1/18/2006 1:58:02 AM
Hi all,
Can I know what is the CF version run in WinCE5.0? And how can I check the
CF version in WinCE5.0?
thanks... more >>
How can I programing about X509 certificate using .Net Compact Framework
Posted by zwking at 1/18/2006 12:43:20 AM
hi, I am a rookie in ppc programing .I am learning code with .Net
Compact Framework
I want to develop a simple certificate Manager for Pocket PC use .Net
Compact Framework.
it can import/export/encode/decode/verify the X509 certificates
(including personal and CA's).
load the certificates fr... more >>
registry entries in wm5
Posted by christian at 1/18/2006 12:42:04 AM
Hi,
if i write with opennetcf components in the registry, this entries after
reboot are deleted.
The same occures, if i use a registry editor, which isn`t developed for wm5
explicitly
Anyone ideas ?
... more >>
OpenNETCF Serial not working in my WinCE 5.0 device
Posted by Bryan Gan at 1/18/2006 12:04:02 AM
Hi all,I am running the OpenNETCF.Serial.IO library under WinCE 5.0 device. I
am able to connect to my embedded modem (COM4) successfully via Hyperterminal
and successfully issue AT command in hyperterminal.
However, when I try to run on the sample app built by me , which is using
the mentione... more >>
Change smartphone silent mode in registry
Posted by alton chou at 1/17/2006 6:39:38 PM
Hi group:
I try to change smartphone operator mode from normal to silent via
modify registry setting.
the registy setting has been updated to silent.but the smartphone still
stay in normal mode.
Does anyone know how to enable the registry setting when the setting
changed.
thanks in advanc... more >>
poom restrict sucking lots of time
Posted by RIch at 1/17/2006 3:43:02 PM
im writing an application that will run in the background looking for
specific poom objects to be created. Although my app runs fine, every time it
start up (its on a timer), my smartphone comes to a stop!
I've traced it down to the restrict method while trying to sort poom
records. Does an... more >>
Mixing a native DLL with a managed DLL on CF - solved
Posted by Robert Simpson at 1/17/2006 3:17:36 PM
I've been searching high and low for the ability to do this on the Compact
Framework. In a nutshell, I have a 100% native DLL and I want to fold a
100% pure .NET assembly into it (the wrapper for it). At first I thought
this would be pretty simple, since it is so easy to do on the full
fra... more >>
Date sql2000 e sqlce
Posted by Miliuccio at 1/17/2006 2:21:40 PM
vorrei fare una select da un sql2000 e una insert in sqlce
senza bisogno di passare da un comando format per modificare la data letta.
sql2000 gg/mm/aaaa
sqlce mm-gg-aaaa
c'é modo, a priori, di impostare quale sará il formato data del mio db
sqlce?
... more >>
Virtual Switch Driver download
Posted by Mike Frank at 1/17/2006 1:54:29 PM
I try to setup a network connection from an application running in the device emulator to my
development computer (I want to call a WebService over this connection).
The device emulator docu says, that I need a Virtual Switch Driver and that I can download it from
the Mobile Developer Center on... more >>
Can I develop for CE.NET 4.2 using VS 2005??? -totally confused
Posted by SammyBar at 1/17/2006 12:52:51 PM
Hi,
This question never ccame to me before buying VS 2005 but now...
I'm trying to develop a small app for a Symbol device that runs Windows
CE.NET 4.20. So we bought the Visual Studio 2005. Our previous VS was the
first VS.NET version (2002?). I tested VS2005 developing for compact
framew... more >>
Can I run compact framework 2 on CE.NET version 4.20?
Posted by SammyBar at 1/17/2006 9:45:15 AM
Hi,
I'm developing a small data capture application. My target device is the
Symbol MC9000-G device that comes with CE.NET version 4.20. My question are:
Does the v 4.20 support the compact framework (CF) version 2, or should I
stick to version 1 of the CF?
Is it possible to upload CF2 to C... more >>
Architecture meditations...
Posted by SammyBar at 1/17/2006 9:20:25 AM
Hi,
I'm developing a very simple application. It has three forms: Login, a
Search form and a DataCapture form. Only one form can be active at any given
time. Login form is used once, after authentication it is not needed. Then
the user will be switching between data capture and search. I'm ... more >>
how to remove an application from memory
Posted by werner fallnit at 1/17/2006 7:01:00 AM
as far as i know, pocket pc applications remain within the memory as
long as no hard reset is
executet.
but is their a possibility to remove an application permanently from
the memory when i close it?
werner fallnit
... more >>
Serious problem with Dotfuscator
Posted by Keven Corazza at 1/17/2006 5:29:03 AM
Hi, I've serious problem to work with Dotfuscator; when I obfuscate my
application and then I try to run in the device it doesn't work and I need to
reset the device.
I've tried then with a very small application with just some standard
components inside; same problem, if I run the obfuscat... more >>
Listbox Text Align
Posted by Tamer Hesham at 1/17/2006 5:15:02 AM
Hii All,
I am using a listbox and i display in it arabic contents, for arabic lang. I
have to align the text from right, but the listbox doesn't support that,
could i do that by another way or not.
Thanks in advance,
Regards
Tamer Hesham... more >>
Combobox and ites KeyPress Event
Posted by mohitchawla NO[at]SPAM mindfiresolutions at 1/17/2006 5:05:22 AM
I am using win ce.net with vs.net 2003
the keypress event of combobox is not fire when the combobox has focus.
Can u suggest me ways to trap the keypress, with or without using the
keypress event.
Thanks in advance,
mohit
... more >>
CollectionEditor
Posted by Adam Coulter at 1/17/2006 4:26:32 AM
I am trying to create my own Collection Editor from
System.ComponentModel.Design.CollectionEditor for a compactframework
control but ComponentModel does not contain a Design. Is it that this
is not possible to do for the compactframework?
Thanks
... more >>
Migration from CF 2.0 to 1.0
Posted by fnord at 1/17/2006 2:53:52 AM
Hello there,
Many phones utilise the 1.0. Framework. We have been developing for the
compact framework 2.0 and have found that we need to migrate our code
to the framework 1.0.
There doesn't seem to be a clear reference for doing so, can anyone
point me at any information on such a "r... more >>
problem with a png
Posted by leibnizster NO[at]SPAM gmail.com at 1/17/2006 2:14:18 AM
Hi!
I have a .png file that I copy-pasted off some page. When I watch it in
paint, it is all ok. But when I display it in my .NETCF 2.0 program in
VS2005 it appears with some white lines on it and it looks terrible. I
draw it with DrawImage() using the dimensions of the picture.
What's the ... more >>
Unsuccessfull serial communication with CF 2.0
Posted by Lonifasiko at 1/17/2006 1:06:29 AM
Hi,
I must communicate my PDA with a device via serial communication. The
device brings a cable ready for that, and in order to provide a seriaI
port to my PDA, I bought this cable:
http://www.cablematic.com/index.php?_cl_id=1&fam=128&p=25&pp=&mode=1&id=90&fam=128&pag=2&p=25
Well, I have so... more >>
bmp = new Bitmap(FilePath); and OOM CF 2.0
Posted by Tomppa at 1/16/2006 10:52:21 PM
I have an ICOP board that has 128 onboard RAM.
When I call bmp = new Bitmap(FilePath); and the jpg that it is loading is
over 500K I get an out of Memory error.
I can load this larger jpg using ImageViewer or browing to it with IE
without errors.
This happens in debug mode and when I cr... more >>
background runnig with a notify icon..
Posted by GOGA at 1/16/2006 10:36:58 PM
Hi all,
my problem is some how difficult...
i want to make an application that starts up with windows mobile... and
to show a notification icon in the down bar, so when i click it, it
shows up the application, plus when i close it the app it don't exit,
just to hide in the background and to sti... more >>
Console.WriteLine(ex.Message)
Posted by Tomppa at 1/16/2006 9:31:24 PM
How can I get the erros to display in VS 2005, not on the connected CE 5.0
device?
Thanks
... more >>
Do you need Pocket Access sync for AS4?
Posted by MikeB at 1/16/2006 8:01:16 PM
Hi,
If you would like to see Microsoft release a Pocket Access sync provider for
ActiveSync 4, I need to hear from you. If you would, please e-mail me ASAP
and let me know you are interested in a Pocket Access sync provider for
ActiveSync 4, and I will gather the information I need and for... more >>
Windows CE.Net Flash Problems
Posted by chi.chung.ko NO[at]SPAM gmail.com at 1/16/2006 6:18:01 PM
Dear all:
After Install netcf.all.wce4.X86.cab on Windows CE.Net 4.2
Then Reboot CE.Net, it will be disappear
How can I solve it
thx!
... more >>
Custom and P/Invoke pb
Posted by Steve B. at 1/16/2006 3:48:50 PM
Hi,
My custom control use some p/Invoke that are in coredll.dll.
One of this call is done each time the control render. It works fine when
running, but Visual Studio crash when I add the control to a form using the
designer, telling me that the coredll.dll is not find.
How can I prevent... more >>
c# smart device dll
Posted by Ivonne Riedel at 1/16/2006 3:18:26 PM
Hi,
My intention was to build a c# application for smart devices using VS 2005
that is based on a dll.
I created a dll using eVC that worked well (I could access that dll by an
eVC client app).
Trying to port that to c# did not work.
I used Dllimport and put the dll into the project dir an... more >>
How to show the wait cursor?
Posted by SammyBar at 1/16/2006 2:56:22 PM
Hi,
How to show the wait cursor? From the VS2005 documentation it is supposed
the Application class has the UseWaitCursor property. But it looks like this
property is not enabled on the compact framework.
I tryed the code from
http://www.c-sharpcorner.com/Code/2002/May/GettingQuotesInPocke... more >>
VS 2005 and CE 4.2
Posted by Tommy at 1/16/2006 2:48:19 PM
How can i develop and debug witha ce 4.2 device? Visual Studio only shows
WM2003 and CE5.0.
Thanks,
Tommy
... more >>
ONE DLL for both CompactFramework & FullFramework
Posted by Sal at 1/16/2006 12:32:12 PM
Is it possible to create one DLL that will work for both a Pocket PC
App and a regular Windows App? How would I go about doing this?
I wish to create the DLL in either Visual C++ 6.0 or Embedded Visual
C++ 4.0 and use the same DLL in two Visual Studio 2003 Apps (one for
Windows and one for Po... more >>
Timer, timespan and milliseconds
Posted by Andreas Ringdal at 1/16/2006 10:04:13 AM
I've made a simple stopwatch for .net cf 2 using DateTime dtStart
and Timespan tsInterval = DateTime.Now - dtStart
tsInterval.Milliseconds is always 0.
Does .net cf not support milliseconds.
I tried searching for this, and according to
http://msdn.microsoft.com/library/default.asp?url=/libr... more >>
Deploying CF 2.0 Custom Controls
Posted by Steve B. at 1/16/2006 10:03:15 AM
Hi,
I've build some custom controls for device projects.
These controls are in a separated solution and I'd like to produce either a
msi file or a .bat file to deploy it.
Where have I to deploy the files the make the controls available for all
projects ?
And which files ? (myctrl.dll, mc... more >>
VS 2005 Designer issue
Posted by dantheman at 1/16/2006 9:52:05 AM
Hi All,
here it goes,
I have created a usercontrol "image button" and it all work fine except
for one strange thing, when i drag the control to a form "smart device
that is" and then save that form i get this error
Code generation for property 'Image' failed.
Error was: 'Object reference... more >>
CF1.1 multi-language support
Posted by Mikael Sorensen at 1/16/2006 8:49:57 AM
I'm trying to add multi-language support to my netcf 1.1 application based
on the article "Build World-Ready Device Applications",
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/worldready.asp
(The article is partly based on Chris Tacke's blog
http://blog.openn... more >>
Emulator does not connect to the LAN...
Posted by SammyBar at 1/16/2006 8:42:33 AM
Hi,
I'm trying to set up my Visual Studio 2005 to develop a project for a device
that will be connected to the corporate Sql Server 2000 database via a
wireless LAN. The problem is I can't configure the emulator to be connected
to the LAN. I've tryed both approach: through the Visual Studio... more >>
OpenNETCF Serial - strings struncated by NULL char
Posted by anbeyon NO[at]SPAM btinternet.com at 1/16/2006 8:41:54 AM
Dear all,
I am having some trouble using the OpenNETCF libraries. Actually It's
VB.NET related.
My data being read from the serial port is being truncated in some way.
This is what I do.
<Snippet>
Dim sBuffer As String = ""
Dim Buffer(MasterPort.InBufferCount - 1) As Byte
Buffer... more >>
Sending a key message
Posted by RIch at 1/16/2006 8:16:03 AM
There is lots of doc on how to capture a key on the smartphone (e.g. back
key), but how do you send a key. I would like to programmatically push the
'home' key.
Rich... more >>
Communication architecture
Posted by Puce at 1/16/2006 8:08:03 AM
Hi,
we have two devices running the .Net Compact Framework. One has to maintain
the other (file upload/download, configure settings, ...) via an infrared
port. What is the best way to do something like this?
- IrDA? What if some devices have a newer software version installed and
others ... more >>
How do i getting network name and cell info?
Posted by WT at 1/16/2006 8:01:37 AM
I want to getting connected network name and cell info?
... more >>
CF 1 redistributable
Posted by Artem_Lyakhov at 1/16/2006 7:16:03 AM
Hi,
It is a little bit offtopic; my application targets the CF 1.0 and I want WM
2002-users to be able to use it too. So they have to install the CF
redistributable.
What whould be the right link to download it from MS's site? I whould like
to refer it from my site but MS's links are alw... more >>
Determine application activated CF 2.0
Posted by sync at 1/16/2006 1:25:03 AM
Hi all,
I have an application with multiple forms. This application can be smart
minimized.
Is there any API that I could use in the application to determine when is
this application is activated again?
Thanks. ... more >>
ICodeCompiler and Forms with Images
Posted by Wolfgang Link at 1/15/2006 11:03:30 PM
hello group,
for my VB.NET application I need a console app. to compile them.
But I get a MissingMethodException on the device / emulator.
The testproject is very simple:
- place one picturebox with an image on the form
- in form_load place: msgbox("Hello world")
If I compile it with VS it... more >>
@Mader: Dell Axim x51 and RS232
Posted by Markus Humm at 1/15/2006 7:23:50 PM
Hello,
at 10.01.2006 you said something about a Dell Axim x51 and RS232 which
you got working. Since I have to do RS232 communication myself and would
like to use that PDA but haven't bought it yet and Dell officially sais
it has no RS232 I'd like to hear more about these capabilities. Wher... more >>
Visual studio 2005 and compact framework 1.0
Posted by Thierry at 1/15/2006 5:49:48 PM
Hello.
I am able to create compact framework 2.0 libraries with vs 2005,
but when I want to create a library for the CF 1.0 ,
I receive this message from VS2005 :
This project requires .NET compact framework v1.0, wich is not installed on
this machine.
I find the "Microsoft Compact Framew... more >>
Hardkey support
Posted by Chuck at 1/15/2006 2:44:39 PM
I am trying to find out what I need to do in order to capture/handle/etc
the hardkeys on a device? I would like to have my application use them when
it is running but then revert back to whatever they should do (calendar,
etc.) when not running.
Any thoughts or examples?
Thanks!
Chuck... more >>
PtrToStructure killing pointers
Posted by tb2000 at 1/15/2006 2:04:01 PM
I am using .NETCF 2.0.5238.0 and presently (as VS2005 is unavailable in
Germany) still VS .NET 2003
I am working on interop between an unsave C-written DLL and C#.
Now, in a constructor of a class I am trying to get a structure copied from
unsafe to a safe structure (class actually) using... more >>
Data exchange over wireless (best practice)
Posted by Smiljan at 1/15/2006 8:07:02 AM
Hi all!
I'm a developer now for some years, but I've just started to develope for
mobile devices. My problem is that I need to develope program for PocketPC
(Win CE) that would read a barcode and the send the data over wireless to
database server.
I know how to read a barcode but I need so... more >>
|