Answer Questions
Brendan Barlament multithreading
Hi guys, I am having a problem with implementing two threads in an application. One of the threads is doing the timer, which updates the progress bar everytime it ticks. The other thread is a work thread. Here is my code. It freezes when I run it. private void timer1_Tick(object sender, System.EventArgs e) { if (this.progressBar.Value<this.progressBar.Maximum) { &n ...Show All
A1ien51 File transfer between pda and desktop server.
hi, guys We are going to use .net CF to develop a product on PDA, and we need to transfer some data between PDA and our sync server. On PDA, we are going to use SQL CE, and there is a SQL Server 2000 on our sync server. We need to exchange some data including the data in SQL CE and some data files, like images taken by users. We are trying to find our a good solution for that. For the data in SQL CE, I think we can just use RDA. We don't have ...Show All
Kenneth Kwok CeOidGetInfoEx2 parameters.
Hello, I found in MSDN documentation that the CeOidGetInfoEx2 is defined like this: BOOL CeOidGetInfoEx2( PCEGUID pGuid , CEOID oid , CEOIDINFO* poidInfo ); but poidInfo [in/out] A pointer to a CEOIDINFOEX (EDB) structure. On successful return, it contains information about the object specified by oid . The caller must set poidInfo-> wVersion to the current version of this structure type to CEOIDINFO_VERSION (2). so what is ...Show All
TomChung SD card Serial Number
Any body know about: How can i get SD card Serial Number (Pocket PC, Smartphone platforms) OK, I don't have the opportunity to test it right now, but I'm going to keep this in my bookmarks so that I can use it when it's necessary. I'm trusting you it's working! Thanks for your quick answer, Michael! ADD: I marked your post as helpful. hy! Try Anton Tomov Pocket Mechanic v1.52 for PP ...Show All
amritpal Activating speakerphone on Windows Smartphone
I'm trying to activate the speakerphone on my HTC-derived (Qtek-8300) Smartphone 2003 with no success. So far, I've tried the following approaches. TAPI: After initializing TAPI and veryfing the device's capabilities I made the following call: phoneSetHookSwitch(hPhone, PHONEHOOKSWITCHDEV_SPEAKER, PHONEHOOKSWITCHMODE_MICSPEAKER). The call fails with PHONEERR_OPERATIONUNAVAIL despite the fact that the device should support this fe ...Show All
Dan987 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
gabit7 Search bluetooth devices and pair them programmatically
Hi All, I am developing VB.Net smart client application for Pocket PC 2003. Here its required to connect my Pocket PC with GPS Device (TomTom Navigator) on BlueTooth Port. Everything is working nice enough except I have to create pair between my Pocket PC and GPS Device manually. What i want is my program should automatically search GPS device, It must create pair between them. Other than this, My application is already working fine. Any class l ...Show All
prashantm Question about Reflection
Hi there, I'm searchin for a possibility to code the following scenario: My project includes a JScript-Sourcefile (The main project is a Windows Forms app written in C#). I'd like to dynamically compile the JS-File, execute it and can ideally referencing objects from my project. Question to you experts: Is this possible Can you point me to any good links, which contains ideally coding samples Thanks in advance Reiner ...Show All
Nikola_Smircic Web service issue over GPRS
Hi, I'm developing my first Pocket PC application in C# in VS 2003. It's a cut down version of a desktop application I've been developing in VB6 for a few years now. It makes a call to a web service which is out on the internet. It's all gone really well until now. I'm running/testing the application on a HP IPAQ hx2400. If I access the internet over broadband via my office wireless network the application works ...Show All
Jason Franks Form.Show() Problem
Hello, I am attempting my first VB.NET SmartPhone 2003 app and am running into a bit of a snag. I have a Sub Main that my app runs from. I am attempting to display a form using the Form.Show(). It doesn't give an error but the form does not display. Form.ShowDialog appears to work fine. I don't want it to be a ShowDialog because that suspends the processing in the Main - which I need to continue so I can pop-up, close windows, and ...Show All
Coreymas XP vs CE vs. Mobile
Hi I have just started to venture into the world of mobile pc's namely PDA's, tablets etc. Really want to know the differences between the different OS' available What are the differences between CE and Mobile and also an application created using VS 2005 and .NET Compact Framework 2.0 work on all three without any modification to the code provided Compact Framework is available Please direct me to any links that might be helpful .. ...Show All
Jo&#227;o Ramos porting w. ce 5.0 customized platform into visual c++
HI I've got a problem when i decided to install a customized platform made by platform builder with the aim of writing a native c++ application(vs2005) for a smart device. The platform was installed successfully from the .msi package but it doesn't appear on platform choice window at the time to configure the project. Thanks for any help. Matteo p.s.:My new platform appears on device emulator manager window even if i don't think this pl. could b ...Show All
OPitas how to remove "+" before a tree node
hi, My project is built on windows mobile 5.0 pocket pc,vs2005.I use the following code insert a tree node: TVINSERTSTRUCT InsertStruct; InsertStruct.hParent = hParent; InsertStruct.hInsertAfter = TVI_LAST; InsertStruct.item.mask = TVIF_TEXT |TVIF_IMAGE |TVIF_CHILDREN; &n ...Show All
GYeung 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
DanMarks 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
