Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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 > september 2005

Filter by week: 1 2 3 4 5

About API use?
Posted by cfyam at 9/30/2005 5:40:18 PM
How can I call the MultiByteToWideChar() in my C# PDA ap? ...more >>


Build dlls with binary compatibility
Posted by Benjamin Lukner at 9/30/2005 4:15:44 PM
Hi! With .Net the programmer should deploy every program and all dlls in separate folders. Of course I want it to be different ;-) I have several exe files using all the same dll in one directory. I update the dll and deploy one exe with the new dll into that directory. Now only that sing...more >>

Convert string to int32 default value
Posted by Peter at 9/30/2005 12:54:44 PM
Hello All, Is there a possibility in C# other then try / catch to convert a string to int32 with a default value , so the default value is in case of empty string is 0 otherwise the succesfull converted string? Thanks Peter. ...more >>

How to tell why OnClosing was invoked
Posted by Andreas Selle at 9/30/2005 11:44:53 AM
Hi, right now I am facing the following Problem and cannot find a solution for it: In my Dialog (Form shown with ShowDialog) I have some field validation code inside the overridden OnClosing method. Whenever the user tries to close the Form (usually by tapping OK) with some invalid input...more >>

Profiler
Posted by Tyler Laing at 9/30/2005 11:38:02 AM
Anyone know of a profiler that works with compact framework? Preferably I'd like to see something similar to DevPartner Profiler or more specifically a profiler offering the following: 1) free edition 2) integrates with VS.NET as a plugin I'm game for hearing other options as well. Thank...more >>

How to find a service name of IR Device
Posted by raghu at 9/30/2005 11:05:31 AM
please can any one tell how to find the service name of IR device like IR printer Thanks in advance raghu ...more >>

Subclassing the Grid control
Posted by Tom Libby at 9/30/2005 10:49:12 AM
I am building base controls (TextBox, Button, ListBox, etc) with VS 2003 CF. I am able to get the controls I create in the toolbox and drag them onto a form in the designer, except for the Grid control I created, that is grayed out in the toolbox. What do I need to do to get the Grid co...more >>

Tapi Wrapper of Alex Fineman, a Bug ?
Posted by Boas Enkler at 9/30/2005 10:13:55 AM
Hi There First of all thanks fo Alex Fineman for the Wrapper and sample which saves me a lot of work :-) I use the Tapi Wrapper of Alex Fineman which works now fine. I Also inspeted the samples for this file. When The Call is terminated the following code is executed. But on Dispose it...more >>



Can i use MS Message Queue with my PDA (Windows Mobile 2003)?
Posted by Ralf Christoff at 9/30/2005 9:55:43 AM
Hi, Can i use MSMQ with my Windows Mobile 2003 Pocket PC with C#? when yes, how ;) thanx, Ralf ...more >>

How to invoke latest version of CF Emulator?
Posted by HRK-Chennai at 9/30/2005 4:45:02 AM
Hi All, We have .NET 2003 and WinCE CF 4.1 Emulator defaultly. We have download and install WinCE CF 4.2 Emulator to it and noticed that while deploying the application, it loads only WinCE CF 4.1 Emulator. What we need to do to invoke WinCE CF 4.2 Emulator while deploying our applicatio...more >>

Label backgound color in a OpenNETCF GroupBox
Posted by augustesen NO[at]SPAM privat.tdcadsl.dk at 9/30/2005 4:36:36 AM
Hi all. I am having some problems with using the GroupBox from OpenNETCF. I have a form with a button that calls an About form, which is generated at runtime. On this About form there is a GroupBox and some labels. The problem I have is that the background color on the labels have the sa...more >>

Callback function problem
Posted by OÄŸuzhan Benli at 9/30/2005 1:18:01 AM
Hi Dear MVP's and Everyone, I am writing a program that gets some information from a web service using a callback function. When the callback function receives the necessary information, it updates the items in the listview first removing the item to be updated from the list at the specif...more >>

Importing xml woes
Posted by mrc NO[at]SPAM sean-connolly.co.uk at 9/30/2005 12:56:29 AM
Hi all, I have the following function that imports an xml file created by a desktop app, and sticks it into a dataset on a sqlce server. Thing is, it takes an age to load the xml file into a dataset (dsSource.ReadXml(myXmlProximityReader)). Is there any better way of doing this ? Can you i...more >>

supressing keypresses
Posted by farseer at 9/29/2005 10:44:09 PM
hi, based on a few posts i have read here, i created a dll that allows me to perform low level keyboardhooking from my C# code. this works great and i send to a MessageWindow, certain WM_KEYDOWN messages. What i would now like to do is if i detect certain keys (regardless of what process the...more >>

How to set a mouse / keyboard hook in windows CE device using C# code ?
Posted by Milen Kardjiev at 9/29/2005 7:01:28 PM
Hi all! I'm trying to set a mouse/keyboard hook in a C# application , but i haven't found an API in coredll.dll which i can use. SetWindowsHookEx seems not working. Do you have an idea how to that ? Thanks !!! ...more >>

strange refresh...
Posted by trini alla frutta at 9/29/2005 4:47:48 PM
Hi all, I've created a component extending Panel, Currently when user clicks on it i would like to update the diaplayed content according to the position where the click takes place. So i've linked the MouseDown event to a event handler method where i just update some values thanks to the x...more >>

Custom control problem under VS 2005 Beta 2 CF 2.0
Posted by Jen at 9/29/2005 3:25:57 PM
Hi, I have several custom controls that all work correctly when placed on a form and appear on the toolbox. The problem that I'm seeing is that 2 of the 5 controls disable form inheritance when placed on the base form. If I remove both of these controls from the base form then my form i...more >>

Massive write in sqlce
Posted by Miliuccio at 9/29/2005 2:49:52 PM
I use this loop to read from 2000SQL and write in a clean table on my SQLCE 'Inizio Transazione Reparti' rcmd.CommandText = "SELECT * FROM ARCHIVIOSQL2000" rrdr = rcmd.ExecuteReader() While rrdr.Read() cmd.CommandText = "INSERT INTO ARCHIVIOCE (TABELLA)...more >>

datagrid scroll events
Posted by Jesse Aufiero at 9/29/2005 1:09:57 PM
Hello, I need a way to detect when a user mouses up and down on a datagrid's vertical scrollbar. However, the 'mouse down' and 'mouse up' events of the datagrid do not fire when the scrollbar is clicked, and there are no built-in 'scroll' events at all. So how can this be accomplished? ...more >>

Transfer File from PDA to Win CE through USB
Posted by Chandra Murali at 9/29/2005 11:20:03 AM
Hi All, I like to know how to transfer a file from PDA to an Windows CE.NET device. Both these devices are connected through USB. File in PDA have to bo transferred automatically when the device is connected to Wnidows ce.NET through USB cable. ...more >>

SIP Issues
Posted by rmlexi at 9/29/2005 11:19:02 AM
I was wondering if anyone has any insights as to nature of the SIP in ToolBars under .NET CF and how to have the ToolBar without the SIP. I have used SHFullScreen to try and remove the SIP Button, but it still persists. If I could disble the SIP so it would not enable, that would be a good sol...more >>

Showing Form
Posted by Beebs at 9/29/2005 10:58:18 AM
I've asked this question awhile back, but never received any response. Can anyone provide any help on this matter... When I have a bunch of processing to do, i.e., algorithms to run through, plus dictate what controls on the form to be shown need to be visible, enabled, colored, repositioned, ...more >>

Run thread every 1 minute - problems
Posted by Rob S at 9/29/2005 7:39:15 AM
Hi there, Having an issue with RunAppAtTime I'm successfully running a thead every 1 minute, however when the user clicks a button the thread should not run again, however it just isn't working. Here's my code that isn't doing what it should be. if (updateReminder != null) { E...more >>

.net equivalent of SystemIdleTimerReset?
Posted by Dan at 9/29/2005 6:35:04 AM
Is there a compact framework equivalent of the WinAPI function SystemIdleTimerReset? If not, does anyone have some C# code which uses SystemIdleTimerReset? Thanks... Dan...more >>

The ProgressBar Control:- Path of xml file
Posted by Manoj Vyas at 9/28/2005 11:18:01 PM
Hello, How can I give actual path of directory where my xml file exist? I want to load a xml "progressbarsample.xml" from path "c:\manoj\". I read example on page number 125 of book "Microsoft .NET COMPACT FRAMEWORK by Andy Wigley & Stephen Wheelwright". The code written for path in book is a...more >>

WinCE Application Size Limit
Posted by Ramesh at 9/28/2005 10:00:01 PM
What can be the maximum size limit (in terms of KB) of a WinCE application? By this limit my application should perform well. Can anyone suggest me on this?...more >>

Write Pocket Excel file
Posted by José Roberto Siqueira at 9/28/2005 7:05:03 PM
Hi Is possible create/write Pocket Excel files? Thanks -- ------------------------------------------------------------------------- Jose Roberto Siqueira - RMGR Soluções e Serviços em Mobile ------------------------------------------------------------------------- Celular....: (11) 916...more >>

Cf 1.0 App on Mobile 5
Posted by Nathan at 9/28/2005 6:10:53 PM
I don't have any devices with Windows Mobile 5, and I don't think any of my beta customers do. Will a CF 1.0 app install and work fine on Windows Mobile 5.0? I do install CF1SP3 and SQLCE2.0 with the app. Are there any guides that can prepare me for the experience? Anyone who's already d...more >>

Trapping unhandled exceptions
Posted by Dan at 9/28/2005 1:25:04 PM
How can I trap an unhandled exception using .NET compact framework? In the full framework, you can use the AppDomain.UnhandledException event, but that doesn't appear to be in the compact framework. Is it necessary to pinvoke the SetUnhandledExceptionFilter API function? If so, does anyone ...more >>

Getting Caller ID with Alex Finemans wrapper class
Posted by Boas Enkler at 9/28/2005 1:23:15 PM
Hi There I try to get the phonenumbers of incomming calls. For this i try to use the wrapper of Alex Fineman. But I don't succeed in getting the callers number. The events seem to trigger in a right way but the caller ID and the Adress are always empty in the . So where can I catch t...more >>

Programmatically Hard reboot
Posted by Harry Simpson at 9/28/2005 12:19:52 PM
Is there a way to perform a hard reboot from within a CF app?? Or is this a hardware deal only. After performing an update where I pull files down from the web service into non-volatile i need to perform a hard reboot to activate the new updates.... TIA Harry ...more >>

Weird sock.Available behavior
Posted by Mobile Boy 36 at 9/28/2005 11:13:15 AM
Hello group, I use sock.available to determine the number of bytes on the network buffer. This works fine if I only use sock.receive... From the moment, one call to sock.send has been made, sock.available returns 1. Here 's my code snippet... Does a workarround exist? Best regards Pr...more >>

scrollable list containing custom controls...
Posted by trini alla frutta at 9/28/2005 9:18:21 AM
Hi all, I'm currently working on my very first .net cf project (and i do not have neither a big client experience nor a deep knowledge on .net). Designing the ui on a paper i defined that it would be great to have a scrollable panel containing some components reporting more than one string...more >>

APPARENT **NASTY BUG** IN CF 2.0
Posted by dermite at 9/28/2005 7:50:04 AM
I posted on this yesterday but did not get a response, so I'm trying again. I would REALLY APPRECIATE IT if someone at Microsoft would comment on this, as I am fairly sure that the problem is not just a manifestation of my innate stupidity. Searching the web produces much confirmation that ...more >>

SQL Connection on Framework 1.0
Posted by Victor Angelier at 9/28/2005 7:39:01 AM
He there, when i try to set-up an SQL connection it say's: You need a newer version of .NET Framework then the one installed. But, i can't find a .CAB file so i can install Compact Framework 2.0 on my Pocket-PC. Please please help me out. I am stuck on this problem for weeks now. Regards...more >>

Checked list box needed
Posted by chamal kalamulla at 9/28/2005 5:56:02 AM
hi I am in need of a checked list box. but it seems this is not available on compact framework 1.1. can any one help please...more >>

Porting from compact to full framework
Posted by Gianco at 9/28/2005 5:34:35 AM
Hello guys I must port my application, written with C# Visual Studio .NET 2003 for Windows CE (so with the compact framework), to Windows XP (full framework). I'm aware it's a big work, I used some OpenNET components and Sql Server CE... I know I'll have to find alternavite solutions, but my ...more >>

Bluetooth Printing Bitmap
Posted by barry.burke NO[at]SPAM gmail.com at 9/28/2005 2:57:14 AM
Hi there, im currently developing an application which prints to a Zebra QL320 printer via bluetooth. im using Opennetcf's bluetooth and socket libraries. So far i can discover the bluetooth devices available, and also print text and barcodes, using the StreamWriter class with a combination...more >>

Error loading package
Posted by John at 9/27/2005 11:34:28 PM
Hi vs2005 RC. When I try to add a new data connection to a winform app. I get this message 'Package Load Failure, Package 'Smart Device Configuration Package' has failed to load properly...'. How can I fix it? Thanks Regards ...more >>

Finding handle of control in another process
Posted by farseer at 9/27/2005 10:21:54 PM
Hi, how can i find the handle of the control in another process that has focus? i can find the handle of a window in that process. i now want to determine what control in that window has cursor focus, if any. i've tried setting focus to the window using SetFocus API then calling GetCapture ...more >>

IO Exception from File.Delete
Posted by Dan at 9/27/2005 3:49:02 PM
I'm getting IO exceptions when I try to delete certain files. The files exists, and, strangely, I'm able to call File.Move on them. But then, if I try to delete the file which I just moved, I get the IO Exception. Anybody know what could cause that?...more >>

SQL server CE licensing question
Posted by Mike Margerum at 9/27/2005 3:23:39 PM
If i am using SQL server CE but I am not using SQL server replication do i need a CAL? I will be transferring the data back and forth via custom middleware and sockets that I have built. thanks...more >>

.NET CF 2.0 on XScale / Smartphone 2003?
Posted by Jon at 9/27/2005 12:59:07 PM
Is the .NET CF 2.0 available for XScale yet? I've got a Siemens SX66 I'm trying to install the framework on and I'm not sure which package to install. I've tried them all and they all say they're inteded for another platform. When I click OK they won't proceed. Any help? Thanks, Jon...more >>

Bitmap.Save not supported in CF 2.0?
Posted by dermite at 9/27/2005 10:41:05 AM
Folks, I understand that Bitmap.Save() was not supported in earlier versions of the CF, but my understanding was that it is supported in 2.0. However, I get a NotSupportedException with Bitmap.Save(). Specifically I am trying to do something like Bitmap.Save(String filename, ImageFormat.Jpe...more >>

Accessing HKLM\Drivers\Active
Posted by Christian Schwarz at 9/27/2005 10:02:34 AM
Hello, powering on and off process of the PCMCIA expansion cards (WLAN, GSM/GPRS and WLAN/GSM/GPRS adapters) I got my hands off, needs several seconds (3 - 15). Waiting a fixed time span (i.e. 15 seconds) after switch power on or off isn't satisfying. So I browsed the registry and found the...more >>

Block browser usage on Windows Mobile
Posted by Shloma Baum at 9/27/2005 9:57:14 AM
Hi, I would like to ask, I'm developing an application that for some functionality has to be connected to the web in order to connect to the corporate office, however the managment requires us to block access so the users won't be able to browse the web even when the device is connected, so...more >>

can a menu on a base form be inherited and shown on another form?
Posted by Joanne at 9/27/2005 9:44:22 AM
can a menu on a base form be inherited and shown on another form? How can i do this? ...more >>

automatically open keyboard
Posted by Miliuccio at 9/27/2005 8:49:09 AM
how to open automatically the system keyboard on compact in vb project? ...more >>

vs2005 beta2 on a virtual server machine
Posted by Markus at 9/27/2005 7:00:02 AM
Hi, i´m working around with vs2005 beta 2 and a xscale ppc. since i´m developing on a virtual server machine (not virtual pc) my usb-cradle is not found, that means no active sync connection! (i also tried wlan connection, but it did not work either). so, i figured out how to generate ...more >>

Opening URL in WinCE .Net through web browser
Posted by Ramesh at 9/27/2005 2:58:03 AM
I have an application. From the application I give a link to some URL and this needs to be opened from IE browser dynamically. Can anyone tell me how to achieve this? The version of WinCE .Net is 4.1...more >>


DevelopmentNow Blog