Answer Questions
Jens Karlsson How to read the dataBase of the PocketPC ?
Hi everybody.. I'd like to know if t's possible to read the "Contact Database" of the pocket PC, and how is it possible if it is... Thanks If you are using CF V1 you will have to make a managed wrapper to POOM and PInvoke from CF. You can also use a commercial product from In The Hand Check out this link for a sample managed wrapper http://wiki.opennetcf.org/ow.asp CompactFrameworkFAQ%2FUsingPOOM   ...Show All
Danddba Serial Port DataReceived Event in .Net 2.0
Hi there, This is driving me crazy, I cannot seem to get the DataRecieved event to work on the Pocket PC using the new serial port class in Visual Studio 2005 with C#. The DataRecieved event just never seems to be called. I can write data to the port just fine. Here is some very simple sample code that reproduces the error:. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u ...Show All
jrc0311 .NET Studio 2005 and Windows Mobile for Smartphone 2003 SE
I have been looking around a bit, and fiddling on Visual Studio 2005 and I have had no success yet. Is there a way to make an application that is solely compatible with Windows Mobile for Smartphone 2003 SE using VB .NET 2005 Just wondering since I know VB .NET 2005 is .NET 2.0 and I think Smartphone 2003SE is .NET 1.0 compatible. Any help on the matter would be greatly appreciated. (had none of these problems of .NET compatibility when I ...Show All
Andres C. Joaquin painting in smart device forms
Hi, I am new to visual studio 2005 smart device applications.I want to output an integer in smart device form.What is the command to do this and whare should I use this command(inside paint ).Thanks archana. yes i want to write a number in smart device form.I guess that there is a function to write LPCWSTR.But how can i convert an integer or a string to LPCWSTR.Please guide me.Thanks archana. ...Show All
Unistoner IrDA programing in v++ ?
Dear all, Please help me for sending some data to a mobile through IrDA. Does MFC provides any class or com component Also I want to get informed as soon as my phone is connected. Thanks in advance. -- Raja Pratap K MFc doesnt provide any such classs Please refer to following post for right forum http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Srikanth Bogad ...Show All
Steve Moores Connect to ActiveSync using Wireless Network
Using ActiveSync 3.8 I was able to easily connect over ActiveSync to my PC using my wireless network. Since installing ActiveSync 4.0 I can not get this to work and I cannot find any documentation on how to set this up. My wireless connection is shown as connect if I goto Settings | Connections | Connections | Advanced | Network Card. How do I use my wireless network to connect to my PC using ActiveSync 4.0 Alicia ...Show All
Skaladar Splitter click event
the compact framework does not support the click event for slitters. I need to know when this is clicked because I am doing my own dynamic resizing of a custom control that I made. I am not trying to change the behavior of the splitter, I just need to temporarily suspent my dynamic resizing while the splitter is in use because it is causing the splitter to behave strangely. Is there a way to know when the splitter is being clicked/touched ...Show All
DaveS_ Unable to copy file "obj\Debug\MyApp.exe" to "bin\Debug\MyApp.exe". Could not find file 'obj\Debug\MyApp.exe'
After running my project in the SmartPhone emulator, I am unable to compile my project. And I haven't changed a line of code! Thanks for your help, Joseph Geretz ------ Build started: Project: SmartGammon, Configuration: Debug Any CPU ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(2274,9): error MSB3021: Unable to copy file "obj\Debug\MyApp.exe" to "bin\Debug\MyApp.exe". Could not find file 'obj\Debug\MyApp.exe'. ...Show All
MashRinx UPDATE on a SQL Mobile database...
Hi, here's my problem, i'm using a SQL Mobile Database with my application (PPC application) i've got no problem to connect to it and to query. But now that i'm trying to update fields, it just doesn't work. My syntax is correct, the UPDATE is made, but once i close the connection, i loose it. Here's my code : (note : checked as numOpe are set, this sub is located inside a class) Public Sub unCheck() If is_checked = False Then Exit Su ...Show All
Ahmed Nagy Copy Data from one form to another
Hello Friends, Iam new to this PocketPc App . I would like to know how to transfer data from One Form to another. I would like to ge the value of a textbox in form1 to form2. Thanx in Advance Cheers Biju S Melayil Just create a public proeprty on form1 which holds the value of the textbox. Then you can call this property from form2. Or add the value of the textbox on form1 as a parameter in ...Show All
Deepakc Closed event fires twice
Hi All, I have a form that is opened as a dialog (Form.ShowDialog). When I call Close() from within the form code the Closed event is fired twice... why Here is the code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace LVDDataLogger { public partial class FormLoopsChange : Form { private Station l ...Show All
E Man add control problem with multiple framework
Without the stackform, everything works perfect but when I add a toolbar I get an error at line this.Controls.Add(this.toolBar1); ,if I comment all lines with toolBar everything works perfect error: $exception {System.Exception: Exception at Microsoft.AGL.Common.MISC.HandleAr() at System.Windows.Forms.Control._SetParent() at System.Windows.Forms.Control.set_Parent() at ControlCollection.Add() at DeKangoeroe.KMaankomst.Ini ...Show All
Christian Liensberger - MSP Configuring my PcPocket through .xml files?
Hello!!! First of all, it is nice to write here and to share all our knowledge about this fantastic world . I am a completly beginner in xml and for this i have a little problem, please help me . I want to configure my PcPocket (Qtek S100) using xml files. I have configured all the networks (GPRS,WAP...) using wap provisioningdoc and then transforming xml files in cpf files with makecab, i haven’t had any problem, but when i have tried to ...Show All
ShawMishrak Using mySQL Database with Smart Device Application
Hi everybody, I like to ask anyone who knows how to use mySQL database with Smart Device Application (.Net Compact Framework). I know you need web service to connect to mySQl or other databases, but from web service to and fro pass data to Smart Device Application or OpenNetCF Application, how is it done Dataset is seems not supported in OpenNETCF application. Advamced Thanks. den2005 ...Show All
arjunatgv Upgrade path for CF 1.1 design time capable custom controls to CF 2.0
Does anybody know of one I read in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=129715&SiteID=1 of the genasm.exe tool, but searching on http://msdn.microsoft.com/ for it produces no results at all. There also does not seem to be an automatic way of creating the necessary *.xmta file outside of VS2005. Can anybody give me a heads up on this one please It does seem a bit ridiculous that none of the work I put in to create ...Show All
