-
- Setting textbox caret position in the onfocus event
by Terence Lee
- 4 Replies
- Last post
by Dan Elliott - MSFT
- I have subclassed a TextBox and would like to select the text everytime the TextBox got focus. So, I override the OnGotFocus event like this:
protected override void OnGotFocus(EventArgs e) { SelectAll(); base.OnGotFocus(e); }
This routine works fine except that the base TextBox always change the caret position back to where I clicked into the textbox somewhere after
-
- where to find the signtool.exe?
by Myime
- 1 Replies
- Last post
by Myime
- Hi,
I'm sorry. I don't where to post this subject.
I want to use the : \Windows Mobile 6 SDK\Tools\Security\CabSignTool\cabSignTool.exe to sign my cab files,
but when I input the following command line:
cabsigntool myapp.cab myapp.cab -f myapp.pfx
It show the following error:
CABSIGNTOOL: Extracting CAB contents.
CABSIGNTOOL: Signing CAB contents.
CABSIGNTOO
-
- WebBrowser control and PPC 2003 SE problem
by who_am_I
- 1 Replies
- Last post
by Zero Dai - MSFT
- Hello,
I noticed that when an application using the WebBrowser control of NET.CF 2.0 is loaded on a Pocket PC 2003 SE, the WebBrowserNavigatingEventArgs contains null in all its members. However on Windows Mobile 5.0, it works as expected. Is there a workaround
Thank you in advance.
-
- Play video file
by Cathal Coffey
- 3 Replies
- Last post
by ChunSheng Tang - MSFT
- Hi guys, I'm trying to build a simple application for my PDA, its running Windows CE 5.0. Can anyone point me in the direction of a tutorial for playing video using the .net compact framework Cathal
-
- Web Site in sidebar Gadget; Need to Refresh Every 10 Seconds
by PaulC1234
- 10 Replies
- Last post
by Robin Paardekam
- I need to be able to display a web site in a sidebar gadget, and have it update every 10 seconds. It is used to monitor servers. The gadget needs to be about 500 x 600 pixels.
I have seen some messages talking about using iframes to display a web site in a sidebar gadget, but I cannot find a way to successfully get it to refresh at a specified interval (say every 10 seconds).
Any assistance
-
- Save state and exit never finishes
by lagu2653
- 14 Replies
- Last post
by lagu2653
- I downloaded and installed this package Device Emulator: ARMV4I BSP for Windows CE 5.0 . Then I followed the guide in the included RTF file, which rolls an SDK from my platform image and lets me use a device emulator screen with a 600 x 800 resolution. Everything works well but when I try to "Save State and Exit" a white rectangle with the text "Saving State..." pops up after 1
-
- again on "Notes.exe" usage
by aldesa
- 6 Replies
- Last post
by GMon
- Hello,
I'm successfully starting Notes.exe program, passing to it as argument the filename I want, either an empty template, or an existent note to be viewed and/or listened.
I have still two problems:
1) is it an argument to Notes.exe to display or not the recording bar (how can I see the Notes help is there a way to start something like "notes.exe /help" )
2) when the user
-
- SOLVED Can't run Astoria in VS2008 Beta 2 using Cassini web server
by Julie Lerman
- 3 Replies
- Last post
by Julie Lerman
- Moved from a different thread about IIS that had a different cause [http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2170716&SiteID=1] I added another note which is italicized prior to the web.config.
I'm on windows vista ultimate. I'm in UAC mode, but I run VS2008 as an admin.
I'm using the new bits, web application project but I'm using Cassini, not IIS.
The error i
-
- Error Code c00e000b recieved when starting msmq on Pocket PC Phone Addition
by BCR
- 14 Replies
- Last post
by stroller
- Hello All...
Im getting error code c00e000b on a pocket pc device when using visadm to start msmq after installing it. when I use the verify short cut I get a successfull reply but when I use the status short cut I get the c00e000b error code. I have seen many posting on the internet for this error but no solutions. I downloaded the msmq cab from the MS web site to make sure I have the latest v
-
- Symbol Barcode Reader
by SuriP
- 6 Replies
- Last post
by Rizusa
- Hi,
When I use the Pocket PC 2003 emulator with my application that uses the Symbol.dll and Symbol.Barcode.dll (version 1.0.5000.7) the following line throws a NullReferenceException.
this .MyReader = new Symbol.Barcode. Reader ();
The same line (and the application) works fine if I use the version 1.0.5000.3 of the Symbol.dll and Symbol.Barcode.dll.
Any ideas I am using VS2005 and
-
- how to determine if a Bluetooth device (of a certain profile) is connected?
by The PocketTV Team
- 5 Replies
- Last post
by Christopher Fairbairn
- Could someone points me to a C++ tutorial or sample code showing how to determine if a Bluetooth device (of a certain profile) is connected
e.g. i would like to determine is a Bluetooth stereo headset (profile A2DP) is connected.
Also, can the State and Notification broker be used to be notified when a Bluetooth device gets connected/disconnected
-
- UDP over GPRS
by Jari Niskala
- 3 Replies
- Last post
by Jari Niskala
- Hi, I have a client that runs on a Windows Mobile device (using Blackjack for testing) and it connects to a server that runs on a Windows box. The client initiated connections using TCP to the server work great, but I cannot seem to be able to receive any server initiated UDP messages on the phone. The UDP messages are used as a kind of a 'refresh' message to the client to tell it to resync it's d
-
- Help~! How to load openCV dll in smartphone 2003?
by christine21
- 6 Replies
- Last post
by mgaur_MSFT
- Hi all, I've created an application written in C# which works well in smartphone 2003. Now, I want to use the openCV dll in my application and i encountered 'NotSupportedException' error. Is openCV can be supported by windows mobile 2003 What should i do for the openCV to make the DLL compatible in windows mobile 2003
Can anyone out there help mi
thanks.
-
- PDA windows Form
by kangalert
- 5 Replies
- Last post
by Zero Dai - MSFT
- I need to develop a project which allow to control all the form flowing.
Which mean my PDA can handle 2 or more same form at the same time, in my menu bar i can choose to activated the form.
My problem is i do not know how to control the form while 2 or more SAME form open and store it into the menu bar.
For example
Dim NewFrm as frmOrder
NewFrm = New frmOrder ' First Form
'Then
-
- Redistribution of .net framework 2.0
by gplusplus
- 11 Replies
- Last post
by gplusplus
- I have created a *.cab file for my pocketpc application. I have also successfully created a *.msi installer for the use of installing the application from a desktop pc and then via active sync it installs the app onto my smartphone. This all works perfectly! I have one problem, i want the *.msi to check to see what version of framework is currently installed on the smartphone. If version 2.0 is n
-
- How to override System application
by Prashant_611
- 1 Replies
- Last post
by Saravanan V V
- Hi All,
I am beginner programmer. And want to know how to override system applications or make changes in same application. e.g. " tapiRequestMakeCall " API used to make a call. but for this API after making a call system shows UI i.e. calling...
How to override this UI.
-
- Changing a files attributes
by Quentin Mayberry
- 2 Replies
- Last post
by Quentin Mayberry
- Is it possible in vb.Net CF to change the attributes of a file
I would like to set the attributes of a file that I have created to hidden. It seems the system.io.file.setattributes is not available in CF and a search of the knowledgebase didn't reveal anything either.
-
- 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
-
- NotSupportedException
by ygcho
- 6 Replies
- Last post
by ygcho
- Hello!
I am developing application program targeting for Windows Mobile 5.0 Pocket PC.
A managed GUI program (VC#) calls functions implemented in unmanaged DLL file (VC++).
When a function implemented in the dll file is called by the GUI program during debugging by deploying to the device, the 'NotSupportedException' error message comes out.
Related codes are as below.
<V
-
- Learn VC++, Need Book.
by Rajat Solanky &#40;MCS
- 12 Replies
- Last post
by Rajat Solanky
- Hi theres, i am working in .net for windows mobile, but some kind of system programming, not supported by it so I want to study VC++ for Mobile device. I am trying and trying but could not get right book to read and learn it. any one who has any idea exactly please send me link or guide. the book or books should be totally free of cost. I will thanks full to you. bye regards Rajat.
-
- Converting C# into VB.Net
by Momocha
- 2 Replies
- Last post
by Mark Arteaga
- I found some program chat to my device.. but it's in C#.. somebody can help me to convert this code please i have tried to convert it.. but it's didn't work succes.. thanks a lot before... this program is TCP Server/Client... In Server Listener.. i successfuly convert it.. but on client.. it's not success... help me please.. this code is cliend side...
==========
Module
==========
-
- query customizations in Astoria?
by viswaug
- 3 Replies
- Last post
by ZroBug
- Hi,
I am trying to think of ways in which Astoria can be used to query spatial databases. Can Astoria URL query contain parameters that can be parsed into custom objects by user functions that can then be used to query a spatial database I.E. for example, the URL contains a series of X Ys that can then be parsed to custom line objects that will be used for querying.
Thank You,
Vis
-
- To 'Windows CE 5.0 Device' Connection failed. The device is not ready.
by Jackie.Shi
- 4 Replies
- Last post
by Jackie.Shi
- OS:Windows XP Pro Sp2 en
IDE:VS2005 Team Suite+Sp1
I have downloaded the install files for emulator using the following url:
http://www.microsoft.com/downloads/details.aspx FamilyID=A120E012-CA31-4BE9-A3BF-B9BF4F64CE72&displaylang=en
and then, I modify the link of sample ce to "C:\Program Files\Windows CE 5.0 Emulator\Emulator_500.exe" /CEImage Nk.cem /Video 80
-
- WaveInOpen problem for gsm610 format
by shmittel
- 7 Replies
- Last post
by shmittel
- Hi, I'm trying to record a wave stream to GSM 6.10 in VB .NET on my pocket pc I have written following code, but waveInOpen API call gives me error no 32. I can record a stream to an ordinary PCM format whitout problems. Can anyone help me to solve this -------------------------------------- <DllImport("coredll.dll")> _ Private Shared Function waveInOpen(ByRef phwi As IntPtr,
-
- Step by step to intall My certificate on the PPC Windows Mobile 5
by Scomazzi
- 2 Replies
- Last post
by GJohnston
- Hi,
How to installing MY (not root) Certificate on the Windows Mobile 5
Thanks,