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

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


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet compact framework > june 2005

Filter by week: 1 2 3 4 5

XML Dataset Datareader
Posted by info NO[at]SPAM it-design.biz at 6/30/2005 11:41:00 PM
Hi There! First i developped a little testapp in VS.NET 2005 Beta. I've to process an XML FIle. this worked int he following way fine: Getting an DataSet of the XML File via ReadXML(). Then getting the Datatable . on the Datatable I executed CreateReader() to get an Datareader so that...more >>


Can you change the Date and Time of a Device in code ?
Posted by Robert J at 6/30/2005 11:38:59 PM
Hi, Title sais it all. If possible I would like to change the Date and Time on a Pocket PC 2003 device through code, to make it the same as a Server connected via Wi Fi. Cheers Robert ...more >>

DataGrid in CF 1 vs DataGrid in CF 2 (whats up? )
Posted by notu at 6/30/2005 4:39:15 PM
I have been developing a custom control that extends the CF 1 data grid. Using reflection I have been able to add features like locked columns, value based row highlighting, column and row paging, in cell text editing, control based in cell editing, vertical detail view for the selected row, ...more >>

A few menu and toolbar problems
Posted by Jarod Lavay at 6/30/2005 2:43:08 PM
Hello, I'll break up the problems I've encountered into a list. Problem 1: I'm loading some forms to add them to a form cache mechanism. When I try to instantiate a form I can see the form's menu/toolbar painted to the screen even though I never told the form to show itself. Below is a s...more >>

Using structs as properties in custom controls
Posted by Bjoern Feld at 6/30/2005 1:52:04 PM
Hi, how do I have to decalre a struct in C# to be able to use it as a property in a custom control? I do have a custom control with design time support and I want to add a property similar like the standard Size Property. Using my control I am not able to access the property. The control ...more >>

problem with SELECT
Posted by David Fúnez at 6/30/2005 11:55:57 AM
Hi; Why, if i use the code #1 works fine, but if i use the code #2 launches an error, it doesn't let me concatenate the SELECT. Any help Thanks on advance. *** code #1 all in a single line*** cmd.CommandText = "SELECT a.Id_producto, a.Nombre, a.Precio, b.nombrepre FROM producto a, p...more >>

Screen hidden after ShowDialog if other app gets in front before closing
Posted by Hank at 6/30/2005 10:20:31 AM
In my main start form in the load event I present a login screen via ShowDialog. With the login screen displaying, I then open the Today screen. I click on my app's start icon to bring the app back up, displaying the login screen. I login successfully and the main start form normally would show,...more >>

OpenNECTCF's Port class question
Posted by Christian Schwarz at 6/30/2005 10:20:14 AM
Hello, what is the PowerEvent event for? Should it raise when the device was powered off? Greetings, Christian ...more >>



Multicast and WM 2003
Posted by stu at 6/30/2005 8:23:19 AM
I'm having an issue getting multicast to work. I have created a simple sender app and receiver app (separate apps). When I run the receiver app on the desktop and send from the pda, it works fine. When I send from the PDA to the desktop the packet never arrives. setup: The pda is connected ...more >>

Does OpenNETCF have any RAS support?
Posted by chris-s NO[at]SPAM mailcity.com at 6/30/2005 7:34:51 AM
Hi folks, Do the OpenNETCF libraries have any methods that interface to the RAS api? The C++ dll we wrote to do this does not work on phone edition ppc and we can't work out why. Cheers, Chris ...more >>

VS.NET 2003
Posted by info NO[at]SPAM it-design.biz at 6/30/2005 2:11:25 AM
Hi There After making an Testapplication with VS.NET Beta 2005, I get bought current VS.NET 2003 to develop an PPC application. And know I get some problems and I hope someone can help me :-). When I ad an Form and want to open the designer I get the errormessage "Baseclass System.Windows...more >>

Horizontal Scrollbar in ListBox
Posted by Dirk Behrendt at 6/30/2005 12:00:00 AM
Hello! I have used the ListBoxExtender to put a horizontal scrollbar to a ListBox. See: http://blog.opennetcf.org/ayakhnin/PermaLink.aspx?guid=e1f4b429-cbb0-4d52-997e-f682f85340f1 ListBox listBox = new ListBox(); ListBoxExtender ext = new ListBoxExtender(listBox); ext.HorizontalScrollbar...more >>

putting shortcut in windows\startup
Posted by SHaul at 6/30/2005 12:00:00 AM
Hi I would like that my smart device application will have a shortcut in the windows\startUp dir, so it will start automaticly after a soft reset. is there another way other than putting the shortcut "by hand"?? Thank's a lot Shaul ...more >>

sizeOf(CF)<2 MB, is this a constraint?
Posted by rifat NO[at]SPAM MicrosoftAcademicTurkey at 6/30/2005 12:00:00 AM
in the design of the CF, are there any size constraints for CF in order to become a practical option for getting into mass market devices' ROM images? if so, is this 2 MBs , if so why 2 MBs? thanx rifat ...more >>

installing sp3 into ROM
Posted by rifat NO[at]SPAM MicrosoftAcademicTurkey at 6/30/2005 12:00:00 AM
How do I install sp3 for Compact Framework if the previous Compact Framework already in the ROM shipped with the device? ...more >>

Compact Framework first version Conflict (Ivo Salmre's Book)
Posted by rifat NO[at]SPAM MicrosoftAcademicTurkey at 6/30/2005 12:00:00 AM
Hello, I have read that there is no .NET Compact Framework V1.1 many times in this newsgroup. and I have also read it is actually .NET Compact Framework V1.0, and improvements are made by service packs. a few minutes ago, I was reading Ivo Salmre's Book (Writing Mobile Code Essential Soft...more >>

one question about sqlce
Posted by jacky at 6/29/2005 9:10:01 PM
hi bros, anybody can tell me whether sqlce database supply the following command: string sql="select datepart(month,o.createdate) as month, sum(o.totalprices) as 'sum',count(*) from GS_Orders o,GS_Orderstatus os where o.orderstatusID=os.orderstatusID and os.statusname='Completed' and da...more >>

Network Connection with GPRS
Posted by anthony at 6/29/2005 7:42:59 PM
hello, I would want to know if it is possible to select the network connection programmatically.... I am on pocket pc and work with C#. I do not have to use OpenNetCF :( My application works with Wifi, GPRS, Blutooth, etc... but I want to know if I could select one with compact framework ...more >>

DebugAsHighRes
Posted by Nathan Mellor at 6/29/2005 3:36:46 PM
I've tried using the DebugAsHighRes that is reccommended to debug resolution aware applications. http://blogs.msdn.com/windowsmobile/archive/2004/04/03/107203.aspx It doesn't work for me. After debugging the macro and fixing a few strings, it does run if I start it from a keyboard short...more >>

How do you access the attributes in AssemblyInfo.vb?
Posted by Tom H at 6/29/2005 3:01:01 PM
I'm trying to query the values for the global attributes defined in AssemblyInfo.vb to load an 'About' dialog. Can this be done on the compact framework? I'm new to reflection and the docs weren't very helpful. -- Thomas Hall ...more >>

Can't reference library with Smart Device in Visual Studio
Posted by longm at 6/29/2005 1:58:03 PM
I am developing an application to run on WindowsCE on a mobile bar code scanner. I am using the Smart Device option in Visual Studio.Net 2003 and am unable to reference the requred Wavelink libraries (keep getting an error saying this is not a .NET assembly - but there appears to be no option...more >>

DllImport SetEvent causing MissingMethodException
Posted by dice at 6/29/2005 10:05:05 AM
Hi, can someone tell me where im going wrong: [DllImport("Coredll.dll")] public static extern IntPtr CreateEvent(IntPtr a,bool b,bool c,string d); [DllImport("Coredll.dll")] public static extern bool SetEvent(IntPtr hEvent); .... IntPtr hEvent = CreateEvent(IntPtr.Zero,false,false,"xxx");...more >>

intellisense quit working
Posted by PPCdude at 6/29/2005 9:41:43 AM
I know I should know the answer to this, but intellisense quit working a week ago when I started my first C# project - I thought intellisense simply didn't work for C#. but when I went back to tweak a vb.net app it's still not working :( ...more >>

what are the steps to package a PPC application into a setup file ?
Posted by Naim at 6/29/2005 8:53:22 AM
HI, I m trying to package my SmartDeviceApplication into a setup file, by adding a new setup project to the solution using the setup wizard. However no matter how i tried and no matter what I changed I always get an error message when trying to run the setup project on the device: If I tried to...more >>

VS.NET 2003 does not deploy assemblies which are not referred to
Posted by pisces at 6/29/2005 8:24:06 AM
I am developing a .NET Compact application for smartphone device. In my solution, there is a couple of assemblies (projects) which are not referred to by main project either directly or indirectly at design time. They are loaded through reflection instead. When I select "Deploy Solution" form ...more >>

[OK] button vanishing in forms
Posted by srinivas at 6/29/2005 7:41:11 AM
Hi, I'm working on a Pocket PC application in .Net CF. For all the forms, I've set the MinimizeBox & MaximizeBox to FALSE, inorder to show up th [ok] button alone. But suddenly, in one from the [OK] button vanishes. I'm using ShowDialog to bring up all my forms and hence no other way to...more >>

Windows CE Source Code
Posted by Wes at 6/29/2005 7:30:02 AM
At one time Microsoft was going to make it available. Is it available ? -- Westley Hespeth...more >>

ISP and Pocket PC
Posted by Wes at 6/29/2005 7:27:02 AM
Will the pocket PC software allow you to connect with an ISP without any additional hardware ? -- Westley Hespeth...more >>

How to enter decimal values in a NumericUpDown with an Increment equal to 1?
Posted by Frederic at 6/29/2005 6:09:21 AM
I have a NumericUpDown field in a form, with increment set to 1, min set to 0 and max set to 10000. My problem is that when the user types something like "4.44" (or even "4,44"), the Value property is 0. However, when inspecting the embedded scrollable control, I can see that its Text property...more >>

Text to Speech Application
Posted by Reality85 at 6/29/2005 5:56:04 AM
Hi, Currently I'm building an text to speech application on Smartphones. Can anybody help me out with the Text To Speech Engine by recommending some TTS to me? I would like to build it using Visual Studio.Net 2003 using Visual Basic. Before that i already build the application using the Mic...more >>

Larger scale app development using CF
Posted by Jarod Lavay at 6/29/2005 1:57:01 AM
Hello, From what I've seen most people using the CF are developing programs with only a few screens at most (I know the number of screens does not equate directly with how large or complex an application really is). Has anyone had any experience developing Pocket PC applications with the C...more >>

Kiosk Mode withou aygshell.dll
Posted by T. Schissler at 6/28/2005 11:25:02 PM
I want to run my application on my windows CE device in Kiosk mode (the user s´hould not be allowed to leave my application). I found some saples, but they all use aygshell.dll and this seems not to be on my device. Are there any other possibilites to use Kiosk mode? Can I add aygshell.d...more >>

Type Load failure in Web Service Client
Posted by Nathan Mellor at 6/28/2005 9:02:22 PM
A customer has reported a failure in calling a web service: Cound not load type System.Web.Services.Protocols.Soap HttpClientProtocol from assembly System.Web.Services, Version=1.0.5000.0, Culture= neutral PublicKeyToken=...... This sounds like when a dll is missing or misversioned. However...more >>

How can I open a device from managed code?
Posted by Êþóôáò ÔñÜãêáò at 6/28/2005 8:09:17 PM
Hello, Is there any way to open a device from managed code without P/Invoking CreateFileW()? I tried File.Open("LPT1:",...) but it doesn't work. Thank you, Kostas Tragas ...more >>

Opennetcf's datetime picker list
Posted by Steve B. at 6/28/2005 7:11:52 PM
Hi, How can I fire a method when the user change the date from the datetimepicker control ? The control does not expose any events (there are the ones from Control, but they are not implemented). Thanks, Steve ...more >>

debug on real device
Posted by jeff at 6/28/2005 6:45:05 AM
hi,all How can I debug my source on Real device(PPC2003) by ActiveSync3.7 My Env: VS.NET 2003 NET CF:1.1 thanks ...more >>

CF 2.0 on Win CE 4.1 Device
Posted by T. Schissler at 6/28/2005 2:21:03 AM
Is it possible to run CF 2.0 on a Win CE 4.1 Device? When I try to install the CF 2.0, on the end (after copying all files) it says that it could not be installed an I should try to reinstall it. I read some where that CF 2.0 only works with Win CE 5.0. Is this true? ...more >>

Emulator has stopped launching application for Debug
Posted by Robert J at 6/28/2005 12:00:00 AM
Hi All, When I try to debug my smart device application. The Pocket PC 2003 emulator starts up and connects. The Status Bar in the IDE has info like. Copying CarsPlusPPC.exe Deploying CarsPlusPPC.exe Copying sqlce.wce4.x86.cab Deploying sqlce.wce4.x86.cab (shows install on the emula...more >>

Cold Boot App Reload
Posted by csajwb at 6/27/2005 10:28:50 PM
I'm sure someone has already responded to this question, but I could no find an answer in the files. I have an application that runs on a Pocket PC device fine. When th device does a cold boot, the application is lost. I then must reloa the app using VS deployment. I have tried the following:...more >>

Need simple custom application for HHP by using VB.NET
Posted by Robert Lie at 6/27/2005 7:39:38 PM
Dear All, I need application for HHP Dolphin 9500. The application is used to scan the barcode then save the sacnned barocde in the form of text file. I have tried to learned the sample codes provided by CD, but it's difficult for me to undestrand. Pls someone can give me the clues? Tha...more >>

dll and exe
Posted by MechSoft at 6/27/2005 4:16:03 PM
Hi, there, I am new to .net programming, and need help how to build my own dll and use it in an exe. I want to wrap part of my code into a dll and call it from my exe, how to port/include the dll in my exe project? Thanks a lot!...more >>

Handling "exception errors"
Posted by mikeb at 6/27/2005 4:00:20 PM
I'm trying to find the correct (?) way to capture errors and display them appropriately. Try 'some code here Catch ex as exception msgbox (ex.message) Finally 'some final code here End Try With SQLce errors I add 'Catch ex as SQLCeException" Thats an easy one to figure out...more >>

Problem: Drawing under a custom control
Posted by Sylvain Fortin at 6/27/2005 3:18:01 PM
Hi everyone, First of all, why am I having this problem... I need a REAL transparent label control. My custom label control needs to be able to be the child of any other control and must only display text, not a background image or color. So I created a control derived from System.Windows....more >>

"Inaccessible due to its protection level"
Posted by Tim Johnson at 6/27/2005 3:05:08 PM
This works: DataSet x = getsomedata(); x.WriteXml("myfile.xml"); This doesn't: DataSet x = getsomedata(); x.WriteXml("myfile.xml", XmlWriteMode.WriteSchema); and it refers to the full function in the compiler's error message, as in: 'System.Data.DataSet.WriteXml(string, System.Data....more >>

Dial Up Library
Posted by Omar Rojas at 6/27/2005 11:23:02 AM
Hi, I want to establish a Dial Up Network to an ISP. My WinCE.net 4.2 device cannot communicate via COM1, It's a PSION WorkAbout PRO, and the provider argues that in the beginning, this device was not planned to have RS232 Port so WinCe is not prepared to use it. With the OpenNetCF i was ab...more >>

Automatic memory adjusting in Windows CE?
Posted by Tomer at 6/27/2005 10:30:37 AM
Hi, I've heard the automatic memory adjusting in windows ce operating system does not work (and saw it happening on my device). I know that it does work on the PPC system, but is there a way to do this manual on the windows ce device (by code)? Tomer. ...more >>

Console App: waiting in Background for a Hardware-Button?
Posted by Boris Nienke at 6/27/2005 8:46:53 AM
Hi, is it possible to write a PocketPC-Console Application that stays in background and waits for a hardware-button-click to do something? I like to avoid starting/terminating the application all the time - currently i simply linked a button with that application via WinMobile2003-settings....more >>

How to associate with AP?
Posted by Rastus at 6/27/2005 8:31:05 AM
Hi, My application on my PPC can "hear" several APs nearby. I want to get my PPC associated with one of these APs. How can I do it? Thanks in advance! -Rastus...more >>

OpenNETCF.Net rebinding fails
Posted by Udo Killermann at 6/27/2005 7:56:24 AM
I am trying to use the Rebind method on an Adapter instance. My WLAN device is named "ODIM\WLAGS46B1" running on Dell AXIM30H. When trying to rebind the program throws an exception and tells me "Exception DeviceIoControl( IOCTL_REBIND_ADAPTER )". The WLAN adapter has an upper binding to Ody...more >>

Move files from Device to PC
Posted by quixote at 6/27/2005 6:37:06 AM
Just wondering if I can get some ideas of how I can transfer data from my scanner to the PC. Currently I scan barcodes, once the user is done the will push a button and will transfer all the data from a ListView onto a text file. After this I need the data put on a PC in order to do further ...more >>


DevelopmentNow Blog