ImageButton - Windows Mobile Development and Hacking General

Hi Im using VB.net 2003 just wondering how to change the look of the buttons?
in vb.net 2003 desktop there is an image property, but for smart device applications there is no option in the properties.
does anyone know? thanks

Related

sharp develop for windows mobile 2003 apps?

is it possible to use sharp develop for windows mobile 2003 applications?
what do i need else then sharp develop 2.0?
how to inlcude the apis into my project?
hope anyone can help me detailled how to setup a project for wm 2003 applications
thanks
doesnt it worK?
i also have visual c# 2005 express
You may look here:
http://wiki.sharpdevelop.net/default.aspx/SharpDevelop.CompactFrameworkDevelopment
Bye,
Andre

Developing application on KJAM

Hi
This is vijay i bought a Imate KJAM PDA. I want to develop an application on this PDA in Java J2ME Technolgies. Can anyone help me how to develop application and what file should i download into PDA. How to run the application file on PDA. Let me know the details in clear.
With regards,
Vijay.G
vijaygutta said:
Hi
This is vijay i bought a Imate KJAM PDA. I want to develop an application on this PDA in Java J2ME Technolgies. Can anyone help me how to develop application and what file should i download into PDA. How to run the application file on PDA. Let me know the details in clear.
With regards,
Vijay.G
Click to expand...
Click to collapse
Hi,
i'm not a developer but i can say that Java J2ME is not very used on pocketpc platform (many PPC do not even have any java support). If you wanna develop managed code then go for .Net (vb or c#) or you can make native applications in c++. The problem is you'll need to buy MS Visual Studio (unluckily, the free Visual Studio Express doesn't support mobile devices). AFAIK
Bye
try using search for J2ME
you'll find tons of posts about it
most likely an url to where you can download the wm too

New to Wm5 Development - Need help

Hi,
In Visual Studio 2005, how can i capture screen taps (mouse events) in a console app?
Regards,
zeu569

want to start ppc programming !

Hello people. I see lot of you make very nice programs for ppc's, so now also want to try with it. I have experiences in programming windows application with JAVA and C# (.NET using visual studio).
But if i want to programming for windows mobile, which software do i need to use, and can anyone give me some beginner guide? I preferred to work with C# or JAVA.
Thanks in advance.
Kay.
KayDK said:
Hello people. I see lot of you make very nice programs for ppc's, so now also want to try with it. I have experiences in programming windows application with JAVA and C# (.NET using visual studio).
But if i want to programming for windows mobile, which software do i need to use, and can anyone give me some beginner guide? I preferred to work with C# or JAVA.
Thanks in advance.
Kay.
Click to expand...
Click to collapse
You can use Visual Studio 2005 to develop in C#.
You can use EWE (www.ewesoft.com) to develop in Java.
You can use the (free) Microsoft C# compiler itself and compile using the GAC libraries on your device (take a look at this topic).
You can use eMbedded Visual C++ or eMbedded Visual Basic, but I think it's better to use C# if possible.
As you see, there are many choices.
If you have experience with C#, however, I suggest you to start using Visual Studio 2005 and move to the C# compiler (if you have licensing problems) after you learnt the differences between the .NET Framework and the .NET Compact Framework. This way you can benefit of a RAD environment such as Visual Studio while using your knowledge of C#.
If you want more specific information about some WM-specific features, just check the Internet. I think the most important features are the PIM (and, consequently, the Pocket Outlook Object Model also known as POOM), the Comm Manager and the SIP (Soft Input Panel... the virtual keyboard). Should you need to interact with ActiveSync you should also check the Remote API (RAPI) of Windows CE.
The MSDN Library is also a great reference if you need information about Windows Mobile API's. When you'll need to use these API's into C#, take a look at www.pinvoke.net.

developing help please

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.

Categories

Resources