-
- Incoming call handling in Windows Mobile 5.0 PPc
by M Pramod
- 4 Replies
- Last post
by M Pramod
- Hi,
I want to suppress the default pop up dialog of windows when we get a incoming call...
and show my own dialog with the same menu bar.
Pramod
-
- Puzzling socket performance problem.
by hipswich
- 1 Replies
- Last post
by hipswich
- I am using TcpClient to make a connection to my server application and send data using NetworkStream.Write(). The code is something like the following (to make my description clear and brief, the following code was made to just illustrate the problem):
while(true)
{
ns.Write(new byte[3000], 0, 3000);
-
- I want a button that will navigate to the My Document folder when pressed
by Deco
- 14 Replies
- Last post
by ahmedilyas
- I want to have Buttons in a VB Form navigating to places like,My Documents, Network Places, My Pictures etc.
Does anone know code for me to be able to do this...
Thanks
-
- Label Backcolor Transparent / Windows Mobile 5 for Smartphones
by nico__
- 3 Replies
- Last post
by Stefano_Azzi
- Hi everybody!
I'm creating an application for Windows Mobile 5-based Smartphones in Visual Basic .NET and I can't find the way to set transparent the backcolor of my labels. I tried a few things but it didn't work. Is it possible to do that and how
Thanks in advance for you help!
-
- Offline SDK
by @dmiral0
- 6 Replies
- Last post
by @dmiral0
- Hello everyone. Is the Javascript framework that msn spaces uses for gadgets closed I mean -> can i get it from anywhere I will try to do an offline test page for gadgets. By the way, Does anybody want to help me
-
- Including Symbol dll in Smart Device CAB Project
by KitWest
- 5 Replies
- Last post
by KitWest
- My Visual Studio 2005 project references symbol dll files in C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\Symbol Technologies.
I have them copied to a local folder under my solution folder, along with some other 3rd-party dlls. They are set to Copy Local when I include them in the Visual Studio project.
I don't understand why the Symbol dlls are not included with the "Pri
-
- How to track keystrockes to start an application
by Prashant_611
- 3 Replies
- Last post
by mgaur_MSFT
- Hi,
I am devloping a dialing application for WM 5.0 smart phone. which should run in background and track for key strockes (i.e. Numeric key 0_9). after event of key pressed Application should show DialogBox which cointain textbox for number to be dial
Is it possible whout creating Dll and service
How to achieve this (please give sample code)
-
- Remove SIP button of Main Menu
by ares_l
- 2 Replies
- Last post
by ares_l
- Hi,
I am writing an MFC application in EVC++ 4.2 for Pocket PC. The application runs on windows mobile 5.0 beautifully. I am now trying to remove the SIP button off the menu. I have make a call to these following code from the
InitInstance():
hWndInputPanel = FindWindow(TEXT("SipWndClass"), NULL); if (hWndInputPanel != NULL) ShowWindow(hWndInputPanel, SW_HIDE);
hWnd
-
- Persistent Storage -- Saving settings?
by coltsith
- 4 Replies
- Last post
by coltsith
- Can someone tell me what area of .Net Compact Framework I use for persistent storage I have an app and I need to save passwords and settings across different user sessions. Is there an RMS equivalent like in J2ME, or will I have to save it in a text file or something Thanks!
-
- Optimizing performance
by GreggW
- 3 Replies
- Last post
by ToddOs
- In discussions with MSFT folks a few months back there was a suggestion to use literal arrays to create gadget html as it would be much quicker than document.createElement statements throughout. Not only quicker for the browser to handle but additionally less code and bytes to download.
So, I'm wondering if anyone else has taken this approach and more specifically what approach you use to a
-
- <form> in Gadget
by HigH_HawK
- 3 Replies
- Last post
by kmdxb
- Hello, I have created a little Gadget including a text input field and a submit input field (button) within a <form> TAG. Now if you enter a word into the text input field and press the submit input field (button) it should reffer you to the page you have entered in the action var (<form action="http://www.website.com") and show you the result, my problem is that if I click on t
-
- monitor bluetooth traffic
by Johannes562528
- 5 Replies
- Last post
by Johannes
- Hi list,
is it possible to monitor and log bluetooth traffic using the .NETCF (or maybe native code) What I basically want to do, is to log all AT commands send over a particular bluetooth connection.
Help is appreciated.
Johannes
-
- How to connect to virtual Directory
by DamsDev2007
- 4 Replies
- Last post
by Ilya Tumanov
- I want to connect my pocket PC to my virtual directory on my computer.
(example http:\\mycomputer\mywebdirectory)
How can I do this in C# (Compact Framework 2.0)
-
- How to get SIM PIN code and PUK code remaining attempts?
by Sean Y Xia
- 2 Replies
- Last post
by garyhu
- Hi,
I am trying to change SIM PIN code with "SimChangeLockingPassword" on WinCE 6 croossbow and we know that the SIM will be locked after 3 attempts, then we have to unlock it with PUK code(10 attempts). The question is I must notify user the remaining attempts before they input the code, but I can't find a way to get the attempt count.
I've looked thtough the SIM manager APIs and
-
- Platform invoke callback w array parameter causes crash
by Avery Simonsen
- 7 Replies
- Last post
by Avery Simonsen
- In my C# app I have the following:
Code Snippet //interop signatures: internal delegate void TestCallback([MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.U1, SizeParamIndex = 1)]byte[] bytes, int count); [DllImport("C_library.dll", EntryPoint = "performMarshalTest")] internal static extern void PerformMarshalTest(int someInput, TestCallback testCallback)
-
- Want my Sidebar gadget to do the following
by tecchi
- 0 Replies
- Last post
by tecchi
- Hello all,
I try to write a sidebar gadget and want to do it the following.
I want to be a kind of a "watcher" for a community. For that reason I wish to communicate with a SOAP Webservice written in ruby.
So the gadget has to save a username and password and has to work as a webservice client.
The second thing is that I want the gadget to check a local folder (The user saves
-
- Require idle time of the application
by Neha Goyal
- 7 Replies
- Last post
by Ilya Tumanov
- Hi experts,
I am developing an application in .net compact framework 2.0 , in which i want the idle time of the application.
Can any one suggest any thing....
any sample code is most welcome.
Thanx
-------------------------
Neha Goyal
-
- How Can I Get The Height Of A Hidden <div>?
by jromeo
- 1 Replies
- Last post
by mclifton
- Hi: I'm having some trouble with hiding and showing/animating divs. Given that 1) the number of divs is dynamic, it changes with each web page, AND 2) the amount of content on each div, and therefore the height of each is also dynamic The trouble is, in order to show/animate a div the way I want, i need to know the height of any of these given divs *before* i show it. Assuming one such div is cu
-
- running Windows mobile 5.0 build in WINDOWS MOBILE 2003 DEVICES
by mohasad
- 1 Replies
- Last post
by Ilya Tumanov
- HI all, i am having a following doubt regarding running the windows mobile5.0 application in windows mobile 2003 devices. 1. i have developed my application using .Net Compact Framework 1.0 using Windows mobile 5.0 SDK for smartphone . so will this application run in windows mobile 2003 devices . 2. if not what s the reason behind this , and how van we rectify this problem. thanks sadiq
-
- Unmanaged Stack Trace in PPC2k3/2k5???
by chadbryant
- 2 Replies
- Last post
by Zero Dai - MSFT
- Is there any way to print out a stack trace when running unmanaged c++ code on a pocketpc 2003 device
Thanks,
Chad D. Bryant
-
- GPRS Signal vs. GSM Signal
by Paul Diston
- 2 Replies
- Last post
by mgaur_MSFT
- Hi,
I was wondering if some could help me, I would normally do a search of the forum before asking a question however the search feature does not work at the moment.
I have however been searching on the OpenNETCF forum but have not had any luck yet.
The problem is that we use the TAPI library to get the 'signal' from the devices we develop on. This signal is a percent and from various tes
-
- Help - UpDown control on WM5 Smartphone? how to Add to form?!
by kiwi-b
- 3 Replies
- Last post
by kiwi-b
- Hello, I am very new to CF programming and was looking to write an application. I need to use the UpDown control on a form.. how is this done as I cant see it on my toolbar !! The documentation tells me the class is available for use with WM5. thanks in advance Brian
-
- store information in a non local database
by bilabi
- 7 Replies
- Last post
by bilabi
- Hi and thanks in advance for your time. I'm trying to develop a gadget to be able to store/insert some data into a non-local database. Is it possible to use 1: a Java applet where files are dragged & dropped onto, 2: then ondrop() event retrieve the Path of the file 3: Use PHP to access the database and insert the Path info into the db. Or if you have any other suggestions in how to go about
-
- fail to deploy VM5 in VS2005
by alvon
- 6 Replies
- Last post
by alvon
- hello everyone,
when I try to deploy a VM5 pocketpc project, i came across to this error msg:
" The device security configuration disallowed the connection. Ensure that you have the appropriate certificates on your device for development. Review your SDK documentation for proper security settings for connecting to this device. connect to device failed. "
What do I
-
- passing an eviroment variable to the html to use user inputed data in a link
by globalimages
- 2 Replies
- Last post
by globalimages
- Hello
Just made a lovely new (first) gadget.
Trying to do one more thing before it's finished.
I have the code in the html to show the settings box, and when thats clicked i get the flyout with a text box, in that text box i need people to put in a username that will be sent at the end of a url when i link is clicked.
I'm a php guy so the javascript is a bit strange to me.
I