-
- process.start notes.exe - Arguments question
by cweiz32
- 1 Replies
- Last post
by timg_msft
- Can anyone help me figure out the argument option for starting a new notes file in my application (Pocket PC 2003) I can start notes.exe by calling:
Process.Start("notes.exe","") but I want it to open a new note instead of taking them into the folder.
Thanks
-
- About updating and submissions
by Drs.P.
- 0 Replies
- Last post
by Drs.P.
- I think this is a message for the aproval team.
The 1st when I submit a webgadget for spaces (ok live.com too) both
add buttons where availble http://gallery.live.com/liveItemDetail.aspx li=e140b8bc-72e8-4902-8adf-3036e327cfd2&l=1 after we''ve updated only the live.com add button is visible.
What's the policy Ergo the space button should be added too after the update, maybe it's a goo
-
- help: need HTC camera api
by hull39
- 1 Replies
- Last post
by Zero Dai - MSFT
- Hi,
I understand from an earlier posting in this group that HTC provides an API for the cameras on their devices. I'm developing an application for the HTC TyTn (a.k.a. Hermes, Cingular 8525, etc.) and really need that API. Shcameracapture() is not sufficient and the DirectShow interface exposes only very limited capabilities.
I've contacted HTC tech support in Seattle several times and
-
- Deployment dependencies confusion.
by Dean00
- 2 Replies
- Last post
by Dean00
- Hi,
I have written a small application that uses a number of the compact framework assemblies. In my project I have referenced System.xml.dll, now when creating a deployment project it copies this with my project. This confuses me as I thought the whole point of the framework was that you reuse the assemblies installed as oppose to packaging them with your application.
Looking on the
-
- a newbie question. How do you make the file a .gadget?
by K3MPER
- 7 Replies
- Last post
by ToddOs
- I made my code and have the gadget ready but I need to make it a .gadget instaed of a .zip. how do i do it
-
- Backwards Compatibility?
by rwerner
- 5 Replies
- Last post
by Ilya Tumanov
- I've successfully developed a Pocket PC app using VS2003 (C#). It also makes use of OpenNetCF 1.4. Besides of some non-mobile projects on the go, I'm considering upgrading to VS2005. But I have serious concerned that in doing so, several things are no longer going to work. For example, though I understand I can upgrade to OpenNetCF 2.0, it doesn't support the older devices. I'm not really clear on
-
- A problem about the intercourse of the intances of a dynamicall class?
by stroller
- 4 Replies
- Last post
by stroller
- Hi
I am working in a project with my colleagues which will work on the winCE. but , We met a problem at the very beginning of the projiect.
We want to creat some special class dynamically and then some instance of the class can call the method of other instance of the same class to do something .
the bad news is the instance may exist in differnt place. We pla
-
- GPS sample and Windows Mobile 6 SDK
by Carlos Sarabando
- 8 Replies
- Last post
by twang07
- Hi
I tried the GPS sample with Qtek S200 (which has no built-in GPS) with an external GPS device and everything is fine.
Next, I switched off the external GPS device and I tried in sequence the start and stop buttons and after a few times the application blocked. I must restart the Qtek to run again the application. The behavior is always the same. Any idea
I did an application that n
-
- This is not a valid gadget package!! grr!
by nickwilliams
- 14 Replies
- Last post
by Jonathan Abbott
- hey,
So i finished creating my gadget, i use winzip to zip it up to mygadget.gadget and then double click to install... However it just says:
This is not a valid gadget package
The gadget works if i move the folder to the windows gadget directory!
Does anyone know how to fix this problem
Regards
-
- Pocket PC control tab
by terry856
- 4 Replies
- Last post
by terry856
- I am developing a combined Smartphone/Pocket PC 2003 app. I have a form with 4 check boxes on it. On the Smartphone emulator, I can tab quite merrily between the 4 controls, with wrap around at both ends, using the arrowed keys. On the Pocket PC emulator, I can tab up and down as long as I do not try to tab up on 1 and down on 4. If I do this, I lose tab control completely; i.e. nothing more happe
-
- GUID
by Lacko
- 7 Replies
- Last post
by Christopher Fairbairn
- Hi,
I checked out the Device Info sample wich is coming with WM Resource kit.
It returns a GUID wich is identifies the device. This sample working on a desktop computer.
How can I obtain the same GUID on the device, using C#
Thanks for any help!
Lacko
-
- SerialPort.BytesToRead max's out at 2047
by usagimys
- 6 Replies
- Last post
by usagimys
- hi,
currently i'm doing a program for pocket PC connected to RFID reader using Serial Port. I'm very new with the program with window CE. I had done the same program in Window Form and it running well. But, when i transfered the program to Smar t Device Application, the program not running well. I had try 2 ways. First is using timer, and second is using serial_portData_Received. Below is the c
-
- Can't get application icon in Programs Page
by Sab2
- 3 Replies
- Last post
by Zero Dai - MSFT
- Hi,
I have created a VB2005 application with a CAB that installs the .exe and the shortcut in the Programs Folder, but it does not show up in the Programs window. How can I get it's icon in the Program window so I can start it with a hardware button
-
- MSMQ Ack from Server to PPC 2003 App
by r.davidyeo
- 3 Replies
- Last post
by Ilya Tumanov
- Hi, We have developed PPC 2003 .NET CF app that uses MSMQ to send messages to a particular server with MSMQ installed on its destination. My question is, is MSMQ acknowledgement supported on the PPC. I mean receiving acknowledgement from receipient MSMQ node (server) on PPC MSMQ. We setup the admin queue but when message to destination fails, the admin queue is empty. Appreciate any response. Dav
-
- Datagrid Format Exception
by Rasmita Polleyi
- 3 Replies
- Last post
by Rasmita Polleyi
- Hi All,
In my application i user the datagrid control and set the tablestyle style property with 3 datagridtextboxcolumns with specified mapping names. While running the application an getting the Exception as
" Method Not Found set_Format System.Windows.Forms.Da taGridTextBoxColumn . ".. But in the design time no where i have set the Format or FormatInfo property for any of the
-
- RSSGadget not working
by mmsingh
- 1 Replies
- Last post
by mmsingh
- Hi,
I am new to Web Gadget development. I was trying to run the sample gadget ("RSSGadget") that is part of the Web Gadget SDK.
The code makes an asynchronous request to http://spaces.msn.com/livecom/feed.rss to download the RSS feed.
var r = Web.Network.createRequest(Web.Network.Type.XML,m_feedUrl,{proxy:"rss", numItems:m_numItems},OnFeedReceived)
-
- Transparent control
by Alex Poon
- 4 Replies
- Last post
by Alex Poon
- I tried to make transparent control on WM5 using VS2005. But I got some problem.
I made a custom control (round shape button which have mouseover effect) and overrides OnPaintBackground to do nothing to prevent the control to draw the control background and overrides OnPaint to paint a round shape graphic which used the setColorKey to set transparent color and paint it on t
-
- Pocket PC wireless
by cornelyus
- 7 Replies
- Last post
by Ilya Tumanov
- hello i am developing an application that has the goal to be used on more than one Pocket PC at the same time, and they have to communicate through wireless to a server.. i have been reading some stuff about tcpclient and tcplistener.. but can u people point me on some direction about how can i differentiate the PDAs i am going to use, and mostly about how can i manipulate wireless comunication w
-
- Passing object references between Gadget and Flyout
by Cruise #
- 2 Replies
- Last post
by Andy E
- I have an ActiveX object that is instantiated when the gadget loads. That same object has methods that need to be called from the Flyout. I can't simply instantiate another instance because there are contextually sensitive items that must be present in both the gadget and the Flyout. It seems like i could somehow share that reference using the System.Gadget.document object, but I can't seem to be
-
- Please develoP!
by ticklememonkey
- 1 Replies
- Last post
by Chris Butler - MSFT
- Hi,
I am no computer genuis.. It would be great if someone could come up with a gadget like a day timer or something that could hold my schedule!
Thanks!
-
- is it possible to run KITL over Ethernet and general purpose networking with one NIC card on the platform?
by BJLUO
- 1 Replies
- Last post
by Mohit Gogia
- Dear All,
I have a question if this is possible to choose KITL over Ethernet for debugging and general purpose networking, like: browse the website with only one NIC card on the platform
If possible, how the NIC card driver differentiate the packet for KITL and let's say TCP/IP protocol stack
Regards,
BingJiun
-
- Local Proxy and PIE
by bfrusina
- 0 Replies
- Last post
by bfrusina
- I have Created a local proxy application that listens on port 8080. when i go under connections proxy settings and set the proxy settings to localhost port 8080 for HTTP i still can't get PIE to connect to my local proxy. Although when i run any other application which has the ability to set a proxy setting it does it correctly. This is the same problem i have on windows mobile 5.0 and windows sm
-
- XmlHttpRequest and file access
by Luis Miguel Abreu
- 10 Replies
- Last post
by Bruce Williams
- Hello guys. i've just started developing gadgets, so these might be basic questions. ok, i've just developed a gadget which streams radio and returns info about the current track and author. i'm using xmlhttprequest and everything seems to work ok but sometimes i start getting the traditional access denied error which occurs in cross domain calls. i'm giving full permissions on the xml gadget fil
-
- can't connect to web service on localhost
by CSharpCoder
- 4 Replies
- Last post
by IGotyourdotnet
- Ok, I'm able to connect to sqlcesa30.dll through the emulator on my local development pc (http://195.xx.xx.xx/Sql/sqlcesa30.dll), but when I try to connect to a web service on my local pc I'm unable to. I get a message:
'The page cannot be displayed because the connection was lost'.
How can I connect to my web service on my localhost via the emulator
-
- NumericUpDown Control in PDA
by Mahesh Reddy
- 3 Replies
- Last post
by Guang-Ming Bian - MSFT
- NumericUpDown Control is validated in PDA only when updown key are used. i want validate even when the control focus is changed to other control. What can i do for this In Window application it works fine. My application is having both PC and PDA version. Help in this case will appreciated.