-
- Can anyone give me a tool for analyzer the IE connection the internet through WiFi or GPPS or other
by nortsiw_kaka
- 1 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hi all:
Can anyone give me a tool for analyzer the IE connection the internet through WiFi or GPPS or other
Thanks!
-
- PocketPC SerialPort and turning off/on the device
by ManniAT
- 14 Replies
- Last post
by TokenWorks
- Hi, Here a simple C# example that reads data from a GPS Device Assume two Buttons on the form and one Textbox. Further a SerialPort with the DataReceived Event handled in the form. public class Form1 : Form { public delegate void SetText ( string strPar); public SetText myDelegate; public Form1() { Initialize
-
- Not a valid gadget package (grrr), take 2.
by K_Luther
- 2 Replies
- Last post
by K_Luther
- Hi, all -
Sounds like I'm having the same issue as the folks in this thread : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1204388&SiteID=1
, with the exception that the gadget installs fine on my machine. Seems like something must be caching somewhere, but I can't seem to clear it out.
I've gone through and re-zipped the folder, made sure everything in the gad
-
- smartdevice+xml
by prasanthpv
- 2 Replies
- Last post
by Zero Dai - MSFT
- hai
please tell me how to connect smart device application with xmlfile(xml database)
how to set the path of xml file
(I got the error "File couldnot found")
-
- passing stream to webmethod parameter of webservice
by gauls
- 8 Replies
- Last post
by Ilya Tumanov
- Hi
I have a dataset compressed into a memorystream and want to send it accross the server using the webservice is this supported
I have tired it and i always get System.Reflection.TargetInvocationException
if not how do i compress the data and send it in the soapbody
I am using .NETCF 2.0 in VS2005 and webservice is in .NET2.0
Thanks in advance
Regards
Gauls
-
- Gadget Admission to MSN Gallery
by gemusli
- 9 Replies
- Last post
by Jonathan Abbott
- Hi,
I submitted a gadget to the MSN Gallery and it was rejected - the note said there was a problem and they hoped I would fix and resubmit the gadget but there was no indication about what was wrong. How do I go about finding out what the problem is The gadget is" MyFeedSpace Free RSS Reader Gadget" and can be seen at:
http://www.myfeedspace.com/gadget/myfeedspace.gadget
-
- How to do print in Wince5.0 by coding?
by BigBoy
- 4 Replies
- Last post
by Christopher Fairbairn
- Hello:
How to do print in Wince5.0 by coding I am in trouble. tks.
-
- How to turn on/off WiFi, Bluetooth and GPS device in WM5??
by applepie
- 8 Replies
- Last post
by MAA1
- Hi everyone,
Is there any API to turn on/off WiFi, Bluetooth and GPS device in WM5
-
- MSMQ help needed..........
by Amritha Chand
- 1 Replies
- Last post
by Kuleen Mehta MSFT
- Hi,
I am using MSMQ for writing my application log files.
I need to read the queue using dotnet. I think it is only possible with cursor.
can anyone give me the code for it.
I need to chek wheter ther is any messeges to read or not.
If there is messeges i need to read each one of it.
Please do help me..
Thanks in advance
-
- WindowsCE .NET 5 contextmenu not working
by mrbelk
- 2 Replies
- Last post
by Ilya Tumanov
- I'm having issues getting a contextmenu to popup when running an application that contains a listview and associated contextmenu. It would appear that the tap-and-hold just doesn't work on WindowsCE.NET. How else would I get the ContextMenu to show
Thanks, Matthew
-
- Optimize Web Service
by Alex Poon
- 5 Replies
- Last post
by Alex Poon
- Is there any way to speed up the web service in pocket pc program It takes over 10 seconds to send a request and get a piece of response (actually, it is just a few words) We found we can using a method "Compressing SOAP". But we still not able to make it work. Is there any workable sample code http://www.dotnetjunkies.com/tutorial/46630ae2-1c79-4d5f-827e-6c2857ff1d23.dcik
-
- Custom Application.Run()
by PeterVrenken
- 2 Replies
- Last post
by Michael Koster
- hello, The Compact Framework requires the developers to start the application message loop on a given form. Therefore there is no Application.Run() method that can be called without a form instance as a parameter. For our applicationstructure this is very annoying, and I know that the OpenNETCF variant allows this. The problem is that we cannot use this library in our projects. Does anybody know
-
- NotSupportedException in Marshal.PrelinkAll for P-invoked function returning class or structure
by Petr Kodet
- 4 Replies
- Last post
by Petr Kodet
- In the following code for NET CF 2.0 I have declared and used my own class SafeFindHandle.
public class Kernel32 {
...
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] public struct FILETIME { public int dwHighDateTime; public int dwLowDateTime; };
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] public class WIN32_F
-
- any thing like Item activate event with Treeview??
by HariAdu
- 1 Replies
- Last post
by timg_msft
- Hi,
Treeview does'nt support an event like itemactivate
in ListView. I need such functionality in my app. When i double tap a
node in tree view, it should open another form. I could'nt use
AfterSelect event because the node should also be able to display
context menu. So if i use AfterSelect event to open the form, it
executes the AfterSelect handler instead of drawing the contextMenu.
-
- Microsoft Clock Sidebar Gadget with Sweep Second Hand?
by KULTUhR.net
- 12 Replies
- Last post
by ToddOs
- Looking at the standard Microsoft Clock Sidebar Gadget, I was wondering whether it would be possible to change the jumping second-hand into a sweep second-hand, i.e. one that moves smoothly like an old mechanical clock or mechanical wrist watch. I looked into the code but had to give up after about two hours of trying. Anyone knoews hoe to do that Thanks!
-
- I need help too, httpOpenRequest
by ivar h
- 0 Replies
- Last post
by ivar h
- I am having a similar problem as "I need help". I have code to request a certificate from a server (code below) on a device that can be either CE or WM. The procedure works well the first time. However each subsequent time, the first cert is returned. I have tried all the variations of the NO_CACHE_WRITE and RELOAD flags without success.
I have verified that the outgoing request infor
-
- Switching between Landscape and Portrait
by Anonymous567635
- 4 Replies
- Last post
by Myime
- Hello,
I am trying to make my application dialogs change according to Landscape and Portrait mode. The problem I am having is it works properly for my main window. But other additional windows don't work properly.
I used,
AfxEnableDRA(TRUE);
and
if (AfxIsDRAEnabled())
{
DRA::RelayoutDialog(
AfxGetResourceHandle(),
this ->m_hWnd,
DRA::GetDisplayMode() != DRA: o
-
- timer got suspended when ppc sleep
by thompson16
- 1 Replies
- Last post
by kangalert
- is there any way that i can keep my timer running , even when the ppc in sleep mode
thanks.
-
- Deploy application into Device Emulator 1.0
by Cefi Khor
- 2 Replies
- Last post
by Cefi Khor
- Hi all,
I am new to the smart device development.
I just create an simple pocket pc application by using Visual Studio 2005. It run properly on my laptop by using the VS 2005 built in emulator.
Now how do i deploy this application into another laptop that without VS 2005 but with Device Emulator 1.0 installed
I already configure the Device Emulator properly.
Than
-
- What is gadgetContent?
by maekawa
- 3 Replies
- Last post
by ToddOs
- Hello.
I'm absolutely beginner for Windows Sidebar Gadget and is not good at HTML/CSS/Javascript/JScript very much, so far.
I have downloaded Windows SDK to get informatiion about how to make Gadgets and read it now.
Then I have a quetion about gadgetContent which is often used in many sample in SDK .
What is it
I haven't find about it in online help ( I wonder that it is defined an
-
- Windows CE Remote Tools Framework
by john le16
- 1 Replies
- Last post
by mgaur_MSFT
- We are developing devices that work on windows mobile devices. Looking through MSDN we can across the windows mobile 6 and windows Embedded CE 6.0 development help. Within this all articles are marked as relevant to windows mobile or relevant to windows CE. Remote Tools Framework is relevant to windows CE and not windows mobile.
As windows mobile is based on windows CE, what does the releva
-
- Problem with Treo MessageInterceptor
by Johnni
- 4 Replies
- Last post
by Johnni
- Hi,
I'm using WM5 on a TREO AT&T 750. The problem is with the sms MessageInterceptor class. I'm intercepting and deleting specific SMS messages for the notification part of a commercial product.
The code doesn't intercept the incoming messages, even if I tell it to catch them all.
HOWEVER, if I kill the palm messaging application, it does work.
Any suggestions on ho
-
- [C# & ActiveX] Attaching an ActiveX event to JavaScript and interact with Windows Control
by PlaTyPuSs
- 9 Replies
- Last post
by Andy E
- Hi!!
I really need your help to understand how I can interact between the Windows Control and the JavaScript....
I followed the tutorial of Karsten J. about Gadget & ActiveX ( http://blogs.msdn.com/karstenj/archive/2006/10/09/activex-wpf-gadget.aspx ), but I can't make it work with ActiveX...
My Gadget is very very basic.... it's a simple WPF control with a button... and when I click
-
- ListView And Input Box Help!!
by lordleslie
- 5 Replies
- Last post
by lordleslie
- hi all (: i'm currently doing a project on wm 5 and on c# language. i know that there's this function called InputBox in VB.net. is it possible for me do something like this i tried finding online and documentations but i can't seem to find anything close. can anyone help me
what i wanna do is to actually: show items in a listview, select one item, a input box appears for me to key in rema
-
- Porting .net application from Pocket PC platform to Windows CE
by Tomasz007
- 1 Replies
- Last post
by timg_msft
- Hi there,
I need to port an application written for the Pocket PC platform to Windows CE. Does anyone know of any good articles that outline what this involves Is this simply a matter of changing the project configuration, or is more involved
Thanks