Groups | Blog | Home


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


all groups > dotnet compact framework > february 2006 > threads for february 22 - 28, 2006

Filter by week: 1 2 3 4

feeding TomTom 3
Posted by Eric at 2/28/2006 8:27:09 PM
Hi, Who knows how one can feed coordinates from a PDA program into TomTom 3 with VB.NET2005? rg, Eric ...more >>

Compact Framework 2.0 team needs to finish the .NET CF 2.0 release
Posted by Tad Anderson at 2/28/2006 7:08:26 PM
In my latest blog [http://realworldsa.dotnetdevelopersjournal.com/compact_framework_20_team_needs_to_finish_the_net_cf_20_rele.htm] I list several links to CF 2.0 shortcomings. It is evident that the CF 2.0 team needs to be pulled out of whatever they are working on in WCF and come back...more >>

native Grid control input capable?
Posted by rb at 2/28/2006 5:47:50 PM
is the native grid control input capable in .NetCF? i did not think that it was. but the documentation has me a bit perplexed. specifically, the documentation on DataGridColumnStyle's 'BeginUpdate', 'EndUpdate' events and how they can be used while data is being channged. and also, how there...more >>

Switching to Netcf2.0 requires WinCe OS upgrade
Posted by John Olbert at 2/28/2006 2:51:30 PM
Switching to Netcf2.0 requires WinCe OS upgrade Thanks to help on this forum I was able to get the new Vs2005 to deploy to my WinCe device (sh4 microprocessor). Unfortunately I then received the two following errors. "The program is not compatible with the current operating system and, t...more >>

Screen Mode Change
Posted by JB at 2/28/2006 2:20:30 PM
Hi, I am writing an application for a K-JAM i-mate. When the screen mode changes, it sometimes executes the Resize event more then once. I have code in the Resize event to make sure everything re-positions itself nicely, but if it calls the resize event twice for a single screen mode chan...more >>

Prevent ContextMenu Close
Posted by Myron Marston at 2/28/2006 2:15:52 PM
I have a context menu on my listview displaying multiple options that the user can check/uncheck. Each time they check or uncheck one the context menu disappears and the user is forced to tap-and-hold again to do another option. Is there a way to prevent the context menu from closing when the...more >>

Hood Canal Mobility?
Posted by Microsoft at 2/28/2006 1:04:19 PM
Does anyone know if this company exists anymore? I had purchased their Signature Capture Control 3.0 a while ago. I would like to purchase this one: Capture Control version 3.1 Professional for the .NET Compact Framework. But I cannot seem to find their product on Handango and their websit...more >>

Pinning Array
Posted by Miguel at 2/28/2006 12:05:23 PM
When invoking the WaitForMultipleObjects function, should the second parameter, which is een array, be pinned? I believe this should be the case, since the CLR could move the array on the managed heap. However, I have never experienced problems when not doing it. Any ideas? DWORD WaitForMulti...more >>



Regional User Override Settings
Posted by Rich M at 2/28/2006 11:55:20 AM
I am formatting a DateTime value via the ShortDatePattern using the default culture setting. I have verified that this works as expected for various region settings. If the user modifies the defaults from the Regional Settings dialog from the Time and Date tabs, the culture does not seem to ...more >>

StatusBar with multiple panels
Posted by RFlaugher at 2/28/2006 8:45:27 AM
I am trying to create a status bar with multiple panels, one of which contains an icon. I see the CF does not support this directly so I have tried Win32. I created a standard .NET StatusBar and then call SendMessage with message SB_SETPARTS using statusBar1.Handle; this does create the mu...more >>

Use reflection for User Interface testing
Posted by mathijsuitmegen at 2/28/2006 8:31:21 AM
I'm having difficulties getting a test application to work. The application being tested runs on Pocket PC 2003 and uses the dotNet Compact Framework 2.0. To be able to test our application we wrote a test application based on information in an MSDN Magazine article that used reflection for U...more >>

auto install application after cold reboot
Posted by Sumantra Bhattacharyya at 2/28/2006 7:09:53 AM
Hi Forum, Application auto reload after on cold boot: Is there any possibility of autoreloading pocketpc application on cold reboot. The conditions, and configuration could be stored in some boot file that could be run automatically after the device cold boots. SSE technolgies, who we p...more >>

Resources.dll not updated in .cab
Posted by Cocotteseb at 2/28/2006 5:19:36 AM
Hello, I'm using VS2005 and the new smart device project cab. My app supports localizations (fr, en and de) but when I generate the ..cab it apparently doesn't update the resources.dll. I however put the assemblies at output project....and when I look at \obj\debug\ for th folders de ,en fr a...more >>

Key event logger
Posted by arnoud at 2/27/2006 11:24:24 PM
Hi, For a usability study I would like to create some software that runs as a service in the background and logs all key events for all programs. In the end you would get a list of all key strokes and some context information e.g. which program was active or the name of the form. Would that b...more >>

Hiding Windows Start Button
Posted by Kent Briggs at 2/27/2006 11:04:22 PM
VB 2005 / Pocket PC. Is it possible to hide the Windows Start Button and keep it hidden even after my program exits? I know how to hide it temporarily using this: Dim hwnd As IntPtr = GetForegroundWindow() SHFullScreen(hwnd, SHFS_HIDETASKBAR) But I don't know what handle to use to make i...more >>

C# newbie question
Posted by Jon at 2/27/2006 10:43:27 PM
I am creating a database app in MSVS 2005. I have created the mobile database and it seems to work with the program. I have inserted a few records for testing in VS 2005. Those records show up iwhen the program runs in the emulator. I created a datagrid form by dragging the grid from the da...more >>

Predefined Constants in VB.Net
Posted by Philip Sheard at 2/27/2006 8:30:27 PM
Is there a pre-defined VB.Net constant that determines whether you are targetibg Windows Mobile 5.0? ...more >>

best practice for deregistering events -= ?
Posted by Jim at 2/27/2006 12:19:03 PM
Hi, I'm working with someone else's code and have an issue with the application design for registering and de-registering events. In the existing code... Events are registered as shown below. If the routine that owns this code is executed unexpectedly more than once. Then there can be m...more >>

ANN: Graph Control Version 4.0 Released
Posted by Keith Welch at 2/27/2006 11:47:24 AM
Mooseworks Software, LLC is pleased to announce version 4.0 of the Graph = Control has added user moveable markers with output events, multiple X = data series, Plot Alarm regions, and background images. The Compact = Framework 2.0 version also adds plot line widths. The Graph Control provides...more >>

Inter proccess communication in CF 1.0 Which are my choices?
Posted by SammyBar at 2/27/2006 9:56:28 AM
Hi, I need to pass some data between two CF1.0 applications. I knew remoting is not available for CF. I'd like something higher level than pure sockets. What do you reccommend? Thanks in advances Sammy ...more >>

Microsoft.WindowsMobile.Status.SystemState.PhoneSignalStrength;
Posted by leibnizster at 2/27/2006 9:41:43 AM
Hi I used this function to get the GPRS signal strength, but it seems to return very coarse values. I received: 100 for four lines 86 for three lines 74 for two lines I didn't manage to get signals below that (my bathroom is not deep enough :) ) Can someone tell me what are the oth...more >>

Power on stall with wifi card.
Posted by Robert Brown at 2/27/2006 8:20:27 AM
Does anyone know why, when you have a wifi card with powermanagement turned on, it takes about 20 sec for the handheld to come on when you hit the power button? It only happens when powermanagement is turned on in the registry, if you disablepowermanagement it comes on instantaneously. I...more >>

IImagingFactory IImage Problem
Posted by CodeFatal at 2/27/2006 6:44:56 AM
Hello, I'm new here, please forgive if this is the wrong newsgroup. I write a little programm wich handle with JPG-Files. The destination plattform is Win CE 5.0. I build the code with eMbedded Visual Studio c++ 4.0. I had created the following Code: LoaderFunktion: IImagingFactory *...more >>

Send an customer order to a fax machine
Posted by charalampos at 2/27/2006 3:03:13 AM
Could you please inform me, how is it possible to send a customer order to a fax machine? I am writing a C# pocket pc application thanks ...more >>

What's the alternative for this.ActiveControl property
Posted by datamodel at 2/27/2006 2:29:49 AM
I'm trying to put text in any control that currently has focus. The Compact Framework does not seem to have the this.ActiveControl property. What's the alternative, to assing a string to the .Text property of the currently focused control? Thanks. ...more >>

SelectedIndexChanged of ComboBox control
Posted by Confach NO[at]SPAM gmail.com at 2/27/2006 1:04:16 AM
I have defined SelectedIndexChanged event of ComboBox in a form. I open this form ,and it will fire Form_Load event, which binds the data t o comboBox.In this time,it also fire SelectedIndexChanged events. My question: How to avoid calling SelectedIndexChanged event when Form Load event is fi...more >>

[CF 2.0] Process.Start questions
Posted by Steve B. at 2/27/2006 12:00:00 AM
Hi, I use ProcessStartInfo and Process.Start to run a command line application. I have two questions : 1. Is there a size limit to the command line arguments ? 2. How can I easily get results from the command line application ? Thanks, Steve ...more >>

VT100 emulation
Posted by Allan_Bo_Jørgensen at 2/27/2006 12:00:00 AM
Hi all, I've been searching all over for a C#/CF 1.0 based terminal emulation component for a CE.NET device I'm working on. I need to draw a set of specialized images and place a number of buttons around it, and it is not supposed to use a serial port - the serial connection is tunneled o...more >>

what about GetOpenFileName
Posted by Magic Gooddy at 2/26/2006 3:02:45 PM
SGkhDQpDYW4gSSB0byB1c2UgZnVuY3Rpb24gR2V0T3BlbkZpbGVOYW1lIGluIFdpbmRvd3MgTW9i aWxlIDIwMDUgdG8gYWNjZXNzIGFueSBmb2xkZXIgaW4gc3lzdGVtPyAoQyMgb3IgVkIp ...more >>

Hardware buttons
Posted by Robert Brown at 2/26/2006 11:21:27 AM
Is anyone else haveing problems with the hardware buttons in V2? I can't get them to activate anything but what is set up in the OS. Here's the code I'm testing. ------------------ Imports Microsoft.WindowsCE.Forms Public Class Form1 Private Sub ConfigHWButton() ' Set...more >>

Using wait cursor
Posted by Tamer Hesham at 2/26/2006 12:56:27 AM
Dear All, How could i declare and use the wait cursor of the device, while i am performing a method which takes some times to be done? Thanks Regards Tamer Hesham...more >>

Nofication Control Icon .... won't go away
Posted by MobileMan at 2/25/2006 8:28:17 PM
I am developing a Proof of concept application on Windows Mobile 2003 / CF v2.0 that uses the Notifcation control to alert users to various issues. After my the call to notification.Visible = true the notification bubble correctly displays, but the little icon located to the right of the Star...more >>

Email Options
Posted by Philip Sheard at 2/25/2006 7:51:20 PM
What options are there for addimg an email with attachments to the Pocket Outlook outbox? The platform is Pocket PC 2003, with CFv2. ...more >>

Problem with Focus on activated
Posted by Robert Brown at 2/25/2006 12:13:06 PM
Hello, I'm trying to set the focus on a form to the first control on the form when the form is activated. I'm basically coming back to the form from another form and want the form cleared and focus returned to the start. Here's my activated event. Private Sub frmTicketingItems_Ac...more >>

Back Light API for Pocket PC 2002
Posted by Murthy at 2/25/2006 12:33:06 AM
Hi, I am looking for the API to set the time of Inactivity after which the Back light of the Pocket PC 2002 will be turned off. Can any one tell me where can i get that API or send me that API. thanks in Advance, Murthy Rayudu...more >>

Connecting to a WinCe device from Vs2005 via Tcpip
Posted by John Olbert at 2/24/2006 8:37:02 PM
Connecting to a WinCe device from Vs2005 via Tcpip I am working with a WinCe device that does not have a Usb or Rs232. I used the Vs2003 Tcpip connection. The only access to the device is a Tcpip connection which did work from Vs2003. I did find the Msdn snippet below but after transferring...more >>

How should I do to create a user control for a Device Application (1.0) project?
Posted by SammyBar at 2/24/2006 3:08:00 PM
Hi all, I'm trying to create a project (VS 2005 release) for creating a control for the compact framework version 1.0 but it looks it is not possible. If I choose for the new project Smart Device/PPC 2003/Control Library template it creates a user control for the 2.0 framework which I can't...more >>

Extend a C++ app by creating a .NET component
Posted by Timothy Dean at 2/24/2006 2:36:41 PM
I have an app created in C++/MFC that runs on PocketPC and I want to be able to allow customers to extend it by using .NET. I would like to be able to create an inproc automation dll that could be called from C++. I realize there is no out of process COM capability in Windows CE. I am able to ...more >>

OpenNetCF.Drawing.Imaging Problem
Posted by Tomppa at 2/24/2006 11:35:35 AM
I've got an issue with IImage.Draw(). I have a screen saver type application where I display images in a loop. IImage.Draw can run for up to 20 seconds sometimes as the images are about 6 MegaPixels in size. The loop runs great all day until I add another process to the applic...more >>

GPRS signal strength
Posted by leibnizster at 2/24/2006 9:49:31 AM
Hello, | am involved in a project and we have to get the signal strength of the current GPRS connection. I heard about using ril.h and TAPI. Which one should we use and how? Any advice would be greatly appreciated. Thanks ...more >>

[ANN] OpenNETCF.Net revisions
Posted by Paul G. Tobey [eMVP] at 2/24/2006 8:43:56 AM
Hi, For those of you using OpenNETCF.Net in version 1.4 of the SDF, you'll find new versions of several files in the vault at www.opennetcf.org, OpenNETCF/SDF/v1.4/OpenNETCF.Net. Note that the source and binary packages have not been updated, so you will need to grab individual files: Enum...more >>

OpenNETCF accessing CONNECTIONINFO structure
Posted by Zeno Loco at 2/24/2006 8:16:06 AM
It's possible, and if yes how, to use the CONNECTIONINFO structure of "Connection Manager"? Thank you ...more >>

How I can detect when my PDA is going to the waking state ?
Posted by Freddyboy at 2/24/2006 8:01:29 AM
Hi, I have a problem with my gprs connection on a PDA HHP. When the pda go to the waking state I lost the gprs connection and after I need to restart my application to retreive the gprs connection. I'd like to know whether somebody knows how I can detect the waking state ? If I can detect ...more >>

Problems with MSMQ, WM5 and (possibly) PXA270
Posted by Martin Slater at 2/24/2006 4:07:27 AM
I've been using MSMQ on Windows Mobile 2003 (version 4.20.0) for 15 months with 13 PDAs, 5000+ messages per day, and it's been absolutely rock solid. I now have to port the app to WM5 and can't get past first base. Installing MSMQ on both an iPAQ hx2490 and an Xda Exec (both PXA270 processors)...more >>

Linux is coming on mobile devices
Posted by Lonifasiko at 2/24/2006 12:19:30 AM
Will Linux based SDK sometime substitute Compact Framework from MS? http://www.access.co.jp/english/press/060214.html Open-source development is becoming really strong guys... What do you think about? Regards. ...more >>

Transfer over HTTP
Posted by Evan Camilleri at 2/24/2006 12:00:00 AM
What is the best way to do a single tranfer for an application, I think best over HTTP i.e. 1: over HTTP using GPRS 2: over HTTP using 804.11 wireless network 3: over HTTP using docking The idea is to have full synchronization where required. I am using SQLCE but the client ...more >>

Define CeGetSystemInfo function and SYSTEM_INFO structure
Posted by NerdRunner at 2/23/2006 9:47:57 PM
I wish to use the CeGetSystemInfo RAPI function but it requires a System_Info structure. Can someone share the structure defenition/declaration for the System_Info structure for visual Basic? Also, CEOSVERSIONINFO. Thanks. Sean M. Severson ...more >>

SP2 problem
Posted by Diederick Kruger at 2/23/2006 9:46:27 PM
Since I have installed SP2 on Win XP Pro, I am unable to access the "Properties" of any of my folders on my computer. I have updated my Intel drivers and my Graphics card drivers, but still it will not work. Can somebody please help me? Thanks Diederick. ...more >>

Cycling through a collection in compact framework- Possible?
Posted by RobGSCL at 2/23/2006 8:39:39 PM
In vb6, objects were part of a collection and you could cycle through the collection as follows: For Each panel in Panels do something Next panel Is there anythin like this for CF? ...more >>

ressources für game development ?
Posted by Stefan Reinmers at 2/23/2006 8:11:56 PM
Hi there, are there some ressources or links where i can get informations or source code of game development for pocket pc and compact framework ? greetings ...more >>

ResourceManager Constructor Exception
Posted by Rich M at 2/23/2006 5:12:45 PM
I have a NETCF v1 application that on two customer's Pocket PC devices is throwing an exception from the ResourceManager constructor. This works on my device and many other customer devices. My code is (simplified for the example): ResourceManager resMan; Assembly assembly = Assembly...more >>

Managed ActiveSync Service Provider
Posted by khelb_007 NO[at]SPAM hotmail.com.invalid at 2/23/2006 3:10:25 PM
I was wondering whether it is possible in CF2 to write a fully managed ActiveSync Service Provider for both desktop and device? I do fear it is not possible to develop a COM server in managed code or am I wrong? TIA Christiaan...more >>

Read Registry Entry with VB 6.0 and RAPI
Posted by NerdRunner at 2/23/2006 12:12:42 PM
I have been scouring the newsgroups and Microsoft's website and have not come across a simple example of reading a value from the registry on the PocketPC. I have created the following procedure... Dim iretval As Long Dim lngResult As Long Dim lngKeyPointer As Long Dim lpDat...more >>

Beginner: problem with writing my first form manager class
Posted by Chris Crowhurst (ems) at 2/23/2006 9:23:30 AM
Hi, I am trying to write my first .NET CF app and I am struggling a bit. I have created a form manager class to deal with forms. The OpenForm() method checks each form in the arrForms collection. If the form does not exist it should create a new instance of the form and return it. When I ru...more >>

Batch SQL Problem
Posted by Greg at 2/23/2006 8:23:37 AM
Hi Guys, Basically I'm trying to run a batch sql query but I cannot seem to access the results from the second sql query. I have simplified the query to help explain the problem hence why the two queries are the same. Thanks in advance ! Dim connStr As String = Module1.getStrin...more >>

CF2.0 and .net1.1 - Install Question
Posted by Darren Coleman at 2/23/2006 8:11:34 AM
I need to get a second question confirmed before a project can proceed. If I'm installing a CF2.0 App on my pocket pc device will I have to install the .net 2.0 runtime/framework on the desktop pc? We are not migrating to ..net 2.0 for our desktop apps at this time but moving forward with...more >>

using QueryPerformanceCounter in a logger class?
Posted by Jim at 2/23/2006 7:02:37 AM
Hi I have existing code that uses a simple timer to profile time spent in various methods and log it to a file. I would like to replace the simple timer with high performance counters "QueryPerformanceCounter" Are there any drawbacks to using high performance timers in a logger class? Th...more >>

Localization support in Compact Framework 2
Posted by Can Erten at 2/23/2006 12:21:04 AM
I want to localize my application. I am using .net compact framework 2. And I want to use the forms default resx file which is easy to build. How to perform that. I don't want to iterate through the controls in my form. I want to do it just like selecting the default language in the designer. ...more >>

WebService-Timeout does not work?
Posted by Sven Rutten at 2/23/2006 12:00:00 AM
Hello I am communicating with a webservice from my PPC. like this: Dim ws as new ourwebreference.ourfunction dim result as boolean result = ws.getinfo(a,b) That is working correct, but if I have no connection on my device (WLAN deactivated, GPRS/GSM not in coverage), I want to timeout ...more >>

i want to sort the files in the listbox based on the time and date
Posted by rt at 2/22/2006 8:23:27 PM
hi, below is the code pls help me i want the listbox items to be files appeared based on the time and creation of a file. mean sorting.... thanks Dim myDirInfo As DirectoryInfo myDirInfo = New DirectoryInfo("\program files\SmartDeviceApplication3\InspectionFiles") Dim m...more >>

Urgent help needed with SP2
Posted by Diederick Kruger at 2/22/2006 4:04:52 PM
Since I have installed SP2 on Win XP Pro, I am unable to access the "Properties" of any of my folders on my computer. I have updated my Intel drivers and my Graphics card drivers, but still it will not work. Can somebody please help me? Thanks Diederick. ...more >>

CF2.0 and .net 1.1
Posted by Darren Coleman at 2/22/2006 3:49:56 PM
I need to get confirmation about a CF 2.0 and .net 1.1 question for my Project Manager. I have a desktop App that is written in VS2003/.net 1.1; I will be writing a Pocket PC app that will be in VS2005/CF 2.0. The two apps will be communicating with each other;exchanging xml/data files;...more >>

WinCE 4.2 - (VS2003 or VS2005)?
Posted by Sami at 2/22/2006 2:33:01 PM
Hello, I would like to develop an app for a device with WinCE 4.2. Do I need to use the Visual Studio .NET 2003 or can I also use VS2005? The problem with VS2005 is that I only see projects for Windows CE 5.0 and none of the type Windows CE 4.1/4.2. -- Regards, Sami [Remove Numb...more >>

[ANN] OpenNETCF.Desktop.Communication 2.9 Released
Posted by Chris Tacke, MVP at 2/22/2006 2:15:22 PM
Let's try that again without fat fingering the ctrl-return... The OpenNETCF.Desktop.Communication library has been updated and released as version 2.9. This library is a shared-source library that provides simple managed code access to ActiveSync's RAPI methods. Updates include: - Bug ...more >>

show today screen
Posted by SHaul at 2/22/2006 1:09:29 PM
Hi I need to show the today screen on ppc 2003se by c#. is it possible? Many Tahnks Shauly ...more >>

Establishing Internet Connection using C#
Posted by RZZ at 2/22/2006 12:21:09 PM
Good Afternoon Ladies and Gentlemen: I would be very grateful if anyone here could help me with this topic. I am attempting to write a C# program that will autonomously access my GPRS enabled phone and establish an internet connection that i wish to use to surf the internet. I was wo...more >>

Access to .vol-Database in .NET CF?
Posted by Sven Rutten at 2/22/2006 12:17:03 PM
Hello I found a sample how to access the .vol-Databases on WM 5.0-Devices (example: cemail.vol) but it's in eVC++ http://builder.com.com/5100-6373_14-1064551.html I just can't find a possibility to do that in .NET. Is there a library or a sample available for accessing these databases? ...more >>

connecting to a garmin GPS unit
Posted by Jay at 2/22/2006 9:44:27 AM
Hello all, I am having an issue connecting my PDA to my garmin Legend. I have the GPS broadcasting in NMEA mode and have verified this by connecting to it with hyperterminal. it is broadcasting as expected every 1 - 2 seconds. I have used the same OpenNetCf code to communicate via Satellite...more >>

Possibe to upgrade a device to CF2.0 from CF 1.0?
Posted by DZieger at 2/22/2006 8:37:27 AM
Greetings - A couple questions from someone new to .Net CF... - Is it possible to update the version of the CF on a device from 1.o to 2.0, without access to the Platform Builder? - Is it possible to determine which version of CF is installed on the device from the device interface? ...more >>

CE4.2 app does not close forms in the taskbar
Posted by datamodel at 2/22/2006 6:33:58 AM
hi, I have an application built for CE 4.2, which has many forms. Some of the forms close themselves after the user invokes another form, some don't. Regardless, the number of window stubs on the taskbar at the bottom of the screen just keeps increasing. And by the time I return to the top...more >>

RAM Optimizations
Posted by info NO[at]SPAM it-design.biz at 2/22/2006 2:21:57 AM
Hi there I need any aviable hint on how to reduce ramusage in CF 2 applications. On Mobile 5 there is only about 15 - 25 MB of RAM aviable for user applications, which is , if you have a big database app, really awfull. On the GC I read an article and I'm a little confused on the hand...more >>

Write Phone Application
Posted by paps at 2/22/2006 12:42:26 AM
It's possible to write win CF a full functional Phone application in substitution of the default one. I look to the Phone class but it had just one method. Thanks Paps...more >>

File transfer alternatives
Posted by Zeno Loco at 2/22/2006 12:27:16 AM
Hi, I'm just starting thinking & developping a complex mobile application in wich a great part of the work will be in communication between mobile devices and servers. I need to improve a mechanism of bi-directional file transfer (messages, XML files, dlls, ...). I'm now evalauating and te...more >>

can't hit breakpoint
Posted by lee at 2/22/2006 12:00:00 AM
I installed netcf.core.ppc3.x86.cab ( for pocket pc 2003 emulator) and now i can't hit any set breakpoints in my vb.net application ( debug not release is set in visual studio ) Any ideas? thanks in advance ...more >>


DevelopmentNow Blog