Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested .Net Compact Framework Solutions: 1 - 25 of 33
 
The Microsoft .net Framework dialog box will not go away and comes back every time I restart.  It seemed to be connected to a HP printer that I recently bought, but I am not sure.   I also rec...
Hi, I have looked high and low for an example of how to embed a flash object in my WinCE/PocketPC application, cant find a working example though, in fact I cant even get the toolbar to sho...
I am pretty new to mobile device development and I have been looking into accessing registry key values on Windows CE / Mobile devices. Currently it is only reading values that I have already ...
Im creating a little application that needs to run on Windows CE. I'm making it with Visual Studio 2005. The language is VB .NET (Compact .NET framework). Now my question : How can I play...
I'm developing an application in .net compact framework 2.0 (VB.net) for pocket pc's and one of the features that I implemented is an autologout timer. If the user is inactive for a specifi...
Hi, I want to write an application for a Windows CE or Pocket PC device that will print to a printer.   I.e.  My application will be on a handheld device and when the user clicks "print" it...
Hi, anyone know how to programatically initiate a phone call using Visual Studio 2005, for Windows Mobile 5 or 6, using C#? I have got a sample code from MSDN, but it's for VS 2003. If som...
I need a command / function / whatever, so that when a user clicks a button the device does a warm boot. I played with the ExitWindowsEx function as published all over the net, but no matter h...
I am using Visual Basic in Visual Studio 2008, with the .Net Compact Framework 3.5 and running a smartdevice template. I need to identify certain tasks that are running on a mobile WM6 Pock...
Visual Studio 2008, Visual Basic.Net Compact Framework 3.5 SmartDevice project I am working on a program for a handheld PPC and I am running into a problem. I cannot seem to rotate the ...
I"m building a Windows CE device using Visual Studio 2005 and Windows CE 6.0. I'm attempting to enumerate the running processes on my device, which is documented in the System.Diagnostics.P...
Hi, Can anybody please suggest a way that I can implement a sorted list in my vb.net 2003 app that is aimed at the compact framework. I would prefer not to do the sorting myself but have th...
I am doing this PDA application and I need to get a text input from user. I am thinking of making a custom input dialog with just a label and a textbox, or something similar... Any idea how ...
I have a PocketPC 2003 device running the Compact Framework 1.0.  In the application, when certain conditions occur I need to play the system beep.  This device does not have a speaker and can...
I need to transfer jpg files from a PC to a iPAQ that is running Windows Mobile 5.0 and is connected to the Internet via a wireless connection.  I am looking for VB.NET code that I can run on ...
I'm at a stand stil at the moment with an application I am developing under contract. Unfortunately I've run into a fairly serious native exception error that I'm having a helluva time debuggi...
I'd like to display an hourglass or some type of animated icon to let the user know that they are waiting in my .NET compact framework application. I know that in a windows .NET app you can ju...
In desktop edition of .NET framework the label control has a AutoSize property, which wraps the text if it doesn't fit into specified label width. I would like to have same capability on Compa...
Using VB.Net, how can user input via hardware button keypresses on a SmartPhone/SmartDevice be detected? I can't seem to find Smartphone info that addresses the hardware button input capture e...
Hi:    I have an application developed using visual studio 2003 and using the .NET compact framework 1.0. I want to be able to save an image present over a web url(http://www.xxx.com/Images/...
I am developing an application in the .Net 1.1 Compact Framework and need to exedute an external application. I have read the documentation on  the AppDomain class, but am having trouble pulli...
I am looking for a solution to converting a byte array to an image using the compact framework.  I have tried multiple ways, but the restrictions of the compact framework are proving to be ver...
I am creating a .net form which uses a datagrid.  The datagrid uses a datatable to get its data from.  There are 5 columns in the datatable and I want to individual size each of the column wid...
Hi. The device I'm working on is a Windows Mobile 6 platform with .NET CF 2.0 installed. I'm using a Notification object in my main form which is used multiple times to display various eve...
I'm trying to build a Window Mobile tool that posts data back to my server at intervals. I'm using this code to do the posting (or getting... technically speaking...)     Function postDa...