Answer Questions
eLeeL Is it TRUE that VS 2005 does not support CE.NET 4.x devices?
Please tell me it's not true. Yes, that is correct, there's no official support for CE 4.x devices, only PPC 2003 based on CE 4.2 is supported. Please see this: http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/b8e4d60dfee9a6e7/c2175cd9711fc06c #c2175cd9711fc06c ...Show All
karenpcg argument exception
hi all iam having an application that gets a dataset producses a dataview from it and then populates a group of text boxes with its values based on date filter choosen by user from date drop down list the problem iam having is an argument exception happens when i try binding data to the text box here is the initialization Private fluidBalanceDataSet As New DataSet Private fluidBalanceView As New DataView fluidBa ...Show All
pseabury Set system date in C#?
Whats the recommended way to do this Thanks. Hi InquiringMinds, NETCF does not directly provide an API to set the device clock. However, you can P/Invoke the SetLocalTime Windows API to change the device date and time. You can find more documentation about the SetLocalTime API here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcecoreos5/html/wce50lrfsetlocaltime.asp You can use the documentation below as a reference ...Show All
Bassam Adil Really need to increase main memory
Currently the emulator allocates about ~25MB of memory (storage+progeam). Storage isn't a problem since I can emulate a storage card. However 20MB of program memory is not enough for some of the applications I'm testing. Is there a way I can increase the program memory to about ~40MB Thanks in advance for the help. :) just at te start-link put this: "C:\tomtom\Device Emulator Preview\DeviceEmulator.exe&q ...Show All
Ramrakhaini Shanker Path is not valid as I follow steps in the SQL Server Mobile Edition Tutorials
Hi, I just followed the steps in "creating a mobile application" in "SQL Server Mobile Edition Tutorials". As I am reaching the end of the tutorial and run the code, it reports the error of "path is not valid". Part of the code in the tutorial is as following: =========================================================== public partial class Form1 : System.Windows.Forms.Form { private Sys ...Show All
Mark Vernon Imagelist in CF beta 2
Visual Studio 2005 Beta seems to produce invalid image list code. For the Pocket PC 2003 I have added 2 icons to an image list and then attached that list to a toolbar. However on loading the application throws an exception when trying to load the first image into the list this .imageList1.ImageSize = new System.Drawing. Size (16, 16); this .imageList1.Images.Clear(); this .imageList1.Images.Add(((System.Drawing. Image )(resources ...Show All
chr15athome Possible Bug in Designer PPC Windows App
Hi, I get a strange result when dealing with the designer in VS.NET 2005 (release). Reproduce: I place a label on a form. Than I assign a backcolor (like ActiveBorder or so). This works fine. But when I try to assign a Custom Color - it does not take it. It can be done if I assign a Custom Color to the Window. Next I can change the bkgColor to a custom color for the Label in Designer. The value in the property window changes to the same val ...Show All
FranzCarl I’m beginer in DirectShow.Help me!!!
I`m begining to DirectShow programing and I need help. I have this fuction: void main(){ INICIALIZE(); while (true){ gb.GrabBitmap(Bitmap, BitmapSize) Procesing(Bitmap); } } I need to access to each frame capture for my hardware and procesing it with my software. But the capture is very slow. I try the next code but only capture the first frame and I don’t know how can I do If I don't ...Show All
Grasssu Using the device emulator with VS.NET 2003
Hi, I have issues with getting the existing VS.NET 2003 emulators to work but device emulator works fine as a standalone emulator. Is it possible to use the device emulator with VS.NET 2003 so that it can directly be called (for connect/deploy ..etc) from the VS.NET 2003 IDE Barry was talking about the new, ARM-based, emulator which comes with Visual Studio 2005 and is downloadable separately as 'Micros ...Show All
tyther Filtering SQL Mobile
I have been tryingh to initiate a dynamic filter on a WM 5.0 PC - SQL Mobile (*.sdf) file with no luck. In previous editions of SQL (7/2000) I could specify the filter off of the recordset such as rs.filter = "Title LIKE '" (filter_text) "'" but this doesn;t seem to be available. I am using C# Visual Studio .NET 2005 -- targeting the WM 5.0 PC Smartdevice Any help would be most welcome. How would I s ...Show All
pecasis Release issue
I have two issues when I tried to create CAB file for my product. I created a shortcut inside the "Start Menu" folder, but it changed to "Start Menu\Programs" folder automatically after I run the CAB file. Is this the issue of the CAB file or the issue of the Pocket PC (My Pocket PC is ASUS A620 Series, OS is MS Pocket PC Ver 4.20.0 (Build 13252) After I uninstalled my product through ActiveSync (Ver 4.1), the shortc ...Show All
Da_Booblik Problem with System.IO.Ports when sending data to Bluetooth com port.
I want to connect a mobile phone from my pocket pc over Bluetooth com port using the new System.IO.Ports.SerialPort function in .Net Compact Framework 2.0. I can open the com port, but when I want to write data to it, the whole pocket pc hangs and I have to hard reset it. I tested it also with a normal com port on the pocket pc and with it, it works. Are there maybe problems with the Bluetooth com port emulation dri ...Show All
Aleksey Nagoga. Registry File within Pocket PC 2003
Does anyone have any clue/leads as to where the pocket pc registry file is located I believe it is hidden in some way. I heard from somewhere that the names are system.hv, user.hv. This is all I know. I relize API calls can be made easily to access the registry but I want to get a hard copy to parse myself. If anyone knows where it is located and or how to extract it I would greatly appreciate it!! Thanks! ~Rick ...Show All
tichu LoadLibrary
Hi! I'm getting a really strange error message on an ASUS MYPAL (Pocket PC v4.20.0) when attempting to load a DLL. I simply do this: HMODULE hModule = ::LoadLibrary(_T("MyLibrary.dll")); This invokation results in this fuzzy error message: 120: This function is only valid in Win32 mode How to I resolve this I really, really need to load the library! Regards, Nille Have you attempted to debug the DllMain method ...Show All
Jasper Eenhoorn SQL Server CE 2005 Database Size
Hi all, what is the maximum size a database (.sdf) file can be on a PocketPC device that is to be accessed by an application Do it really matter providing there is enough memory on the device available What I am getting at is, will a large database file hinder the performance of my mobile application Thanks Tryst Thanks for that Ilya. We were thinking that a database of 10 meg may have been hindering our application performance - it clea ...Show All
