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 > january 2006 > threads for january 22 - 28, 2006

Filter by week: 1 2 3 4 5

SIP for Thai language
Posted by gordon at 1/28/2006 12:00:00 AM
Hi I am a fairly average c# and vb.net programmer and I would like to program a new SIP (keyboard) to use thai characters on my ipaq 6365 running 2003 mobile premium edition. Could someone possibly give me an idea or the shell of some code that I could use to do this - i have thai fonts ...more >>


For cells wider than the datagrid width only the end is displayed when selected...
Posted by SammyBar at 1/27/2006 7:38:44 PM
Hi all, My datagrid has two columns: a small one to hold the article's code, and a wide one to hold the article name. The problem is the article name can be too long, longer than the width of the grid. Then I choose the last column width to be longer than the grid width. When I select the las...more >>

Changing the Output path
Posted by Will Chapman at 1/27/2006 6:24:32 PM
I have a CF project (C# VS2005) and I want to change the output folder (i.e. the location where the compiled .EXE ends up). I've Saved As and renamed the Solution to another folder but I still get the .exe being output to the original folder that was chosen when the project was first created....more >>

CF2 on CE5 deployment issue
Posted by George Chatzigeorgiou at 1/27/2006 2:22:05 PM
Hi All I've just unpacked a brand new ce 5.0 device (nothing previously installed). When I tried to deploy the same project that runs with no problem on a 2003 device, I get an "Unable to Load the CLR.." error. The manual installation of the cab just reports that installation was unsucc...more >>

How to disable all the hardware keys when power off
Posted by Mongolfier at 1/27/2006 1:05:58 PM
Hi all, I need to disable all the hardware buttons except the power on/off when the PDA is powered off. Can someone give me an advice about which C# function shuld I use ? Thanks in advance Valerio...more >>

Deploying files not in the project
Posted by Peter Morris [Droopy eyes software] at 1/27/2006 12:43:19 PM
Hi all I have a generic "Wizard-like" app that I use to run my applications. This loads the taskflow logic + UI elements from dlls (specified in a config file). So, what I want to do is this 1) New solution 2) DLL Project with task flow 3) DLL Project with UI factories 4) Add existi...more >>

WM 5.0 + GPS
Posted by Hilton at 1/27/2006 11:27:02 AM
Hi, Using the OpenNETCF libraries: I connected successfully using my Dell Axim (2003 SE). Then I upgraded the X50 to WM 5.0 and I cannot connect. The Axim kept asking me for a passkey - after much searching on the web I discovered that "2003" works. OK, now my Axim and my cell phone can ...more >>

How to upgrade build environment to use CF 1.0 SP3
Posted by Labm1ce at 1/27/2006 8:50:02 AM
I get this message when deploying to the emulator which I ran the netcf.all.wce4.X86.cab which upgrades the CF to 1.0 SP3. Files in the package 'netcf.all.wce4.x86.cab' are more recent on the device than on the development computer. How do I upgrade VS .NET 2003 to CF 1.0 SP3. Thanks...more >>



Why 10 Megabytes dll to deploy my application...
Posted by Carsten Marx at 1/27/2006 8:43:41 AM
Hello, i'm just wondering why all the DLLs ( for example System.dll (nearly 3 MB) , System.Windows.Forms.dll (5MB) and so on and so on) have to be copied every single time i deploy or debug my application on my pocket pc.. Why? Is there any chance to disable this.... This is really frust...more >>

Emulator won't connect with no IP or when address changes
Posted by RobGSCL at 1/27/2006 7:36:55 AM
I'm having a twofold problem with the emulator in Visual Studio 2003. When my IP address changes (typically when I move from my work network to home), the studio loses the ability to launch an application. Oddly enough it can still deploy. It must use a different mechanism for deployment than ...more >>

How to get version of assembly from unmanaged code?
Posted by dskwarek NO[at]SPAM gmail.com at 1/27/2006 2:13:21 AM
I'm implementing updater application for Windows CE devices and I need to get version of managed assembly and send this info to update server. Update client is written in C++ because I need to provide update functionality before warm and cold boot. Thanks for response. Best Regards Darek...more >>

Very slow deploying with VS 2005 prof...
Posted by Carsten Marx at 1/27/2006 2:04:25 AM
Hello, i've some trouble deploying my application with: VS 2005 prof. Active Sync 4.1 Windows Mobile 5.0 SDK Dell Axim X51v Eyertime i deploy or debug my application it takes over ONE minute to deploy/debug my application to my Dell and over SIX minuten to deploy/debug my appication in...more >>

Marshal.PtrToStructure() doesn't work
Posted by Jay at 1/27/2006 1:46:10 AM
Hi, I have a C++ dll in which I decalred on structure like this, typedef struct doTrnsfr { i nt Protocol; }doTrnsfr; I am passing this structure to C# code using SendMessage(HWND_BROADCAST, WM_ASYNCDATA_RECEIVED, 0,(LPARAM) doTrnsfr); In C# application I am using MessageWind...more >>

Lock Button during power off
Posted by Mongolfier at 1/27/2006 12:00:00 AM
Hi all, I need to lock hardware buttons except for power on/off when the PDA is powered off. In the PDA settings already exist this functionality, so I think it's possible to do it even through some C# code. Can someone give me an advice about which C# function shuld I use ? Thanks in ...more >>

inputpanel event sender
Posted by Mart at 1/27/2006 12:00:00 AM
I have an inputpanel_EnabledChanged event handler. But in the event handler the sender argument is always <undefined value> when I activate the inputpanel. When I have a button.Click and point to the same event handler (the one of the inputpanel), I do get a value for the sender. What's the...more >>

Active form
Posted by Mart at 1/27/2006 12:00:00 AM
How can I get a reference to the form that is active/visible. Is there a form collection in an application? Is there something like this possible: foreach Form form in Application.formscollection { if form.visible == true { now I know what the active form is... } } ...more >>

ApplicationEx.ShowDialog will throw ObjectDisposedException
Posted by Linus_Rörstad at 1/26/2006 6:16:06 PM
Hi! I'm have a bit of a problem with the OpenNETCF.Windows.Forms.ApplicationEx.ShowDialog() function when using it with the IMessageFilter class. I have created a class which inherites from the IMessageFilter class to get WM messages for all the forms in my application. This works grea...more >>

Pocket Access and .NET CF 2.0
Posted by Robert Panther at 1/26/2006 5:58:08 PM
Hi there, can anyone tell me under what conditions Pocket Access can be used with the ..NET Compact Framework. If I have it right in my memory, there is a Windows Mobile 5 API providing classes to use the Pocket Access format. Do I need a Windows Mobile 5.0 device for this? Does snychron...more >>

Socket Connected Property problem
Posted by TechGladiator at 1/26/2006 5:55:17 PM
I know that there is a problem with the Connected property in the sockets in CF. I try to connect to my server app from my CF app and even thought it is not connected it shows that it is. I know I can use the SendMessage to send something to the server but If it doesnt find the server it wait...more >>

SQL Server Connection from .NET CF
Posted by grdmunoz at 1/26/2006 4:35:02 PM
I am trying to connect to a SQL Server database from my Symbol MC50 handheld running WM 2003. I am able to ping the server from my handheld, and yet no matter what I try I get the error {"Specified SQL server not found: 192.168.2.11\WASPDB"} I have written a test program that should work o...more >>

nsoftware / IPWorks
Posted by Earl at 1/26/2006 4:26:17 PM
Anyone have any luck using their CF tools in VS2005? Their website is strangely silent about what versions of Visual Studio they support. ...more >>

Opinions
Posted by Joseph Byrns at 1/26/2006 4:15:51 PM
(Perhaps not the best forum, but don't know a better one) What are peoples opinions on being a .NET (CF or otherwise) contractor in the UK. I remember reading a while back a lot of negative comments on this topic, I was just wondering what people thought about it now? ...more >>

CF version after CF 2.0 install
Posted by Peter Hartlén at 1/26/2006 12:35:54 PM
Hi! Using C# I use System.Environment.Version.ToString(); to find the version of Cmompact Framework. It works fine with CF 1 but after installation of CF 2 I still get 1.0.4292.0. I am also using WM2003 and VS 2003. Should I use the technique described here instead: http://msdn.microso...more >>

CF 2.0 etc.
Posted by Peter Hartlén at 1/26/2006 11:52:53 AM
Hi! We are currently using VS 2003 but will eventuellay (when all device manufacturers has SDKs for VS 2005) migrate to VS 2005. The machines we are working with are WM2003 (not even Second Edition). 1. Should we start using CF 2.0 a.s.a.p, even before we start using VS2005? (general pe...more >>

Determine what caused item to loose focus
Posted by Benjamin at 1/26/2006 10:48:03 AM
Our program uses .net cf 1.0 We have form validation that executes every time an item looses focus. However the one time we don't want validation to execute is if the item looses focus because the user hits the CANCEL button. Is it possible to determine what an item is loosing its focus t...more >>

IrDAClient SocketException ErrorCode 10047
Posted by willy at 1/26/2006 9:55:05 AM
Hi all, I'm trying to create an System.Net.Sockets.IrDAClient instance with Compact Framework 2.0 on a custom Windows CE 5.0 device. The creation causes a SocketException with ErrorCode 10047 to be thrown. I found out, that also the creation of a System.Net.Sockets.Socket instance as follo...more >>

Image Transition Effects
Posted by Tomppa at 1/26/2006 9:43:44 AM
I'm looking for samples for CF 2.0 for Image Transitions similar to the Image Viewer Slide Show that ships with CE 5.0 I found this great example but it is not for CF. (and it is in Spanish, but code is code) http://www.elguille.info/colabora/puntoNET/anibal_EfectosTrans.htm Anyone have ...more >>

List of Tables in Database
Posted by MarkW at 1/26/2006 9:21:02 AM
Hello, Can anyone tell me how I can get a list of the current tables in a SQL Server CE database? I am using VS 2005 on a Pocket PC 2003 Device. Thanks, Mark ...more >>

ClickOnce (smart client) for smart devices running CF 2.0 ?
Posted by Jim at 1/26/2006 8:41:06 AM
I want to create a ClickOnce (smart client) CF 2.0 application using VS 2005. Can this be done? Is it done through the designer or a manual process? I want to create a ClickOnce smart client app for a windows mobile 5.0 pocket pc device using VS 2005. Can this be done using the VS designer ...more >>

HttpWebRequest.GetResponse() times out with SSL connections, but works with normal connection
Posted by Detlev Schwabe at 1/26/2006 8:39:34 AM
Hello, the following code excerpt throws a Timeout web exception IF: a) the POST goes over an HTTPS connection, and b) the POST content (the byte array) is of a certain size (probably a few kilobytes) Shorter content (<1024bytes) works fine and reach the server. But an array of 30KB or...more >>

X Button Event?
Posted by newbie2006 at 1/26/2006 2:08:04 AM
Hello, Can you please tell me how to capture the "X" button event on cf.ne v1.1 and PPC 2003? I was under the impression that it should trigger the Close event, bu none of the following appear to get called when I hit the X button: private void MyForm_Closing(object sender System.Co...more >>

synchronisation
Posted by Nathan Franklin at 1/26/2006 12:00:00 AM
Hey guys, I was after your advice please. I am transfering data from PPC to the desktop... I need to set up some sort of conflict resolution in instances where the data has been edited on both PPC and desktop... at the moment i am just taking to desktop values... but i could set up a tim...more >>

Use of "try ... catch"
Posted by Keven Corazza at 1/25/2006 11:46:01 PM
Hi, I would like to have some information on how to use try...catch. I'm trying to simplify the problem in this way: imagine to have a main form that opens another form in this way: Form2 frm2=new Form2(); try { frm2.ShowDialog(); } catch (Exception exc) { MessageBox.Show("...more >>

Slow screen redraw
Posted by Tomppa at 1/25/2006 10:38:24 PM
WinCE 5.0 CF 2.0 When I draw a bitmap covering the entire screen it draws from top to bottom at a rate of about .25 seconds I am using double buffering but I get the same effect private void frmMain_Paint(object sender, PaintEventArgs e) { try { e.Graphics.Clear...more >>

FindString in Compact Framework
Posted by SH at 1/25/2006 6:12:59 PM
I'm new to .NET programming, as well as the Compact Framework (in VS2005). According to the documentation, there should be a ComboBox.FindString(String) method in Windows Mobile. However, I don't find it coming up in IntelliSense. Is it part of the CF?...more >>

X Button Event?
Posted by forumnewbie2006 NO[at]SPAM yahoo.com at 1/25/2006 5:23:58 PM
Hello, Can you please tell me how to capture the "X" button event on cf.net v1.1 and PPC 2003? I was under the impression that it should trigger the Close event, but none of the following appear to get called when I hit the X button: private void MyForm_Closing(object sender, System.Co...more >>

Scrolling a picture box.
Posted by David D Webb at 1/25/2006 4:53:57 PM
I am trying to scroll a picture larger than the screen. I have a form with a panel on it (240H). On this panel, I have a picture box that is larger than the panel (960H). I have a vertical scroll bar on the form next to the panel. Changing the scrollbar moves the picture box up and the p...more >>

Sub Main and Form Minimize Question
Posted by GOM at 1/25/2006 2:59:02 PM
It seems that if you call a form from sub main() you are not be able to minimize the application, only exit it. The button at the top of the form is the OK button regardless of how you set the Minimize property. Can anyone confirm this behaviour and if so, is there a way to use sub main as...more >>

Application closes while using Calculator
Posted by gjh at 1/25/2006 1:32:02 PM
I've built a .Net application that runs on a Pocket PC device. During intermittent occasions, when the user moves from my application to the Windows Calculator by clicking the start button, my application receives an 'application exit' message from the operating system and shuts down. The ...more >>

[newbie] creating form
Posted by Peter Schmitz at 1/25/2006 1:25:01 PM
Hi, I'm just writing my first pocket pc .net framework application, but I'm encountering a problem: My application does some stuff in the Form_load handler (which works quite well) but then suddenly quits.....any ideas why? Code analysis tells me, that I should: Warning 4 CA2232 : Micr...more >>

Read Comport procedure in thread
Posted by Leif Eirik Olsen at 1/25/2006 1:06:02 PM
Hi, I have an CF app that uses a serial (Bluetooth) port. Most of this works ok, but one problem occures when (if) I for some reason should write to the wrong port ex. Com6 instead of Com8. Then the app locks up in the write procedure. Is this a god idea? : Create the read/write of comp...more >>

PDA copy protection
Posted by Suntai at 1/25/2006 11:46:05 AM
Hi Does anyone know of commercial "Copy Protection" software that I can purchase? Any helpful link is appreciated. I have searched the web and came up with nothing. Thank you for you help. Bobga...more >>

How to change default text color of a DataGrid row?
Posted by SammyBar at 1/25/2006 10:55:44 AM
Hi, How to change default text color of a DataGrid row? By googling I found on this excellent site (http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx) but it relies on overriding Paint() for the DataGridTextBoxColumn(). But in CF 1.0 it looks like Paint() is not available for overrid...more >>

trying to use OpenNETCF, cannot find Registry.dll
Posted by anon NO[at]SPAM yahoo.com at 1/25/2006 10:15:42 AM
I'm trying to use the Registry classes by following the article on Accessing the Windows CE Registry. I've downloaded the Smart Device Framework 1.4 and ran both .msi files from that. (What is the difference between them, anyway? I'm a total newb at this) I was trying to 'add Reference' as dir...more >>

ASP.NET application running ON CE
Posted by Rick Hallet at 1/25/2006 9:10:02 AM
Hello, I am trying to write an ASP.NET web page ( I have both VS2003 and VS2005) that I can place on my windows CE embedded device that is running the CE Web server. Has anyone tried this? My html pages and my ISAPI dlls work just fine so I know the server is operating properly. The 1.0 .n...more >>

OpenNETCF.Drawing.Imaging
Posted by Tomppa at 1/25/2006 8:43:53 AM
I have included this im my project but cannot figure out how to: Load a Bitmap given a FileName Get a Bitmap as a Thumbnail Populatethe ImageInfo Get info from PropertyItem ...more >>

Service Pack 1 CF
Posted by Oldman Hernández at 1/25/2006 6:47:03 AM
Anybody knows when MS realease the the Service Pack 1 of CompactFramework 2, that because i have Pockect PC 2003 4.20, ...more >>

Saving an image in Sql Ce
Posted by Lindsay at 1/25/2006 6:33:04 AM
Hello, I am trying to save a byte array to my sql ce database using a SqlCeDataAdapter and a DataTable. Here is my code, after I run it the Notes field(my image field) is still NULL. SqlCeDatabase db = SqlCeDatabase.Instance; db.OpenDatabase(MAT_Common.DatabasePath); //SAVE NOTES IMAGE...more >>

Problems with loading images from Resource in CF 2.0 (Target platform: Windows Mobile 5.0 SDK)
Posted by Carsten Marx at 1/25/2006 6:00:00 AM
Hello, i've the follwoing scenario: Visual Studio 2005 prof. Windows Mobile 5.0 SDK installed Pocket PC Dell Axim X51v with CF 2.0 Target Platform is Windows Mobile 5.0 I've created a standard resource via the project properties and added some resources (icon, png,...) I'm trying to ...more >>

using different versions of .NET and .CF
Posted by Smiljan at 1/25/2006 3:32:01 AM
Hi! Is it possible to write ASP.NET web-service in let's say VS2003 that uses ..NET 1.1 and then write an aplication that would consume that web service in let's say VS2005 that uses .NET 2.0? I'm currently writing web-service (in Delphi 2006 that uses .NET 1.1) and a smart-clinet (win C...more >>

sqlce20.ppc.wce5.armv4i.cab
Posted by James at 1/25/2006 2:57:02 AM
Is there a SQL CE 2.0 installation for Mobile 5.0 that will not prompt the user to trust the source? I want to silently install SQL CE 2.0 without a prompt. Is this possible? Cheers, James....more >>

Runing an Alarm at a specified time
Posted by Tamer Hesham at 1/25/2006 2:27:06 AM
Dear All, Sorry for asking again, i asked later how to run a sound file at a specified time, then i asked again how to run a sound file at a specified time while device is closed. Now my question is: How could i run a sound file at a specified time (Prefer not to use a timer) regarding the d...more >>

Entry in Windows Mobile Today Area
Posted by Stefan Walter at 1/24/2006 10:22:02 PM
Hi all, i want to put some informations of my application into the Windows Mobile Today Area. This area you will see on the Desktop of your Smartphone which contains, Tasks, Mails, Calendar and so on... Can someone help me to find code for this? Kind Regards Stefan...more >>

Class Library in CF vs Windows Class Library
Posted by TechGladiator at 1/24/2006 9:09:50 PM
I have a bunch of code in classes that I am trying to convert into a class Library. What I would like to do it use the same code in my CF Class library as well as my WindowsCF class library. My problem is that most of my classes have an Import for System.Data.SqlClient since I use the SQLConn...more >>

CE.NET 5.0 Korean Support
Posted by deneb at 1/24/2006 4:58:05 PM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcefonts5/html/wce50confontregistrysettingsforkorea.asp after i read above article, i can watch Korean Character in my form application that include label written with korean. But I can't see korean in Internet Explore still. I...more >>

Proper Machine for Development
Posted by SH at 1/24/2006 3:40:14 PM
I'm presently developing an application for a Pocket PC using the VS2005 Pocket PC 2003 emulator. My development machine is a Dell Pentium 4 running at 2.9Ghz with 1GB memory. Yet the development cycle (compiling, deploying, etc) is painfully slow (even with all other applications closed). ...more >>

Concurrent internet connections
Posted by allen at 1/24/2006 2:46:02 PM
Is there a limit of the number of concurrent connections that a smartphone or pocket pc may have active and open at any given time? When i attempt to have multiple active connections (under seperate instances) i get a crash both on the smartphone and pocket pc. thanks, allen...more >>

Very strange behaviour on VS 2005
Posted by Steve B. at 1/24/2006 2:34:16 PM
Hi, I encountered some problem with the debugger of Visual 2005 with CF Apps. I finaly succeed in isolating hte problem. My application use a "FormManager" class that handle some common behaviours of all forms. This "FormManager" class also have a "StartApplication" methode which contains...more >>

Pocket PC to PC communication over Serial (USB)
Posted by Lionel Reyero at 1/24/2006 1:06:07 PM
Hi, I am using an Audiovox 6600 (ppc2003) connected by USB to a desktop computer. I need to write a Pocket PC application and a Desktop application. These two application need to communicate via serial. The desktop application will only listen for messages sent from the Pocket PC. How c...more >>

download XML files via webBrowser Control
Posted by chad at 1/24/2006 12:09:11 PM
Hello, I'm using CF to build an App that downloads XML file from a website. I'm trying to use the webBrowser control. I want to be able to download the XML files from the webserver to a specific local path and name on the PDA, without prompting the user. Is this possible? Thanks for your h...more >>

Activesync programming
Posted by Pdoc at 1/24/2006 9:24:07 AM
Does anyone know of any coding samples involving the use of Activesysnc to transfer data stream or packets between a desktop computer and a Pocket pc?...more >>

Windows CE error
Posted by David Fúnez at 1/24/2006 8:55:17 AM
Hi; In my old PC i had installed VS.NET 2003 spanish, i use to work with Pocket PC apps with out a problem. Well in my new PC i've installed the VS.NET 2003 sp. and it doesn't shows any error message during installation, it installs ok. But, when i want to run a Pocket PC app, it launche...more >>

Plain English String to Date Parser in Framework?
Posted by Mark S. Milley, MCAD (BinarySwitch) at 1/24/2006 7:09:35 AM
Hi all - I was wondering if anyone new of a string->date parser in the framework--I'm looking for something that will parse a string like "next week" or "today" or "this friday" into the appropriate relative date. For example, Microsoft Outlook uses this kind of functionality in the tasks ...more >>

VPN and ActiveSync 4.1
Posted by Spiff at 1/24/2006 3:08:02 AM
I have a pocket PC with MovianVPN installed and I built an application that call a web service trough the VPN. I use VS2005, CF 2.0 and ActiveSync 4.1. When I connect to my pcketPC with activeSync 4.1 my VPN routing table is lost. This do not happen when i use ActiveSync 3.8. Anyone have...more >>

Playing sound while device turned of
Posted by Tamer Hesham at 1/24/2006 1:53:02 AM
Dear All, I have a program which plays a sound at a specified time, maybe device is turned off at this moment, so how could i play the sound while device is closed and without opening the device. Thanks in advance Regards Tamer Hesham...more >>

Same Application on diffrent Platforms
Posted by vikash at 1/24/2006 12:55:34 AM
Hi, I am new to this Group. I want to know that how to make single application for diffrent platforms. like Pocket PC 2003, WinCE devices, and Windows Mobile. I am using VS.Net 2005. Is it possible to make such an application ? Also is there any way so that my application can run on PPC 2002 O...more >>

Send file via FTP
Posted by Stefano Magni at 1/23/2006 11:29:03 PM
Is it possible send an XML file from my WindowsCE device to another PC in the same network thougth FTP ? -- Thanks Stefano...more >>

Themes
Posted by James at 1/23/2006 9:54:01 PM
Hi All, I want to set a Theme into Mobile 5.0. My installer before used to work with WM 2003 using a CESetup DLL to run; lRet = RegOpenKeyEx(HKEY_CURRENT_USER, _T("Software\\Microsoft\\Today"), 0, 0, &hKey); if(ERROR_SUCCESS == lRet) { RegDeleteValue(hKey, _T("UseStart...more >>

How do I report a bug to Microsoft?
Posted by Will Chapman at 1/23/2006 6:29:12 PM
I've finally tracked down the problem I am experiencing with the creation of Cab files in VS2005 CF projects. I'm pretty sure it is a bug in the way that CabWiz.exe is interpreting paths. For example, using a SmartDevice Cab Project a .inf file is created with the following line: [SourceDi...more >>

CF and display of Images
Posted by Tomppa at 1/23/2006 3:30:23 PM
I simply want to display photos from a digital camera in my CF 2.0 app. Is that to much to ask? After a day of Google searches it appears so. Loading a Bitmap in CF simply sucks all the available memory until you get an OOM exception. I can load smaller jpg's but I need the same function...more >>

datagrid.Select raises error...
Posted by SammyBar at 1/23/2006 2:35:38 PM
Hi, I'm trying to insert by code a new record to a datagrid control, and show this new record. My datasource is an ArrayList. The code is the following: i = is the position of the new ArrayList item fCurrencyManager = (CurrencyManager)datagrid.BindingContext[theArrayList]; datagrid.DataSou...more >>

IntelliProg
Posted by Rick at 1/23/2006 12:57:03 PM
Does anyone know if the HTMLViewer and RichInk controls by IntelliProg work in the VS2005 environment? I have been unsuccessful in porting any VS2003 projects, nor have I been able to install the controls into the toolbox for use in the designer. ...more >>

Build project
Posted by Nguyen Do Hoang at 1/23/2006 12:01:00 PM
Hello, I am new to .net cf. I am build an app in .NET CF but when i deploy them into Pocket PC 2002 emulator(i can not find Pocket PC 2003) it did not copy ref dll. i don't know how to copy it manual. Thanks, Nguyen ...more >>

Makecab/Cab file problems
Posted by Will Chapman at 1/23/2006 11:18:12 AM
My VS2005 installation refuses to create CAB files for CF projects: Here's a step-by-step example of what I've been doing: 1. Create new Project, PocketPC 2003 App using CF 2. 2. Build device application (succeeded). 3. Add new project to solution (Smart device cab project) 4. Added primar...more >>

CM_Mappings Configuration Service Provider
Posted by MDB at 1/23/2006 9:24:18 AM
Hello all, I am trying to set / remove the work url exceptions programmatically and have been told in previous post that I need to look at this and the DMProcessConfigXML. So far I have had no luck and was wondering if anyone else has done this and if so, could you show me how or give me s...more >>

Form.Dispose does not invoke InputPanel.Dispose
Posted by tomj NO[at]SPAM softhome.net at 1/23/2006 2:55:50 AM
I use CompactFramework 2.0. The code generated by Designer does not invoke InputPanel.Dispose when form is disposing. And I cannot understand how it can work without manual fixing. Example: using (Form2 form = new Form2()) { form.ShowDialog(); } // For...more >>

Code Signing
Posted by James at 1/22/2006 10:06:02 PM
Hi All, I want to sign my application using a privately created Certificate so that I dont have to buy one. I tried using the MAKECERT utility and then PVK2PFX and then the SIGNTOOL and it all worked fine. But after installing my CER file on the PDA it still prompts me to trust the APP or ...more >>

Pocket PC using .NET compact framework fails to connect to Web Service
Posted by Duff at 1/22/2006 9:55:31 PM
Our application, built using the .NET Compact Framework, is running on a Symbol handheld (Windows Mobile 2003). It is supposed to call an intranet web service on a computer in the same subnet. We are using a DLink router with fixed IP addresses. We can successfully access and run the web service...more >>

Combo box error - "Value does not fall within the expected range."
Posted by Greg at 1/22/2006 11:59:01 AM
Hi, the following should work surely ? myCombo.Items.Clear() ....it gives an exception: "Value does not fall within the expected range." Are they any workarounds or fixes to clearing a combo box ? Thanks in advance Greg...more >>

marshaling strings - ArrayTypeMismatchException
Posted by tb2000 at 1/22/2006 10:03:02 AM
I am trying to return strings from a P/invoke call to a C based DLL possibly with a direct interface from C#. I can get all basic types across, up to pointers to byte[] and then do the Ascii to Unicode conversion on .netcf. However I would like to just prepare the strings in the DLL and return...more >>

how to create shortcut and folder in a soecified path
Posted by Tamer Hesham at 1/22/2006 6:04:03 AM
Dear all, I want to create a shortcut for a program on the Pocket Pc desktop, and also want to create a folder in the program directory. how could i do that? Thanks in advance Regards Tamer Hesham...more >>


DevelopmentNow Blog