Answer Questions
Serena3838 Implementing BuildMax in cab file.
Hello, Issue is how to implement the BuildMax property with the Smart Device Cab Project. I've read the white papers http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/screen_orientation_awareness.asp indicating how to implement the BuildMax property. However when I edit .inf file related to the cab file created with the Smart Device Cab Project, I still receiving the following message after installation on a P ...Show All
lib_team SQL CE 2.0 ATL Mobile 2003
Hi Alls, I used SQL CE 2.0 with OLEDB and ATL database consumer. The database is shared between 2 applications. When I use “CREAT UNIQUE INDEX…” statement in the first application and when I want to give access to second application after close database connection, the second application can’t open the database. I must stop first application for free the database connection. But It is a well scenario when I use SELECT, INSE ...Show All
huonglt onpaint in a derived control class never getting called...
Anyone got a c# class that has autocomplete added Thanks! Thanks again! The instrinsic controls in CF do not expose the OnPaint event. As Ilya mentioned, you can try to sublcass the control, but let me tell you, it is not easy, because you will need to draw everything yourself. IMO it would be easier just to use the OwnerDrawn list from SDF. I derived a class from ListBox and have overridd ...Show All
ky88 Missing CloseUp Event on DateTimePicker
Is there a way to emulate the functionality of the CloseUp event I really only need a value when the user is done selecting, not while they scroll through months. Certainly there is a way to tell, right rr12 Take a look at my blog post: http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=4069b90f-f53f-4726-8790-36a9d3830aed You can look for GotFocus imm ...Show All
GrahamWade How to get the shared path
this might sound a bit dodgy but i'm trying to run some tests on WM5.0 emulators and to speed up the process, the emulators share some files with the desktops is there any way i can get hold of the shared path within my CF2.0 application I understand this is not supposed to work because on a real device there is no such thing as a shared directory, but i still hope that someone can come up with a smart hack :) thanks in advance! ...Show All
BillS@IK OutOfMemoryException using #ZipLib
I'm having loads of probs with this, and I really think it is a memory problem with #ZipLib used in vb.net. Here is a simple demo of the problem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Imports System.Data.SqlServerCe Imports System.IO Imports ICSharpCode.SharpZipLib.BZip2 Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load &nbs ...Show All
selvabharathi File Violation Error while accessing database in PocketPC?
hello all, I have created a database on PocketPC emulator. The exact error is: Error: 0x80004005 E_FAIL Native Error: (25035) Description: There is a file sharing violation. A different process might be using the file.[,,,,,] Interface Defining Error: IID_IDBInitialize Param 0: 0 Param 1: 0 Param 2: 0 Param 3: \bishwajit.sdf (name of database) Param 4: Param 5: Please help me... thanx... SQL CE 2.0 ...Show All
Yeghia Dolbakyan Emulator VS. Device
Hi folks, I got today my 2125 device. J my develop was process was against the emulator, when I deployed and run my app to the device all the GUI controls layout was unlike in the emulator, very disappointed! is there a way to customize the emulator to be like the device screen/controls size.. thanks in advance, Oren. ok, I didn't know that :) I will try it tomorrow first thing in t ...Show All
JeffGWM Developing for Mobile 5 in VS 2003
I'm currently developing an application for both 2003 and now it appears Mobile 5 using VS2003. I'm told that 2003 shouldn't be use to develop a Mobile 5 application. It seems to work, I'm curious as to the reasoning here. Is it an MS push to sell VS2005, or is there a more fundamental underlying reason. The plan is to move to VS 2005 but not during mid development. Thanks! Thanks, That is good to hear. Though PPC 2000 is out of qu ...Show All
fadiz WM5 .NET 2.0?
Hi! Sorry, title maybe misleading.... Basically in the UK the next version of the smartphone (SPV) is C600 (after the successor C500) and it will be launching at the end of the month now, I know it has WM5 (hurray!!) BUT would like to know, if anyone knows (esp the MSFT guys)... will it have .NET CF 2.0 I know it was in beta etc... for the past few months but now for MSDN subscribers VS.NET 2005 has been officially launched but the of ...Show All
Lizet vs2005 compiler is fatally flawed: generates bad code
In this very simple excerpted code, the compiler fails to do its job. If you want it recreated, I propose someone there try to recreate it. I've already got it happening here. It's as simple as it gets. From the type of failure, it looks like it's going to happen a lot. r12 is assigned the address of mc.decodePriority only if gDecodeMaxPriority >= 3, yet it, r12, is still used as the store address when it is not &g ...Show All
Andrea Schaffernorth Thread question (I think)
I have an application that needs to import large numbers of records into SQL CE from a text file while not slowing down the user interface. It is acceptable to take some time to load those records, but it is not acceptable to show much lag in the interface. Currently, when I kick off my import function, the interface stops until the records are in. Granted, the records only take a few minutes, but I'd like to find a way to keep my interface acti ...Show All
zorrro HOWTO: cast data-type to another, which is only known at runtime
Hi there, I'm writing my first bigger program with VS2005 (C#) and CF 2.0 (means I'm a newbee to .NET!). I have a problem which I can describe in simple words like so: I wish to convert the Returnvalue of the System.Data.DataRow Indexer (e.g. object outValue = row[index]) (which is generic System.Object) to the specific Data-Type of the DataColumn at RUNTIME! Is this possible and how can I acomplish that Any help is ...Show All
Erich Franz continuous integration!
Hello people, Is continuous integration possible with .Net CF Does CruiseControl.Net support smart devices project and do automated builds I have another question. Can I write my class libraries in .Net and write my UI alone in .Net CF Will .Net CF interact with .Net project dlls Sorry if i sound inane, I have just started working on .Net CF. Thanks for your time and your replies will be appreciated. Q ...Show All
thePerm Device Emulator V2 Crashes when date is changed
Like the topic says, Device Emulator V2 crashes (auto shutdown) when I change the date and tap on "yes" to save. Previous beta didn't have this problem. Anybody else faced this To create deviceemulator dump please follow the following steps 1. ntsd deviceemulator.exe <other device emulator arguments> 2. It will break into debugger at start-up. Press 'g' to continue. 3. Execute the cras ...Show All
