-
- Interceptors
by Richie Scott
- 4 Replies
- Last post
by Richie Scott
- I read in Pablos document 'Applications Models for Astoria' that it's possible to intercept Astoria data service requests using Interceptors / Handlers.
That was back in May, is there any further documentation / samples
Thanks in advance
-
- ATL smart device project for mobile 5.0 smartphone
by prome
- 3 Replies
- Last post
by bpipal
- dear all,
the developing emviroment
vs.net 2005
project type: VC++/smart device /ATL smart device project(supporttng MFC)
SDK:windows mobile 5.0 smartphone
i add a ATL simple object into project, then compile.
compiler show following error..
fatal error C1189: #error : "Windows CE ....
then
i add a line:
#define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA
and com
-
- HELP!!! My application does not fit to screen
by adiash
- 4 Replies
- Last post
by John Lynch
- Hi,
I developed an application for pocket pc and it works fine for a different various of PDA's both 2003 and 5.0
Recently I installed the application on Axim pocket pc x51 and when iIopen my application, the application appears much smaller and on the left head of the screen.
I'm sure there something I can do in the code to fix it because all the other applications that being displ
-
- Problem with SetInterval function
by JimNastiq
- 4 Replies
- Last post
by JimNastiq
- Hi, i'm trying to code a webcam gadget, that refresh the image every 5sec so i use this : window.setInterval(GetIMG,5000); function GetIMG(){ alert("in"); var x = Math.random() * 100000; x = Math.round(x); document.getElementById("imgWB").src = ""; document.getElementById("imgWB").src = "http://myurl:XXXXX/image.jpg f="+x; } this c
-
- Managed to Unmanaged code generating exception error on device function call?
by tonofit
- 2 Replies
- Last post
by tonofit
- I've got an I2C device and I've tried this but keeping getting exceptions thrown.
I'm not sure I'm doing this correct but have PBYTE in the I2C_IOControl declared as an IntPtr and am passing a ref to it as p parameter and z but it is managed code and is IntPtr.zero
I really need this code to work and it isn't, does anybody know what I'm doing wrong
/****** Description of Dr
-
- Problem with my Cab Smart Device Deploiement Project
by iowa242943
- 3 Replies
- Last post
by Ilya Tumanov
- Bonsoir, J'ai cree un projet SmartDevice sous Visual Studio 2005 PRO ( avec csharp ) et j'aimerais creer un .cab pour le deploiement. J'ajoute donc un projet SmartDeviceCab a ma solution seulement le probleme c'est que meme un simple cab avec juste une sortie de projet me donne une erreur : Cab file : couldn't be create. Merci pour votre aide. --------------------------------------------------
-
- How to increase Device Emulator's Screen buffer beyond 1MB
by ruckycharms
- 4 Replies
- Last post
by BobH
- Whenever I set the screen resolution to 800x600x32bpp, I get the error, "The Screen buffer is limited to 1MB. Reduce either screen size or depth."
Is there a way to increase the screen buffer beyond 1MB
Thanks,
rucky
-
- How to put an rss feed in a gadget?
by deaconfanwf
- 6 Replies
- Last post
by deaconfanwf
- Okay so this is a newb quistioin but I'm trying to create a gadget with an rss feed and I can't seem to get it to work. I've been using other rss feed gadgets as templetes for mine but I can't make it work. What am I missing
-
- How to display DataRelation in DataGrid?
by outdateboy
- 3 Replies
- Last post
by Ilya Tumanov
- Hello, I am a newbie to ADO.NET and mobile development. From what i learnt from googling, the way to make a DataGridView to display a DataRelation is to set DataGridView.DataSource to a DataSet and DataGridView.DataMember to the name of the DataRelation. In .NET CF 1.1 and 2.0, first of all, there is not DataGridView available. All i got is the older DataGrid, plus DataGrid doesn't have a DataMemb
-
- Serious Deployment Trouble (M700)
by Apollo Strong
- 12 Replies
- Last post
by Ilya Tumanov
- I wrote a simple C# application that makes use of the GPS intermediate driver using Visual Studio 2005 and Windows Mobile 6 SDK. I set the target to Windows CE 5.0. I successfully created a CAB and it installed itself successfully on the device. (no signing at all though). I thought you could not install an unsigned cab
Anyway, when I tried to start the app, I got a "The application (
-
- developers down rating other developers to get their stuff to the top not mentioning names (BAMKEE)
by Ernster
- 6 Replies
- Last post
by Ross Dargan
- Iv'e noticed that a couple of people are creating sidebar, live and myspace gadgets and spamming other gadget search tags with their own email addresses and gadgets and stuff. These people are also Down rating other live, myspace and sidebar gadgets to get their gadgets to the top of the lists. one person in particular is Bamkee who posted 3 gadgets almost identical and had 5 star average out of 2
-
- packaging gadget as CAB
by kam192
- 13 Replies
- Last post
by kam192
- Hi does anyone know how to package a vista sidebar into CAB format so it can be doubled click and installed. thanks
-
- Moving Focus Between Controls Using the 5-way Navigator
by TomOW
- 2 Replies
- Last post
by TomOW
- Hi, I'm working on an app that's targeted to the Palm Treo 700w. My app is almost done, but I can't figure something out: how do you make the focus move around on the form with the 5-way navigator Suppose you have a form with two text boxes. If the cursor is in the first one, and there's no text there, pressing "right" or "down" on the 5-way navigator should move the focus dow
-
- CM_PPPEntries BaudRate
by ricky-1979
- 6 Replies
- Last post
by ricky-1979
- Hi, I have tried to configure a PPP Entry with this XML document: <wap-provisioningdoc> <characteristic type="CM_PPPEntries"> <characteristic type="P2P"> <parm name="DeviceName" value="Hayes Compatible on COM1:"/> <parm name="DestId" value="{18AD9FBD-F716-ACB6-FD8A-1965DB95B814}" /> <parm
-
- CodeMigration
by Girish kumrawat
- 4 Replies
- Last post
by Girish kumrawat
- Hi
I have a smart device application in VS2003.I have to migrate the application to VS2005. Can anyone suggest me whether I will have to recode the source code for each form or it will be automatically converted when it is opened in VS 2005
Is this method correct else I will have to recode the application
Thanks
Best Regards
-
- strange thing with window
by Korytov Alexander
- 3 Replies
- Last post
by ChunSheng Tang - MSFT
- Hello.
My situation:
Application on WinMobile 5.0, .NET CF 1.0.
As you all know, when you have an incoming call, you also have standard window, that tells you, who is calling.
In my application i must show my own window instead of this one. I can get a handler for this standard window. I decided to use SetWindowPos API function to send this window lower in z-order, and set my windo
-
- Concat function not working for mobile database
by .net sukbir
- 5 Replies
- Last post
by Alex Yakhnin MSFT
- Dear All,
Below is how I have form my query and populate my combo box.
SqlCeDataAdapter sqlDataAdapter2 = new SqlCeDataAdapter ();
SqlCeCommand cmd2 = conn1.CreateCommand();
cmd2.CommandText = "Select concat(itemID,'#',itemName) as itemNameID, itemCode From tblItem " ;
DataTable myDataTable2 = new DataTable ();
sqlDataAdapter2.SelectCommand = cmd2;
-
- BindControlsToObject in .netCF
by vamsikg
- 2 Replies
- Last post
by Ilya Tumanov
- Hi ever one
I am developing a PocketPC applicaiton using .netCF 1.1.
can any one help me to develop BindControlsToObject method in .netCF.
(BindControlsToObject method allows the user to pass a dataset to bind the controls to the dataset which was mostly used in asp.net appliations).
thanks in advance.
Vamsi
-
- PocketPC uses GPRS when cradled!
by Kieron
- 1 Replies
- Last post
by Peter Nowak (Germany)
- This is probably a problem that many people have come across but I have yet to find an exact match in my search. I have written an application that connects to a web service to download data. The target device is an XDA2i, which has GPRS and WLAN connectivity. The problem is that whenever the device is cradled it insists upon using GPRS during synchronization.
I have found a way of checking
-
- WM_CLOSE is not received by a hidden window when shutting down the device
by AdrianoAlvarez
- 3 Replies
- Last post
by AlexFeinman
- Hi all !
I've an application that is running on background, with a hidden window to receive user defined messages.
The problem is that when the device is shutting down, my application did not receive the WM_CLOSE message. I need to perform a clean shutdown to avoid currupted data.
Following is the code I used to create the hidden window:
WNDCLASS wc;
wc.style = 0; //CS_HREDR
-
- reading xml from javascript
by shawngoldw
- 14 Replies
- Last post
by shawngoldw
- Hey I'm new to javascript but I've been programming for a while. I'm having lots of trouble with a problem I'm sure is pretty simple. I can not get data out of my xml file. This is my html file:
Code Snippet
<html> <head> <title>My Scheduler</title> <link rel="stylesheet" type="text/css" href="Scheduler.css" /> <sc
-
- fromFile() -- need help
by rookie_rockie
- 5 Replies
- Last post
by Christopher Fairbairn
- hi i have some questions that i am not sure of. Does Compact Framework has a FromFile() whenever i tried to use that method, i will get a error complaining that : 'System.Drawing.Image' does not contain a definition for 'FromFile' . And another error complaining : System.Windows.Forms.PictureBoxSizeMode' does not contain a definition for 'Zoom' any advice is appreciated.thanks in advance.
-
- auto execute sd card to load cf 2.0 when required
by ChrisDurbin
- 8 Replies
- Last post
by Fernando Zamora
- I need to be able to load CF 2.0 on to devices that do not have it when the sd card containing my application and data is inserted. I am a RPGIV programmer who is having to program in vb.net for a project, so I know very little about what I am doing. ..Please be gentle...
Thanks
-
- Orcas - WCF subvset support
by Georg Stoifl
- 2 Replies
- Last post
by Georg Stoifl
- Hello,
I currently build a streaming application with WCF and stream media files to WPF Client. I have also planned to build a mobile client - will it be possible with .NET 3.5 compact to do a streaming with WCF
cheers,
Georg
-
- Editing Data in DataGrid
by DevelOnYourShoulder
- 1 Replies
- Last post
by Ilya Tumanov
- Hello, The application I am building uses a DataGrid to display summary information about a list of items, and I would like to add the ability to edit this information through the DataGrid. In my best case scenario, clicking on the "Quantity" column would give the user a cursor and allow them to enter a new quantity. Is this possible in the .NET Compact Framework If so, could someone