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 > september 2004

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Very Urgent-V Scrollbar with listbox
Posted by hari_vb.net_pocketpc at 9/30/2004 11:33:05 PM
Hi, I am developing an application in VB .Net for pocket pc. I have created a listbox, which displays 10 records at a time by reading a text file. I wish to add a Vertical Scroll bar to the list box. If the records are more than 10, the vertical scroll bar get displayed automatically. ...more >>

InvalidOperationException when Axis web service returns null array
Posted by Nino Benvenuti at 9/30/2004 6:50:22 PM
I am working on a .NET CF application that returns an InvalidOperationException when the Axis(1.1) web service it consumes returns a null array (the return type of the web service is an array of a complex type - see below). The situation described here: http://www.error-bank.com/microsoft.p...more >>

Installing eVB 3.0 application on Pocket PC 2003 with eVB Runtime file
Posted by flyingwhiz NO[at]SPAM yahoo.com at 9/30/2004 6:00:39 PM
I am trying to install eVB application on Pocket PC 2003 thru a cab File.I am adding the eVB Runtime file to the CAB file to copy in Windows directory on the Pocket PC 2003 device,but the dll's are not extracted from the Run time file and we have to do manually to extract them.I don't want my us...more >>

creating a setup for vb.net
Posted by mgarner1980 at 9/30/2004 5:56:00 PM
I'm having trouble with successfully completing the instructions that microsoft has for creating a .MSI type installation for a project. The paper I'm refering to is titled: Developing and Deploying Pocket PC Setup Applications I get stuck on the creationof the custominstaller project and it's...more >>

problems in hx4700
Posted by Ctitanic at 9/30/2004 4:01:23 PM
I'm calling a form within a form using this Dim About2 As New About 'About is the name of a form. About2.ShowDialog() The first line is giving an error ramdomly in some hx4700. The code have not been changed and it's been used in all PPCs with 2003 and SE but in some hx4700, only in some...more >>

Creating a numeric-only textbox
Posted by jen2276 at 9/30/2004 3:51:02 PM
Hi! I'm trying to subclass a TextBox and make it so only numeric characters may be entered. I thought the easiest way would be to override the "OnKeyPress" method, check the data, and set the character to 0 if invalid (this worked in eVb!!!). But, it looks like this is a no-go because the ...more >>

Is there a registry viewer/editor for the Emulator?
Posted by Neil Kiser at 9/30/2004 2:45:10 PM
I am manipulating the registry in my code and I was wonderign if there was a built-in viewer/editor for the registry so that I could view these settings. Thanks, -Neil K....more >>

Media Player in my Application
Posted by Mustafa Rabie at 9/30/2004 1:07:42 PM
Hi Is there a component like the Windows Media Player component that i can use to integerate Media player in my apps? Thanks Mustafa ...more >>



installation of sp2
Posted by Anonymous at 9/30/2004 12:19:38 PM
Is it possible to install sp2 without a PC & Activesync? I would like to deliver the compact framework service pack 2 on flashcard, is this possbile? Pocketpc doesnt appear to be able to execute a msi-file. ...more >>

Windows Message definitions
Posted by PeterB at 9/30/2004 12:13:36 PM
Perhaps not a CF-specific question but I am certain many of us work with Windows Messages so here goes: Isn't there a full list of Windows Message definitions (and other definitions) and in which file they are defined on the internet? I.e. WM_PASTE UDM_GETBUDDY EM_SETSEL thanks, Pe...more >>

ntext column with 256 chars does not ger synch
Posted by Patrick at 9/30/2004 11:59:03 AM
Hello all, I have an SQL table with a ntext column. That column contains data with 256 characters and more. I have also a pocket pc with SQL CE 2.0 with the same table/column and an ntext datatype. Everytime I sync and the data (SQL server) in the column has 255 charaters and less the sync ...more >>

Set the right system date-time
Posted by Zanna at 9/30/2004 9:00:54 AM
Hi all, I'm using the SetSystemTime() to set the device date and time. It seems there is a little problem with time-zone settings, so I ask how I can set the time according with it. Explanation: I have the time zone set to +1 (Rome), if I set 10:00 AM I see on the device title bar 12:00... ...more >>

Mobile Devices Data Transfer Dotnet
Posted by csgraham74 NO[at]SPAM hotmail.com at 9/30/2004 8:57:58 AM
My skills are in VB. Net/SQL Server and i have touched on PDA development mainly as a tester. i am aware of using webservices for functionality. I have been given a task to develop a solution which enables users of handheld devices to go out to various sites and record information and send th...more >>

vs.net 2005
Posted by John at 9/30/2004 3:28:57 AM
Hi What is new in vs.net 2005 for windows mobile development? Thanks Regards ...more >>

Syncing with remote db
Posted by John at 9/30/2004 2:01:08 AM
Hi We have an access db running on a windows 2003 server. The server is connected to the internet via ADSL. I would like a windows mobile 2003 based vb.net app to sync data from the server, ideally via gprs, from time to time, the pda and the server have the same info. What is a good way to go...more >>

Developing using ce
Posted by John at 9/30/2004 1:52:19 AM
Hi I am new to sql server ce and am trying to get my head round how to develop using sql ce as opposed to sql server 2000. I want to develop for hand held devices using windows mobile. The vs.net 2003 ibuyspy compact framework sample runs fine on the handheld when compiled and run. My problem ...more >>

.Net Compact Framework for Pocket PC 2003 SE
Posted by developer4now at 9/30/2004 1:05:02 AM
Hello, Recently, I develop an application using .net compact framework for Pocket PC 2003 SE. However, the image of icon on toolbar cannot be displayed in either emulator or physical HW. I tried to change the size and format of the image, but it cannot still be shown. How can I solve this ...more >>

Image in ListBox
Posted by Massimo Capetola at 9/30/2004 12:04:50 AM
It is possible to add image in a ListBox ? I don't want to use a ListView Thanks ...more >>

open EVC workspace in VS2005 beta 1
Posted by shanks at 9/29/2004 11:21:04 PM
Hi, How can i open EVC++ 3.0 workspace in VS2005 beta 1 ? There is no concept of wrokspace in VS, I guess. My eVC workspace has multiple dependent projects. I want to build it for smartphone ARM emulator. Thanks...more >>

SIP without Menuber problem.
Posted by develman NO[at]SPAM gmail.com at 9/29/2004 11:09:29 PM
Hi, I use Pocket PC 2002 + .NET CF + C#. I want to develop the application of a full-screen with SIP and without MenuBar Control. I tried it. SHFullScreen(hwnd, SHFS_HIDESTARTICON | SHFS_HIDETASKBAR | SHFS_SHOWSIPBUTTON); and it works, but It will disappear, if the icon of SIP is ...more >>

How could we start windows media player programmitically in Dot Ne
Posted by IP at 9/29/2004 10:51:03 PM
How could we start windows media player programmitically in Dot Net CF to play movie clip exist of some PPC folder? Any thoughts or clue would be highly appreciated. ...more >>

DialogResult at Closing event
Posted by Compulim at 9/29/2004 10:23:52 PM
Hi, I am writing a two-form application, where the first form will popups the second form. The second form's minimize button is disabled (OK button shown on upper right). Whenever a user close the second form, the form fires the "Closing" event. The "Closing" event handler will change th...more >>

Detecting the Pocket PC Power On/Off button
Posted by Neville Lang at 9/29/2004 8:26:11 PM
Hi all, When I launch my app, one option a user has is to start a 30 second timer that updates a form. When the user presses the power button on the PPC, the device turns off, or more correctly, the display is shut down but the app is still running. When the user presses the power button ag...more >>

Tricky form problem
Posted by Christian Schwarz at 9/29/2004 6:57:38 PM
Hello, I'm totally stuck at the following tricky problem. Hopefully someone of you has got an advice how to solve ... Our main application class has got a main form which shows some buttons (main menu). The Click-EventHandler of those buttons create and show (using ShowDialog method) differ...more >>

Registry - export subkey ?
Posted by dtdev at 9/29/2004 3:06:04 PM
Hi, Im using opennetcf on a mobile device for acessing the registry. Is it possible programatically to export and import subkeys - and all its values ? I would like to export all of my settings into a file - which ultimately could be reloaded again later on. Have been looking at the Re...more >>

wifi signal strength
Posted by Yannick S. at 9/29/2004 2:50:08 PM
Hi all, I want to get the wifi signal strength of all the wifi network around my PDA. I have see that OpenNetCF.Net allows that. Is there another way to get the signal strength programmatically ? thx in advance. ...more >>

Window Msg with CF
Posted by Yannick S. at 9/29/2004 2:19:03 PM
hi all, is there any meaning to receive Message in a C# application ? I have take a look at the msdn doc but I have found nothing about the wndProc in CF. thx for your help. ...more >>

FTP class library
Posted by J.C. Developer at 9/29/2004 2:08:23 PM
Hi, does anyone know a FTP class library that I can use with my applications. I already downloaded the IDSSAPI NET but it is not working and no support for it. The Sapphire and Rebex solutions are very expensive. Thank you for your help in advance. JC ...more >>

wich PDA is fully NDIS 5.1 ?
Posted by Yannick S. at 9/29/2004 1:45:24 PM
hi all, do you know wich PDA with wm2003 is fullly NDIS 5.1 compliant ? I have try the dell X30 with wifi and BT built in but it is not. Yannick. ...more >>

JPEGs on CE .NET
Posted by Inncom at 9/29/2004 12:59:06 PM
I am trying to port a pure win 32 desktop (Windows XP) application to a Windows CE .NET Ver 4.2 running on a Intel Arm Xscale processor. This is totally new to me and so far, most of the things have been porting ok, except for the JPEG images. On XP version, I am using the following calls t...more >>

windows se .netcf sp2
Posted by éric at 9/29/2004 11:13:02 AM
does windows mobile se have .netcf sp2 installed or just version 1 no SP?...more >>

Select text in NumericUpDown control
Posted by PeterB at 9/29/2004 10:25:53 AM
Is it possible to select text in a NumericUpDown control, just like you use SelectionStart and SelectionLength in a Text box?? I've seen questions about this for the full Framework so I guess it doesn't work without some kind of workaround :-) regards, Peter ...more >>

"Main" thread in CF programs
Posted by Jon Skeet [C# MVP] at 9/29/2004 9:40:46 AM
Is there anything special about the thread which runs Main in the Compact Framework? In my current design, it would be more elegant to create a new thread and run the UI on that, running the major processing on the entry thread, than starting a new thread to do the major processing and ru...more >>

Maximum size of form in designer
Posted by Raj Kumar at 9/29/2004 8:45:06 AM
Hi! I need to add 8 panels on a form, each with different controls, that I switch on the form depending on the functionality. I put three panels one below the other on the form in the designer view (each panel has width 240, height 270) and then if I try to drag the form further down, nothing...more >>

Working with unicode
Posted by Cyberdot at 9/29/2004 6:45:05 AM
Hello, I try to write an application supporting different languages, languages as japanese too. Now I wanted to write the data I want to save in unicode, but I have no idea what kind of unicode is supported on the pocketpcs (via .NET CF) and I don't know what kind of unicode i can print to th...more >>

Can the SIP default to NUMPAD display
Posted by mattgranger NO[at]SPAM netvigator.com at 9/29/2004 4:21:36 AM
Hi, Can I have the Soft Input Panel (SIP) default to the numpad-type display? I have a form that requires no text entries, but 8 numeric entries. The SIP displays when the first textbox receives the focus, but it always comes up in the last used format: sometimes keypad, sometimes numpad. An...more >>

How to grab a bar code scanner output ?
Posted by moko at 9/28/2004 11:05:09 PM
I have a CF application which has to trap the value returned by a bar code scanner attached to the PPC . Which class / method should i use to do this ? Thanks. ...more >>

SQL CE Merge Replication
Posted by Edward V. Dolikian at 9/28/2004 8:03:45 PM
I'd like to try to use Merge Replication between my Pocket PC and my Desktop Database. I would like to use MSDE as my Desktop SQL Engine. Can I do that or do I need to buy a full copy of SQL Server 2000? I have looked all over and can't seem to find the wizard to publish my Database. Any h...more >>

Web service connection using GPRS - problem
Posted by Pankaj S. at 9/28/2004 6:42:48 PM
Hi All, I'm facing problem while connecting to web service using GPRS. First connection to server works perfectly, but afterwards no-connection succeeds. Earlier it used to work just fine, but I doubt that GPRs provoder switched from static IP to dynamic IP allocation. Does anyone faced thi...more >>

Looking for suggestions
Posted by jayderk at 9/28/2004 3:30:13 PM
Hello all, I would like to be able to use something like MSN messenger to notify people that an event occured. an example of this would be a sales guy is out on the road and places an order for one of his customers. our server would send out a message via email and something like MSN messe...more >>

Anyone ever used AppForge Crossfire ? And other add-ons
Posted by SBUJOLD at 9/28/2004 2:23:06 PM
Hello, I'm pretty sure a lot of people knows about AppForge MobileVB for VB6 but I would like to know if anyone ever used their Crossfire product which is pretty similar but integrates with VS.NET ? The support for most type of devices is interesting but I'm not convinced so far. And wha...more >>

bug with showDialog within a modal Dialog!?
Posted by Gustavo Curve at 9/28/2004 2:06:34 PM
Hi, when i call from=20 MainForm: newDialog.ShowDialog , it works but when i call from the=20 newDialog: newDialog2.ShowDialog , it works but when i close the newDialog2, all forms (MainForm and newDialog) are = disabled! With PocketPC everthing works fine, but not with WinCE...more >>

How to size a label taking an text and its font
Posted by Batagin at 9/28/2004 1:47:01 PM
In Win32, there is AutoSize property for a label. How can I do the same AutoSize Task in CompactFramework ? I don’t understand why TextBox does not have this ability either in both WinCe and Win32, since when using a TextBox with a fixed text size, it would be useful. Ex: a zip code field, w...more >>

Terminate Application
Posted by Marc Ambrosius at 9/28/2004 10:53:41 AM
Hi, how can I terminate an (.NET CF) application from another one? My application runs and I send a WM_CLOSE via PostMessage. It disappears from screen but remains in memory. Afterwards I try to check if it still runs by calling FindWindow. But this function never returns. Calling Termina...more >>

Textbox and Focus
Posted by Ray at 9/28/2004 8:13:02 AM
I'm using Resco.Net's AdvancedList control as data grid. The tab control is at the top of datagrid in screen layout. Tab control is being used to display different when tab index is changed. Textbox makes data grid an editable grid. The focus is on textbox when form is loaded. The focus is set...more >>

Thread vs Timer
Posted by MDB at 9/28/2004 7:55:38 AM
Hello All, I have function that checks for messages every 30 seconds and was wondering if it is better to use a thread or timer to do this? ...more >>

CeAppMgr.exe fails to install my app
Posted by SBUJOLD at 9/28/2004 6:29:07 AM
Hi, After finishing my first app for PPC with the Compact Framework, I followed an article showing how to create a setup project that would package all my CAB files in an MSI file and then lanch the CeAppMgr.exe passing it an INI file containing a list of the CAB files from which CeAppMgr c...more >>

Unable to deploy application to Pocket PC 2003
Posted by Rahul Sur at 9/28/2004 6:21:03 AM
I am unable to deploy any .Net Compact Framework application into Pocket PC 2003. The connection operation always fails giving message "Cannot establish a connection, Be sure that the device is physically connected", whereas the ActiveSync shows connected. I am able to connect the devoce throu...more >>

Error while reading xml file
Posted by Cyberdot at 9/28/2004 6:17:05 AM
Hello, I've got a little problem with reading a xml file. I tried to converte the following code from c to cv.NET Public Sub New() If Not File.Exists(conf_path) Then MsgBox("Configuration file cannot be found") Application.Exit() Else...more >>

urgenttttttt
Posted by Amruth at 9/28/2004 5:53:08 AM
Hi there, the following error is coming for me Please help Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compile...more >>


DevelopmentNow Blog