|
Copying from IntPtr to struct Hi, I am using pinvoke in the compact framework to implement some WZCSAPI functions. It is working and I'm getting the required stuff from the function, but it is in the form of a IntPtr which I need to copy to a marshalled struct (WZC_802_11_CONFIG_LIST) which I have shown below. When I try to copy from the Int... 17 Jun 2008 16:46
data binding with combobox that wrong with this code? namespace Consulta_Rodeos { public partial class cereal : Form { public cereal() { InitializeComponent(); } private void cereal_Load(object sender, EventArgs e) { //Creamos la cadena de conexion string pathDir = System.IO.Path.GetDirectoryName(System.... 18 Jun 2008 23:02
Deploy CF to a device along with the application Hi, I have created an installer MSI for a Pocket PC device according to this: http://msdn.microsoft.com/en-us/library/aa446504.aspx But I would also like to be able to detect and if needed, install the correct/newest version of CF2 from my MSI. Does anyone have a decription on how to do that? Thanks, Ole ... 17 Jun 2008 17:16
Which values are possible for PhoneSignalStrength? Hello, I cannot get the cellular emulator to get work. Which values are possible for PhoneSignalStrength ?? is it returned as string or is it an integer value? thx for any help juvi ... 17 Jun 2008 09:36
Getting NullReference Exception when calling CalendarNextAppoi Now I found the "strange" problem with the CalendarNextAppointment. It has only a value when the NextAppointment is today....if it is in the next days then it has no value. "Jeff Hopper" wrote: Not sure if this is the problem, but it's easy to check... Make sure you've added project references to both M... 17 Jun 2008 07:03
Problem with dialogs May be the problem comes only from my misunderstanding of how to use forms for dialogs. I want to have a dialog I can accept or cancel. And I want to do some validating on the form level. I know in WM there is only the "OK" on the upper right corner. So I have to put two buttons "Accept" and "Cancel" on the f... 17 Jun 2008 02:59
Web.Services SoapContext You could use this general procedure on your client before calling a given web service method: 1) Create a NetworkCredential with the entered username/password; call it nc, for example. 2) Create an instance of your web service proxy class; call it ws, for example. 3) Set ws.Credentials = nc and ws.PreAuthen... 16 Jun 2008 19:52
SQLCE db sync with Windows Mobile I am writing a sample app to learn Windows Mobile development. I have been able to get the app working in the emulator but now would like to sync the data so it does not get reset on the next deployment to the mobile device. So, does anyone know of a tutorial that explains how this is done? Also, if there is a ... 16 Jun 2008 18:50
DB Corruption Due to memory issues, I recently changed my application to open,close and dispose the db connection on the "fly" rather than using a shared connection. According to the article in the link below, this is recommended. Now that I have done this, A lot of my devices in the field are getting corrupted databases. ... 24 Jun 2008 07:10
turning off the screen when it is not used for powersaving Hi, I have searched the subject and have found something which is done via OpennetCF.Windows dll. But i haven't been able to find the absolute solution. Can you write a code snippet for this purpose? Thanks. ... 16 Jun 2008 08:35 |