Answer Questions
honigkuchenmann Keep program ontop
Hi, Could anybody tell me please how to make my program forms ontop of any other running program even when it loses focus i am using C# thanks yes, you are right, thanks so much for your help. I just tried it out - if you set this property on every form in your app - it will be top-most. System-wide, not only in the current application. Set the Form's "TopMost" property on True. With great difficulty. You need to do ...Show All
CodyCooper Connect SQL Server Express from Pocket PC
Hi All, I am new in .net and also in pocket pc. I would like to know how to connect to SQL server using bluetooth if I use the LAN, then may I know how is the connection string and what is the thing I need to imports or declare. Hope can get some idea from all the experts. Thanks. DataSet would fetch all rows from the server. That's OK of you have couple thousands rows, but it might take a while if y ...Show All
gs2006 Browse different folders in PDA using C#
I am developing a application in c# compact framework for PDA, i want to browse through all the folders, to select a file and store in the database. Can anybody help me how to browse the PDA for files in different folders using c#. Try using the classes in System.IO I tried few functions in the System.IO, but not able to show all the folders in the form, it is showing only 2-3 folders. ...Show All
Howard Lung copy file from PDA to desktop PC
hi all any idea on how to programatically copy file from PDA to desktop PC using vb.net in VS.NET 2003 hi I think we must use The RAPICopyCEFileToPC sub to copy file from pda to desktop I try following Code but I can't copy even 1 byte: RAPICopyCEFileToPC "1.Mp3", "c:\1.mp3" RAPICopyCEFileToPC "My documents\1.mp3", "c:\1.mp3" maybe i must use IP or anything else Tell Me Thank You ...Show All
Muhammad Rashed Nadeem VST 2005 Device Application Emulator Problem
When trying to launch my device application in an emulator "PPC 2003 SE emulator" I get the error message, after the emulator starts up: If target is an emulator, connection failed because no virtual switch driver is detected. Reinstall Device Emulator package. For more information, see Troubleshooting topics in Visual Studio Help. I already re-installed the Device Emulator package from my VST 2005 DVD, but nothing changed. Anyone what goes wro ...Show All
AllanJ Visual Studio 2003 Emulator connection problem
Hi Everybody Is was hopeing, that somebody in here would be able to help me out with my problem, since I haven't had much luck solving my problem my self. The problem is pretty common as far as what I've read in this forum. I run Visual Studio 2003 on Windows XP SP2 US in vmware ACE. I've installed the following software. SDK for Windows Mobile 2003-based SmartPhones SDK for Windows Mobile 2003-based Pocket PCs Windows Mobile 2003 Second Editio ...Show All
Saqib Barlas Emulator not connecting to internet but device thru ActiveSync 4.1 can
I built a small VB 2005 appliction for the Pocket PC. I put a browser control on the form and if I have my devce connected to my computer thru ActiveSync 4.1 I can access a web page. If I use an emulator I can't get a connection. Is there something I have to do to the emulator to get a connection Thanks. You may want to have a look at http://blogs.msdn.com/akhune/archive/2005/11/16/493329.aspx -Thanks, ...Show All
Philski transfer data to pda
hi i want to write an application that transfer data from desktop computer to the pda on remote location through the GPRS connection hwo to do that. GPRS is a protocol that is used to transfer data over the wireless connection. You don't have a need to care about its specifics since TCP/IP will be running on a top of GPRS. Pocket PC Phone edition and WM Smartphone devices already have a GPRS modem built in and if you make a web ...Show All
Allen Bergst vs2005 compiler is fatally flawed: generates bad code
In this very simple excerpted code, the compiler fails to do its job. If you want it recreated, I propose someone there try to recreate it. I've already got it happening here. It's as simple as it gets. From the type of failure, it looks like it's going to happen a lot. r12 is assigned the address of mc.decodePriority only if gDecodeMaxPriority >= 3, yet it, r12, is still used as the store address when it is not &g ...Show All
Bill Henning bat files/ Shell script in windows mobile
How can I run a bat file in Windows Mobile 5.0 Actually ShellExecute does not exactly wok as a shell i.e. only exe,bat and cmd files can be run using ShellExecute. My aim is to import a vCard to outlook. to do this you have to just type the name of the vcard file at the run prompt. to do such an operation in win desktop i made a bat file and invoked shellexecute and my work was done. Can bat files or any shell script be run in Windows Mobile ...Show All
Dave in Colorado Problem with System.IO.Ports when sending data to Bluetooth com port.
I want to connect a mobile phone from my pocket pc over Bluetooth com port using the new System.IO.Ports.SerialPort function in .Net Compact Framework 2.0. I can open the com port, but when I want to write data to it, the whole pocket pc hangs and I have to hard reset it. I tested it also with a normal com port on the pocket pc and with it, it works. Are there maybe problems with the Bluetooth com port emulation dri ...Show All
kondapanaidu Target Windows Mobile 5.0 without VS 2005?
Is there any way to target devices running Windows Mobile 5.0 without using VS2005 Unfortunately, the UI of VS 2005 doesn't work for me because of the way it entirely ignores my visual preferences (and the compiler, apparently favoring 'security' over anything else, isn't of much interest to me), so I'm forced to stay with previous version of VS. I attempted to install the SDK despite not having VS2005, and it seems to enforce that req ...Show All
rgopalakrishna Windows Mobile 5 and secchk.lib
I'm trying to add a WM5 target to my PPC2003 solution (Visual Studio 2005). I installed the SDK, added a new build type (I derived it from my PPC2003 build type), and chose the correct emulator for the target device. The problem is that even if I have /GS- in the compiler settings (disable security checks), I am still getting LNK1104 for secchk.lib. As far as I can tell, secchk.lib doesn't even exist in the WM5 SDK. I can't find any expli ...Show All
BigCountry Using MSMQ from Windows Mobile
Please forgive my ignorance, as I am very new to mobile development, but does anyone know if it is possible to send a message to a private message queue using a windows mobile device. I'm really hoping that System.Messaging is pretty much the same between platforms. Any help would be appreciated. Thanks! -Jared Yes for the most part System.Messaging is pretty much the same between platforms. The differe ...Show All
UberNewbie ListView problem
Hi, i have tabcontrol containing two tabPages. One of the tabPage contains a ListView with dock property set to FILL. if i leave the default view for the ListView.view property alone, i see the items i added (though not the way i want them to appear), but if i change the view to DETAIL, i see nothing. Anyone have any idea why this is happening so if i have: this .ctlLv.View = View.Details; ListViewItem lvi = new L ...Show All
