-
- Can some one help me get this to work
by barkermn01
- 0 Replies
- Last post
by barkermn01
- I am making a Vista Sidebar Gadget EQ2 Guild Chat Login I have built all the Looks For The gadget just one problem when i post the Data to the
page there login form posts to it - the same page - login and the reciver of the post data but my gadget dont work it just takes you to the login Page Can We Script it to Work Have a look at my Src - This is c Of me and not to be minipulated http://www.m
-
- Playing wav file during the call
by itsRashmi
- 2 Replies
- Last post
by itsRashmi
- Hello All,
Please find the code below for your inputs. W e are trying to play a wav file on call. We are getting the line id using
dwReturn = lineGetID(g_hLine, // handle to open line
0, // address ID ignored
NULL, // call handle ignored
// we're only passing a line handle
LINECALLSELECT_LINE,
lpVarString,
_T(
-
- How to use icon indexes > 0 with gimage: protocol
by MartinHowe
- 2 Replies
- Last post
by MartinHowe
- I am making an application launcher gadget and in some circumstances using gimage: protocol to display an icon from a shortcut. Some of the shortcuts use external .ico files on disk instead of icons defined in their target file. Using gimage: works fine like this when there is only one icon in the .ico file; it retrieves the default icon (index 0) - all I have to do is strip off the ",0"
-
- How to add custom control to a user control??
by yvijayd
- 1 Replies
- Last post
by ChunSheng Tang - MSFT
- Hi, I am developing an application using Patterns and Practice for MobileApplication...Iam using MobileClientSoftwareFactory in that an example AdventureWorksGoTo have a Class DrawControl.cs...i want to know they add this to a user control SignatureControl... How to give reference to DrawControl.... If any one working on this plz assist me....
-
- Program Memory
by TomOW
- 5 Replies
- Last post
by MarkIsMobile
- Hi, I am having some issues with Out Of Memory exceptions in my WM6 project written in C#. I think the problem is related to my use of the CameraCaptureDialog. Specifically, at seemingly random times, it just says it doesn't have enough memory to capture an image. Sometimes this happens on the first photo I try to take. At other times, I can capture many images before I get it. I assume my program
-
- RadioListbox for Smartphone
by PriyankaG
- 8 Replies
- Last post
by jaime_olivares
- Hi,
Is there any control like radio button for smartphone. I aslo need a list box with radio button.
Any code sample would be very useful.......
-
- Problems with install
by nickwilliams
- 13 Replies
- Last post
by nickwilliams
- When i package all the contents of the folder and rename the zipfile to .gadget i double click it and it says install/uninstall and then when i click install it does NOTHING! :S
I have had problems before with my computer saving the encoding of the xml file and i think this may be the issue! Its annoying because i cant even test what i am trying to create! :(
Any ideas on a solution
-
- Install CAB automatically
by Martin Sommer
- 9 Replies
- Last post
by Martin Sommer
- Hi, I've created a function for a .NET CF application that is able to download a CAB file containing updates for my application. When there is an update for my application I want to download and execute the CAB file. This is no problem using Process.Start(), but I want to be able to execute the CAB file and silently install to the same location as the application already exists. Is that possible I
-
- How to sign my application?
by dabd
- 12 Replies
- Last post
by Michael Koster
- I've been developing an application without any regard for signing. Every time I debug it on the device it asks me for permission to execute the application, etc. How do I sign my application for day-to-day development and later for release I think it would be enough to run unprivileged, because I am not using any trusted APIs. I read this page http://msdn.microsoft.com/library/default.asp url=/l
-
- Registry on Mobile Device - Visual Basic
by Blipblop
- 7 Replies
- Last post
by Blipblop
- Well this should be an easy question: I am a beginner and I have been using Visual Studio Professional trial for about a week. How do I write to and read from registry on a mobile device I need to store 2 values (one Single and one String). I have been searching all over but I think the question is too simple to have been asked before... Could someone be kind and please write down a very basic exa
-
- hp ipaq rw6815 hangs on EnumDestinations
by Ralfeus
- 2 Replies
- Last post
by Ralfeus
- Hi, everybody I try to establish GPRS connection on the iPAQ rw6815. For beginning I use such sample code:
ConnectionManager connMgr = new ConnectionManager (); DestinationInfoCollection DIC = connMgr.EnumDestinations(); // Hangs
foreach ( DestinationInfo di in DIC) { if (di.description == "Internet" ) { connMgr.Connect(di.guid, true , ConnectionMode .Asynchronous)
-
- Detect change in Today's background
by Terence Lee
- 2 Replies
- Last post
by Patrick Getzmann
- Hi,
Is there a way to detect change in Today's background image Via changing the theme or changing the background image.
Thx,
Terence
-
- MSMQ failing to send message to aremote private queue
by Prajeesh Prathap
- 8 Replies
- Last post
by Prajeesh Prathap
- Hi all, I am trying to upload some data into a remote private queue which is on a server on a pubic network. I am not getting the data uploaded in the message queue but am also not getting any error messages. Pls help me to solve this issue. i am putting the code which i used for uploading the data into the server. Public Sub SendToQueue() Dim remoteQueue As Messaging.MessageQueue = New Syst
-
- Simple app to view registry keys
by m@ - vf
- 1 Replies
- Last post
by Peter Foot
- Hi All,
I need to create a simple app which does nothings apart from display some values which are taken from the device registry or basic APIs.
e.g. Device Type (HERM200, WIZA100 etc) along with values taken directly from the registry (personal settings and configuration).
Can someone please provide me with some pointers (URLs with info or source which I can edit) which can meet my requi
-
- simple player
by ABCsharp
- 3 Replies
- Last post
by leeroy brown
- hi,
as i posted before, i wanted to play some sound when i click on a button. however i only want to play amr format files. from what i know now, only the default media player of the pda can play the amr format file. even the windows media player cannot play the file. is there any way or method to call the default player to play the sound when button is clicked please help urgent.
tha
-
- base type="HTML"
by Anand570611
- 3 Replies
- Last post
by john-wayne-interessierts
- Are there any other types of display type other than HTML, that can be used in the sidebar gadet
-
- passing data from vc++ dll to c# console exe
by Sanjay Jain
- 9 Replies
- Last post
by Sanjay Jain
- Hi,
I would like to pass the data from my vc++ dll to c# console exe which is running in background.
The c# console exe initially started by vc++ dll only via CreateProcess() and passes the initial data, but when user presses left/right scroll key. I need to pass the new data to exe and my requirement is the exe should run only once and keep running in background.
Thanks in ad
-
- Flyout question
by Iguana775
- 8 Replies
- Last post
by Bruce Williams
- Ok, I finally got a good shell going and now I'm working on design. the question I have is....is the flyout font automatically made a little bit bigger by default I ask cause in my flyout.css, it is exactly the same as the gadget.css with the exception of a couple classes in the flyout.css than the gadget.css. But, the font in the my flyout is just a tad bigger. It's not really a big deal and I a
-
- SMS Interception - Keep Message Text?
by Higgs Boson
- 3 Replies
- Last post
by Stephen Hauck
- Hi, I'm trying to create a simple SMS control system for a bespoke WM5/CF2 app. My current plan of attack is shown below, but this seems incredibly inelegant. What I'm really looking for is a way to pass the message body on to the initial event handler, so it can be further processed down the line (I.e. a switch statement) I cant figure this out, is it because I'm Deleting the message upon recei
-
- Need Help for refreshing of a backimage on a vista sidebar gadget
by groennerud
- 2 Replies
- Last post
by groennerud
- Hi, I have an image which displays the actual weather information of my weather station. This image will be automatically created on my server every 30 minutes and I want to refresh this image every 30 minutes in my sidebar gadget. I created this code:
Code Snippet
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Koelschwetter</title> <styl
-
- Image Loading
by Goshpiderman
- 2 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hi everyone i have an application for HTC_S710 and i want to load and display user images in my application, i try to create a bitmap object for each image using Image image = new Bitmap(filePath); and after 3 image i get OutOfMemeory Exception, so i try to resize the images using:
System.Drawing.Image thumbnail = new Bitmap(thumbnailSize.Width, thumbnailSize.Height, System.Draw
-
- DeviceIoControl and backlight
by Mephistodan
- 2 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hello I have the following C++ code that retrieve the power state of a device in Windows CE 5.0
Code Snippet
#define METHOD_BUFFERED 0 #define FILE_ANY_ACCESS 0 #define CTL_CODE( DeviceType, Function, Method, Access ) ( \ ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method)) #define IOCTL_POWER_GET \ CTL_CODE(FIL
-
- Unable to play WMV on WMP10 on PocketPC
by Giles Copnell
- 9 Replies
- Last post
by rastsan_caj
- I'm not sure if this is right place to ask this question, apologies if I'm out of line. I'm trying to play a video file (encoded as Windows Media Player 9 Screen) on a Pocket PC running Windows Media Player 10 Mobile on Windows Mobile 2003 SE (it's a Dell Axim X50v). I get the sound but no picture, so I'm guessing I'm missing the WMP9 Screen codec. Does anyone know how I can fix this Thanks in ad
-
- Connecting to a Pocket PC database (ie: contacts in pocket outlook)
by mrclennon
- 2 Replies
- Last post
by mrclennon
- How can I connect to a database file on the Pocket PC I am trying to extract contact data from the native application on my Pocket PC, which I believe is called "Pocket Outlook." I've searched for information on this, and everything either points me to using some other database (like SQL Server CE), or to using ActiveSync to sync the Pocket PC with Outlook on a desktop.
Is there any
-
- Custom Installer Setup Fails
by mlb5000
- 2 Replies
- Last post
by Ilya Tumanov
- Hey Everyone,
I am attempting to create a Smart Device setup package using the "Using Setup Projects to Deploy Windows Mobile 5.0 Applications" tutorial found at http://msdn2.microsoft.com/en-us/windowsmobile/bb264341.aspx . I go through all the steps, but when I run the installation and it gets to the end it throws an exception (accomplished using the 2869 error fix here http://w