-
- Streaming Data from a Web Service
by Finkster
- 14 Replies
- Last post
by Finkster
- I am consuming a web service on a handheld that is parsing an XML file. The XML represents table/row/column information which is applied to a SQLCE database. The problem I am now encountering is an OutOfMemory exception because the XML is being loaded into a String object.
The error is being caused because the XML is exceeding the available RAM on the device before all of the data is
-
- horizontal datagrid
by Krzysztof Szepietowski
- 2 Replies
- Last post
by Krzysztof Szepietowski
- In my application I need show tabular data, but my form is so constructed that I need a control like datagrid but showing content horizontal instead of vertical, maybe someone heard about such control, device is WIN 5.0 I am using CF 2.0
TIA
-
- RSS Feed for earthquakes...Jonathan Abbott could you answer something for me?
by Lorne Reap
- 2 Replies
- Last post
by Lorne Reap
- I have writen a RSS feed for earthquakes and it works but because of an object error it is very quirky, how do I reference feed with out error
gadget.html
<html> <head> <link rel="stylesheet" type="text/css" href="css/quake.css" title="Standard" /> <script type="text/javascript" src="js/gadget.js">&
-
- WebBrowser Refresh issue
by sunilKUpadhyay
- 2 Replies
- Last post
by AlxJ
- HI,
I am trying to load the data in the webbrowser for my mobile winform application.
I am writting my html content to the text file and setting the webbrowser URL to the filePath.
Data comes up properly for the first time.
Next time by changing data in the file and setting the url of the file to the same filepath and calling the refresh method of the webbroser does not changes the bro
-
- embed and DOM
by albidochon
- 4 Replies
- Last post
by ToddOs
- hi everybody,
first, thank's Toddos, because i 've built a second flash games gadgets with all the rules you've told me....and it works very well.
so, so, excellent teacher you are....
i have another problem
I push flash in my gadget in embed tags using this way :
initializeBase : var swf = m_module.resolveUrl("swf/foo.swf"); initialize : Divglobal = document.createElement
-
- ListView Vertical Scrollbar
by Nuno_Salvado
- 6 Replies
- Last post
by wsaunders
- Hi,
I need to have a ListView only with a Vertical Scrollbar, but i don't know how! At this moment i have a listview with the view propertie set to List ! In this listview i have only a colummn, but due to its size (listview), an horizontal scrollingbar was created
Does anyone knows how to solve this
Thanks
-
- DEBUG ASSERTION FAILED
by SOAC
- 5 Replies
- Last post
by SOAC
- i get the assertion error of fgetc.c line 41.
expression (stream != NULL).
I used the debugger, an the debugger works!!!!
Does this mean all files need a "NULL"
I thought "EOF" was the terminator for a file.
-
- Obtaining list of fonts, font varients etc.
by Steve Waring
- 8 Replies
- Last post
by Steve Waring
- I have a gadget where the user can choose the font of various content -- the settings choice adjusts style classes.
This works fine, but I would rather the user select from a list of available fonts, rather than just enter the name of a font into an <input> box.
Is there away of obtaining a list of fonts so that I can programmatically populate a <select> element
-
- request for tech support
by laxmi kondapally
- 2 Replies
- Last post
by Ilya Tumanov
- hi sir/madam
i need support for application development on EDB9315A-Z cirrus board using wince 6.0.
tell me the steps for that.
thanking u.
-
- how do i start mobile programming?
by ankush sharma
- 4 Replies
- Last post
by dagarsd
- how do i start creating mobile applications................
-
- ActiveX problem
by Andy E
- 9 Replies
- Last post
by Andy E
- We have created an ActiveX program in Visual Basic (6) for one of our gadgets, but while the activex control is running, it's not possible to interact with the gadget. Unfortunately, the ActiveX control runs for around 5 seconds, so I can't see this being such a good idea as an end-user gadget *grin*
Is there a way to make the ActiveX control run asynchronously Does anyone know how to do it in
-
- Question about datagrid and context menu
by jeffery chan
- 10 Replies
- Last post
by jeffery chan
- I have a question about datagrid and context menu.
I have a datagrid that showing some data, and a context menu to let user open detail form from the data that pointing to. The problem is, when there is row A of data selected, but my mouse or styles pointing to other row B of data to open the context menu. It open row A detail. How to change the design to make it open row B data instand of
-
- /SharedFolder command line parameter doesn't work
by MuiSukYuen
- 2 Replies
- Last post
by MuiSukYuen
- Hi:
I have the Device Emulator 2.0 installed, and I run it as a standalone specifying the /SharedFolder to point to a local folder on my PC. However, when the Device Emulator is launched, the Storage Card is not mounted. If I go to File | Configure to set the Shared Folder there, I don't have any problem. Below is the command line I used:
"C:\Program Files\Microsoft Device Emula
-
- How to launch executable on powerup of PDA?
by scratchdog
- 2 Replies
- Last post
by Christopher Fairbairn
- Hi, I need to launch 2 executables whenever someone presses the power up button. The 2nd executable should only launch when the first has run successfully. How do I write a script or program it such that I can autolaunch my 2 executables
-
- "the operation could not be completed. The device is not connected"
by sourvil
- 4 Replies
- Last post
by sourvil
- Hi all, I can't deploy my project (Windows Mobile 5.0 Pocket PC Emulator - Microsoft ActiveSync 4.5.0) and got this error. How can i solve this Regards..
-
- Using RAPI
by watch is
- 3 Replies
- Last post
by Michael Koster
- I have come to find out that by using RAPI I can copy my files over to the smart device from the desktop without much trouble. I have a custom installerDLL that is written in C# and I am trying to use RAPI to copy over pictures. My problem is I have no idea how to start using RAPI in my c# code. What do I need to include and how to I make declarations in my c# code to use RAPI. I have never used C
-
- How to write USB app for WM5?
by mhjfkuyftvi67
- 3 Replies
- Last post
by Ilya Tumanov
- Am trying to put together a simple demonstration app for an O2atom device running WM5.
The app has to input to a mouse and output to a light via a USB port. Would need a simple interface with a few on-screen buttons.
I know how to code C++ but that is about all! But will learn a new code if that's what it takes.
Would be most grateful for anybody who can point me in the right direction to
-
- Notes Regarding ASP.NET Development Server and Device Emulator LocalHost
by kburgoyne
- 5 Replies
- Last post
by toronto seo
- There have been a large number of posts related to device emulators attempting to access web-related resources being hosted on the emulator hosting machine. I know this because I've been trying to find some answers and I've been encountering all the posts.
This is a post of my observations to hopefully help out some, but I'm sure not all, developers encountering these issues.
#1. T
-
- Combobox automatically open/popup?
by MikeyB987
- 2 Replies
- Last post
by Rik78
- Hi,
Doing a project in VS2005 for a WM6 Standard smartphone, writting in VB.
I'm populating a combobox from a database.
Is it possible to automatically open/popup a combobox once it's populated, like when OK/enter key is pressed on it and it says "Select an Item"
Cheers,
Mike
-
- Image Format
by Uma Bangalore
- 2 Replies
- Last post
by Ilya Tumanov
- Does the Windows CE embedded 6.0 version support inages in jpg format Earlier versions supported only bmp format.
-
- Language settings
by happymozart
- 0 Replies
- Last post
by happymozart
- Hello How can I change the "Default Input Language" programmatically "Regional and Language Settings" -> "User Interface Language" -> function SetUserDefaultUILanguage "Regional and Language Settings" -> "Input Language" -> "Default Input Language" -> "Regional and Language Settings" -> "Input Language&q
-
- How to set app to be always in foreground?
by HansS4
- 5 Replies
- Last post
by CBuilder
- My app should be the only interface for the user, since the phone is used as a watchdog device.
How can i make sure, that it stays always in the foreground
Only after hitting a special sequence of keys the app should terminate.
Any idea how to implement this with SmartPhone 2003
Thanks
Hans
-
- problem in Tapi function phoneSetVolume using C# on Windows Mobile 5
by Anurag Jain
- 0 Replies
- Last post
by Anurag Jain
- hi all, i am having problem with tapi function. i am trying to set the volume of the phone using Tapi api's. when i am calling api's the return value is 0(success). when i check the volume of phone is giving the value which i have set. but there is no effect on the volume of the phone. is phonesetvolume is right api to use to set the volume i also want to know how to use the callback function use
-
- json format
by Wally McClure
- 4 Replies
- Last post
by Julie Lerman
- How do I turn on the json format to see it work
Wally
-
- Unable to send custom properties (of appointment item) between pocket outlook and outlook 11
by Manish Agarwal
- 3 Replies
- Last post
by timg_msft
-
Scenario -
in my program i want to sync appointments between my pocket pc and laptop.
Issue -
AppointmentItem object model of Outlook 11 (reference -Microsoft.Office.Interop.Outlook.AppointmentItem) has different object model than the one Windows Mobile 5.0 Pocket PC SDK (reference -Microsoft.WindowsMobile.PocketOutlook.Appointment)
Some key properties such as c