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 > threads for september 8 - 14, 2005

Filter by week: 1 2 3 4 5

FormatMessage in NET
Posted by roni at 9/14/2005 9:16:04 PM
hi. im try to write from csharp with pinvoke the > FormatMessage < api http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdk40/html/cerefformatmessage.asp but im gettling lost there... if someone have code sample of call the FormatMessage from charp/vb.net , i will be...more >>

CF2.0 LinkLabel Control Not Firing Click Event
Posted by Tim Brooks at 9/14/2005 8:27:08 PM
Anyone know of any issues with the LinkLabel in CF2.0 (VS2005)? I'm trying to use it combination with Process.Start("IExplore, url) ....etc...etc...and I find the click event doesn't fire. I've checked to ensure the designer added the event properly and have even tried hard wiring it but i...more >>

setDevicePower(), getDevicePower()
Posted by Minh at 9/14/2005 6:16:02 PM
When I called setDevicePower, the function executed fine and returned 2, implying successul (perhaps). But the device won't turn on or off. So I called getDevicePower(), then the program throw an InvalidProgramException. Can anybody explains these issues? Thanks...more >>

Adding Keyboard Support to CF
Posted by Thomas Hall at 9/14/2005 12:24:14 PM
I know the topic of adding keyboard support to NETCF has been discussed here before and I've tried a couple of the proposed solutions. Unfortunately, I haven't found a stable and robust way to handle it. I'm currently building my NETCF SP3 apps using VB on Symbol MC9000K devices with 53 key Alph...more >>

How to quickly produce a cab file with many files inside ?
Posted by Zenon at 9/14/2005 12:13:06 PM
Hi everybody, I've produced a soft for Windows Mobile 2003. For many reasons, this soft needs a lot of files installed on the device, for running. I'm trying to produce a cab file which includes these files (let's say an hundred). I know cabwiz and the INF files, but it will be very time ...more >>

Statics shared across processes?
Posted by Tim Johnson at 9/14/2005 11:54:49 AM
Simple question - if I have a class with a static property living in a dll, is the value the same when used in consuming app A and in consuming app B which both use that dll? Or does each get its own copy of the static area? -- Tim Johnson High Point Software, Inc. www.high-point.com ...more >>

Send Mails in VB
Posted by Ewald B. at 9/14/2005 11:35:58 AM
Hi NG, how can i send Mails to somebody with VB.Net. Maybe someone has a example. Thanks. ...more >>

Upload XML File with the deployment...
Posted by Rothariger at 9/14/2005 11:22:14 AM
hello, i am making an C# smart application, and i have a problem.. i have an xml file for configuration... i need to know how can i make it for when i make the debugging deployment, the xml file uploads automatically... i must to upload manually... thanks... PS: i put the xml file, th...more >>



VB.net & weird registry/string issue
Posted by Sean D. at 9/14/2005 11:17:08 AM
I found the sample code on Microsoft's site for accessing the registry on the PocketPC device. I think it's the signature sample code. The code works great except for one weird flaw. I'm trying to use the Registry.GetString, and it gets the string but drops the closing quotation mark. ...more >>

Both VS installs on same system
Posted by Beebs at 9/14/2005 11:12:54 AM
I'm sure this has been asked before but didn't find it in my search. Can both VS 2003 and VS 2005 be installed on the same system?...more >>

Image Drawing Speed
Posted by horseshoe7 at 9/14/2005 8:54:01 AM
I have an application where I want to be able to quickly draw digital color maps on a PocketPC PDA. In 2003, with PPC 2002, I started to try to use C#/CF, and found it to be horrifyingly slow in drawing images. I ended up using C++/GAPI(Game API) to draw images, and it was ONE THOUSAND TIME...more >>

Builiding NetCF app with Vs.Net 2005 beta
Posted by FrankVDL NO[at]SPAM gmail.com at 9/14/2005 7:56:11 AM
Hello, I'm trying to (re)build my netcf application using VS.net 2005 After copying the files to the device, the following error occurs TypeLoadException Could not load type System.Windows.Forms.Form from assembly System.Windows.Forms, version=1.0.5000.0, culture=neutral, PublicKeyToken=....more >>

ProtocolViolationException with Pound Sign.
Posted by Lawrence Anstey at 9/14/2005 4:09:03 AM
We have a VB.NET Compact Framework application that POSTs data to a HTTP server. Much of this data is entered by the user, and encapsulated in a XML document. However, if the user enters any character from the foreign character keyboard, the HTTPWebRequest throws a ProtocolViolationExceptio...more >>

Windows Mobile 5.0 Developer Evaluation Kit vs. Visual Studio Team
Posted by Sandeep at 9/14/2005 3:48:04 AM
I'm looking for the "Mobile Device Support" in windows mobile 5.0. Which CD should I order, should I go for "Windows Mobile 5.0 Developer Evaluation Kit" or should I order the "Visual Studio Team Suit Cd". Visual Studio Team Suit CD contains the "Visual Studio 2005 Team System" version of V...more >>

Calling C++ function from .NET CF
Posted by Chandra Murali at 9/14/2005 1:27:02 AM
Hi All, Right now I'm involved in a project which requires data to be transferred from central server to the embedded device in the vehicles on the fly. To receive data from Central server there is a Network based C++ application is running on Device. Whenever this application receiv...more >>

getting error "System.MissingMethodException: No parameterless con
Posted by Naveen koul at 9/14/2005 12:18:02 AM
Hello, I am getting an error and i am unable to find the root cause for this problem.As there was no binary formatter for compactframework so i used Comapct Formatter. I have used Compact Formatter, for writing down a serilized file and deseriliaze file. but it is giving me some problem...more >>

Can't receive incoming calls after outgoing.
Posted by Per Rasmussen at 9/14/2005 12:00:00 AM
I'm using Alex Feinman's TAPI wrapper to handle incoming and outgoing calls in my application. The problem is that after I have made an outgoing call, the NewCall event isn't triggered anymore, meaning that I can't receive new incoming calls. It works fine before I make the first outgoing call...more >>

Palmpilots, Pocket PC, ETC
Posted by Visual Systems AB (Martin Arvidsson) at 9/14/2005 12:00:00 AM
Hi! A customer want an application for a portable pc (Pocket pc or what ever it's called) there are several different operating systems. First question, what type of hand-held pc should my customer use? Second, what kind of OS is recomended? Third, is there devices and emulators available ...more >>

Deploying CF 1 application using autorun
Posted by Steve B. at 9/14/2005 12:00:00 AM
Hello, In order to facilitate crash recovery and wide diffusion (near 3000 users), I'd like to do a full silent installation from a storage card. I mean that when a user get a new PDA (w/o CF), a SD card is sent by mail (users works all over the country and do not have PC access). When th...more >>

System.Threading.Timer freeze my application?
Posted by Alien at 9/14/2005 12:00:00 AM
hi guys. i had a very strange problem. I create a System.Threading.Timer class in my application to counter how long the user has been used this program. The result would be display in a text box. Now the problem is the textbox displayed the elapsed time correctly. But the whole applicaton G...more >>

How to change brightness contrast on Windows CE device ?
Posted by Milen Kardjiev at 9/14/2005 12:00:00 AM
Hi all ! How to change brightness contrast on Windows CE device from application? Is there an API or something other ? ...more >>

Loop a sound with Player.Play
Posted by Lonifasiko at 9/13/2005 9:01:33 AM
I'm using OpenNETCF's Multimedia namespace to play sounds. I want to play a short sound in a loop which is broken when user clicks a button. I play the sound like this: player.Play(Assembly.GetExecutingAssembly().GetManifestResourceStream("NamespaceName.Sounds.Warning.wav")); I've also ...more >>

User interface guidelines
Posted by Lonifasiko at 9/13/2005 6:48:53 AM
I need urgent advice in some CF user interface guidelines. I must develop a rich, robust and very simply to use CF application for elderly people. Any advices or any information about some guidelines I could follow when building this kind of limitated user interfaces? Regards. ...more >>

Compact Framework SP3 doubts
Posted by Lonifasiko at 9/13/2005 6:44:06 AM
Last week I downloaded ".NET Compact Framework 1.0 SP3 Redistributable" from Microsoft and I have installed it just today. I've run the from desktop the .msi file you download. I've noticed that installs some files on desktop computer (so that VS.NET 2003 can work with SP3) and inmediately after...more >>

Set memory slider allocating program memory programmatically
Posted by jd_ie at 9/13/2005 3:26:15 AM
Hi all, In the control panel of both Windows CE .NET and Pocket PC devices it is possible to use a slider bar to adjust what proportion of your memory is allocated to programs, and what is allocated to storage. I was wondering, is there any way to set this slider programmatically? If a hard...more >>

.net CF socket connectivity
Posted by dasryms RYMS at 9/13/2005 3:03:25 AM
Hi all, I am trying to commnicate. with a server using sockets (client socket program, like IRC CHAT) which is in desktop. thru active sync 3.8. its NOT POCKET PC,A SMART device running win CE4.2 version. i have downloaded Wince utilities, .net CF SP2 I have tried with some sample ...more >>

System.Net.WebException - The operation has timed-out.
Posted by Natasja at 9/13/2005 1:03:06 AM
Hi, I'm having trouble executing this code. The first time everything works fine, but al subsequent executions fail with this error: System.Net.WebException - The operation has timed-out. Code: Dim mywriter As StreamWriter Dim sWriter As New StringWriter...more >>

OpenNetCF.org site down?
Posted by Matijaz at 9/13/2005 12:00:00 AM
Hi, Is there some sort of problem with OpenNet site? I would like to download OpenNETCF.IO libraty but links are dead. :( Regards Matijaz ...more >>

opennet14 deployment problem
Posted by Matijaz at 9/13/2005 12:00:00 AM
Hello, I've just installed Opennet 1.4 and uninstalled previous version. This somehow had changed VS .NET Options/Device Tools/Devices settings. After a while I fixed the problem but I still can't deploy my project. It consists of a serveral dlls and an exe file. Deployment is stopped during c...more >>

Windows Media Player
Posted by Angelo at 9/13/2005 12:00:00 AM
Hello, I wrote an application that create WMP instance. I can call methods (controls.play, controls.stop, etc..) but I cannot view GUI. Can somebody help me? Can I do something better with OpenNetCF? Thank you, Angelo. ...more >>

OpenFileDialog: Cannot open root folder
Posted by Jan Keller at 9/13/2005 12:00:00 AM
Hello Newsgroup, I got a really basic problem that drives me nuts! I create an OpenFileDialog control from the toolbox....everything works fine. If I start the application I can open the FileDialog box and it displays the standard user folder. However I am not able to switch to some lower f...more >>

Retreive files from the VS2003 PPC Emlator
Posted by Frédéric Steczycki [AtoutFox][MVP] at 9/13/2005 12:00:00 AM
Hi gang ! is there a way to copy files from the PPC Emulator to the PC ? TIA -- -Fred ...more >>

Timer and Thread problem
Posted by Alien at 9/13/2005 12:00:00 AM
hi guys. if i create a thread in cf V1.0, the program will create a new thread to run the timer or it will run the timer in the thread which create the timer? cheers ...more >>

SSCE_M_DATABASECORRUPTED
Posted by Nathan at 9/12/2005 9:51:03 PM
A customer has sent an SQL CE file that appears to be corrupt. . Calls to the database return Native code 25017: SSCE_M_DATABASECORRUPTED. I am not sure how it gets corrupted though I suspect there is a problem with my software application. What can cause a database file, presumably creat...more >>

Executable click...
Posted by farseer at 9/12/2005 7:36:28 PM
Let's say i have an executable (MyApp.exe) which displays a form. I then switch to another app, then go to File Browser and click on MyApp.exe (which is still running) again, will this cause MyApp to be brought to the foreground? Here's why i ask...In the Form_Deactivated event, i hide my fo...more >>

Me.invoke in forms
Posted by spiazzi at 9/12/2005 7:32:59 PM
HI, I have a form with a progress bar a and a label. I start a thread in form load that update the value of the progress bar and the label. For label I have use : me.invoke(new EventHandler(AdressOf SafeUpdate)) where SafeUpdate is a method of the form that update the label with a text. ...more >>

Ways/tools to use C++ header file in c#
Posted by weixian_shen NO[at]SPAM yahoo.com at 9/12/2005 4:27:25 PM
I need to make use of my previous workin C++. This involves very complex data structure, over 5000 lines of data structure defined in headers. Is there an easy way to convert those headers into C#? ...more >>

Invoke delegate with arguments
Posted by Opa at 9/12/2005 3:37:03 PM
Hi, This is an update to a previous post "Events not firing". Forgive my branch off the original post. I am getting an event from a dll which was fired from a different thread than the UI thread receiving the event. I've read that I need to use the Control.Invoke method on a control if ...more >>

Enable/Diasble a network device programmatically
Posted by Minh at 9/12/2005 2:31:05 PM
I'm trying to enable/disable a network device in C# but haven't found any solutions. .Net Open Compact Framework only lets me manipulate Enabled/On devices, say wireless network. Is there any APIs or other ways I can use to accomplish this task? Thank you. Minh...more >>

NullReferenceException?
Posted by alice_tiong at 9/12/2005 3:10:02 AM
My application has been working fine for few months but I get this problem which I couldn't solve recently. When I Build, I got "Files in the package 'netcf.all.wce4.armv4.cab' are more recent..." which other threads suggest I should ignore the message. On Debug Window I get " .....\bin\Debu...more >>

Timer and webrequest notsupportedexception
Posted by Stu at 9/12/2005 2:50:03 AM
Hi, Hi i have a non visual application using a system timer which calls a class to load data from xml urls In my processData code i am doing a webrequest repeatedly to get data from different url pages objRequest = System.Net.WebRequest.Create(p_cUrl) which works fine until you call it in...more >>

Double buffer problem
Posted by Alien at 9/12/2005 12:00:00 AM
hi guys how i can get the double buffer function using opennetcf drawing control? cheers ...more >>

C#, compact FW 1.1, member Name
Posted by Frédéric Steczycki [AtoutFox][MVP] at 9/12/2005 12:00:00 AM
Hi, I just wanted to know how to get a ctrl reference from is name as string ? TIA -- -Fred http://www.atoutfox.org/ ...more >>

change the combobox control direction (right to left)
Posted by roni at 9/12/2005 12:00:00 AM
Hey, I need to change the combobox control direction (right to left). the property does not come with the control. any suggestions? ...more >>

mobile application
Posted by howdydowdy2 at 9/11/2005 11:31:06 PM
I want to write a mobile application that will reside on a blackberry phone, connecting to a SQLServer in our company Network. HOw can this be done? How do I secure my application? etc, etc. How do I pass userid\password (authenticate) from the app? Do I hardcode based on the cellphone# fr...more >>

Replacement of ConnectionManager API in Desktop Version!!!
Posted by rajesh_s76 NO[at]SPAM hotmail.com at 9/11/2005 11:26:23 PM
Hi, My application is already running in Pocket PC.( using OpenNetCF ). i am trying to port this into desktop and Tablet PC version. In PDA i used reference( OpenNetCF.Net) i used DestionationInfoCollection, ConnectionManager Class and Message class. what is the replacement of these cl...more >>

re: VS2005B2
Posted by Sriram Krishnan [MSFT] at 9/11/2005 10:24:52 PM
VS2005 gives you the ability to create *both* .NetCF 2.0 and 1.0 applications. To create a 1.0 application, in the New Project dialog, go to the PocketPC node and select 'Device Application (1.0)' Thanks, Sriram Krishnan PM, VSD -----Original Message----- From: Rainer Borchmann Posted At:...more >>

system timer help
Posted by Stu at 9/11/2005 2:18:02 PM
Hi, im new to this so please forgive my ignorance. Im using vb dot net with compactframework and basically want to kick method x(arData() as string,p_cFile as string) off on a timer However i dont want the the timer to kick off again till x is definatley finished ? Im sure its simple any...more >>

windows.forms.timer not work when device is power-off
Posted by Kostadin Moraliev at 9/11/2005 8:42:01 AM
My program doesn't work when device is powered off. After power on I saw that UI wasn't updated. May be I must use System.Thread.Timer...more >>

VS2005B2
Posted by Rainer Borchmann at 9/11/2005 12:00:00 AM
Hi, i am a little bit confused about Net versions. Playing with the Studio2005 i want to deliver a application to the pocket - device.(2003SE) How to guarantee that this application will run under CF 1 on a PocketPc ?. Rembering that VS2005 is using Net2.0, did i have to install net1,1 addi...more >>

fwrite?
Posted by Hilton at 9/10/2005 10:10:34 PM
Hi, I have arrays of ints, float, or doubles etc (e.g. int[], float[], or double[]), how can I use 'fwrite' and 'fread' to write the array to and read the array from a file in C# (CF)? I'd prefer not to do any copying etc, so I'm looking for something like this: double[] x = ne...more >>

updating the vs.net 2003 emulator with compact framework sp3 (yes,the emulator)
Posted by roni at 9/10/2005 6:41:29 PM
hi. first, thanks alot for answering the last questions, im new to compact framework and all this win ce (but ,and thanks to god, not to regular net framework). -- i installed the compact frameworkf sp3 in my device , and in the pc. the installation was ok , and i even get my keypress even...more >>

how can i find what service pack is installed now ?
Posted by roni at 9/10/2005 11:39:55 AM
hi. i download the sp3 compact framework. is there way to find what is the current sp installed ? ( i need to check both in device and pc ? ,and where..) ...more >>

bitmap's handle
Posted by Alien at 9/10/2005 12:00:00 AM
how can i get a bitmap's handle from the cf v1.0? ...more >>

How to determine if phone is in a call?
Posted by farseer at 9/9/2005 11:13:42 PM
Hello, i'd like to know if there is quick (even if dirty) way of knowing if my device is currently in a call? I realize the OpenNet guys have a TAPI library, but it just seems like a huge overkill for me to include that in my project if i simply want to determine if the phone is in a call. t...more >>

change control's background color
Posted by farseer at 9/9/2005 8:51:10 PM
i'd like to change the color of a control that is part of a window in another process...or i'd like to draw a rectangle around it. now i did a search and it seems this may not be possible. But i did see several post saying things about SP2, but none stating whether what i want to do is possib...more >>

GetMethods for CF assembly gets invalid methods
Posted by Vamsi T via DotNetMonster.com at 9/9/2005 8:18:29 PM
Hi, I'm using .NET CF 2.0. I have a problem in retrieving the exact methods of a Class in CF. When I do a type.GetMethods() (where type is System.Xml.XPath. XPathException for example), I get get_HelpLink (GetProperties also returns HelpLink) which is not available in CF. I'm loading the exact...more >>

ActiveSync Version
Posted by Beebs at 9/9/2005 2:51:09 PM
Can anyone tell me what registry key I need to search for to find the version of ActiveSync that is installed on a system? I need to obtain this for verification purposes... Thanks...more >>

Wireless PDA and SQL
Posted by b at 9/9/2005 12:42:40 PM
Hello all we have a wireless PDA in our yard and we are using VB.net 2003. We want to know how we would enable our PDA to run a select statement off of our Sql server and return some values based on the data in one of our tables so they can see it without having to come. We are confused on the p...more >>

call windows desktop DLL in Pocket PC
Posted by greg at 9/9/2005 12:21:32 PM
I have a dummy component, which was build using full .net framework. I want to use this component in both Pocket Pc and Windows Desktop apllication. This component has refrence to %driver%\WINDOWS\Microsoft.NET\Framework\v2.0.50215\system.dll This component works properly in both Pocket PC 200...more >>

Change tabpage text color
Posted by rockdale at 9/9/2005 11:23:12 AM
Hi, All How can I change the text forecolor or backcolor of a tabpage, sounds like does not supported in .net CF. I have a tab color with 5 tabpages and some textboxes in those tabpages are mandatory fields. If the user did not enter anything in these textbox, I will let him process to nex...more >>

pwi and base64
Posted by GS-SE at 9/9/2005 11:12:42 AM
Can the RichInk control take in a base64 string? What I want to do is take the isf format from the Tablet PC and load it into the RichInk control on a PPC. Does anyone know where to find the format information about the PWI file so I can possibly figure out a way to translate between the i...more >>

Tab Order
Posted by Tom Libby at 9/9/2005 10:20:24 AM
How do I set the tab order for a WinCE application. When I select Tab Order from the view menu I get a "Specified cast is not valid" error. Thanks for the help Tom ...more >>

Differences between Windows CE.NET and Pocket PC?
Posted by acznet at 9/9/2005 9:24:03 AM
Can someone explain me the differences between CE.NET and Pocket PC? Thanks in advance for your help....more >>

re: Tab Order
Posted by Sriram Krishnan [MSFT] at 9/9/2005 8:02:14 AM
Are you using Visual Studio 2005? If so, can you tell me which build and what were the exact steps you followed to hit this? Thanks, Sriram -----Original Message----- From: Tom Libby Posted At: Friday, September 09, 2005 7:50 PM Posted To: microsoft.public.dotnet.framework.compactframewor...more >>

TCPClient
Posted by Regfellow at 9/9/2005 7:09:10 AM
What is wrong with the following code? After 20-40 server connections i get a socket Exception: No connection could be made because the target machine actively refused it. Error code 10064. public byte[] SendMessage(byte[] byteSendData) { try { TcpClient objClient = new TcpCl...more >>

Deploy without copying all dll's over and over
Posted by Nickneem at 9/9/2005 4:51:06 AM
'Every single' time I want to debug my application (on a Symbol 8846 scanner device winCE) it copies 'every single' dll to the device which takes ages... I've searched the groups but most of the postings talk about 'Build Action' and we're talking about references.. Other postings mention 'Co...more >>

Compact framework SP3 and kiosk mode
Posted by WebJumper at 9/9/2005 3:19:01 AM
Hi, I have written an kiosk mode application for my WinCE device. After I had problems with threads and GUI, I installed SP3 and this solved the problems I had. Unfortunately I have now a new problem: The kiosk mode now is not working, startbar does not disappear. I've done the kioskemod...more >>

Pocket PC Datset
Posted by Echo at 9/9/2005 3:18:48 AM
Hi all. I was just wondering how to add a dataset to the smart device app in C# programatically Any code is appreciated. ...more >>

keypress when combo is in focus
Posted by roni at 9/9/2005 12:00:00 AM
hi. i have 2 combobox on form. i want to do this: when combo1 is in focus,if user press some key , i want to have an key press event. (meaning getting key event for each combo (when in focus). i didnt saw key press (or other key events )event in the combo control in smart device app...more >>

Speech recognition applications with C# and Compact Frameowrk
Posted by Ganz at 9/8/2005 6:13:01 PM
Does anyone know how to build speech rec applications with C# and the compact framework for Pocket PC 2003? Looks like what MS offers is for mostly speech web applications via the sasdk and SALT. Thanks ...more >>

Deployment to emulator problems
Posted by Riga at 9/8/2005 4:43:02 PM
Hi guys, I'm using VS2005b2 on XP home and i'm trying to deploy my pocketpc app to the emulator, but I'm getting a deployment error - "Connect to device failed" In the output it says I should reinstall the emulator package.. How do I do that?...more >>

binary writer doesnt seem to do anything
Posted by Stu at 9/8/2005 3:00:01 PM
HI, Im sure this is a simple one. Im using compactframework in emulation mode and debugging in visual studio objStream = New FileStream("\my documents\test.bin", FileMode.Create, FileAccess.ReadWrite) objBinWriter = New BinaryWriter(objStream) objBinWriter.Writ...more >>

DateTime String
Posted by Beebs at 9/8/2005 2:20:58 PM
I've searched the archives and help but am obviously missing what I'm looking for. What I need is the current date displayed in a string in the following format: Monday, May 2, 2005 But so far this is as far as I've got: DateTime.Now.ToString("MM/dd/yyyy") How can I use this call and ...more >>

Windows Mobile 5.0 Printing
Posted by msmith at 9/8/2005 12:59:03 PM
Has any printing functionality been added. I notice a file print from Pocket Word. Thanks Mike Smith...more >>

Can menus be inherited from base forms under CF 2.0?
Posted by Debbie at 9/8/2005 10:20:27 AM
I tried to inherit a menu from a base form but it did not appear on the form that was trying to inherit from the base form. Everything for the menu was set to protected. Thanks Debbie ...more >>

inheriting a menu from a form base class in vs2005 beta 2
Posted by Art at 9/8/2005 9:52:04 AM
Hi, I have a form that inherits from system windows forms. I have added a menu to this form. I want to have another form inherit menu from this base form. I have the new form set to inherit from the base form and it works. I can add controls to the base form and see the controls on form...more >>

VB ComboBox.DroppedDown workaround?
Posted by Marjorie Kangas at 9/8/2005 9:22:03 AM
Anyone have a workaround for this property function that is not supported in VB .NET CF (ComboBox.DroppedDown)? I need to program a handheld for one-handed data entry, and combo-boxes that can not be dropped down by pressing a quick-key are useless to me in this application (no, the a...more >>

DataSet.ReadXml is slow
Posted by John Olbert at 9/8/2005 9:17:04 AM
I am moving some code over from the Desktop to Wince. One thing I noted was that the funtion DataSet.ReadXml() takes quite a bit of time. Say about 2 minutes. This is using the Emulator. The Xml file that it reads is about 46kb. The program is being run under the Vs2003 debugger. Is this no...more >>

Tab key
Posted by Tom Libby at 9/8/2005 9:16:54 AM
I have a Symbol MC3000 running WinCE 4.2. I have a c# app that is not moving to the next textbox on the form when the Tab key is pressed. I would expect something like to be automatic. I tried to trap the keypress in the KeyUp, KeyPress and KeyDown events put apparently the Tab key does no...more >>

CF v2.0 (Whidbey)
Posted by Andrew Robinson at 9/8/2005 9:14:14 AM
I have been using VS 2005 since the April Beta 2 release and am now using the August CTP. Mostly doing web based development and a bit of forms work. All internally deployed with a small public web site. All is well. Very very happy. Now we are looking at a handful of CF based projects runn...more >>

Gui & Thread & Invoke = Nothing
Posted by WebJumper at 9/8/2005 6:40:05 AM
Hi, I have problems to update Label.Text from an event which is fired from worker thread which is created in an instance of an object . I'm using form.Invoke() ! Here's my code: ------------ Class Code --------------- public delegate void DataSetEventHandler (System.Data.DataSet data...more >>

PhoneCall
Posted by info NO[at]SPAM it-design.biz at 9/8/2005 5:33:21 AM
Hi There Can anyone tell me how I can start an Phonecall ? I tried the MakeCall Funtion from the OpenNETCF Framework but it doesn't work. I always get an "Missing argument exception" What possibilities do I have to realise this ? Thanks in advance! ...more >>

Smartphone and single Instance of Application
Posted by Matthias Kwiedor at 9/8/2005 4:54:10 AM
Hi! On Smartphone 2003 a Application can only be runned in a single Instance. That means, if i start the Application a second time the running Instance get showed. Now my question is, can i fetch an Event when this happens. I have to restart some routines if the Application was minimized...more >>

Compact Framework SP3
Posted by Lonifasiko at 9/8/2005 4:44:17 AM
Hi all, I've got VS.NET 2003 installed, consequently, Compact Framework 1.0 is also installed and I can develop CF applications without problems. I have done a little research on the Microsoft site and I've found these 3 downloads: - Mobile Application Development Toolkit - .NET Compact ...more >>

Bluetooth using COM8 in .NET 2.0
Posted by Toke Eskildsen at 9/8/2005 12:00:00 AM
I'm developing an application for an iPaq Pocket PC 5550, that uses a Holux GPSlim 236 GPS-unit. I'm using C# and Visual Studio 2005 b2. I want to receive data from the GPS unit using Bluetooth. The iPaq used the Widcom/Broadcom-stack, so I know that direct Bluetooth requires the drivers fr...more >>

max width for a cf form
Posted by sg at 9/8/2005 12:00:00 AM
does have a max width value for the window form? ...more >>

How to get the wireless status of my pocketpc?
Posted by Franz Pentenrieder at 9/8/2005 12:00:00 AM
Hello, is there an api call that allows me to get the connection status (or strenght) of the wlan im using on my pocketpc? i guess there isn't one generic call which handles all networkcards, but im not so good in that pinvoke stuff so i have no idea where to start searching? any idea? ...more >>

Windows CE 4.2 Input panel
Posted by Thore Berntsen at 9/8/2005 12:00:00 AM
Does anyone know the Input panel in Windows CE 4.2 can be controled from a ..NET CF program. For example how can I show and hide it? Thore Berntsen ...more >>

ABOUT Microsoft Windows CE .NET
Posted by roni at 9/8/2005 12:00:00 AM
hi. i got new project,to develop application in csharp on small mobile computer (X600 of politess ). my question is,from where to start ? anyone can recommend about good link,that talks about developing applications for wince.net . one other important thing, is there emulator for win...more >>

cabwiz error message
Posted by Steve B. at 9/8/2005 12:00:00 AM
Hi, I'm still having difficulties with cab wiz inf files... My goal is t deploy files in the appdir, and localized files in subdir (like satellite assemblies) \Program files\appdir\file.ext \program files\appdir\en\file.exe on my HD, i have : file.ext file.ext.en file.ext.fr in orde...more >>

about text modify
Posted by cfyam at 9/8/2005 12:00:00 AM
How can I create a C# PDA ap like the Nopad, that can input text,modify text size, font color...? What control I need? I can't find any resources in .NET CompactFramework! ...more >>


DevelopmentNow Blog