-
- VB.NET WM 5 Alpha Blend function won't draw
by smaggi
- 1 Replies
- Last post
by Guang-Ming Bian - MSFT
- I am trying to use the WM5 AlphaBlend() function to add transparency to an image. I found this link that contains a great example in C#.
http://blogs.msdn.com/chrislorton/archive/2006/04/07/570649.aspx#571734
When I download and run the C# example it works fine. I converted it to VB , but now the image does not display. I don't get any errors returned, but nothing is drawn.
-
- Visual Studio 2005 With WM5
by slugonamission
- 3 Replies
- Last post
by slugonamission
- I've just upgraded to a WM5 pocket PC, and basically, do I need the WM5 SDK I mean, in Visual Studio 2005, am I still OK to make programs using the Windows Mobile 2003 wizards and deploy using the Deploy to Windows Mobile 2003 device stuff Or do I need to install the WM5 devkit
-
- how to load dll file in smartphone?
by christine21
- 5 Replies
- Last post
by mgaur_MSFT
- Hi all, I'm using C# to write the windows mobile 2003 application and deployed on the smartphone.
I used the method
[DllImport ("vam.dll")] public extern void detect(string xmlFile, string imgName);
to import the dll into the application "Debug" folder.
i call the dll funcion using detect("xmlFile", myImage); My application is to detect the region on the i
-
- resource assembly error - System_SR_ENU_wm.cab installed.
by Kenny Grant
- 7 Replies
- Last post
by Ilya Tumanov
- I know this has been posted before but can anyone offer any advice on the ' An error message cannot be displayed because an optional resource assembly cannot be found' error other than installing 'System_SR_ENU_wm.cab'
All advice I've seen is to install 'System_SR_ENU_wm.cab' but this is definately installed and I'm still getting the error (or rather lack of).
I know the exception is a web
-
- Help : Gadget Building
by phydias
- 6 Replies
- Last post
by phydias
- Hi everybody,
I recently decided to create my own gadget. I did the tutorial of the great Gadget Academy
But I have some problem with what would have been the easiest step of the creation : "packaging"
Indeed I have tried to create my zip file "myGadget.zip" (which contains : all the common file : gadget.htm, gadget.xml, settings.htm, folder js, images and
-
- install root certificate on disk image using platform builder?
by imed-deborah
- 6 Replies
- Last post
by imed-deborah
- I have a web service that my mobile devices connect to over SSL. Obviously, the root certificate needs to be installed in order for the communication to work properly. I've done a lot of poking around, and there are ways such as this to get me started, and I can do some fun ugly MFC calls to things like CertAddEncodedCertificateToStore to get this to work. However, I'm hoping there's an easier way
-
- submission rejection: "vulnerable to malicious attacks"
by rumremix
- 6 Replies
- Last post
by rumremix
- A gadget I constructed was recently rejected by the gallery with only this explanation:
" Your gadget wasn't accepted because it looks like it could be vulnerable to malicious attacks. Go to the developer center for ideas about how to make your gadget more secure"
I read in the recent thread titled "Something wrong with submission process" that some gadgets may
-
- iPAQ screen problem!!
by JBLeon
- 4 Replies
- Last post
by JBLeon
- Hi everyone!!!
I have a .NET application that is working just fine with SQL Mobile, Synchronization is working and I thought everything was OK but....
In most iPAQs looks fine, but some of my users have hx4700 model. In this case for all this users, when application starts, it shows only in the firts quarter of the screen, so with all the components appear one on top of the other.
-
- Decrypt a text file using TripleDES
by matteoathen
- 8 Replies
- Last post
by matteoathen
- Hi All,
I need help.
Does anyone know how to encrpt a text file using TripleDES I have tried some codes from the internet. Unfortunately, they doesn't work.
Here are my codes:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
-
- Checking programatically if POCKET PC is cradled ??
by poekid88
- 4 Replies
- Last post
by Russ Ryba
- how can i do that
tried alot of methods online but is mostly for windows mobile...not pocket PC....
tried system.status, but dunno y got the "WindowsMobile.Utilities" not found exception...
Hope some1 can reply soon...lol
-
- regarding the Image transition
by mohasad
- 5 Replies
- Last post
by Ilya Tumanov
- hi all, Is there any api available in .Net CF1.0 to do the Image Transition like moving the image left to right , right to left etc, thnaks sadiq
-
- System Error Messages in WIndows CE
by Mahesh kumara
- 1 Replies
- Last post
by timg_msft
- There are some messages which are sent to all top level windows by Windows CE Operating System.
For Example - Power on/off
(537 - WM_DEVICECHANGE)
By subclassing a window procedure those messages can be monitored.(using MessageWindow class)
I want to know whether the Sytem Error Messages are sent to the all top level windows by OS or not
Is there a way to monitor System Error
-
- NETCF 2.0 and Desktop COM Interop
by user-serg
- 3 Replies
- Last post
by Ilya Tumanov
- Is there exists any way to communicate with Desktop COM component from NETCF Mobile application via ActiveSync connection
-
- MouseDown like event in Windows Mobile 5.0 for Poket PC
by Alex72
- 8 Replies
- Last post
by Alex72
- Dear All,
My application should consists of 1 Button that akts as follows:
if user holds the Button pressed during 2 seconds then method pressed() should be executed
if user clicks this button then method clicked() should be executed
My Problem:
If I create a Windows Mobile 5.0 Poket PC then Button object does not have the MouseDown event.
I can register and use MouseDown event f
-
- How do I select the default system font?
by vharron
- 2 Replies
- Last post
by vharron
- When I enumerate fonts on the 2003SE emulator, I get Tahoma and Courier New. I've tried these out in many different points and styles and they never look the same as the system font used in the caption, menus, and almost everywhere else. How do I select this system font
Someone suggested the following code. I tried it in the emulator, but I'm still getting Tahoma
//to set font HFO
-
- CE 5.0 Emulator with ActiveSync capabilities
by Oliver Prosinger
- 4 Replies
- Last post
by Vince1
- It there an easy solution to be able to use ActiveSync from the Windows CE 5.0 Emulator I downloaded the Emulator and I fount that I need to download the Platform Builder 5.0 to build a proper image for my needs with a special configuration that I've read in the help file of the Emulator. I tried to install the Platform Builder 5.0, but I always get the following message: *** This installation pac
-
- Win CE 6.0 ARMV4I Emulator Build Error - 4K page alignment
by mikeh569731
- 3 Replies
- Last post
by mikeh569731
- I am building a Windows CE 6.0 image file that will include my application. I have a test application that I have built using C#. I have modified the project.bib file to include the application. When the image file is being built for the device emulator, I receive the following error message:
Error 19 Error: only 4k page alignments supported at this time, found in module test.exe
What does t
-
- [c#]Change Connection
by Tony512
- 5 Replies
- Last post
by Panos_gr
- hi!
on my smartphone i have 2 different GPRS connection...one connects to "the internet" and the other to "Work".
usually if i open a socket and send some data i use "The Internet" connection, right
how can i open a socket and send some data over "Work" connection
-
- How do you diagnose a TypeLoadException with no additional details.
by Iceman_Aragorn
- 6 Replies
- Last post
by Iceman_Aragorn
- How might I go about diagnosing a solution that once deployed, the program doesnt start but instead says "*******.exe - TypeLoadException" with no other info given on the error screen. The program deployed and started fine until just yesterday, then it started doing that every other deployment....now it consistently gives that error. What might I do to figure out whats going on S
-
- Beta of Microsoft Certification Exam 70-540
by howard dierking - MSFT
- 14 Replies
- Last post
by howard dierking - MSFT
- Microsoft Certification Exam 70-540 is available in Beta form right now! This is a Technology Specialist exam for application developers in the mobility space. The Preparation Guide is available for the Exam at: http://www.microsoft.com/learning/exams/70-540.mspx . To register visit one of our independent testing providers: * Thomson Prometric: http://www.prometric.com/ContactUs/T...rs/defau
-
- How to access WCF service from CF 3.5B2?
by Alexei Pavlov aka BlackTiger
- 1 Replies
- Last post
by ChunSheng Tang - MSFT
- I've heard about support but can't find any samples.
Does this "support" already included in 3.5B2 or planned for final release only
VS2008 can create web-reference for my simple WCF service, but any attempt to call any method are ended with "timed out". I'm not using "localhost" in web-reference and can access WCF services' web page from PocetIE, but not fr
-
- State Notification APIS Windows Mobile 5.0
by M Pramod
- 1 Replies
- Last post
by dseifert
- I am using snapi to get the notification, Can u tell what should be the notification condition for ringing , dialing , talking and hangup or disconnected state
-
- How to Get Activesync Status in Smart Device
by Naimisar
- 4 Replies
- Last post
by Kausik
-
I want to get current status of activesync , so through i can enable or disable my download or upload buttons.
is their any event which can i fire on connecion of activesync
pls. help me
-
- Bluetooth Radio off/on
by samymelbourne
- 7 Replies
- Last post
by sienaman
- I am currently developing a C++ application on a Windows CE device which has the Widcomm Bt Stack. Widcomm does not provide functionality to turn the Bluetooth radio on or off. However there has to be a way to programatically use the calls of the Windows CE bluetooth manager to perform said task. I've been banging my heade on this issue. Since the device the app is being programmed in has the Widc
-
- Support of latest audio specifications
by zahid ameer
- 1 Replies
- Last post
by Saravanan V V
- hi,
Does windows XP professional service pack 2 support latest class specifications of audio class audio20 final.pdf from USB Implementors forum
Regards,
Zahid.