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

Filter by week: 1 2 3 4 5

DeviceIoControl failed with error 0x06/0x32
Posted by Mo at 11/28/2006 10:03:39 PM
Hello all, I am developing an application that will emulate the default Wi-Fi AP menu, it will show the available Access point list and allow the user to connect/renew IP/ view AP properties, our client wants extended AP properties (the default implementation is not enough for him) so i am d...more >>


.ico file on picture box
Posted by sync at 11/28/2006 8:10:00 PM
Hi, Does a picture box capable of displaying different image size on varying device (WM5) resolution? For instance, I have created an icon file (.ico) with two images (16x16 and 32x32pix) and sets it as the image of a picture box. On high resolution device (>96dpi), will a picture box ...more >>

MI5 Persecution: harassment at work
Posted by MI5-Victim NO[at]SPAM mi5.gov.uk at 11/28/2006 4:08:36 PM
-=-=-=-=-=-=-=-=-=-=-=-= -= harassment at work -= -=-=-=-=-=-=-=-=-=-=-=-= Once I stopped watching television and listening to the radio at the end of 1990, "they" had to find other ways of committing abuses. So they took what must be for them a tried and tested route; they get at you by subv...more >>

Setting background image of the ListView Control
Posted by Tryst at 11/28/2006 3:20:12 PM
Hi all, is it at all possible for me to add a background image to the ListView Control? Thanks Tryst ...more >>

Stop flickering
Posted by Louis at 11/28/2006 11:55:22 AM
Does anyone know a way of eliminating flickering in a pocket pc's picture box? I guess double buffering would be the answer but the examples I've seen are always to the entire Form, and not to a picture box. Thanks...more >>

using celog event tracking tool on wince??help in C#
Posted by vicky at 11/28/2006 10:17:12 AM
hey ppl...oki let me mk u understand first.... actually i am making a dummy project on wince with C# as my language.... but in my project i need to have a log of some events such as some exception occur or some of my user define event ...and also i need to read back these events and show on G...more >>

Commandline-Arguments in CF.NET 1SP3
Posted by Carsten Unterberg at 11/28/2006 2:28:02 AM
Hello, I need to prase the commandline-arguments in an application for a pda. While I'm try to get them with these code Dim CmdLine As System.String CmdLine = Microsoft.VisualBasic.Command the IDE gives me an "NotSupportedException"-Error back. The error raise in the 2nd line. I am wo...more >>

Browsing a network with a WiFi enabled PDA
Posted by Richard Brooks at 11/28/2006 2:10:02 AM
Does anyone know of a .NET Comapct Framework class in C# (i.e. one that does not use the My.Computer class of VB.NET), that allows an application to browse/enumerate through the mapped drives and directories on a connected network? I am simply trying to use a PDA to browse a network to a te...more >>



How to read a windows message posted by another application
Posted by Murthy at 11/28/2006 2:05:01 AM
Hi, I want to post a windows message from one application and read it in another application. I am using the below code to post a message to a form but i am not able to read the message in the receiving form in another application. IntPtr hWnd; hWnd = FindWindow(null, "MsgWindow"); int ...more >>

Resolution change API Windows CE 5.0
Posted by bartlomiej.szafraniec NO[at]SPAM gmail.com at 11/28/2006 12:29:30 AM
Hi all, Is there any API in Windows CE which lets change screen resolution programaticly? I've seen some application which does it on Qtek 9000 so that means that must be some solution for this problem. Unfortunately I don't have access to the sources of this application so I can't check how ...more >>

Uncatchable exception with getfiles method running v1 cf on ce.net 5.0
Posted by RobGSCL at 11/28/2006 12:16:03 AM
I have an application that runs sucessfully on ce.net 4.x. When I run it on ce.net 5.0, it throws an exception on directory.getfiles. For some reason, the exception won't get trapped. Has anyone else seen this? ...more >>

SmartCard Reader
Posted by Catalin Lungu at 11/28/2006 12:00:00 AM
Hi all, I need a library to work with a smartcard reader Omron V4KF-01JF-001 in WindowsCE 4.2. The cards are GemEasy and the reader is connected with serial port of PDA. With OpenNETCF is a little dificult. I need a library like Priore Smartcard that can work with netcf. Thanks in advance,...more >>

"Peter Foot [MVP] " Come In ,I need your Help !
Posted by Leroy Xie at 11/27/2006 7:22:45 PM
Hi I wish u can help me ! I am a programmer . Recently a very hard problem confused me , I made a program about email restoring in 05wm PPC ,the program can restore emails but the number is limited ,just 65 ones ! if more than 65 ,the restoring will be failed ,some emails will lose ! Thi...more >>

Strange Behaviour of BringToFront (OneInstance)
Posted by Thorsten at 11/27/2006 6:56:09 PM
Hi, we have a (rather complex) .Net 1.0 CF application running on WindowsCE5.0 (no PPC). To ensures that our app runs only once we use code based upon the OneInstance sample from gotdotnet UserSamples. This seems to work fine BUT bringing our application to the front doesn't always work:...more >>

Resources CAB
Posted by Peter Morris [Droopy eyes software] at 11/27/2006 5:33:30 PM
Hi all There is a resources DLL that dotnet uses to display some error messages. Is it legal to distribute that file with my app? Pete ...more >>

XML Parsing in CF 2.0
Posted by rmakerson3 NO[at]SPAM gmail.com at 11/27/2006 2:48:42 PM
When I am reading in a section of XML code for example: <cl> <cp Name="Bob" Version="1.02" LastUpdate="01/02/2006"> </cl> Is it possible to read (name, version, lastupdate) dynamically so that if they change to (userName, userVersion, updated) that I will still be able to gracefully handl...more >>

High Performance Xml parser
Posted by rony_16 at 11/27/2006 9:15:10 AM
Hi, I am looking for component which allows me to parse my xml file. the reason i am asking this, is because my xml files are huge it can reach as far as 1GB more or less. the time to parse such a file is something like 5 Hours. Now i am using the XmlRead, XmlNode ... (I do not load the file to...more >>

Having issue with advapi32.dll and PockPC
Posted by amiga500 NO[at]SPAM gmail.com at 11/27/2006 6:00:52 AM
have written a code that does encryption string to be stored into my SQL server in the column called ID. The encryption string is of something like this {6F0E54FA-2C51-487E-A2A5-0412DA9FA3C6} and the code I am developing for my PocketPC is like this, this is the class I am using in my program...more >>

DLINQ and ADO.NET Entity Framework
Posted by Hansjörg Haller at 11/27/2006 4:04:01 AM
Hello, I enjoy the new Frameworks ADO.NET Entity Framework and DLINQ for the .NET 3.0 Framework. I can't find any information according to the next releases of the compact framework. Will these frameworks also be available for the Compact Framework? ...more >>

How to communicate from One Application to Another Application
Posted by Murthy at 11/26/2006 8:35:01 AM
Hi, I have an Application running on Windows Mobile 5.0 device. I want to pass some commands from one application on this device to another application on the device. I learned about Windows messaging, and know i can make an unmanaged call to postmessage or sendmessage. [DllImport("cored...more >>

can not find System.Data in Compact Framework 1.0 project
Posted by George at 11/26/2006 3:47:01 AM
Hello everyone, I have used Visual Studio 2005 to create a C# .Net Compact Framework 1.0 application on Pocket Pc 2003 device. But when building the application, there are some errors dealing with System.Data can not find. I have solved this issue by manually add System.Data from Referen...more >>

any C# GUI samples/tutorials for .Net Compact Framework on WinCE
Posted by George at 11/26/2006 1:11:01 AM
Hello everyone, I have some experience of C# development on Windows desktop. Now I am learning how to develop GUI application using C# on WinCE device, based on ..NET Compact Framework. Are there any samples/tutorials to make reference for a beginner? thanks in advance, George...more >>

Minimize Form on Startup
Posted by Thomas at 11/26/2006 12:00:00 AM
Hi there, I want to write an Windows Mobile 5 Application that acts like a service. Is it possible to minimize an application upon startup? Form.Hide and Form.Visible=false in Form.Activate does not help because the MainMenu is displayed. Thanks in advance, Thomas ...more >>

Managed Camera API raises an Unknown Exception
Posted by Indra Bisen at 11/25/2006 9:52:04 PM
Hi, When I using Managed Camera APIs CameraCaptureDialauge.showdialauge, this returns an unknown error. I've search regarding this but failed to resolve problem. How can this will be overcome? indra bisen ...more >>

OutOfMemory exceptions with PictureBox control
Posted by rory.groves NO[at]SPAM gmail.com at 11/25/2006 3:26:29 PM
Got a basic form with a single PictureBox control. The image has these properties: Filesize: 55kb Width: 4000px Height: 2500px Yes, the dimensions are large, but its a 2-color image and very small in size. Why would it throw that error? The included Image Browser works just fine, with ...more >>

File Associations - Multiple Instances
Posted by Martin at 11/25/2006 4:32:01 AM
Hi I have a CF.Net small application which is set up with a file association. I click on a file of a certain type and my program loads fine and the filename is passed as an argument. If I click on another file the previous window redisplays and the new file is not loaded. This is the CF....more >>

SQL database not updating?
Posted by Edgars Klepers at 11/25/2006 3:01:01 AM
I can retrieve using fill(), the insert and update statements are there, i use the auto-generated edit and summary pages, but the edit never seems to update the data on the database. I've tried doing a few things, looking at MSDN's instructions, but nothing seems to work. Is there a trick t...more >>

Problem synschronizing serialport.read()
Posted by GT at 11/25/2006 1:32:01 AM
Hello I'm trying to read a stream of 4 byte messages in which the 4th byte is the checksum of the first 3 bytes: Message= [byte#1, byte#2, byte#3, CRC8] For this purpose I'm using SerialPort.Read Method (Byte[], Int32, Int32) (buffer=The byte array to write the input to. offset=The ...more >>

Deploying and accesing lots of images
Posted by Dominik Klein at 11/25/2006 12:43:53 AM
Hi, my application uses lots of images to display. Currently the user has to manually copy the data to his device and then specify the path to this. The data is stored in subdirectories, like \category1\image1 \category2\image2 \category2\image2 .... Now manually copying works, howev...more >>

Help: Error from WebService
Posted by BRERA V6 Q4 at 11/23/2006 1:29:51 PM
Hi all, I have developed an application with Visual Study 2003. This application is connected to a web service. I have moved the file .exe to a mobile device with o.s. windows mobile 5. The application starts without problems (the initial form is visualized correctly), but when I try to co...more >>

Having issue with advapi32.dll and PockPC
Posted by amiga500 NO[at]SPAM gmail.com at 11/23/2006 7:26:01 AM
I have written a code that does encryption string to be stored into my SQL server in the column called ID. The encryption string is of something like this {6F0E54FA-2C51-487E-A2A5-0412DA9FA3C6} and the code I am developing for my PocketPC is like this, this is the class I am using in my progra...more >>

Sending message
Posted by Mhaxx at 11/22/2006 4:50:59 PM
Is it possible to send a message from eVC++ (DLL) to VB.NET? This code doesn't work: HLOCAL abc = LocalAlloc(LPTR, 12345); result = SendMessage(m_hWnd, WM_COPYDATA, 0, (LPARAM) abc); LocalFree(abc); Mhaxx ...more >>

Adding C code to my C# application
Posted by cyberco at 11/22/2006 10:11:22 AM
I need to invoke methods on a DLL (Iphlpapi.dll) but I can't get this working from C# using p/invoke so I want to write some C code that invokes the DLL. Similar to this: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iphlp/iphlp/getipforwardtable.asp Now how can I, in Visu...more >>

Convert a PPC project to activeX
Posted by Juan at 11/22/2006 12:00:00 AM
Hello: How can I convert a standar PocketPC 2003 (with CF 1.0) project to an ActiveX control for embedding it into a mobile webpage? I have heard something about that but I don't know how to make it."They" say that it's easy easy. Thanks ...more >>


DevelopmentNow Blog