Hi,
In Visual Studio 2005, how can i capture screen taps (mouse events) in a console app?
Regards,
zeu569
Related
What is the very basic programming in making applications to wm2003? like visualbasic 6.0 in the PC in there visual basic for pocket pc? Thanks Where can i get it?
there is visual studio 2003 .net
Hi,
I have started to code quite a bit for Windows Mobile 2003 and have not looked back )
You can try several different routes, the easiest and least expensive is to download the Micrsoft WM2003 SDK from their site (easier to do a google search for Windows Mobile 2003 SDK). You will need to download the SDK(s) as well as either eVB or eVC (eVB is your best option as its very similar to Visual Basic), however these tools are still quite 'hardcore' and require a fair amount of investment from you.
In addition to eVB you can try AppForge for Visual Basic 6.0 which plug's into VB6 and allows you create feature rich WM2003 applications, AppForge also installs a Booster tool on your Pocket PC device which greatly enhances he speed of the the VB apps.
The best route in my opinion is to download the Visual Studio 2005 Express Beta tools. Microsoft took Visual Studio.NET 2003 and updated allot of the tool sets, added more Mobile Device support and split up the different modules (so you will have to download what you need, i.e VB.NET Express). If you have the money you can fork out for the professional version of Visual Studio.NET 2003 which includes fulll support of Pocket PC/Windows Mobile 2003 & Smartphone devices (some through the download of the correct SDK, VS.NET can use emulators to run apps through the IDE without the need for a physical device docked with the main host).
Finally, to imporve your VB.NET coding experience and make the job of developing Pocket PC/Windows Mible 2003 apps, you can purchase (download available) a copy of AppForge CrossFire for .NET which allows you to use the Visual Studio.NET Visual Basic or C# languages.
Personally, I code nearly all of my Pocket PC apps in Visual Studio.NET 2003 using the C# lnaguage (I an one of the rare people who love C proramming)..
Cheers,
Taz
Wow.. I started this thread since sept 23 and got a new reply now.. this is a dead thread but you revived it.. thanx for your help now im currently donwloading the SDK... Thanx
Hi everybody,
I am looking for sdks/tools/ ... for mobile development.
e.g.
- sdk like the flash player sdk (http://www.adobe.com/products/flashplayer_sdk/),
to integrate flash functionality into own applications, has anybody used it?
- are there any sdks that provide advanced multimedia functionalities?
(e.g. access to build in cameras and convertion functionalities)
- or recognition tools speech recognizers, synthesizers ...
- or cool graphic libraries
- or sip and IM functionalties
I am willing to spend some money to get the best software,
my target os is windows mobile
would be happy to get some feedback on what is currently available and used by experts.
thanks
p.s.
currently i am using visual studio 2005 for development.
try the wm6 sdk's
Hello to all programers
I want to write my own program for my HTC Elf (touch). I try Microsoft Visual Studio 2005 with Windows Mobile 6 SDK. I wrote same small applications but all with windows (frames) I tried some example from SDK for fullscreen application but it didn't look fine for me. Could you someone send me some small fullscreen application as example please.
THX M. Göllner
gollner said:
Hello to all programers
I want to write my own program for my HTC Elf (touch). I try Microsoft Visual Studio 2005 with Windows Mobile 6 SDK. I wrote same small applications but all with windows (frames) I tried some example from SDK for fullscreen application but it didn't look fine for me. Could you someone send me some small fullscreen application as example please.
THX M. Göllner
Click to expand...
Click to collapse
Hi!
I don't have the code right now but I think you have to set the borderstyle to none and the window state and add the following:
FormBorderStyle = FormBorderStyle.None;
WindowState = FormWindowState.Maximized;
You can have some problems with SIP though...
Hope this helps.
thx
thx
I tried it but after maximize there is still bar with system button on the top and bar with keyboard button on the bottom.
Hello, I'm a Visual Studio and C# web developer, and would like to create an interface layer over Windows Mobile, like TouchFlo 3D. I need some help on what tools (emulator, sdk) I've to use and maybe some tips you can give me.
Thank you very much!!
Hi everybody,
I've tried to develop for Windows Mobile 6 under Visual Studio using the emulator and the deployment is rather long - Around 20-30 seconds just to deploy the application.
I was wondering if you have any tips regarding a faster way to test the application you develop for mobile. The current options I see now is the Visual Studio 2005 device emulator and deploying directly to the device itself (that actually proved to be a bit faster).
Thanks!
Yes you can test the application directly to your device if you have sync it but don't remember where to change that
Guys, where can I find complete developing environment?
I think a have VS on CDs, it's all I need?
or there is some add-on to VS to develop for WM?
Thanks in advance.
korro said:
Guys, where can I find complete developing environment?
I think a have VS on CDs, it's all I need?
or there is some add-on to VS to develop for WM?
Thanks in advance.
Click to expand...
Click to collapse
I'm also curious about that because i just installed VS2008.
It should be installed by default.
Try doing: New Project -> Oher/C# -> Smart device
All the emulators are part of VS2008 install.
in project settings under deployment one pick what emulator or real device one wish to debug on
some features and emulator rom versions
require
sdk wm6 or sdk wm5
google for the ms download for those sdk's
great tool
VS2008 is a great tool to develop application, also for pocketpc.
Impressive developing directly on the device...
vitalyb said:
It should be installed by default.
Try doing: New Project -> Oher/C# -> Smart device
All the emulators are part of VS2008 install.
Click to expand...
Click to collapse
Thanks for the tip