Answer Questions
sirjis persisting default property values for CF UserControls
Hi! I have created a CF UserControl in VS2005. It contains a string property, and I want to assign a default value to this property. So I enter the following into the .xmta-file: < DefaultValue > < Type > System.String </ Type > < Value > Hello, world </ Value > </ DefaultValue > In design-time this works, the correct default value of this property can be seen in the property grid. In runtime, howe ...Show All
Patrick Verleysen Compiling error C1190 while building solution for Visual C++.net
Hi, all, I am using Visual studio 2005 to make a Visual c++ project. I was trying to make a simple UDP socket and threading program. The device manager i am using is wm 5.0 for Smartphone, and wm 5.0 Smartphone emulator. Here is what I have in the header file: #using <mscorlib.dll> using namespace System; using namespace System::Threading; using namespace System::Data; using namespace System::Net; using ...Show All
Hari G Emulator disk space?
I am trying to run an app I am developing using Visual Studio 2005. The entire folder is less than a meg in size and yet I get this error when trying to start the emulator... Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\aswportrait\system.web.dll'. Error 0x80070070: There is not enough space on the disk. My computer's hard drive has 50 gigabytes free so how can t ...Show All
bwalkertn .Net CF 2.0 How to Run App when it get synchronized with PC ?
HI all, I wanted to start and run my application in back ground when PDA is connected PC it get synchronized with PC. Is there any provision to achieve this in .Net CF 2.0 Thanks Jayakumar A Hi , Thanks lot , It's really saved my time thanks again .. Thanks , Jayakumar A You may use CeRunAppAtEvent to run an app on the mobile side. You may ...Show All
Stathread SMTP in .NET Compact Framework
I am attempting to write an application utilizing the .Net Compact framework 2.0 (maybe SP1) that will run on a PocketPC 2003 device (not phone). I would like the application to take a file from the device and email it to a SMTP Server. I would like to do all of this without having to use other programs if possable (Such as cslmail). Is this possible I will be using a network card on the device for connectivity. Should I just use the system.web ...Show All
Mallioch Non-public methods/members for CF DataGrid?
Where I can find some full info for DataGrid (public/non-public members/methods) - Compact Framework I'm also interested to find such info for other standard Windows.Forms controls (UML, descriptions, and more...) Thanks! For private methods you can not find this info anywhere as these methods are not public and thus not documented. As to public methods, MSDN is the place. Try here: ...Show All
Michael Nemtsev can VS2005 beta 2 work with SQL server 2000 to create mobile applciation?
Hi there, i would like to know can VS2005 beta 2 work with SQL server 2000 instead of SQL server 2005 CTP to create mobile application. Do SQL server 2000 support mobile server anyone can answer my question...thanks !! Yes....we are currently using SQL Mobile (with the VS2005) to create a client app that replicates/synchronizes with our SQL 2000 server. You just have to be sure to install the SQL Mobile Too ...Show All
LeoNicolas [C#][VS 2005 Bete 2] creating & using a C++ in a C# project
Hi, I try to create a unmanaged dll in C++ with visualt studio 2005 and the i want to use it in a c# project. My first question is hoaw to create a C++ (unmanaged) dll project for smartphone in visual stuido 2005. I create a Win32 projecdt>>dll project but i supopose it's only for deskop. After that i wrote my dll. .CPP #include "MyDll.h" // This is an example of an exported function. MYDLL_API int fnMyDll() { return 42;} .H ...Show All
klacounte CF v1.1 ListView Item
How can I identify a ListView item by a string/number value at run-time In Visual Basic 6 I used a KEY property to do that job but in C# CF v1.1 I can't find it. Thanks! Thanks for reply StriderIRL , but it's not what i need. Text property is visible for user. I need the Key propety that is not visible for user and it can store a database ID field. When I click the ListView Item, I can use this value to ex ...Show All
Paolo72 Answer Suddenly get "sql server does not exist or access denied" after connected for ages.
Hi all, I'm developing a PDA app using the compact framework. It connects to a SQL server 2000 database calling stored procedures to read data and update it etc.. It all works absolutely fine for 10 minutes or so - reading and writing lots of data. Then all at once I get the error "sql server does not exist or access denied". In my error handler I try to reconnect - but it seems once this error has happened it's not possible to reconnect. I don ...Show All
olsen.chris Developing against WebService with LoopBack Adapter
My development network does not use DHCP and so because it is using static IP addresses, I have installed the Microsoft Loopback Adapter in order to develop Smartphone Applications and get deployment working. How does one go about deploying, testing, and debugging against a web service located on the same development machine with the emulator.. It doesn't seem possible This is painful and any help would be appreciated. ...Show All
Peetzore Thread.CurrentThread.CurrentUICulture not available
Hi I'm developing an application in VS2005 to run on Pocket PC 2003 with .NET Compact Framework 2.0. I want to localize the application for multiple language support. I can enable the localizable property and set different resources for the different languages. The only trouble is that I am unable to set the current UI culture. For example: Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr-FR"); I get the error: 'System ...Show All
Mick McGrellis SmartDevice Cab project unicode problem
Hi all, I am developing a chinese language pocket pc application. I would like to use a chinese name shortcut to launch my application. I have created a Cabwiz project and there are errors during build and building stopped. Does it mean that Cabwiz cannot create a chinese application shortcut is there any workaround for that "ERROR : The Windows CE CAB Wizard encountered an error : The INF file c ...Show All
RavenSensei1 SIP problem
Hi, i need to use a input panel control without the menu. I doing my own mainmenu and i have to shown a SIP control, but when i'm trying to shown the SIP control it shows the default menu bar. I need to hide the option menu to select the input methods and drawn the SIP control on a different y position then the default. Could anyone help me Thanks in advance, Nuno Silva. Hi Nantunes82, NETCF does not supp ...Show All
SUJITH NAIR CE.Net 4.2 and Compact Framework 2.0
Hi, I'm hoping someone can help understand why those of us that work with Industrial Handhelds (and therefore CE.Net) got the short end of the stick. We have equipment that was just purchased this year with CE.Net 4.2 and Microsoft is not supporting it with VS2005. It's not like 4.2 was a down-level version, it was the latest version of that build. Our only options are: 1) Pray the vendor certifies on the new version, pay ...Show All
