Answer Questions
James Hendersen How to run visual studio 2005 beta 2 project EXE on a smartphone device
I am developing applications for a smartphone using visual studio 2005 beta 2. I am unable to run my dotnet exe on my smartphone device.Does it needs any framework to be installed If So,how to install and where to install that frame work Thank You, Amar. That's expected should you try to run NETCF V2 application on SP 2003 which has only NETCF V1. Make sure you're using V1 project type unless you have WM 5.0 SP (not likely unless you g ...Show All
Steve at Eglin How to open PocktPC Calculator application..
How can I open the Calculator application in the Windows Mobile at a click of a button Thanks, Vijay You can use the CreateProcess function from the coredll import...this is the only why I have found to launch and external program from my application I swiped this from somewhere online... //create the process info class public class ProcessInfo { public IntPtr hProcess; public IntPtr hThread; ...Show All
msnashok Mouse-Move event of Menu Bar
Hi, I'm working on a Pocket PC application in vb.net (.Net Compact Framework 1.0). I have a menu MainMenu1. This displays a command bar at the bottom of the screen. Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu Me .MainMenu1 = New System.Windows.Forms.MainMenu I need to handle this command bar or menu bar's "mouse-move" event. But the only event available for MainMenu1 is "Disposed". ...Show All
EgoStripper error deploying .NET CF 2.0
Hi I have previous been able to successfully deploy the .NET 2.0 CF to my Imate SP5m WM5 mobile device (Smartphone) Unfortunatly I had to hard reset the device. having done so today, I then had to reload my programs, contacts etc.... Now, I have de certified the device (Application unlocked it) as i needed to. In VS.NET 2005 - I am unable to deploy .NET CF 2.0 It keeps saying that (on the device and in Windows) the latest version ...Show All
jimmyglo SendKeys
Admittedly, this wouldn't be my ideal solution, but is it possible to emulate the "action" button on a pocket pc or smartphone For instance, if I've popped a CameraCaptureDialog, can I automate image capture and approval simply by pushing the keycode at it Or is it possible to raise any events against this dialog Andrew, Would it be possible to see your code I'm trying to do exactly the same th ...Show All
PLCweaver resource or assembly not found when catching exceptions
Hi. I swear I've been able to do this before. Using .NET CF 2.0, WM5 smartphone. Anytime there is an exception being caught, I want to see the inner exception message or just the general exception message but everytime I look at it, no matter what type of exception, i always get the message that a resource or assembly could not be found. The proper namespaces have been declared, what am I doing wrong I only see: Microsoft ...Show All
Brian72 vpn pocket pc
Hi. Sorry for my English. I have a Qtek 2020i with windows mobile 2003 SE. I can connect with a host by vpn, but I can see folders or files in the host. I have same configuration in a laptop. I can see folders in the host from the laptop if I don't enable a check called " use remote gateway" that is in vpn configuration of the laptop. Where can I deselect this check in the qtek Thank you. Victor Garzon. Spain. ...Show All
Eduard Huguet How to read the dataBase of the PocketPC ?
Hi everybody.. I'd like to know if t's possible to read the "Contact Database" of the pocket PC, and how is it possible if it is... Thanks I use the CF V1, so I've download, the "In The Hand" demo. It contains all the functions I need, and It runs very well. Thanks a lot for your precious help. Regards If you are using CF V1 you will have to make a managed wrapper to POOM an ...Show All
lefoulkrod Interaction with bluetooth headset
Hi, is there an easy way to play some audio via a bluetooth headset or capture the audio from the headset I didn't find a lot of information about this on the web & msdn but I'm sure I'm not the first person trying to write an application interacting with a BT headset... michivo Yes, I already had a look at this (the BT part is seperated from OpenNetCF now and can be found at 32feet.net). As far as I under ...Show All
Jimbrowsky Using same port for Server and Client
Is it possible to use same port for both the server and client. that is what i mean is if a client connects to the server at port 2332 then server will randomly assign an port, using this port server and client will communicate with each other. Hear, wht i need is i want that randomly assigned port also to same as listen port. Basically i need this for NAT implementation You can bind the client to use a fixe ...Show All
jbranton App not listed in Remove Programs
I've created a simple app in CF2.0 and created a .cab setup project, copied the cab over and installed fine. The only issue is that the app doesn't show up in the remove programs list Is there something I have to do manually to get it listed there Sorry, I can't think of anything else to check, except perhaps taking an SDK CAB sample, making sure it installs and is visible in Add/Remove and then comparing your INF files yes s ...Show All
hendyb millisecond property?
Does the millisecond property work on the CF I'm using vs2005 Beta 2 Now.millisecond always returns 0 (zero) but if you create a time, and give it the millisecond parameter, it returns the value you'd expect... Dim dtNow As DateTime = Now Dim myNow As New DateTime(1999, 1, 13, 3, 57, 32, 11) myNow.Millisecond = 11 dtNow.Millisecond = 0 what gives Thanks for the hel ...Show All
matthew1564 Deploy to Pocket PC 2003 - Connect to device failed
I am having a problem deploying a very simple smart device application (in fact the has only a single control) to my Pocket PC (Toshiba E355 - Windows Mobile 2003). I consistently receive the following message: Connect To Device Failed I have also tried to connect to my device as follows: From the Toolbar: Tools --> Connect to Device Selected Platform: Pocket PC 2003 Error Message: Connection failed. No connectio ...Show All
Origamime How to make your application appear in the Start Menu?
I'd like to make my application available to the Start Menu. How can i do so Do i have to program it somewhere Is it related to the MSI package Really clueless here ... :( Thanks, hey Ilya You know i did, and it didn't work. The application is not available in the start menu. I even change the .inf file and put %CE17% for the start menu. The funny thing is that for the other system folder it works ... games ...Show All
Uray Frank socket programming
hi there, i was doing socket programming between desktop PC and mobile device, however i always get an error msg on device application as below "Control.Invoke must be used to interact with controls created on a separate thread" what does that mean i only know it was something to do with the thread and control can somebody explain why it happen thx Please see this: http://m ...Show All
