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 2004 > threads for wednesday february 11

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

FileOpen/Save outside the My Documents folder?
Posted by Sarah Smith at 2/11/2004 10:06:37 PM
Hello, Can anyone tell me if there is a way to make the FileSave/Open dialog boxes wander outside the My Documents folder? It seems a bit restrictive as it is. I mean what if you want to open a file on a CF or SD card? SS....more >>

Application Icon and Start Menu
Posted by Tom Couvret at 2/11/2004 8:00:59 PM
Hello to all. I think this must be really simple, and I must be asking the wrong questions in the search engines, but 2 things... 1) Can someone please help me with how to set the application icon on a ..NET CF app? What I would like is to set the icon that is shown for the app when you...more >>

Download image and Save to file
Posted by TEAMBEER at 2/11/2004 7:23:53 PM
Hi all, I am trying to download an image from an url and save this image to a file. The following procedure saves a file with 0 bytes. why?? Public Sub LoadImageFromUrl(ByVal Url As String) Dim srv_request As System.Net.WebRequest = System.Net.WebRequest.Create(Url) Dim srv_response ...more >>

access contacts on Pocket PC 2002
Posted by jayderk at 2/11/2004 5:00:02 PM
Hello all, The boss just sent down some requirements ( features he thinks we can have... hehehe )... One he liked was Samsungs i700 phone allows you to open the contacts, select one of the customers... that brings it to the information for that customer with the phone numbers (that are hype...more >>

ListView and ImageList
Posted by Elisa at 2/11/2004 4:43:41 PM
Hi, Should I be able to use slightly odd image sizes in a ListView/ImageList, e.g. 32x40 pixels? My emperical test aren't altogether conclusive :-) Regards, Elisa...more >>

Sample application Avantgo style
Posted by fhunter at 2/11/2004 4:16:07 PM
Could someone point me in the right direction I would like to create and application that automatically Synchronizes when the PocktPC is connected to the PC. I want to show an icon on ActiveSync with Synchronizing status. Just like Avantgo Note. What I need is information on how to set up the appl...more >>

Deriving from DataGrid question
Posted by P at 2/11/2004 3:36:45 PM
Hi. Im interrested in extending some functionality on the DataGrid class. There are only a few features im trying to implement but my question is: Can I derive a class from DataGrid and if so can I still acchieve design time functionality? Or do I have to put all initialization code previously ...more >>

Create Setup For Pocket PC App
Posted by Joe at 2/11/2004 3:32:47 PM
Is there an easy way to create a setup program for my pocket PC app? ...more >>



textbox without Click event
Posted by carmen at 2/11/2004 3:32:44 PM
I'm working with VS .NET 2003 in an application for windows CE .NET and need to manage the event Click of a textbox. I don't see this event in the Event window of the control. Is this because is not in the Compact Framework? Is there any way to get into this event? Thank you in advance ...more >>

ListView and multiselect
Posted by Sebastian at 2/11/2004 3:30:50 PM
Hello, how can i make a listview that allows to select more than one item? I am missing the property multiselect of the listview Control. thanks in advance sebastian ...more >>

ANN: Online NetCF chat tomorrow
Posted by Michael Fosmire [MSFT] at 2/11/2004 3:08:46 PM
Just a note that there will be an online chat occurring on Thursday, February 12th hosted by some of your favorite online characters, the .NETCF MVPs!! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Title: .NET Compact Framework and Smart Device Programming February 12, 2004 10:00 - 11:00 A.M....more >>

Right click a node in treeview
Posted by Darren at 2/11/2004 2:19:49 PM
In a treeview how do I select a node by right clicking it? I have a context menu attached which has options that only work if a node is selected. I've used: If MouseButtons = MouseButtons.Right Then Dim node As TreeNode = TreeView1.GetNodeAt(e.X, e.Y) ' Update the context menu text he...more >>

Net time command on CF.NET?
Posted by Jared Miniman [MVP] at 2/11/2004 1:55:29 PM
Hi all, Due to network security restrictions, we can only ping time servers on our subnet via its hostname (rather than by IP address) by issuing the command in the cmd prompt: net time //computername Can we somehow emulate this in CF.NET? What time sync support does CF.NET provide? An...more >>

Help on XML application
Posted by Chris Jackson at 2/11/2004 1:48:03 PM
Hi all - im loving my new Axim X3i I'm now wanting to develop on it - I have VS.NET 2003 and im looking for sample projects or on-line examples of: using an XML file as a datasource to populate text fields on the form - then allow a user to modify the data in the text field - and save the d...more >>

.NETCF Speech Applications
Posted by Kevin Hutchison at 2/11/2004 1:19:17 PM
Is anyone working on .NETCF Speech Recognition? We completed a proof of concept recording to a file (tx. ChrisT and OpenNETCF) and using SAPI 5.1 to transcribe the resulting file, sending an XML file back. If anyone has worked with this in .NETCF, I would greatly appreciate their experience. ...more >>

could not find type InputPanel
Posted by rocio at 2/11/2004 12:56:39 PM
I'm getting this weird message when I load a form from a project: Could not find type "Microsoft.WindowsCE.Forms.InputPanel". Please make sure that the assembly that contains this type is referenced. If this is part of your development project, make sure that the project has been successfully ...more >>

Feedback Requested on Performance Improvement Idea
Posted by Joe Keller at 2/11/2004 12:39:07 PM
Hello, My CF application utilizes many custom controls that I have not yet taken the time to place in the Visual Studio.NET toolbox so I must manually code the creation and assignment of the various properties to the controls (e.g. Font, Bounds, Parent, etc.). One thing I've noticed is that...more >>

System time
Posted by Venue at 2/11/2004 12:20:00 PM
I am using the following to set the system time on pocket pc 2003. How do I tell it to set the US ET zone and not default GMT. Is there any pInvoke. [DllImport("coredll.dll")] public extern static uint SetSystemTime(ref SYSTEMTIME tm) ...more >>

New application with multiple forms in VB.NET CF
Posted by deBeuk at 2/11/2004 11:45:46 AM
I have created an application with multiple forms and a navigation buttons on the bottom of each form. whenever I start my application, the title bar flashes once for each form used in the app (in my case 8 times). I will be doing something wrong. All forms are created, and named Form1 to Form8....more >>

Is there a control out there available for either eVB or compactframework for persisting Jpeg images ?
Posted by Chris Oh at 2/11/2004 11:41:09 AM
Is there a control out there available for either eVB or compactframework for persisting Jpeg images on the Pocket PC ? The default image format for the Pocket PC is BMPs, but Jpeg's would be more portable given it's size and all. Anyway, hope to hear from anyone about this. TA. Chris ...more >>

Urgent:Using Msmq in c#
Posted by bob at 2/11/2004 11:06:06 AM
Hi i want to write wrapper class of System.Messaging namespace so that i can use System.Messaging in my smart device application. Anyone can guide me in this context thanx ...more >>

Compact Framework exception handling.
Posted by P at 2/11/2004 10:56:01 AM
Hi. Does anyone out there have some sample code of a good aproach to Exception handling in the Compact Framework or perhaps a link or two to some good articles on the subject. Could the Microsoft Exception Management Application Block be used in the Compact Framework environment? Best Rega...more >>

Datagrid selected row
Posted by Isaac Martinez at 2/11/2004 10:20:30 AM
I'm an ASP.net developer and a newbie Pocket PC developer. How do you determine which row in the datagrid was selected? What I need to do is the following: I'm working on preview/detail forms. On the preview form a user is presented with a datagrid. The user selects a row or the cell in th...more >>

Updating Axim flash memory with SP2
Posted by Richard Kucia at 2/11/2004 10:10:28 AM
What do I need to do to update the flash memory in my Axim (Windows Mobile 2003) with SP2? Thanks. Richard Kucia ...more >>

InputPanel
Posted by Taryon at 2/11/2004 8:06:18 AM
Hi all! How can i change values on the inputpanel control? or. i need to open the input panel when the textbox gets the focus (easy). but i want that the inputpanel comes with the CAPS clicked. there is a way? thx in advance! ...more >>

Program Name on PocketPC
Posted by Ron Jacobs at 2/11/2004 6:16:07 AM
Good Morning! Can anyone tell me how to go about getting the current Program Name for a WinCE App?? Win32 Apps pass the Program name as the first parameter to the "Main" method, sadly that is not the case for the compact framework. Any suggestions?? Regards, Ron...more >>


DevelopmentNow Blog