Answer Questions
Michael Tissington Help populating DataGrid
Hello, At runtime I have a datagrid which has data coming from a dataview which has data coming from a dataset. Is this possible with CF 20 I am not able to see the data within the datagrid at runtime. Am I missing something in my code Thanks in advance. John Code: Private Sub load_datagrid( ByVal dsDataset As DataSet) Dim dv As New DataView dv.Table = dsDataset.Tables(0) 'has data 'Dim i As Integer ...Show All
atisoft Maintaining one visible form with CF2.0
Hi, I have recently created a CF2.0 Pocket PC application using VS 2005 Beta 2 after being inspired by the following white paper: "Northwind Pocket Service: Field Service for Windows Mobile-based Pocket PCs" available at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/fieldservice_pocketpc.asp When opening and closing all forms in my application I use the method used in the white paper which is describ ...Show All
Larry_t no MouseUp event in listview- possible workaround?
Hello, I'm trying to write an application using the compact framework that does a directory listing. I have a listview component, and when the user clicks on a folder, I want to show that directory. However, if the user clicks and holds on a folder, I want to display a context menu. Using a timer, I can see how this can be done if I knew when the MouseUp event occured, however the MouseUP event does not work in the compact fra ...Show All
Charlie CHang evc++ programming books
Hi, Can anyone suggest some good books for learning Embedded Visual C++ programming using eVC++ 4.0 Any links would be useful too. I'm particularly interested in understanding database access and updates using eVC++. Thanks I haven't used any books, but I found these links useful for learning about the databases: http://www.developer.com/db/article.php/3449281 http://www.developer.com/ws/p ...Show All
iansmith Microsoft SQL Server management studio
Hi.. Can any1 tell me how to fix the error below prompted by Microsoft SQL Server management studio Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed due to the following error: No such interface supported (Exception f ...Show All
Math 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
David V how to get screen pixel's value? (cf 1.1, c#)
I know for bitmap object, we can get a pixel's value like 'pixel = bmp1.GetPixel(i,j);' in c#, however, is there anyway to get screen pixel's value in c# Many thanks! say I have a region with a specified color(say green or in rgb (0,255,0) displayed on the screen using method like g.FillPolygon(pen, points), and I also have a few points on the screen with fixed position. this color region's position could be changed, but ...Show All
cristi79 Deploying a Visual Basic/Studio program on a PocketPC 2002 emulator or device
The device has been synchronized with the PC. My Ballistics program has been working fine on the emulator. I deploy it now to the actual device. The message: "----deploy started: Project: Ballistics, configuration: Release Pocket PC---deploying to Pocket PC Device using TCP Connect Transport Connected to Pocket PC Device (Pocket PC) runing on ARMV4T. Copying files from 'C:\Documents and settings\arthur pejsa\My Documents\Visual Studi ...Show All
macuman 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
DomDom Cannot start debugger
Hello, I have been using VS.NET developing Pocket PC applications for over two years now, but all of the sudden I can no longer interactively debug apps running on the emulator. Everything seems to start up fine - Emulator starts up, initializes, .NET CF installs, app under development installs, then... nothing (Output window in VS says "Launching Application"). I can start the application on the emulator by navigating to it using th ...Show All
SebastiaanDijk Is it legal to manipulate a control (listbox for example) from a DLL written in c++ using SendMessage
Hello and good whatever time is at yout place Is it legal to manipulate a control (listbox for example) from a DLL written in c++ using SendMessage like so: in the VB part: Declare Function TestSendMSG Lib "MyDll.dll" _ (ByVal h_wnd as int32) As int32 calling this function like: (in some sub) TestSendMSG(MyListBox1.hWnd) In the DLL: unsigned long WINAPI TestSendMSG(unsigned long h_wnd) { ...Show All
ncage Locking device
Is there an OS level password lock that will let me lock the screen (requiring user/password) before the device can be used Or... is this an application level function. If it's application level function, what are the security implications of this on a Pocket PC Is it a trivial task to bypass such an application function Thanks. Is there no generic API to set a device password/lock the screen for the WinCE API Thanks again ...Show All
Henry Hahn - MSFT 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
Kannan.B Error 10061
Why I can't send messages to Pocket PC emulator application which has TCP listener binded to host adress:"127.0.0.1" from desktop application which has TCP client which try to connect to the same adress I' m receiving error 10061. I'm using VS2005. The DeviceEmulator defaults to having no network connectivity. How is your emulator configured Are you using ActiveSync or Virtual Switch ...Show All
Jens Lauterbach copy files to pda
How can i copy files to pocket pc using comand line on desktop Ntc, have you find an answer at your problem ...I've got the same Take a look at the Device Command Shell project on GotDotNet. It has a command ('ce copy') which does what you want. Alternatively, you could use the Remote File Viewer's Import/Export functionality. if you're connected over ActiveSync, you can click the 'Explorer' button and ...Show All
