Answer Questions
feuerste Stored Procedures in SQL CE version
Is it possible to create a Stored Procedure in SQL CE database In other words if i have a batch of SQL Statements that need to be executed in a sequence, instead of executing them individually is there any other procedure to execute them with one Connection from my application designed using .NET CF Regards, Chakravarthy (DSKCHECK) PS: Reply me at skcheck@gmail.com" href="mailto skcheck@gmail.com">DSKCHECK @ GMAIL.COM too ...Show All
Fabio Pagano Installer for .net Application
I have some questions regarding the handling of .net CF installation I have a cab file and a working MSI installer for my app. (based on http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnanchor/html/CompactfxTechArt.asp) How can I check if the .net cf 2.0 is installed on the device and is there a way to somehow merge my installer with the .net cf redistributable (from here: http://www.microsoft.com/downloads/details.aspx famil ...Show All
Roose determining phone location---recieving broadcast messages
I m trying to develop the code for determining the current location of the phone user on smartphone 2003 SE. I m doing native code development--win32 apis. As it should be i want to know the current location (like country city locality) of the user. And i guess broadcast messages is wat I need to determine that. But i m having a hard time finding a way to recieve these messages. I hv googled enough in vain already. Any thread or clue wud b hig ...Show All
JeremyBeauchamp How do I bind two DataGrids in a master-detail relationship?
for Compact Framework 1.0 Me .dgOrderItems.DataSource is an object, object does not have DefaultView you're trying to use. In C# that would be syntax error (xxx does not implement yyy), but VB would 'believe' you and would try to figure out what this object is at runtime. That constitutes late binding which is disabled by your settings and not supported by NETCF. Solution is to explicitly cast objects ...Show All
mshola Playback stuck in API "Recording and Playing Sound with the Waveform Audio Interface" when interact with other application.
I'm facing problem in using API for "Recording and Playing Sound with Waveform Audio Interface." When I playback an abc.wav file using waveout on Pocket PC, and mean while during playback if I interact with another application, for instance Volume Control the playback hangs out it stuck to that play point and doesn't start playback from position. The thread continue to check wo.Done if always return false so the pl ...Show All
Kresten How to Assign the Context Menu to WebBrowser Control
Hi coders, I am using VS.NET 2005, my application type is Device Application. In this my Form1 I placed the WebBrowser Control. I created one Context menu(with 3 menu items) for webBrowser Control. I added this.ContextMenu = this.myContextMenu; my problem is browser (default) context menu is displaying instead of my context menu. I found that webBrowser control is not having webBrowser1.ContextMenu Property. ...Show All
chrisminett How to create Windows Mobile 5.0 Pocket PC application using VS 2005
Hi, I want to create a Windows Mobile 5.0 application for Pocket PC using C# in Visual Studio .NET 2005. When opening VS 2005, I am not getting option to create Windows Mobile 5.0 Pocket PC application. The available options are those to create applications for Pocket PC 2003, Smartphone 2003 as well as Windows CE 5.0 only. I installed- Microsoft Visual Studio 2005 Team Suit edition Beta-2, Windows Mobile ...Show All
iCore how to read fairly large Bitmaps ?
Hi. iam trying to load a fairlly large bitmap(7,5mb 3690x5215 px) and of course it end allways in out of memory exception. Is there any other way to load the bitmap without having to read all file to memory, and just portions of it on demand. The main purpose it to display just a part of it and allowing the user to scroll the rest of it and do some painting stuff on top of that part. Thanks. I have just done a ...Show All
Bil Muh Error of calling web service from pocket pc 2003 emulator in VS 2005!!!
I just migrated a smart device(pocket pc 2003) solution from VS 2003 to VS 2005. After converted and built successfully, the web service could be access directly by viewing in IE. there are several oeprations inside the web service and I tested each of them by accessing from local machine. No problem at all. But when I run the pocket PC project on emulator, a web exception comes out. The error is "Could not establish connection to ne ...Show All
Wiwin Teja Create new WM5(PPC) project throws 'requires .NET CF1.0 which is not installed on this machine" error
1. When I try to create new WM5(PPC, I installed PPC2005 SDK) project using CF1.0 framework(Device App(1.0), I get the following error message, 'this project requires CF1.0 which is not installed on this machine. I have CF1.0 and VS2003 on the same machine and I can run my app which was created in CF1.0 using VS2003. I surely have CF1.0 on my machine. Can somebody help please. Thank you in advance. 2. In my PPC 2003 app, I make unmanaged API ca ...Show All
spacelord Error 0x89731511 deploying to PPC2003SE Emulator
I have VS2005 Team Developer running on XP SP2. I created a new Smart Device application for PPC2003. With the Device Emulator Manager, I can cradle the Pocket PC 2003 SE Emulator. The project contains no code. But when I try to run the project in Debug mode on the emulator, I get the error 0x89731511 - Device Connectivity Component Any pointers Hello, i have the same problem that David, I don't so ...Show All
adman666 Unable to start debugging in Beta1 & Smartphone 2003
Hi, I'm a newbie to developing with smartphone I have created a simple application in Beta1 just the default smart device. It compiles fine but when I try to run it in debug on soluton platform Smartphone 2003 Emulator the emulator starts up but then I get the following message: Unable to start debugging Unable to start program'%CSIDL_PROGRAM_FILES%\Hello World\Hello World.exe'. Any ideas. Also I can't work out where to configure the network ca ...Show All
SDagger Find() method of the Controls collection of a Mobile form
Is the Find() method not an available property on forms for SmartDevices/PocketPC's etc Thanks Tryst Correct, it's not available. Loop through controls instead if you need that. I'm not aware of a Find method in the full framework. There is FindControl method but it only exists in WebControls. What are you trying to do Just want to find specific controls, without having to loop (process more commands = waste battery) ...Show All
Eamonn Turley files on remote computer?
Hi. Wondering if there is a way of retrieving files/directories etc... using the .NET classes I would like to retrieve this information on my remote computer (local computer which has the mobile device connected to it) I can connect using tcpclient but when i try to get a list of files/directories using: string [] theFiles = Directory.GetFiles("\\ComputerName\drive$"); I get an IOException. However the IOException does not give m ...Show All
George Gombo? Execute the program by ShellExecuteEx throw the TypeLadException
I write a program of self-update.After have download the lastest program,I execute the program by ShellExecuteEx,and the program throw the TypeLadException.But when I execute it alone,it run well. why thanks for your reply! //-----------call .exe private void AllDone(object sender, System.EventArgs e) { string docname = GetCurrentDirectory() + execute; int nSize = docname.Length * 2 + 2; IntPtr pD ...Show All
