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 > march 2006 > threads for march 15 - 21, 2006

Filter by week: 1 2 3 4 5

How to import an external file?
Posted by Kenny Rymes at 3/21/2006 10:28:47 PM
Hello I have a picture which I want to show in a picturebox On the desktop I can do it like this: PictureBox1.Image = Image.FromFile(Application.StartupPath & "\data\mysmartphone.jpg") How is it done on the cf? Thanks Kenny ...more >>


security in Compact framewrok
Posted by arun at 3/21/2006 9:28:04 PM
Hi , We need to store a XML file containing the user details in the PDA. To make it secure we r planning to encrypt it at the server side and decrypt at the PDA level. Is there any specific encryption algorithms we need to follow? We also tho...more >>

.Net CF 2.0 Installation Failure on PDA device
Posted by Simon Yeung at 3/21/2006 7:27:27 PM
I have a PDA. The model is HP iPAQ h6535. The OS is Microsoft Pocket PC version 4.20.0 (Build14133). I believe the year of the OS is Microsoft Pocket PC 2003. I tried to install .Net Compact Framework 2.0 Redistributable to the PDA, but the PDA returned a message saying the .Net Compact Fr...more >>

Profiling
Posted by Peter Morris [Droopy eyes software] at 3/21/2006 7:17:21 PM
If a company that owns an existing dotnet profiling tool were to create a compact framework version would it really be worth their while? I'm just wondering if the lack of tools is due to a lack of market? ...more >>

Transparent Label over Background Image?
Posted by Thomas Bandt at 3/21/2006 5:06:35 PM
Hi all, I've set a background image for my form in OnPaintBackground(). In the layer above I have a set of buttons and labels. Now the label controls inherits the background color of the parent control, which is the form ... so I have a ugly white background under my labels text. I tried t...more >>

Enable pooling in CF?
Posted by enantiomer at 3/21/2006 3:50:23 PM
Is there a way to enable connection pooling in the CF? The delay for opening each connection is about 1-2 seconds currently. Quite a performance hit indeed. I had read that connection pooling was disabled in the CF, and was looking for ways in which to enable it. I checked out this article ...more >>

replacment TreeNodeCollection.Find methos
Posted by Marian at 3/21/2006 3:07:54 PM
Hello, I'd like use well-know TreeNodeCollection.Find method from .NET in my Pocket PC application, but this method isn't available in .NET CF. How implement it in my code? I'm trying put into TreeView control data from text file organized in this format: cat_id;parent_cat_id;category_name cat...more >>

COM +
Posted by Romain TAILLANDIER at 3/21/2006 12:45:52 PM
hi group I try to create a COM object using .net. i think i have found what i need to use, but it doesn't exist in CompactFramework : ComRegisterFunctionAttribute, ComUnregisterFunctionAttribute How can i do it ? work arround it ? thank you for your help ROM ...more >>



How to make web service aspnet_wp.exe automaticly debugging attach
Posted by Benjamin at 3/21/2006 12:39:27 PM
Hi! I have two projects in my VS2005 solution: - A "Windows Mobile 5.0 Pocket PC" Device Application. (Target Device = Windows Mobile 5.0 Pocket PC Emulator) - An "ASP.NET Web Service" Web Site. (The web site is running in IIS on my development machine to make it reachable from the devi...more >>

Problems accessing a web service
Posted by AvniDani NO[at]SPAM gmail.com at 3/21/2006 12:31:10 PM
I have a web service created with VB.NET 2005. the web service simply adds to input numbers. when i put my PPC in it's cradle and run my small VB.NET 2005 PPC application it works fine. when i take the PPC and connect it to the internet using a CF modem i get an exception "Unable to connect to t...more >>

Flush data on CF or SD
Posted by Keven Corazza at 3/21/2006 10:40:29 AM
Hi, I've created an application that creates its own binary file and for every modifications to the data I call Flush method of BinaryWriter class. In this way, if the application crashes, I don't have lost of data. This is true if the file is on folder like My Documents, but it is false ...more >>

layout question
Posted by dermite at 3/21/2006 10:38:46 AM
Folks, For a Pocket PC (CF .NET 2.0) application, I'd like to be able to determine programmatically the location of the top of the menu bar at the bottom of the screen. No doubt this problem has some perfectly obvious solution, but for the life of me I can't figure out what it is. Screen....more >>

Validation controls
Posted by Brian Nantz at 3/21/2006 9:13:51 AM
Does anyone know if there are Validation contorls like these: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnforms/html/winforms03162004.asp http://www.dotnetmasters.com/Samples.htm for CF? I try porting these but there is too much missing in the CF to get this functional...more >>

Change shortcut icon
Posted by Erel at 3/21/2006 8:14:56 AM
Hi, Is it possible to change the icon of a shortcut file (".lnk") with .Net CF? And an ".exe" file? Thanks, Erel ...more >>

Play video in WM2003 and later
Posted by Lonifasiko at 3/21/2006 6:54:04 AM
Hi, I want to play video without launching Media Player in devices with WM2003, WM2003SE and Windows Mobile 5.0. I've understood from Alex Feinman's post http://blog.opennetcf.org/afeinman/CommentView,guid,1dfc3c39-d3cc-4faa-b5f6-cb5c9aed61dd.aspx that Windows Media Player 10 is needed in o...more >>

Compilation errors when changing from SDF 1.4 to 2.0 Beta1
Posted by Lonifasiko at 3/21/2006 6:02:53 AM
I downloaded and install SDF 2.0 Beta1 a few days ago. In order to test new functionality, I removed all references to SDF 1.4 and added new references to SDF 2.0 libraries. I thougth the compilation was going to have success, but it didn't :( The most strange was that SDF 2.0 did not recogn...more >>

paging dataset sql CE
Posted by merco at 3/21/2006 2:50:16 AM
hi, i'm using this code http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=235 to paging a dataset. Due to customer specifications, i have to run my app both in PocketPc and Desktop PC. So i create to different classes called: NxDataCacheCE.vb and NxDataCacheDesktop.VB. In this classes i u...more >>

CF 2.0 application running both in PPC2003 and WM5.0 platforms
Posted by Lonifasiko at 3/21/2006 1:50:45 AM
I've developed an application using CF 2.0 and targeting PPC2003 platform in C#. As far as I understand, this application should run without problems in a Windows Mobile 5.0 device. How to do it? Just change Target Platform and deploy the application from Visual Studio 2005? I did this inde...more >>

Copy Files From Desktop's Network Drive.
Posted by deneb at 3/21/2006 1:22:17 AM
http://blog.opennetcf.org/ayakhnin/PermaLink.aspx?guid=44f7179b-502d-4ca9-9d4e-520e8d3b236a Above article explans How to map Network Drive in CE .NET environment. But When I test it, int ret = WNetAddConnection3(hwnd, NetRes, password, userName, 1); this line always returns error. returned e...more >>

PlatformNotSupportedException of sqlCeCommand on WM5
Posted by CWing.Yip NO[at]SPAM gmail.com at 3/21/2006 12:34:14 AM
Hi, I'm writing a Windows Mobile 5.0 application on Pocket PC that connect to it's local database on the PPC. However, a PlatformNotSupportedException being throwed everytime sqlCeCommand.ExecuteReader() is run. I'm using Visual Studio 2005 for development and I have installed .NET CF 2.0, SQL M...more >>

converting project from vs2003 to vs2005
Posted by Harun Bolat at 3/21/2006 12:00:00 AM
Hi all, I convert my project from vs2003 to vs2005. I need to scale screen. But "AutoScaleDimensions" or "AutoScaleMode" property does not recognize and error like this "FormMain does not contain a definition for AutoScaleMode".FormMain inherited from "System.Windows.Forms.Form" . But in ...more >>

Problem with custom collections.
Posted by Wade at 3/20/2006 11:29:31 PM
Hi, I have used the collectionbase to create two different collections. One various button clicks, I add values into these collections. I'm having a problem, though, for as soon as I add more than one item to the collection, I am only able to retrieve the most recent item I've added. For...more >>

run async call from a callback
Posted by Trapulo at 3/20/2006 10:33:31 PM
I've seen that if I try to call an invoke (invoke or begininvoke on a delegate) I always get a notSupportedException. Is there any way I can async run a sub from a callback target function? I'm using vb.net with net cf 2.0 ...more >>

database loop
Posted by Jon at 3/20/2006 9:17:27 PM
How can I total all records in a lineitem table that are equal to invoice number 100 in a master detail relationship? In Delphi it would be Table1.first; While not Table1.EOF do begin ..... Table1.next; Can't figure out how in C# CF 2.0 Thanks Jon Stroh...more >>

VS 2005 also for .NET CF 1?
Posted by Kenny Rymes at 3/20/2006 8:23:21 PM
Hello I am planning to upgrade to VS 2005 from VS 2003. Can I use VS 2005 also to create applications for .NET CF1 or only for .NET CF2? The application should run on both Smartphone and PocketPC, with WM 5.0 but without CF2 Thanks Kenny ...more >>

need help with bluetooth Widcomm..??
Posted by Milsnips at 3/20/2006 6:37:28 PM
Hi there, i am looking for any opensource CF.NET component that allows automation of the Widcomm module. 32Feet.NEt only supports Microsoft, and Franson BlueTools does the job but doesnt come free.... Does anyone know of any opensource projects for Widcomm bluetooth that works for CF....more >>

Web Browser Control .NET CF v2.0 WM5 no ProgresChanged event
Posted by CalvinH at 3/20/2006 5:51:10 PM
I’m using Visual Studio 2005 and SmartPhone 2005 and the Web Browser Control from Windows Mobile 5. (on a Cinguler 2125) Very cool. However, I can’t get the ProgressChanged event to fire. In fact, it doesn’t show up in Object Browser or intellisense for my VB app. I can get Navigated,...more >>

DataGrid fill with Datas - CompactFramework
Posted by Enrico Wegge at 3/20/2006 5:23:04 PM
Hello, does someone know a solution, in order to fill the DataGrid with entries, without binding the DataGrid to a table of the SQL mobile server? As it was still possible in eMbedded the Visual basic 3,0. Thanks Enrico ...more >>

SIP disappears after MessageBox.Show
Posted by Wade at 3/20/2006 4:29:08 PM
Hi all, I have the following code: string message = "You have just completed this section. Fill it with a background color?"; string caption = "Fill Section"; MessageBoxButtons buttons = MessageBoxButtons.YesNo; DialogResult ...more >>

Textbox AutoSize in CF 2.0
Posted by Sinbad at 3/20/2006 2:50:06 PM
Howdy Group - The TextBox class in CF 2.0 is lacking an AutoSize property. This is no big deal, as CF 1.0 didn't support it either. HOWEVER, it seems like the behavior of the TextBox in CF 2.0 mimics AutoSize = true. My TextBoxes are automatically resizing when my font changes. Essentially...more >>

VB.NET's Chr( ) equivalent in C#.
Posted by Sami at 3/20/2006 2:44:05 PM
Hello, here is my problem: I am trying to convert Ascii Values to characters in C# without success. In VB.NET the Chr(128) returns the Euro sign and Chr(130) returns comma. When I try to do the following in C# i.e. (char)128 or (char)130 I get unreadable characters. What is the best wa...more >>

How to play a video on WM 5.0?
Posted by flik at 3/20/2006 12:24:55 PM
hello, my question is how to play a video (wmv or whatever) on windows mobile 5.0! i am using vb.net 2005 with cf 2.0. the device contains the new windows media mobile 10. does anybody have a sample how to display a video on wm 5.0?! one feature should be, that it is NOT full screen, b...more >>

FindControl equivalent?
Posted by Wade at 3/20/2006 11:50:45 AM
ASP.NET has the ability to find a control in the control namespace (part of System.Web.UI.Control): Dim myControl1 As Control = FindControl("TextBox2") Does the .NET compact framework have an equivalent way to get a control? I know I can loop through the controls in the form, but I do...more >>

updating compact framework
Posted by jamie at 3/20/2006 11:45:30 AM
I've been developing an application using version 1.0.5 of the compact framework. I'm not wanting/needing to use the XMLserializer which appears to only be available in 2.0? . If I update how likely is it to completely screw everything from the old version up? Jamie ...more >>

SqlDataReader reads are ridiculously slow
Posted by enantiomer at 3/20/2006 11:10:11 AM
Hey there. I have ported my business services project over to the CF. All of my services use a dataReader to fill the business objects. In porting over, however, I have noticed that reading data from the SqlDataReader is very slow. I am not doing anything fancy. I create my connection, comman...more >>

Emulator and SMS
Posted by Zeno Loco at 3/20/2006 9:05:19 AM
Hi, There is, in Visual Studio 2005, a way to make test on sending/receiving SMS using emulator? I've found the existence of "Visual Radio" emulators on VS 2003, are these tools still usefull in the 2005 version or there is something newer? Thank you. ...more >>

converted VS2003 project for CE42 doesn't compile on VS2005
Posted by datamodel at 3/20/2006 8:27:01 AM
Hello, This post contains two questions that have to do with porting a VS2003 smartdevice project to VS2005. Something that I couldn't accomplish. Any input, pointers, links, instructions, suggestions would be of great help. Thanks. 1. This project was built using VS2003 for a PDT running C...more >>

SQLCE in C#
Posted by rbalfe NO[at]SPAM gmail.com at 3/20/2006 7:27:38 AM
I am using c# to access a SQLCE database using SqlCeDataReader I have placed the read function in a while loop: while(myReader.Read()) { do someting... } I am using a database with 20,000 records and if I do a read of approx 40. When my loop comes around for the 41st time it hangs for...more >>

File is locked after FileStream operation
Posted by Steve Wilkinson at 3/20/2006 6:58:52 AM
I have been implementing a network file transfer component using the Compact Framework (1.1) on CE.NET 4.2 and CE.NET 5.0 The component is fairly standard, it receives data via a socket and then writes the data to a temporary file using a FileStream. After each write the FileStream is flus...more >>

Get system time of desktop in Pocket PC using activesync
Posted by Srijit at 3/20/2006 4:42:37 AM
My pocket PC is connected to desktop via active sync i want the Pocket PC application to then get the date/time of the PC the device is connected to .. is it possible?? I am using .Net Compact Framework for development Thanks in advance ...more >>

about deploy question
Posted by cfyam at 3/20/2006 12:00:00 AM
I reference the Microsoft.WindowsMobile.PocketOutlook in my PPC app, and how can I deploy the component to Pocket PC? ...more >>

About deploy question on PPC 2003
Posted by cfyam at 3/20/2006 12:00:00 AM
I reference the Microsoft.WindowsMobile.PocketOutlook in my PPC app, and how can I deploy the component to Pocket PC(Pocket PC 2003 Phone Edition)? ...more >>

notSupportedException raising an event
Posted by Trapulo at 3/19/2006 8:09:02 PM
I've a strange error with CF 2.0: when I make a raiseEvent, I get a notsuportedexception execption, and I cannot figure why this. This is my code: Public Event DataReceived(ByVal sender As Object, ByVal e As DataReceivedEventArgs) Protected Sub OnDataReceived(ByVal sender As Object, ByV...more >>

Getting the color of the clicked pixel
Posted by Wade at 3/19/2006 11:53:51 AM
Hi, I have a generic Control added to a form. On this control, I draw a few rectangles and fill them with some color. So, for example, I could have two rectanges on my control, one filled with Blue and the other with Red. Now ... I also have a routine that lets me add points to this Cont...more >>

Doesn't work with AKU2
Posted by Boe at 3/19/2006 11:01:36 AM
I had no installing it on my PPC 6700 prior to AKU2. I am currently on ROM 2.06 I have a very vanilla config since I just flashed my device. I have 20MB of both types of memory free on my device during install and 75mb on my storage card - doesn't matter which location i select it won't i...more >>

Dynamically created ComboBoxes not functioning properly on SelectedIndexChanged
Posted by Wade at 3/19/2006 9:18:56 AM
Hi, I am dynamically creating X number of combo boxes, all bound to the same data source. However, even though these combo boxes are all seperate instances with unique names, when I change the value of one at runtime they all change to reflect the newly selected value (i.e. I have 3 combo ...more >>

OpenFileDialog.OpenFile() in C# under .NET Compact Framework
Posted by perool at 3/19/2006 5:23:26 AM
Hi! I am trying to make an application to run under windows CE 4.2 where I have to open a file, to get some info from it. Now my problem is that the method OpenFile() is not supported for Compact framework. How can I do this?...more >>

IMessageFilter not running
Posted by Werner Leupold at 3/19/2006 4:06:27 AM
Hi NG, I know that this has been discussed before, but I am new to Net Compact Framework and I can not get IMessageFilter running in VB.Net. Can anyone post me a running example in vb.Net, please? Thanks for helping Werner...more >>

sliding text
Posted by Trapulo at 3/18/2006 7:24:48 PM
Is there any free control to display a sliding ticker? thanks ...more >>

Filling ListBox with data
Posted by s_alexander04 NO[at]SPAM list.ru at 3/18/2006 11:22:35 AM
Hello! How to fill ListBox with data using DataSource, DisplayMember, ValueMember members of ListBox? I have DataSet and want to fill ListBox from particular table of the DataSet. ...more >>

DataGrid.CurrentCell problem
Posted by Maxim at 3/18/2006 2:15:18 AM
Hello, everybody! I have a problem with DataGrid. I'm using CurentCell property to change text of currently selected cell. When the DataGrid contains no rows, CurrentCell still points to {0, 0} cell, thus producing exception in my app. DataGrid class does not contain RowCount property or some...more >>

Structured storage
Posted by Peter Morris [Droopy eyes software] at 3/17/2006 8:00:31 PM
Hi all Is structured storage supported on PocketPC using dotnet V2? If so 1) Does it support transactions? 2) Does anyone have a link to some information where I can learn how to use it? Thanks very much! Pete ...more >>

does location of the .CAB matter?
Posted by rb at 3/17/2006 7:18:47 PM
when unzipping the cf1.CAB(or others) file on a WinCE 4.2 device, does it matter where the .CAB file is located on the device? asking because in examples i have looked at, the .CAB was copied from the \Application directory to the \windows directory prior to unzipping. is there a reason to do...more >>

VS2005 and .NETCF compatibility problems!
Posted by Cornel Gligan at 3/17/2006 6:06:45 PM
Hi! I'm developing an application for Windows Mobile 5. I'm using the following tools: - Windows XP Professional; - Visual C# from Visual Studio 2005 Professional Edition; - Windows Mobile 5 SDK. I made an exe for my applica and I made an install for it. I installed my application on a ...more >>

C++ char array to C# string, weird characters
Posted by scottelloco NO[at]SPAM gmail.com at 3/17/2006 3:13:12 PM
Hi, I currently have a C++ dll that's passing a struct to a C# application. Everything is working except for the char array member in the struct. When I look at the values in the C# app when debugging all I see are a few square "control-type" characters. The way I'm doing this is based on the...more >>

Best route...
Posted by MobileBoy36 at 3/17/2006 2:07:41 PM
Hi group, I should implement a class (VS 2005, .NET CF 2.0) that makes it possible to choose the best adapter... Let's take the following situation: A pocket pc has a GPRS IP=162.11.128.116. It 's WLAN adapter has (DHCP) IP=192.168.8.111. Now I want to setup FTP communic...more >>

User Interface + Web UI.
Posted by Sami at 3/17/2006 12:52:52 PM
We would like to update our Windows CE 3.0 and PocketPC 2003 apps to the ..NET Compact Framework. Before we start rewriting our old apps there are 2 questions that we need to be answered. 1) Since our old app UI looks quite boring we would like to update the UI to be a bit more modern. Is it a...more >>

CF 2.0 Redistributable... how to redistribuite?
Posted by Fabio at 3/17/2006 11:52:42 AM
Hi all! I have VS2005 and the CF 2.0 is distribuited when I deploy an app. Ok. But if I'd like to install the CF without VS? I tryed with the CF redistributable package, but when I try to install it, it (correctly) says that the full cf is already installed on the pc. -- Free .Net Re...more >>

Assembly version Why the same?
Posted by Cocotteseb at 3/17/2006 8:23:55 AM
Hello all! Here is my problem: I have a project since several months started and updated. I get the number of the assembly (which is 1.0.*) and the build is 2260. I created a new project since one weelk (to simplify). I put assembly version as 0.2.* but the build number returns me 2260 exactl...more >>

Example of how to write a C# application that works on PPC and Smartphone
Posted by Jay at 3/17/2006 7:27:20 AM
Hello All, I am just wondering if there are any examples out there that demonstrates how to create an application that will work on the PPC and the Smartphone. regards, Jay ...more >>

.NET CF 2.0 IMAGE SAVE PROBLEM
Posted by John J. Novak at 3/17/2006 5:16:31 AM
I'm saving a BITMAP image using the image Save method on a mobile device (.NET CF 2.0). I've chosen the ImageFormat.Bmp format. The image is saved but not all programs can open the saved BMP file (including VS 2005). The latest Paint and Paint Shop Pro have no problem opening the file. I've tr...more >>

Help with multiple Forms in vb.net
Posted by Diederick Kruger at 3/16/2006 9:58:15 PM
I want to call a form from an existing form Ex: 1. My first form is my login form. 2. Now I want to call the main form when the user clicks on the LOG IN button. How do I do this? Thanx Diederick ...more >>

Freeing resources
Posted by Peter Morris [Droopy eyes software] at 3/16/2006 7:21:47 PM
I am using a 3rd party tool that seems to be holding onto memory when I create/dispose a certain object. Is there a tool that will tell me what object instances were created and then not made available for disposal to the GC? Thanks Pete ...more >>

Changing Cursor Style in C# Application
Posted by Jim Frazer at 3/16/2006 5:20:10 PM
Hi, I'm working on an application in C# that will allow the user to create simple CAD drawings on a CEPC system. I would like to be able to change the cursor shape depending on the drawing mode selected by the user. I started out by setting up P/Invokes for LoadCursor and SetCursor. Call...more >>

connect Mobile 5.0 to SQL Server
Posted by David de Passos at 3/16/2006 3:57:46 PM
Hi! I have a Pocket PC aplicattion developed in VS 2003, I have converted in VS 2005 but I get a error. So, I have create a new Pocket PC aplication from Vs 2005, with the same code and I get the same error: "SQL Server does not exist or access denied." The program work well but when try myC...more >>

Problem with implementing web service in mobile aplication
Posted by mirna at 3/16/2006 2:06:42 PM
I am having problem. when i am calling web service method from mobile aplication i get WebException. I don't know where the problem is because when i call the same method from windows aplication it works OK and i dont have problems. I would be thankful if someone could help me... here is the...more >>

Loading Tabs:
Posted by Mader at 3/16/2006 1:55:48 PM
When loading a form with several tabs and several controls on each tab. What is the best way to load them? If I load everything it takes about 12 seconds to load. Should I create the first tab and its controls then create the rest in a different thread? Or do I not create the controls u...more >>

Application unexpectedly quits silently
Posted by vachesacree NO[at]SPAM yahoo.com at 3/16/2006 9:35:33 AM
Hello everybody, First of all, sorry for the long post but we'd like to describe the problem in as much detail as possible, so it's perhaps easier to help :) Also, if this post is not particularly suitable for this group, please point me to the most appropiate one. Thanks. We have develope...more >>

Emulator files missing error
Posted by Tom25 at 3/16/2006 8:28:36 AM
Hello, I am dotNet programmer who is starting a project for Windows CE on VS2003. When I try and run the test program I get an error: One or more files from the Emulator for Windows CE installation is missing. Please reinstall Emulator for Windows CE and try again. I have tried loading ...more >>

Display the Date/Time panel from my application
Posted by rodeo rider at 3/16/2006 6:45:21 AM
how can my program get the system Date/Time screen to execute/display in WinCE 4.2? i need for the user to confirm that their system date/time is accurate prior to entering data in my application. tia for any direction! ...more >>

Capturing Datagrid's scroll event
Posted by Dinesh Bajaj at 3/16/2006 6:37:04 AM
Hi All, How do I capture the scroll event of a datagrid? I need to have tw datagrids having same datasource to scroll in sync. Is this possible i CF? Thanks, Dines -- Dinesh Baja ----------------------------------------------------------------------- Dinesh Bajaj's Profile: http://ww...more >>

Emulator congiguration for sokets
Posted by Zeno Loco at 3/16/2006 5:53:33 AM
I have big problems to configure the emulator to be client in a socket connection, I always obtain the error "An existing connection was forcibly closed by remote host" This is the scenario : .. My P.C. is in a LAN .. The Socket server is on the same P.C. of the emulator .. Sometimes (I do...more >>

turn phone on/off in WM5
Posted by leibnizster at 3/16/2006 4:55:24 AM
hello, how can this be accomplished in NETCF2.0? (with or w/o Pinvoke)? Thanks ...more >>

Bolded dates in MonthCalendar
Posted by Lonifasiko at 3/16/2006 12:29:55 AM
Hi, I would like to change/add/delete bolded dates in MonthCalendar control but I'm not able to do it. I've tried setting a new DateTime array to BoldedDates property, but many times I receive an "IndexOutOfRange" exception, and others, monthcalendar control simply does not show the new bolde...more >>

Equivalent in VB.NET ?
Posted by MobileBoy36 at 3/16/2006 12:00:00 AM
Hello group, What is the equivalent of this code snippet in C#? public event EventHandler OnConnect { add { lock(syncRoot) { connectedEvent += value; } } remove { lock(syncRoot) { connectedEvent -= value; } } } best regards, Mobile Boy ...more >>

Setup/Install app on WinCE 4.2 device
Posted by rb at 3/15/2006 8:28:29 PM
Using vb.net 2003 for development of an application targeting symbol scanners running WinCE 4.2. i am attempting to put together the CAB file to be used to Install/Setup this application on the scanner devices. basic inventory of files needing to be deployed on the scanner: 1. the app.exe ...more >>

Dynamically creating labels and textboxes in a panel
Posted by Wade at 3/15/2006 6:19:20 PM
Hi all, I have an array of polygons, and I need to create controls so that people can set absolute coordinates (in decimal degrees) for each of the points within each of the polygons (we also call these polygons sections). To do this, I have created a method that I call and pass some infor...more >>

Multiple shortcut options of the same application
Posted by Deon at 3/15/2006 4:24:12 PM
Hi I have a C# windows mobile application (visual studio 2005) that I want to deploy to pocket pc, so I created a CAB project using the following guidelines: http://msdn2.microsoft.com/en-us/library/zcebx8f8(VS.80).aspx But when I install the cab file onto the device where it previously was...more >>

Aborting app during form load
Posted by Mark Stevens at 3/15/2006 3:57:26 PM
I am having a problem aborting an application during startup. The Application.Exit() function is not terminating the application correctly. The app checks the registry to see if it has been configured (i.e. from a previous run). If it has not then it displays the file open dialog to locat...more >>

How can i disable the SIP menu ?
Posted by ataha at 3/15/2006 1:46:29 PM
Id like to stop the SIP and SIP menu (the one that has options, block recognizer, keyboard, letter recognizer, transcriber) from coming up when the user presses on the icon. Does anyone know how to do this ? thanks in advance Taha ...more >>

windows mobile 5.0
Posted by Ken Allen at 3/15/2006 11:50:07 AM
I have an ipaq 2970 with windows mobile 5.0. I am using visual studio 2005. I made a simple form all it when i go to deploy it my choices do no include windows mobile 5.0 just windows ce 5.0, and you get an error regrading the version of compact framework. what do i need to do to the versio...more >>

Problems with visual inheritance
Posted by Florian Fordermaier at 3/15/2006 7:02:03 AM
Hello, I have the following problem: I developed a control base class(derived from System.Windows.Forms.Control) which adds functionality needed by all derived controls(i.e. access to plc). If I subclass this base class and drop the child on a form, the control doesn't paint anymore. Inste...more >>

convert .net cf app to run on desktop
Posted by anbeyon NO[at]SPAM btinternet.com at 3/15/2006 6:46:01 AM
Hi All, I'm hoping someone might be able to give me a few pointers. I have an application that runs on a CE based device written in VB.NET on .net CF. I now need to make it run on a desktop machine. Can anyone give me any pointers as to how best to convert the application ? Any hint/ti...more >>

Constant ID in Pocket PC
Posted by Venedict at 3/15/2006 1:34:26 AM
Hi all, Does anyone know that is there any constant ID in Pocket PC can be used to identify the device? Understand that WM5 is having Device ID in the kernel. How bout Pocket PC 2002 and 2003? Thanks. -- Regards, Venedict...more >>

Vs 2005 Background color of Check box can not be changed?
Posted by Enrico Pavesi at 3/15/2006 12:00:00 AM
In a project for WM5 i have to change the background color of a checkbox to a custom color, but in the desgner it revert always to white. Is a bug or i'm missing something? Thanks ...more >>

Capture screen to JPG
Posted by Tomer at 3/15/2006 12:00:00 AM
Hi, I've written an application that capture's the screen (alex feinman = code) and creates a jpg file (using ARM_WriteRGBBytesIntoJpegFile = function) The result jpg looks OK except that it is 180 degrees = turned+horizontally mirrored. The question is why, and how can it be fixed. Here'...more >>

paint
Posted by Nathan Franklin at 3/15/2006 12:00:00 AM
hey guys.. just wandering is there anyway to disable painting with conpact framework 1.1 (the same effect as control.suspendLayout) I have tried Overriding the paint event in a customer control but controls still get drawn the the screen any ideas would be appreciated.. thanks! Nath...more >>

CAB version to use on a QTek
Posted by Jonas Bergman at 3/15/2006 12:00:00 AM
Hi I have written a small demo application for Pocket PC and want to distributes a cab file to a friend using a Qtek 9000 with Windows Mobile 5. When I produced the CAB file from Visual Studio, I got 10 different cab files, and I also found a lot of .NET framework versions on my disk. H...more >>

ListBox - Mark were change by Keys.Left
Posted by Stefan Jauker at 3/15/2006 12:00:00 AM
Hallo, I have a ListBox on a Form. If the ListBox have the focus and the Arrow-key Left were pressed(Keys.Left), then the selected entry is changed. The marking moves one upward. With the right key (key.Right) next list entry is marked. How can I switch that off? greets Stefan ...more >>


DevelopmentNow Blog