Answer Questions
rpress Can I add help to a project on smartphone platform?
Hi,guys: I want to add help to my project just as to pocket pc but I can't copy the xxx.htm to \\Windows. So are there some method to copy xxx.htm to there or cann't add help in smartphone project Any suggestion is appreciated! ps. VS 2005 ,windows mobile 5.0 smartphone emulator. Para Hi Para, In general, it's not a good idea to copy anything to \Windows (regardless of desktop ...Show All
Satish D How to open PocktPC Calculator application..
How can I open the Calculator application in the Windows Mobile at a click of a button Thanks, Vijay I tried that also but no improvement. Only this my app continues executing code after invoking calc. As you have mentioned my app is not repainting after I close the calc. Calc image stays on. Any other ways to deal this thig Vijay Vijay, Not sure this will help y ...Show All
dougzhoez Is it possible to trigger KeyPress event manually?
can anyone tell me is it possible to trigger KeyPress event manually if yes can tell me how Take a look at the SendKeys class in the SDF: http://www.opennetcf.org/sdf Private Sub textbox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles textbox1.KeyPress MakeAcceptDecimalOnly(e, textb ...Show All
shadow-k8 Free memory in compact frame work 1.0
Hi all, I'm writting a Point of Sales application for use on a PDA device, when I move from one screen to the next I use the me.Close() to close the previous screen(form) and then load the next screen. This is working fine, however when I go can check the running programs on the PDA device, it displays a list of all the forms I've entered, even the ones I've closed. This slowly slowly eats away at the available memory I have free on the PDA. By ...Show All
josere2 Problem downloading Yahoo emial through Outlook 2003
Almost everytime there is an update for windows or Outlook, I can no longer download my email from Yahoo. Any sugestions on fixing this Thanks This forum is for development related issues only. Please post to relevant forum or NG: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All
MPMan GSM modem com port on a WM 5 device
Has anyone been able to open up a com port to the GSM radio (modem) on thier WM5 device and send AT commands I think this was possible with WM 2003 but I haven't heard of anyone trying it out on WM5. I've tried a bunch of things, and nothing seems to be working. I can't open a handle with CreateFile to my COM port, I get a "requested resources is no longer available" response. I've tried opening the cellular line in datamodem passthro ...Show All
KrazeIke Datagrid Paging
Hi. Can we achieve Datagrid Paging in a smart device application To be used in scenarios where the Data to be displayed in the datagrid is too large. Sample code or informative links would be of great help. ThanX. Usually paging is only considered for performance reasons in case you have a lot of records (many thousands) so you won't have to load them all into memory. You don't have that many rec ...Show All
joe123 Remote tools for Windows Mobile
Hello, EVC3 and eVC4 included remote tools such as registry editor, zoomin, process viewer, etc.. However I cannot find such tools on VS2005 or any way to sintall them. Are they still available How can I install them Many thanks for the help. Best, Alessandro Hi Alessandro, The tools should be available from the start menu, they just aren't integrated into the IDE. Check out http://blogs. ...Show All
Sergio Costa Faria Data source web service
I'm trying to add a data source in the data source window. I'm pointing it to a web service. it find the service... i tell it to finish and it adds a web reference in my solution explorer, but nothing shows up in the data source window so I can drag and drop a grid onto the smart device form. is there something special that needs to be done thanks shannon Yes, you need to type some code to set the data ...Show All
Wiskers69 Rotating app in vb.net
Hello, Is there a sample out there in vb.net to rotate the screen for wm 5.0 I cannot seem to find anything. Any help we be appreciated. Thanks. John AFAIK, it’s expected. 8310 is a SmartPhone device and it has only one supported angle - 0 degrees. I'm yet to see a SmartPhone device with actually supports rotation. May be Q or Dash can do that… The easiest way to find out is to see if you can ...Show All
Terry Jeanes How can i get my application Miscrosoft Signed/Branded
In Symbian dev applications can be Symbian signed. A quality mark for our custommers. develloping some of of our application for Windows targets. We are searching for a way to say our sustommer look this pplication is Microsoft signed. Any link ou submit website is welcome. Hi, If you have any software of hardware that can run with Microsoft Windows you can get Design for Windows Logo that will be very usefu ...Show All
rpreston PocketPC SerialPort and turning off/on the device
Hi, Here a simple C# example that reads data from a GPS Device Assume two Buttons on the form and one Textbox. Further a SerialPort with the DataReceived Event handled in the form. public class Form1 : Form { public delegate void SetText ( string strPar); public SetText myDelegate; public Form1() { InitializeComponent(); } private void Form1_Load( o ...Show All
Kalyani Sundaresan Debugging Project Settings
fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds I keep getting this error when I try to compile in debug mode. I already set the Run Time Libray ro Multi-Threaded DLL. But this does nothing. Do I need to remove some preprocessor Thanks Hi, In case its not a debug dll, then try /MTd - multithreaded debug. In case you are developing the project for multiple proj ...Show All
Sunny9001 Creating a mobile web application
How do we create a mobile web application with visual studio 2005 There is not an option like mobile web application on projects selection or anywhere. When sizing the page, what are the boundries. I'm assuming the page size should be kept to a minimum. You mean an application which runs in the web browser of a pocket pc That is just a regular web application which ...Show All
smudie Emulator folder
When I debug an SmartPhone application in VS.NET 2005 on an emulator, some files will be created on the device by my application. Now I would like to open them not through PocketWord on the emulator but with my editor on my desktop machine. Does anybody know, where those files are stored and/or how I can reach them Your feedback is very appreciated Sorry, but I do not understand what you mean with the secon ...Show All
