Answer Questions
cfg83 VS2005 Compiler Bug?
I have some source code that does DES, 3DES encryption decryption based on the algorithm. A lot of bit operations. The same code, with the same testing program, yields inconsistent results: - Compiled under EVC4 for PPC2003 and SP2003, test passed. - Compiled under VS2005 for Win32 desktop platform (UNICODE defined), test passed. - Compiled under VS2005 for any Windows Mobile platform (PPC2003, PPC5.0, SP2003, SP5.0), test failed. Any id ...Show All
MarkBran Control for Binding Text, Value and Multiple selection *** Urgent
Hi, I am using .NET Compact Framework 2.0 & VS.NET 2005, in this I need a control which will bind Text, Value && also multiple selection(like ASP.NET ListBox Control). I searched all the controls But I didn't get. any body plz tell me which control will have multiple selection and binds Text,Value(like dropdownlist). That won’t help much as terms you're using are not applicable in NETCF. There's no "binding of Text, Valu ...Show All
Ben Gum Checking Version of a file
Hi, I would like to know if it's possible to get the Version of a file (dll, exe..) directly from the desktop side. I'm using OPENNETCF with DeviceFileExists to know if the file exists or not, but I did'nt find a way to get the version number. I know that if I would I could write a device application and get the dll version number by using : System . Reflection . Assembly ; But I would like to do everything on the desktop side and to not launch ...Show All
Sorin Solescu Non-graphical application showing a dialog box
I've created a C# Pocket PC non-graphical application designed to run in the background forever. Let's call it ShowReminder. Occasionally it needs to display some information to the user in a dialog box. To make the forms functionality available, I have simply added a using to my code: using System.Windows.Forms; The application runs fine - exactly how you would expect it to. The user presses OK to dismiss the dial ...Show All
Briam Why Don't SmartPhone Apps Provide Exit?
Why don't SmartPhone applications provide an exit function Would I be doing something wrong if I develop an application with an exit function Thanks, First of all, let me say that I find my SmartPhone IMMENSELY useful. I'm a former PocketPC Phone Edition user. I liked the added Pocket PC features, but the reduced size and weight of the SmartPhone more than makes up the difference. As a PocketPC user, one of the first add-ons I ...Show All
chrisortman CF 2.0 Controls
I have about 30 controls that I have been porting from 1.1 to 2.0 and have run into several issues that I hope someone can provide an answer to. Note that I am familiar with the basic design, the xmta and all the attributes therin and the design time dll. 1) I haven't been able to get a component type control to work at all (one that appears in the component tray) 2) I can find no way to block controls from appearing in the toolbox in t ...Show All
richqwerty Gracefully exit a blocking call in a thread (NETCF1.1)?
I am looking for a way to gracefully exit blocking calls such as UdpClient.Receive() if they never receive any data so that I can terminate the thread that they are running on. I am using the .NETCF & C#. Any ideas or insight would be greatly appreciated. Thanks. What I do is to have the program send a udp packet to 127.0.0.1 with the word QUIT. The loop in the blocking thread receives a packet with QUIT and exits the function. ...Show All
Peter Sollich Vb express with smart device
i want to create smart device app. in vb express . how can i do this and i'm computer eng. student in university . can i get vb2005 pro ed. for educational porpuse can msdnaa help for me this please Hi, The VB Express SKU does not support development of device projects. You can opt to use the Standard SKU (Academic will also work for you which I think ships with MSDN). Ple ...Show All
Izhido_ Problems closing application
Hi, Having problems closing my application. I've written an app for windows mobile 2003, consists of the mainForm, and a bunch of other forms that are opened from main form. There's a particular form that's not allowing my application to close properly. If this particular form has been accessed/opened, after completely closing my application it still remains in the task manager (running in the background). After this happens I cant ru ...Show All
wls WebBrowser continual refresh on PocketPC 2003 SE emulator
I have a WebBrowser control in my Windows Forms application, and I'm setting the display using the DocumentText property of the WebBrowser instance. As soon as I set the property, the Navigating event fires, then the Navigated event fires, and then the DocumentCompleted event starts firing repeatedly and won't stop. This causes the page to reload continually, and I can't seem to do anything to make it stop. Has anyone else seen this ...Show All
Psinha371 path not valid
I am trying to connect to a sql mobile database. the db is located at C:/PMIS Mobile.sdf I know the db is there, I put it there. but when I try to run it, I get path not valid. My code is below. Dim cn As New SqlCeConnection("data source =C:/Pmis Mobile.sdf") cn.Open() if anyone sees what I am doing wrong, please let me know. I am using an emulator. I have included the sdf file into the project. ...Show All
Michael AbiEzzi EVC4 Migration to VS2005
Hello Experts, I'm trying to migrate existing native C++ EVC 4.0 (Targeting Pocket PC 2003) projects to VS 2005. After installing all required software and SDKs I opened the project in VS 2005 and compiled then errors started to evolve. All the errors I saw were related to classes that were dropped from MFC! Fortunately I was able to resolve most of the errors by using classes that are supported or by getting rid of the class completely when ...Show All
deenaMay3 Windows Forms - Find Control that lost focus
hi, I have 2 questions. 1) I have 10 text boxes and a Button. When the button is pressed, one of those 10 text boxes should loose focus. How do I find which control lost focus from being in the Button click. 2) How can I find cursor position in a textbox Let me assume I have textbox with value of 34567. When the text box has focus the cursor is positioned between 4 & 5. How do I find that programatically Thanks, Vijay ...Show All
some other guy CE 5.0 Device emulator status
Is there any news on the availability of the CE 5.0 device emulator The lack of the emulator is begining to hamper some development projects. What we really need is 800 x 600 resolution in the emulator. If 800x600 is all you need you can simply start the MDE from a command prompt and specify 800x600x16 as the video parameters. CE5.0 BSP is released at http://www.microsoft.com/downloads/details.aspx Famil ...Show All
penyaskito OnItemexpanded in treectrl
I'v overrided the OnItemexpanded() in treectrl,but it never work, Can someone give me help Thanks para Yes, that's correct! thank u! Hi, Are you using CTreeCtrl class As far as I can see from the code there isn't any virtual function in there that you can override to handle item expansion event. I think if you need a notification for the expansion event then you nee ...Show All
