Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet compact framework > february 2006 > threads for february 8 - 14, 2006

Filter by week: 1 2 3 4

RaPI and machines without activesync
Posted by Andreas Ringdal at 2/14/2006 6:22:17 PM
Can rapi classes (from opennetcf) be used on computers without active sync installed. (read from mac and linux using mono) andreas...more >>

More XmlValidatingReader
Posted by Peter Morris [Droopy eyes software] at 2/14/2006 4:37:20 PM
Hi all I used XmlValidatingReader in the full framework v1.1 - Now I need to do the same thing in CF 2.0; basically I need to validate the XML as I read it in line by line, my XSD is an embedded resource. Can someone help me out please? I'm looking a bit lost here. Thanks Pete ...more >>

looking for help with PIMItemCollection Find method
Posted by lansalot NO[at]SPAM gmail.com at 2/14/2006 3:52:04 PM
Hi I'm struggling with searching the Contacts on my PocketPC with VS2005/.NET cf2 and hope someone can help please. Specifically, the documentation for the Find method is a bit lacking (to my eyes). You can see it here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobi...more >>

Starting an app on 5.0 : no circular wait cursor ?
Posted by ataha at 2/14/2006 2:47:31 PM
When I used to open my application on PocketPC 2003 devices, that circular (busy) cursor used to come up in the middle of the screen until my application was actually displayed. So the user couldnt hit the application executable twice and start it again. When the application was up and running...more >>

Windows Mobile Version Differences
Posted by Graf at 2/14/2006 1:10:33 PM
Hi, does anyone know the differences between 1) Windows Mobile 2003 Version 4.20.0 (Build 14133) and 2) Windows Mobile 2003 Version 4.20.0 (Build 13349)? A friend of mine tried to install the .net compact framework 2.0 on 1) but it says, that his device is not compatible, while it works fi...more >>

Build & Deployment problem.
Posted by James at 2/14/2006 10:58:53 AM
A colleague of mine has written a web service and a SoapExtension that I must reference from my windows mobile 5.0 app (developed in VS2005). My app was working fine when it referenced just the web service, deployed ok to a real windows mobile 5.0 device and also to the emulators from Visual ...more >>

Getting battery status (and other system information)
Posted by Jim at 2/14/2006 10:07:26 AM
I'm developing an app in C# that needs to display battery status. I'm using the 2.0 .Net with the WindowsMobile assemblies. I've followed the various suggestions in the help files and been able to successfully compile and run, but the data being returned is garbage. I also get garbage when I ...more >>

VS.NET 2003, CE.NET 4.2, MSMQ
Posted by Russ at 2/14/2006 8:12:14 AM
I am a C# developer using VS.NET 2003, I have recently started developing using the .NETCF. I am currently writing and application for CE.NET 4.2. I have the latest .NET CF Service pack (3) installed. One of my companies requirements is to use MSMQ as the communication layer between th...more >>



ANN: Reminder: NetCF chat today
Posted by Michael Fosmire [MSFT] at 2/14/2006 6:42:36 AM
I apologize for the late reminder. :-\ Just a reminder that MVPs will be hosting an online chat today concerning Smart Device Programming with Visual Studio .NET 2005. We will be on hand ready to answer your questions, so bring 'em on! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Title: MVP ...more >>

Sharp ZipLib for Compact Frame work
Posted by Murthy at 2/14/2006 4:30:28 AM
Hi, Can any one tell me where i can get the Share Zip lib Dll for Compact Frame work. I have the Dll and the source code for .net frame work. While trying to convert it to Compact Frame work, it is giving a lot of errors. The DLL version that i have with me is ZipLib 0.84.0.0 I downloade...more >>

Sychronizing Pocket PC time to Desktop System time
Posted by Murthy at 2/14/2006 4:22:27 AM
Sychronizing Pocket PC time to Desktop System time... Hi, I am writing an application for Pocket PC 2003. This Application sets the Pocket PC time to the system time of the PC to which this device is connected. Right now i know how to set the time in Pocket Pc using CoreDll.SetSystemTime ...more >>

Passing an Integer parameter from .NetCF to embedded VC4 Dll.
Posted by Prateek at 2/14/2006 4:01:38 AM
Hi, I am trying to pass an integer value from .NET CF to evc4 ATL Com dll function through <dllImport> attribute. As soon as i Pass this value this value is converted to 0 in evc4. For eg: if i am pass an interger value 55 thorugh .Net CF, then i receive an interger value 0 in eVC4 dll funct...more >>

Sending User Credentials over the Wire
Posted by kloppie at 2/14/2006 1:51:12 AM
Hi, I'm working on an app which will run on the Compact Framework 1.x. The app will be docked to a workstation. The workstation will be logged in to the LAN with a valid NT user account. This app consumes a Web Service which will be located on the LAN. When the app then calls the Web Se...more >>

how to programatically open and close IE ??
Posted by Dickson at 2/14/2006 12:14:04 AM
how to programatically open and close Internet Explorer in compact framework?? ...more >>

combobox and dataset indexOf
Posted by merco at 2/14/2006 12:03:43 AM
Hi, i'm populating a combobox small datas from a Dataset. Dim Ds As DataSet Ds = GetDS("Select * from Utenti") Cb.Items.Clear() Cb.DataSource = Ds.Tables(0) Cb.DisplayMember = "Descrizione" Cb.ValueMember = "Codice" It's a simple "Users" table with ID (codice) and description (descri...more >>

XmlValidatingReader
Posted by Peter Morris [Droopy eyes software] at 2/14/2006 12:00:00 AM
I wish I had spotted the fact that XmlValidatingReader is not present in the CF v1.1 :-) I see that XmlTextReader in CF V2 does validation. Is there any problem with me installing VS2005 + Mobile Development SDK for PPC onto my machine that has VS2003 + Mobile Development SDK? I'm prett...more >>

SIP InputControl
Posted by Nathan Franklin at 2/13/2006 10:14:51 PM
Hey Guys, I have a wierd problem while using the SIP. I load a form which contains an InputControl. After I have finished with that form I dispose it and all the objects on the form. I then Load another form with another InputControl on it, When I press the button to bring the keyboard u...more >>

Help file - images don't load unless I scroll away and back
Posted by Steve Howard at 2/13/2006 9:55:39 PM
I made an html help file for my application. I included some screen grabs of the application which I reduces to less than 1/4 original size ... from 240x320 to 108x144 pixels. The files are saved as bitmaps, using 2bp extension. Each is 17k. when I launch the help file the images do not bec...more >>

Web Service Problem
Posted by steve at 2/13/2006 9:46:53 PM
I have a Compact Framework project on a pocket pc device. In Visual Studio 2003 we sent a dataset over to a web service and it worked fine. In VS2005 we have been getting "Unable to read data from the transport connection" the InnerException is "An existing connection was forcibly closed b...more >>

AutoScaleDimensions and AutoScaleMode
Posted by Sri at 2/13/2006 9:31:49 PM
I have developed an application using Compact Framework 1.0 and migrated to CF2.0. I am testing it in VGA device. I have added these 2 lines in the InitializeComponent method. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode....more >>

Number Format
Posted by Microsoft at 2/13/2006 9:13:46 PM
Is there a way to format numbers (ex. use the mask "#,##0.00" to show numeric columns) and dates in a datagrid ? And what about the alingment? ...more >>

Error - PlatformVerificationTask
Posted by Bill at 2/13/2006 4:30:30 PM
Ok, so I copied a CF V1.0 project that had worked well and passed testing into a new directory and opened in VS 2005 Professional. It automatically converted to VS 2005. In addition, I right clicked on the project and converted it from CF 1.0 to 2.0. I just started getting the following warn...more >>

Migration from CF1.0 to CF2.0
Posted by Sri at 2/13/2006 4:52:27 AM
I have migrated my compact framework application from CF1.0 to CF2.0 using the wizard in VS 2005. I have also upgraded the project using "Upgrade Project" option in the Project menu. After migration when I look into the project, I understand that the project in the applications are migrated to ...more >>

Toolbar buttons and transparency
Posted by Artem_Lyakhov at 2/13/2006 4:11:29 AM
Hi, I use VS2005, CF1 I create a toolbar and a button on it. I use a 16x16 .gif picture with 256 colors and I mark one color from its palette as a transparency key (in Photoshop). But at runtime this color appears as the white color although the toolbar background is gray. So what is the...more >>

Disable the Volume button
Posted by Tamer Hesham at 2/13/2006 4:10:27 AM
Dear All Could I disable the volume hard button in the device, using visual studio? Thanks in advance regards Tamer Hesham...more >>

Smart Device CAB Project: AddReg key is always added to inf file.
Posted by tomj NO[at]SPAM softhome.net at 2/13/2006 3:49:14 AM
When VS2005 generates inf file it always add AddReg key to [DefaultInstall] section. But my application does not have any entries in registry. This leads to warnings in CabWiz.log: Warning: Section [RegKeys] has no data Warning: Section [DefaultInstall] key "AddReg" - there are no section ent...more >>

Converting byte array to Unicode string in C#
Posted by Jay at 2/13/2006 2:20:46 AM
Hi, I am working on a project in which i am sending some data through IrDA.(Infrared communication). I have a C++ application on desktop PC. I am sending a character array using send function. the code looks like this void doTransfer (char szUsrName[], char szPassWd[], int Proto, int Di...more >>

ERROR Installing Compact Framework 2.0 at Pocket PC
Posted by MCC at 2/13/2006 1:58:30 AM
I'm trying to install on my PDA (hx4700 with Microsoft Windows Mobile 2003 Second Edition) CF 2.0. It does not install properly, an I see in the logs errors coming from GAC. Any clues? ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo 13/02/2005 09:59:39: Entered Install_Init(). ...more >>

Smart Device CAB Project: how to change InstallDir value?
Posted by tomj NO[at]SPAM softhome.net at 2/13/2006 1:40:08 AM
VS2005 generates inf files with InstallDir=%CE1%\%AppName%. I want to have InstallDir=%CE1%\MySoftware\%AppName%. It seams that I cannot achieve this. Why? Thanks, Tom. ...more >>

movement tracking through gprs coordinates?
Posted by Felix Joachim at 2/13/2006 12:00:00 AM
Hi, what do you think about this idea? Apparently using GPS isn't an option due to costs. Are the coordinates accessible through .NetCF (perhaps with some help by OpenNetCF)?...more >>

DocumentList CF 2.0
Posted by sync at 2/12/2006 11:44:38 PM
Hi all, DocumentList control has its own predefined context menu. May I know how can customize this context menu as I would like to add additional items into it? Currently, the context menu is not exposed through the property. Secondly, how can I invoke methods like Rename/Move, Beam File ...more >>

what a better way to create splashscreen
Posted by Magic Gooddy at 2/12/2006 11:16:12 PM
SG93IHRvIGNyZWF0ZSB0aGUgYmVzdCBzcGxhc2hzY3JlZW4/IA0KUGxlYXNlLCBnaXZlIG1lIGNv bW1lbnRzIGFuZCBjb2RlLg== ...more >>

A managed CommPortException (repost with source code)
Posted by lsheung NO[at]SPAM gmail.com at 2/12/2006 11:05:21 PM
Hi, My test program is as simple as the following. When I deploy it as a Pocket PC 2002 application, I got a CommPortException. Any advice on how to acheive it? Lok A managed CommPortException occurred at Application::Run+0x1a CreateFile Failed: 55 Application::Run+0x1a MainF...more >>

Form.Close won't close the form.
Posted by Strider at 2/12/2006 4:47:26 PM
Hello, I'm getting a strange behavior. When I open a form using the Form.Show() method, Form.Close() doesn't seem to do anything. However, If I display the form using the Form.ShowDialog() method, then Form.Close() cloeses the form just fine; Has anyone else noticed this strange behavio...more >>

Enable Cleartype Programmatically
Posted by Joseph Hanna at 2/12/2006 3:12:28 PM
Hi everyone, Are there any APIs to check and enable/disable Clear Type on a Pocket PC using .Net CF (P/Invoke)? Thanks in advance, Joe...more >>

System Memory Storage Memory Adjust in CF 2.0 or OpenNetCF?
Posted by Tomppa at 2/12/2006 11:19:03 AM
Can I programmatically adjust this memory usage option? I want more System Memory and only 5MB of storage Memory CE 5.0 CF 2.0 Thanks ...more >>

show or showdialog() difference
Posted by rt at 2/12/2006 7:43:26 AM
Dim f As New SelectBuilding f.Show() f.ShowDialog() hi what is the difference between f.show() and f.showdialog() which one takes more memory more time and performance give me some difference and where exactly can used this type thanks ...more >>

Is there a way to debug a native DLL and a C# exe simultaneously?
Posted by Werner at 2/12/2006 5:53:58 AM
I am using VS2005 and CF2.0. I can call native code in native DLL from C# exe program through P/Invoke without problems. However if the DLL project is set as the startup project I can only debug my native C++ DLL, not the C# program. If I set the C# project as the startup project I can only d...more >>

Problem with P/Invoke
Posted by chandra.somesh NO[at]SPAM gmail.com at 2/12/2006 2:18:53 AM
Hi I am trying to import a c++ code in c# using p/invoke but am having some trouble in implementing it. C++ code inside the dll namespace abc{ class __declspec(dllexport) CommandLineParams{ void getCmdLineParams(wstring cc.wstring name ); }; } C# code for p/invoke is this [Dl...more >>

difference of Ports.SerialPort and Serial.Port?
Posted by lsheung NO[at]SPAM gmail.com at 2/12/2006 1:39:42 AM
Hi, Can someone tell me what is the difference between OpenNETCF.IO.Ports.Serial and OpenNETCF.IO.Serial.Port? How should I decide which one I should use? Thanks Lok ...more >>

A managed CommPortException
Posted by lsheung NO[at]SPAM gmail.com at 2/12/2006 1:16:02 AM
Hi, I'm using OpenNETCF implementation for Serial Port access. When I deploy it as a console application, it works fine. However, when I deploy it as a Pocket PC 2002 application, I got A managed CommPortException occurred at Application::Run+0x1a CreateFile Failed: 55 Application::...more >>

PDA needs to be reset to be able to start our app. again
Posted by Markus Humm at 2/12/2006 12:00:00 AM
Hello, we're writing some app. for Pocket PCs using CF 1.0 and openNETCF 1.4 for RS232 communication. On one device we get an exception at closing the RS232 port which says something like this: "A thread (hex) has ended with 0". It seems to me that some thread has been ended what could b...more >>

Web services with .NET Compact Framework
Posted by Davie at 2/11/2006 10:34:30 PM
I have done quite a bit of development with the .NET compact framework in the past. I am coming back to a problem i had a while ago relating to web services. Basically, when the application tries to download data from a webservice, I occasionally get a server returned type: text/html. T...more >>

Serialport question
Posted by Eric at 2/11/2006 6:27:55 PM
Hi, I'm trying to read data from a device connected by SerialPort van MS CF2.0 I connect to the device and the send an INIT command to it. The device then responds with some data. Each time the datarecieved event is handled, I get the following (translated) error: NotSupportedExceptio...more >>

VB.NET and Active Sync
Posted by juvi at 2/11/2006 11:09:27 AM
Hi, I am looking for a way to transfer files from pocket pc to desktop + desktop to pocket pc. Is this possible with Active Sync? If yes: how can I do this under Visual Studio 2005 and Windows Mobile 5? thx....juvi...more >>

dispplay rtf text
Posted by germandb NO[at]SPAM gmail.com at 2/11/2006 8:21:38 AM
Hi I'm using the OpenNetCf's TextBoxEx control and I need the textbox to be ReadOnly and put text with rtf format into the textbox. I'm serching into the web but i don't find any example that showmy how put rich text into the textbox using this control. This is the demo string that i'm using ...more >>

Playing and storing remote media files
Posted by T62Eddy at 2/11/2006 7:31:14 AM
I need to play media files (audio, video) in CF (in my app or media player). Media files will be stored in my own app running on server or MS SQL in better case. Do you have any idea how to make it? Is it better and even possible to store video files on MS SQL and play them on Pocket PC? Thanks ...more >>

change color for different controls
Posted by rt at 2/11/2006 1:48:27 AM
hi Private Sub accessallcontrol(ByVal paramcontrol As Control) Dim childcontrol As Control With paramcontrol 'If CType(paramcontrol, Control) = System.Windows.Forms.RadioButton Then 'End If .BackColor = Color.NavajoWhite ...more >>

How to turn off event-sounds on WinCE 4.1
Posted by Patrick Ulmer at 2/11/2006 12:00:00 AM
Hi, I have to turn off unter WinCE 4.1 the sounds for events (warnings, system events) in my C# program (CF 1.0 SP3), because to turn it off under "Control Panel/Volume & Sounds" and hope that nobody switch it to on again is not a good solution. Can somebody help me? Thanks, Patrick...more >>

VS2005 new Project Wizard in C#
Posted by Eric at 2/10/2006 7:49:26 PM
When I create a new Pocket PC 2003 project in C#, the wizard generates a pocket PC like designer view. It helps me to align my contros in it. But, when I create a Windows CE 5.0 application for Windows Mobile 5.0 Pocket PC , the pocket PC like designer view doesn't get generated. Any ideas? ...more >>

parameter to the file .exe
Posted by Franky at 2/10/2006 6:28:51 PM
the file .exe in the vbnet can received a parameter how can i received this parameter by code ?? ...more >>

print file to the printer selected by user
Posted by Franky at 2/10/2006 6:24:46 PM
hi, can i printer a file in the printer selected by the user??? ...more >>

SortedList in CF 2.0?
Posted by Rick Spiewak at 2/10/2006 9:57:51 AM
The help file indicates that this is supported. Intellisense lets me use it, but it fails to compile. Looking at the Framework references in the VS2005 project, they are pointing at the 1.1 Framework (and apparently can't be redirected.) Anyone solved this one? TIA Rick ...more >>

How to use OpenNETCF?
Posted by Frankie D. at 2/10/2006 7:25:24 AM
I have installed OpenNETCF using its setup.exe. "using OpenNETCF.Windows.Forms; " was included to my code, but I have got the the following error: The type or namespace name 'OpenNETCF' could not be found (are you missing a using directive or an assembly reference?) Why? Thanks F...more >>

How can a button control be forced to stay in "button down" state?
Posted by Frankie D. at 2/10/2006 7:18:28 AM
I would like to force the button to stay in "button down" state until the next click. Do you have any idea how can I reach it? Thank you for your answer Frankie ...more >>

how to get owner Information Name
Posted by rt at 2/10/2006 6:58:32 AM
hi how to get owner information Name from pocket Pc windows mobile 2005/2003 VS 2003 in .net CF1 vb.net Code thankxs ...more >>

SDF Custom Control
Posted by Bill at 2/10/2006 6:56:30 AM
So I have a project in VS .Net 2003 that uses a custom control that I created and it all works great. I want to convert it all to VS .Net 2005. I opened the Control project, it converted to 2005 with no problems and compiled flawlessly. I did the same with my application project (the one th...more >>

Non Full Screen Dialog
Posted by Shaun at 2/10/2006 6:11:29 AM
Hi, I need to make a non full screen dialog similar to a MessageBox but with controls. I was able to do this in EVC++, however I cannot seem to get it to work in CF 2.0. The only way it kind of works is if I make the form borderless and this looks terrible. Thanks, Shaun...more >>

how to convert ASCII stram to Unicode string
Posted by Jay at 2/10/2006 6:07:32 AM
Hi, I am passing a char array through infrared socket.In .net compact framework I am using IrDAClient class to get the stream.This stream I'll read in byte array. I want to convert the ASCII byte array to Unicode string. How to do that? Thanks Jayshri ...more >>

creating programmatically the yellow notification balloon?
Posted by zoso at 2/10/2006 5:47:43 AM
does anyone have a VB.net CF sample about creating programmatically the yellow notification balloon? thanks in advance matteo www.stranigiorni.com ...more >>

Using static Library from application written with managed code
Posted by chandra.somesh NO[at]SPAM gmail.com at 2/10/2006 5:32:28 AM
Hi I have bunch of static libs which were written in C++ and i want to link to those libraries using managed code(c#) . For c++ VS had the option of including additional libraries .....what is the equivalent of that for c# ? Also will such a scenario work where a managed app access a static...more >>

ListView MouseDown Event
Posted by Shaun at 2/10/2006 5:24:05 AM
Hi, I am trying to add the following functionality: - I have a ListView with a few columns that is in Detail view with single row select enabled. I have added the ability for the user to tap on one of the rows in the ListView to open up a new Form containing the details of the item th...more >>

Debugging with Visual Studio 2005 and CF2
Posted by Thomas Lampe at 2/10/2006 2:02:26 AM
Hi, i wrote a little application. Debugging on emulator works fine. I'm trying to debug this on a real device (dell axim x51 Win Mobile 5.0 german) and the debugger stops with message: Post-deploy error 0x80070005 returned after calling '\Windows\wceload.exe /noui \Windows\System_SR_de.cab'....more >>

Read message from desktop MSMQ queue.
Posted by dskwarek NO[at]SPAM gmail.com at 2/9/2006 11:32:57 PM
Can I read messages on a device from desktop queue? I want to implement eventing of rarely connected devices. Is MSMQ properly way for this solution? Best Regards Darek...more >>

Unit Test Framework for .NET CF?
Posted by Tsviatko Yovtchev at 2/9/2006 9:17:54 PM
Has anybody found or maybe even successfully used any? I spent some time searching but I could not find anything......more >>

SDF 2.0
Posted by Giuseppe Lippolis at 2/9/2006 8:06:27 PM
Hi at All, Where can get SDF 2.0 for development?. Thanks at all ,Giuseppe. ...more >>

multi-line text button?
Posted by Jon at 2/9/2006 7:31:28 PM
Hi, For desktop framework 2.0. I can create the button with text that is longer than then button itself, and it automatically moves to a newline for it. but in CF 2.0, the button text will just go outside the button, in which u cannot see it if the text is longer than the button width... ...more >>

ZIP files
Posted by Peter Morris [Droopy eyes software] at 2/9/2006 4:16:35 PM
Hi all To save transfer time, some XML data will be sent to my PPC as a zip file. My questions are 1) Is there native UnZip functionality in dotnet CF? If not, can someone recommend something? 2) I would prefer some kind of UnzipStream, so that I can use XmlReader with the zip file ins...more >>

delegate for unmanaged callback
Posted by tb2000 at 2/9/2006 4:15:28 PM
When using a delegate for callback from an unmanaged dll: do I have to fix ( (how do i?) that delegate somehow so that is will not be 'moved' on garbage collection or voided totaly after the procedure is vacated so the unmanaged pointer will loose it's relevance? Thanks! tb ...more >>

InvalidOperation on CameraCaptureDialog.ShowDialog
Posted by Lisurc at 2/9/2006 1:39:09 PM
Hello, I got the hand over a Windows Mobile 2005 Pocket PC (an Eten M600) and wanted to try some of the new features coming with the CF .NET 2.0. But when I played with the CameraCaptureDialog class, an InvalidOperation was throwed on the ShowDialog() method. At first I thought I had a prob...more >>

Visual Studio 2005, Compact Framework 2.0 & Windows CE.NET 4.2
Posted by Martin Robins at 2/9/2006 12:00:10 PM
Can somebody please confirm my suspicion; I have been presented with a Windows CE.NET 4.2 device (not PocketPC) and have been asked to develop an application using Vusiau Studio 2005 and Compact Framework 2.0 - I cannot find any compatibility between this as there only seems to be support for ...more >>

Limit to number of files in a PDA directory ?
Posted by ataha at 2/9/2006 11:25:08 AM
Is there a limit to the number of files you can store in a PDA directory ? I am developing a medical application (blood gas/electrolytes) and the results and information from each test is stored in an xml file. Each file is about 3K. Today FileStream started throwing an exception whenever I trie...more >>

Tools to find out Memory Leaks
Posted by Dips at 2/9/2006 9:10:37 AM
Hello All, Does any of you know of any tool in the market to identify which Process/Software is leaking memory. The PDA is Samsung 730 , Pocket PC 2003 OS. The Device does not leak any memory if we have just the .Net Compact Framework and the Application installed. As soon as we install Netmoti...more >>

Maybe a XmlTextWriter bug?
Posted by Diego Guidi at 2/9/2006 8:35:58 AM
I'm trying to do this: XmlDocument document = new XmlDocument() // document fill... // Write a new xml file WriteXmlDocument(document); XmlDocument newDocument = new XmlDocument() document.load(sameFileAsPrevious); // fill document with other data WriteXmlDocument(newDocument); // Funct...more >>

How can be triggered Keydown event of a Button?
Posted by Frankie D. at 2/9/2006 8:14:27 AM
I ttry this: Button MyButton... MyButton.KeyDown(); but I get this "The event 'System.Windows.Forms.Control.KeyDown' can only appear on the left hand side of += or -=" Thanks Frankie ...more >>

Support for multiple language resources
Posted by RFlaugher at 2/9/2006 8:10:27 AM
Is there any way to switch cultures at run time in the CF 2.0? None of the methods which work with the standard framework seem to work with the compact version. Basically what I am trying to do is create multiple .resx files such as "strings.en.resx" and "Strings.de.resx" and then access the...more >>

What happens to dead timers?
Posted by Jonathan Payne at 2/9/2006 4:28:23 AM
I seem to be leaking a timer when I close a form but can't work out why. I have a very simple form ("TestForm" in the example below) that contains a timer and a button that closes the form by calling Close. I display the form by calling ShowDialog on it and then call Dispose when ShowDialog ...more >>

3 forms
Posted by rt at 2/9/2006 1:43:26 AM
hi iam using vs 2003 .net CF1 iam having 3 forms user will select 1st form later go 2nd form and 3rd form to fill up application what iam doing is once 1stform on button click() dim f as new form1 f.show on 2ndform on button click() dim f as new form2 f.show now iam 3 rd form ...more >>

System.InvalidCastException in System.Drawing.dll when loading Bit
Posted by Florent Pillet at 2/9/2006 1:08:31 AM
My app loads a bunch of bitmaps, stored on the device as separate .bmp files. I use this simple code to load them: Bitmap bmp = new Bitmap(path); For most of these bitmaps, I an exception is thrown (and internally catched) in System.Drawing.dll: A first chance exception of type 'System....more >>

Legally extract >net CF 2.0 framework Cab files for ARM processor
Posted by venky at 2/8/2006 9:58:00 PM
Hi All, I have an application written in .NET CF 2.0. I want to bundle the .NET Compact framework along with it .How ever i do not wish to burden users with a 25mb download. Can i instead of asking the user to download a 25 mb file, bundle my application along with the .NET CF 2.0 cab file for...more >>

i want to copy all files in PDA using NETCF.Desktop.Communication
Posted by rt at 2/8/2006 8:25:13 PM
hi iam using vs 2003 .net CF 1 i want to copy all xml files from a particular directory(in PDA) to Desktop directory but i know only one file to copy.... Imports OpenNETCF.Desktop.Communication myrapi.CopyFileFromDevice(Label1.Text, "C:\sdf\DownloadXML\a.xml") i have list of files in p...more >>

Inheritance issue?
Posted by Jeff at 2/8/2006 7:31:51 PM
Newbie question I'm sure. I have a compact framework app and have created a form base class with some common functions and controls that all forms in the app will inherit. The login form calls a user validation routine and on successful validate I want to display the main menu form and close t...more >>

Newline character in resource file
Posted by Daan at 2/8/2006 3:46:12 PM
We use resource files in which we store all texts that are used for labels, buttons, etc. Now when I add this text to a OpenNETCF ButtonEx control but the string is too wide for the button, I want to 'wrap' the text. Since this is not directly possible, I figured to add a \r\n where I want t...more >>

CABWIZ INF file: access from setup.dll
Posted by mobilemobile at 2/8/2006 1:36:29 PM
Is there a way to access the parameters of a CABWIZ INF file (Information File) from the custom setup.dll specified in the CESetupDLL string in the [DefaultInstall] section? For example, if this section is in the INF file: [Strings] ShowMessages="Yep" Can I access the ShowMessages stri...more >>

canceling WebBrowser.Navigating event
Posted by Tantely at 2/8/2006 1:36:28 PM
Hi all, Seems like we cannot cancel the navigating event from a webbrowser control by setting WebBrowserNavigatingEventArgs.Cancel = true Is this a known bug or it's me?...more >>

OpenNETCF SDF 2.0
Posted by Bill at 2/8/2006 1:33:29 PM
Is OpenNETCF SDF 2.0 side-by-side compatible with prior versions of OpenNETCF, or must the prior version be uninstalled before running setup? Bill...more >>

problems working with gif's in an resx file
Posted by carl engerer via DotNetMonster.com at 2/8/2006 12:17:12 PM
Hi, I am getting a problem when debugging an application to my pocketpc device on VS2005, every time there is a call to get a recource below: base.Image = (Bitmap)global::MyApp.Properties.Resources.ResourceManager. GetObject("imageName"); I get the following error(s) in output.. ...more >>

How to get command-line paramter at start
Posted by Felix Joachim at 2/8/2006 12:08:46 PM
Hi, I have a simple application which I want to pass a string like this: app.exe -parameter What would be the easiest way read the parameter? So far I've tried static void Main(string[] args) which didn't seem to work... bye, felix...more >>

How to add OK button ok control toolbox in WinCE 4.2 application
Posted by hulinning at 2/8/2006 11:56:15 AM
Hi all, I check some of the forms on WinCE 4.2 forms such as System Properties, the form or dialog has an OK button on the control toolbox bar. Is there a way to do this to display this Ok button or Question button ? I use VS 2003 to develop wince 4.2 application. My users would think ...more >>

Picturebox display
Posted by Harry Simpson at 2/8/2006 10:17:03 AM
I've got a 320x240 jpg picture i load into an ImageList in VS2005 mobile app. The picturebox is 144x108.....got it set to stretch. In the IDE the picture looks great.....deployed to the device that same picture is hardly viewable at all.....any ideas how to assure optimal image quality whe...more >>

WaitCursor doesn't show on Acer n50
Posted by luser at 2/8/2006 9:09:11 AM
Hi! Having a kind of strange problem. Have developed a program that i have run on several different HP and QTEK models. Now we're trying an Acer n50, but on this device, the waitcursor doesn't show when it's supposed to in my application. Have anyone ever experienced that the waitcursors ...more >>


DevelopmentNow Blog