Answer Questions
Amitkumar Jain Help
I am new to the smart device app side of VB and I have a question. The thing is that I am writting a pocket pc version of the game left right center and can not for the life of me figure out how to call a second form. I can get the second form to load and show but you can not click on anything in the form. Can someone tell me what the problem might be Dim frm As New Form2 frm.Show() 'frm.Visible.Equals(True) frm.Numeri ...Show All
wetheral Menu Bar Help
I have a program - working fine and so does the Menu Bar. However - if I make any change to the Menu Bar - even editing the name of one of the labels - I get a failure on the Menu Load (SHCreateMenuBar) which I call in WM_CREATE. It loads When I go back several (a lot) of versions ago, I find that this problem didn't exist, so I believe something happened and since I didn't need to edit the Menu Bar - it was not apparent to me that somethi ...Show All
shaybobwen Visual Studio 2005 Beta 2 - Emulator problem
Hi! I've got a problem and wonder if anyone else has it (and has resolved it ) My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. The system cannot find the path specified." Thanks in advance, Tadej I had the same problem so from a previous tip for vs.net 2005 beta 1 ...Show All
paddyprash Windows CE5.0: unable to hide command bar!!!
I developed an application for critical healthcare that must run in fullscreen mode. Now I'm trying to migrate to Windows CE 5.0, but I can't hide the bottom bar (command or menu bar ). I already tryied various combinations of CCommandBar SHFullScreen SHFindMenuBar CommandBar_Show ecc... this issue will jeopardize the entire project. Hope someone can help me...... YES! You Rock... Where did you find that... I had the SHIDIF_FU ...Show All
Terry Murphy .Net Runtime Error Event ID 500 on App Sartup
Hello, I'm having a problem deploying a smart application. On some machines, the .Net 2.0 applications starts perfectly. On onthers, the above error is logged. It appears to be occuring when the process is started, yet not into the application. No UI is shown. I have debug points as my first statements in the form.load function that never display Any advice is appreciated. More Errr ...Show All
Baldaris GenerateMember always true
When I try to change the GenerateMember property of any control in a form of my C# Smart Device Application project to false, the member is removed from the Form1.Designer.cs file, but if I reopen the from after and check the property GenerateMember, it's set to true again. More than that, if I try to change the GenerateMember of property of another control in the same form, the member of the other control reappear. This problem make the Ge ...Show All
pri Unable to sign assembly - 'No Provider Was Specified'
I've been working on a .NET CF 2.0 project in VS2005 for a few weeks without any problems at all. Today, our IT staff switched our user accounts over to a new AD domain, and now when I try to build my project I get a strange error: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.CompactFramework.Common.targets(42,9): error MSB3482: SignTool reported an error 'Failed to sign obj\Debug\MobilePDA.exe. SignTool Error: ISignedCode::Sign r ...Show All
Kalaka connection string error
[code] Dim rdaOleDBConnectString As String = "Data Source=WINWIN;Initial Catalog=HOME; " & _ "User Id=<username>;Password = <password>" [/code] Error Message = A required property is not specified. [ Property name = SubscriberConnectionString ] can anyone tell me what is the error by the way what is DATA source and Initial ...Show All
EdSF OpennetCF PictureBoxEx control? OutOfMemoryException
Hi All, Recently, I use two picture box control from OpennetCF. What happen is, during loading data phase (display using standard ProgressBar) of my application...SOMETIMES, it throws OutOfMemoryException eventhough I still have a lot of room for memory. I SUSPECT that the problem is being caused by those two new picture box. I ever got the same problem before, but, it's not happening again after i remove the picture box from Opennet. Unti ...Show All
&#26080;&#21517; Reading XML ISO-8859-1 is not supported?
how to read xml with ISO-8859-1 it always throw error ISO-8859-1 is not supported. i need to build application in smart device that can read RSS xml, but most of RSS out there is ISO-885901. any idea how to trick this problem thank you. You can use some supported encoding, but characters out of ASCII range might be mangled. You might be able to implement 8859-1 Encoding class as well and use it like this: ...Show All
jamesh1971 Getting input from the user (newbie question) [pocket pc 2003] [eVc++]
My problem is about getting a filename from the user as an input, and reading / writing to that file name. Unfortunately I don't know much about CE programming, I used to have a simple C++ function, which I'll post here, if you guys can make it into CE (pocket pc) compatible, it'd be great. Because I can't seem to take any keyboard data as input for pocketpc. Well here's the code for win32 c++: char type, *filename; filename = ...Show All
Ryo32 Path arguements in the "Additional Dependencies" linker field
Hi, I've recently converted my eVC 4.0 project files to VS 2005 and each of them have for their Additional Dependencies something like: lib\somelib.lib lib\some_other_lib.lib This is the way they were specified in the original eVC project, but now I get the linker error MS_LINK : fatal error LNK1181: cannot open input file '.\lib\somelib.lib' Anybody know why this is the case with VS 2005 The conversion util ...Show All
Bandobras Undefined Externals, TrackPopupMenu and VarBstrCmp
I have a large CE workspace that I migrated from CE 4.0 to CE 5.0 using the built in conversion tool in VS 2005. When I try to compile any of the COM dll's I get the following series of linking messages: 1>UniversalDataForms.obj : error LNK2019: unresolved external symbol VarBstrCmp referenced in function "public: bool __cdecl ATL::CComBSTR::operator==(class ATL::CComBSTR const &)const " ( 8CComBSTR@ATL@@QBA_NABV01@@Z) 1>Univer ...Show All
Superg App Idle Timeout
In CF v1.0 i used OpenNETCF.Windows.Forms.IMessageFilter to detect activity (or lack of) in the app. Does anybody know how to do this in CF2 Here's the code i used... Imports OpenNETCF.Windows.Forms Public Class AppIdleTimer Implements IMessageFilter 'declare timer event and delgate Delegate Sub TimeoutDelegate() Public Shared Event AppTimeout As TimeoutDelegate 'declare a system timer P ...Show All
TMedhurst Adding a new WinCE emulator to VS.NET 2003
Hello, I've developed a new emulator platform using Platform Builder 4.2: now I would like to use this emulator in order to test and debug my applications written using the compact framework: how can I add the new emulator to the VS.NET 2003 environment I've found no way till now... Thanks in advance and Kind regards Severino Daniel Moth wrote: Follow the steps here: http://www.danielmoth.com/Blo ...Show All
