Answer Questions
Npotnis Printing reports in CF
Hello, does anybody know, if exists some library to manage printing reports in .NET CF Our .NET CF aplication is solution for dealers to sell products and they want to print invoices from their PDA. Exists some solution to get data from SQL CE database and print them according to our template Something like Crystal Reports or Report Builder for .NET framework. I've searched for something many hours but I didn't find anything. Mayb ...Show All
Pirks VS 2005 Failed To Connect To PPC2003 SE Emulator
Installed VS 2005 from MSDN disk. Started Mobile project. Can connect to all devices, EXCEPT Pocket PC 2003 SE Emulator. Message that I get is "Connection failed. No connection could be made because the target machine actively refused it." Tried to go back to VS 2003 where this connection was working and, now, it also does not work. Most frustrating. As an aside, does merely connecting to the emulator need to be all so diff ...Show All
akqajohn InputPanel ObjectDisposedException & multiple forms
Using CF2 and VS2005. Problem here. I have an InputPanel object in both Form A and Form B. They both register the EnableChanged event to move the tabcontrol size. After opening Form A, closing it, then going to Form B, the event is sent to Form A (which is already disposed and had GC.Collect() called) and a ObjectDisposedException is raised on a ClientRectangle object. What would cause FormA object to still exist i ...Show All
Morag2 Error : 0x8007007e
I am developing a smart device project which reuses dll's as well as static libraries. The code builds fine but fails to launch the exe giving the following error "An error occured that usually indicates a corrupt installation (code 0x8007007e) . If the problem persists , repair your VS installation via 'Add Remove' in control panel. I have tried reinstalling VS and also tried to run the project on a different machine but with no succ ...Show All
Varied Interest TCPClient Connection Emulator vs. Device
Hello, I am working on a project which enables a Pocket PC device (Pocket PC 2003) to connect to a server via a TCP/IP connection. Running the program from the emulator displays an error message about not being able to connect. The errror code is 10065. The error message is: System.Net.Sockets.SocketException: A socket operation was attempted to an unreachable host If I run the same program on the device itself then it works as expected. ...Show All
Boomstik Named mutex in C# - P/Invoke?
I need a named mutex in C#. Where can I find the documentation on how to do P/Invoke calls for this Thanks. I don't have V2... Anyone have any ideas for V1 PInvoke I need to create/open/release a mutex. Thanks. For v1 The OpenNETCF SDF contains the MutexEx class which P/Invokes the relevant APIs. You can either use the SDF as-is or take a look at the code and borrow the relevant parts. See here for details - www.ope ...Show All
minority80 SQL Server Mobile subquery allowed?
I apologize if this is the wrong forum, but I cannot find a forum dedicated to SQLServer Mobile... My question is whether or not subqueries are allowed in SQL statements in SQL Sever Mobile. For example: select a . Id , a.DefaultDescription , ( select b . Category from OldvListItem b where b . Description = a . DefaultDescription ) Category from ListItem a This is giving me the following error: .... Token in error = select Is th ...Show All
pnp Device EmulatorError VS200 PRO
Hi i'm trying to run Device Emulator in my XP pro sp2. I get these errors: Failed to open XML parser COM object. E:\Programmi\Mvs8\smartdevices\Skins\PocketPC_2003\PocketPC_2003\1033\PocketPC_2003_Skin.xml Error while processing skin file E:\Programmi\Mvs8\smartdevices\Skins\PocketPC_2003\PocketPC_2003\1033\PocketPC_2003_Skin.xml: View element is either missing or invalid. what can i do thanks ok, but i've found it ...Show All
Dragon Li Checking internet connectivity
Hi, i was wondering if there's a way to check wether the devide is able to connect to the Internet or not. I'm developping an application that can be installed on both connected and not-connected PDAs (even if they tend to be very few) and should lock some functions if the PDA cannot connect. any suggestion Thanks! Hi Alexy, Thanks, that's what i've been thinking of... and did, but as it may take a few mo ...Show All
Rob Relyea Hardware Buttons and AssociatedControl NOT staying associated
I just upgraded a Dell Axim X50V from Pocket PC 2003 to Mobile 5.0. This worked without any problem until the upgrade. Now the buttons will not stay associated. On the 20th time (20 button presses every time) of pressing the button (or any combination of associated buttons), they are not associated any more and revert to their preassigned apps. Any suggestions would be appreciated. Thanks, Steve Even with this simple ...Show All
Behnam about CeSeekDatabaseEx
my code is: void SeekDB(DWORD dwSeekType) { // Seek to beginning of database TCHAR szError[100]; DWORD dwIndex=NULL; CEOID oid = CeSeekDatabaseEx(hDb,dwSeekType,0,3,&dwIndex); if(oid) { MessageBox(NULL,L"Seek Database succefully!",L"Seek database",MB_OK); } else { MessageBox(NULL,L"Seek Database failed!",L"Seek database",MB_OK); wsprintf (szError, L" ...Show All
taral CArchive
Is that true that CArchive is not support under MFC 8 I am happy to know that. Visual Studio 2005, which is scheduled to ship in the next month or so, should have the CArchive support that you wanted. Does CArchive support in the VS2005 RC release Tao, It is the best news. You make my day. Which version of VS 2005 support CArchive Than ...Show All
JJIII drivers
Could you please send me driver updates for NVIDIA GeForce Fx5500 please And driver updates for Logitec USB Wheel Mouse and Sound Max Integrated Digital Audio. It would be much appreciated, Thank you . Gordon Donald. gorkev1@bigpond.net.au This forum is for questions pertaining to Smart Devices alone. Please post your questions on the relevant forum to get an acurate and quick response. ...Show All
JohnCo How to call netcf from flash?
Hi, In my application i am using flash for UI design. When i click a flash button it should execute netcf coding.For windows application there is some third part Components like ShockwaveFlashObjects.So how can i achive it in ppc. Hi, Alex Yakhnin and Mark Arteaga thanks for ur reply. There is a tool CFCOM from Odyssey Software( http://www.odysseysoftware.com/products_cfcom.asp ) which is used to commun ...Show All
dotnetscott Getting "Registration failed wirh error 0x8973190e. Error writing file" ... Error 0x80450001
I am trying to register a simple sample grabber filter that I wrote for WinCE 5. It compiles and links fine and I can copy it to the remote device or emulator. But when I try to deploy the DLL I get the error in the title. Any ideas Thx, Tom Sure, I will file a bug. But I have to believe that functionality this basic has to work, somehow. I based this code on a simple example posted by Gary Daniels. Thanks fo ...Show All
