-
- CE.NET 4.2 or WM 5.0/6.0 for outdoor data collection device
by plethbridge
- 4 Replies
- Last post
by plethbridge
- Hi,
We're planning to use VS.NET 2005 and C# to develop applications for collecting data as part of our agricultural research. The device we choose must be rugged/weatherproof, have a built-in bar code scanner and support CF.NET. We plan to use RDA to pull/push data between SQL CE 2005 on the device and SQL Server 2005.
I'm all a bit new to smart devices but from the few devices I've found s
-
- terminate asynchronous call?
by SenthilNathan
- 3 Replies
- Last post
by gtamas
- Hi,
I am downloading a file asynchronously. I want to terminate before the full file is downloaded. So how to terminate asynchronous call
-
- if i want to create the project which about wireless lan that can use like GPS ....
by gikgapoo
- 6 Replies
- Last post
by Christopher Fairbairn
- i want to dev in Windows Mobile 6.0 (Asus p535) and i've already send this topic to my professor.
This project is like GPS but i want to use wireless lan from my PDA to show that "where am i " (the scope is only in my university area.) i searched in msdn and found the VB.net code that can check only the connected signal strength . It's can't check all of avaliable WIFI signal. I d
-
- Double click event on tree view?
by Malleswar
- 6 Replies
- Last post
by Malleswar
- Hi, By using the following two links I am using double click event for tree view. when node is double tapped it has to hide the current form and show the new form. but here first it shows second and immediately moves back the parent form. http://blogs.msdn.com/netcfteam/archive/2005/05/23/421143.aspx http://blogs.msdn.com/netcfteam/archive/2005/05/20/420551.aspx In the following method ( secon
-
- Can WMP 10 on WM 5.0 really do streaming?
by Proxima
- 11 Replies
- Last post
by AndrewBadera
- I am needing to create a streaming application on Windows Mobile 5.0.
My first tests have been to even see if WMP10 can really do streaming audio. I've tried an ASX, mp3, wmv file all from a remote server, as well as a streaming mp3 feed and get the same dialog saying "Cannot play this file. The file is either corrupted or the player...blah blah blah". So can WMP really do streaming a
-
- how do i start mobile programming?
by ankush sharma
- 4 Replies
- Last post
by dagarsd
- how do i start creating mobile applications................
-
- ImageAttributes, SetColorKey, Windows and WindowsCE
by Fiwel
- 3 Replies
- Last post
by Fiwel
- WindowsCE supposedly should work under the windows (And I do need to run my program in Windows as well as CE).
However, when SetColorKey is used, it does work in WindowsCE and fails in Windows with "Out of Memory" exception. I found the solution (to add a Windows DLL with the following code) but I do not like it. Is there is a better way to deal with the problem
public static
-
- Compact Framework 3.0
by Jonathan.Peppers
- 1 Replies
- Last post
by AlexFeinman
- Does anyone know if there will be a .Net Compact Framework 3.0 anytime soon One with WPF
-
- Programming for motorola Q phone
by Kelly R. Martin
- 7 Replies
- Last post
by Stubones
- Hi All. I cannot find a template in VS.net 2005 for mobile 5 smartphones. Can someone point me in the right direction for developing for a motorola Q phone thnaks
-
- Sending Data From PPC to Central Server having Public IP and Port through GPRS
by Raviraj Patil
- 3 Replies
- Last post
by Alex Yakhnin MSFT
- Hi,
I want to develop an application on pocket pc 2003/2005, which will send some text data in the form of packets with AT commands.. but as of now i dont know the AT commands and how to use to transfer the data over GPRS.
The Data sent on GPRS must receive at Central server on Public IP and Port defined on the same server. My TCP/IP listener will receive that packets and will update in
-
- Reading System.Keywords from a Sidebar Gadget
by Bill Sobel
- 9 Replies
- Last post
by Bill Sobel
- I'm trying to read the keywords from a file item in my sidebar gadget. The call succeeds, however it is very unclear what type of item is returned to jscript (I suspect it's a non-safearray). JScript typeof() return 'unknown'
var curFileKeywords = curImageItemsFromPath.item(i).metadata("System.Keywords");
I'd like to figure out how to enumerate the list and access the list
-
- Please help: How to find out executables path?
by clkdiv
- 4 Replies
- Last post
by MelSam
- Hello and thank you for reading!
I am trying to find out the path an executable was started from. In former times a solution was to take the CWinApp member variable "m_pszHelpFilePath", which contained the complete path to the applications help file. So one could cut away the tail of that string, the name of the help file itself: the rest was the applications path:
CString cPath(AfxGetA
-
- Mobile application development : Which should use eVC++ or .NETCF ?
by Khenat.Ram
- 2 Replies
- Last post
by mgaur_MSFT
- Hi, To develope a mobile application what platform any one should select between .NETCF 2.0 and eVC 4.0. Can you also mention the situation where each one would be most acceptable.
-
- length of the data is invalid
by gauls
- 9 Replies
- Last post
by gauls
- Hello,
I have created my own class which will encrypt and decrypt soap body this class uses SoapExtension
whenever i add this to the proxy i get "The response did not contain an end of entity mark", but i am sure it never reaches the server. I have also tried doing nothing in the class eg: commenting the Encrypt() and Decrypt() in the Process message but it still fails
C
-
- Is it possible to make a fake call to the device use TAPI on smartphone2003 or above?
by ringerxyz
- 0 Replies
- Last post
by ringerxyz
- i noticed that there is a piece of sample code from the microsoft which can make a fake call for the emulator ,it seems use the RIL apis,
so i wonder about is it possible to done this only use TAPI
thanks a lot
-
- mousedown event
by flickerplus
- 3 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hi, I'm trying to intercept the mousedown event any time it triggers, at any application. I know how to get the handle for any window and i know how to get the mousedown event when I deploy a program with a form in it, but i just can't figure out how to mix these two things into one program, without any form, that gets the mousedown event anytime it happens. Thanx
-
- Change gadget title and gadget width
by nguyentanbao
- 3 Replies
- Last post
by ToddOs
- Hi,
I got 2 problems with Space gadget:
- setTitleText: due to SDK, it only works with inline gadget. But when upload gadget, we are forced to set non-inline gadget. Is there any way to change the gadget title dynamically
- I view source and saw one css class: FullRegionWidth which helps the gadget to occupy the full width. How to make my gadget full width
Thanks,
Bao Nguyen
-
- newbie wondering about sidebar overlaying taskbar
by jimh12345
- 3 Replies
- Last post
by jimh12345
- Please excuse me if this has been talked to death already, or if it seems like a rant - maybe there's a simple answer. I finally started running Vista and was thinking about getting into gadget development - until I actually used the Sidebar for a while. Pretty soon I found it overlays either the start menu (if it's pinned to the left) or the taskbar notification tray (if it's pinned to the right.
-
- CF 2 sp2 - Datagrid columns coloring question
by kaliban555
- 5 Replies
- Last post
by Ilya Tumanov
- Hello
Now that I don't have anymore the "X" cells... I need to find out the best way to do the following :
I need to colorize entire rows of the datagrid (filled by a datasource, made up of a union of sql data)
The color is choosen by the values of the data, so I've tried to do the following, inside DataGridCustomColumnBase.cs :
protected override void P
-
- Adding panels in a status bar
by Tiny.NET
- 1 Replies
- Last post
by Alex Yakhnin MSFT
- Does anyone know how to add panels in a status bar in .NET Compact Framework 2.0 I want to be able to show multiple items in the status bar using different sections and color coding. How do i acheive this
Thanks!
-
- Problem getting XML through network/proxy
by duancg
- 5 Replies
- Last post
by duancg
- Hi,
I was following the "Gadget Developer's Guide" to create a simple one that gets XML from my machine and render it as HTML, The XML is exactly the htmlcontent.xml in the guide, and I tested the URL works fine, the response on GET request looks like:
HTTP/1.1 200 OK Content-Length: 418 Content-Type: text/xml Last-Modified: Wed, 13 Dec 2006 18:26:31 GMT Accept-Ranges: bytes ETag:
-
- Programming for motorola Q phone
by Kelly R. Martin
- 7 Replies
- Last post
by Stubones
- Hi All. I cannot find a template in VS.net 2005 for mobile 5 smartphones. Can someone point me in the right direction for developing for a motorola Q phone thnaks
-
- How to connect to SQL Server 2000 from application on WindowsCE 4.2
by Steven UK
- 3 Replies
- Last post
by Ilya Tumanov
- hello,
I'm using VB.NET 2003 write applications runing on windowsCE 4.2. I have a problem about connect to SQL Server 2000. I have reference System.Data.SqlClient to connect to SQL Server 2000 but it not work. Can you help me about this problem . The connection string i used:
Dim gConn As New System.Data.SqlClient.SqlConnection Dim sCnStr as String ="Data source=10.0.0.71\Sql2k;Initial
-
- 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.......
-
- IM sender bot
by DevDiver
- 1 Replies
- Last post
by Oscarnew
- Hi,
I made a bot to send IM messages based on the samples and its ok.
Now I need to have several threads dispatching messages! Can I use a single SIPAddress to all the threads (each one registers with OCS with the same sipAddress concurrently like same user with multiple connections) or must each thread have its own SIPAddress and register (getProfile) with OCS like several users each on