-
- MainMenu
by Nelson Rodrigues
- 7 Replies
- Last post
by Nelson Rodrigues
- Hi there,
i have a form with a MainMenu, and i'm trying to solve 2 problems:
1) if i show a MessageBox, closing the message box, the menu disappears.
Solution: whenever i close the MessageBox, i do a kind of a "reset" to the menu:
- this .Menu.Dispose();
- this .Menu = this .mainMenu;
Well, it works, but is it a good solution
2) i click on the menu, it opens
-
- Suggestions for Windows Sidebar
by Andy E
- 14 Replies
- Last post
by Andy E
- I thought that seeing how we had a Suggestions for Live Gallery post, we might as well list what we actually want to see with Gadgets, too. Post your suggestions here. With the recent problems I've been having, I'd like to start it off with: An easier way to install ActiveX controls that accompany gadgets. A great way to implement this would by to have a System.Gadget.addControl(string filelocati
-
- First gadget nearly complete
by IanPaskin
- 6 Replies
- Last post
by IanPaskin
- Hi,
Ive been writting this gadget and getting towards finishing version 1, however while im tidying the last few bits up i thought i would post it here and get some feedback from you guys. It shows xbox 360 gamer tag info from mygamertag.net you need to add your gamertag in the setting page. you can download the gadget from http://www.w3fox.com/360gametag.rar
Im running RC1 5600.
i have t
-
- java to c#.
by SPESHOW
- 8 Replies
- Last post
by SPESHOW
- may i know what is the equivalent for getHost() and getPort() i am trying to convert java to C#.
public static HttpConnection connect( String url, Callback callback ) throws IOException { HttpConnection conn1 = null; String originalURL = url; while( url != null ){ conn1 = (HttpConnection) Connector.open( url ); if( callback != null ){ ca
-
- pockect pc development basics
by Dreamz
- 2 Replies
- Last post
by Zero Dai - MSFT
- Could you suggest some good books for pockect pc development (2003) , compact framework 2.0 with visual studio 2005
Any references to the basics fo pockect pc and its development will also be great.
Thanking you in anticipation.
-
- Changing data models
by jeffdeville
- 2 Replies
- Last post
by Diego Vega
- Suppose I have created a site, and exposed my data via Astoria. Life is good, and I've got 3rd party developers going crazy w/ my offering. Now I've developed version 2 of my site, and my data model has been altered. How will I support my existing v1 Astoria services Obviously it's my responsibility to conceptually know how to map the new schema to the old one, but what happens on the Astoria/EDM
-
- ListView Box Smartphone
by wshs
- 4 Replies
- Last post
by wshs
- Hi All,
I have a listview box in my C# application. I need to progmatically change the list view item in focus. I am able to do this on the PPC app because the Listbox control supports this.
The Smartphone does not have support for the Listbox control s I must use the listview.
-In my app I have an alphabetical list in the list view.
-as the user types text in the textbox the Listview
-
- ConmanClient2.exe crash on second deploy
by Andre555972
- 1 Replies
- Last post
by Quantum Architect
- Hello,
I am working on an application with multiple projects for WinCE 6.0. Deploying the application to a CE device used to work well. However, now ConmanClient crashes when I deploy the application a second time. The crash occurs during deploying the fourth project of the application. Here is the exception from ConmanClient2.exe
Exception 'Access Violation' (14): Thread-Id=0766004
-
- Registration failed with Error 0x800700c1: not a valid Win32 application
by Ken N
- 4 Replies
- Last post
by Seer Xillion
- We're developing custom controls in MS Visual Studio 2005 using C++ with ATL and deploying to a Window CE 5.0 device. Upon deployment we see:
------ Deploy started: Project: Controls, Configuration: Debug STANDARDSDK_500 (ARMV4I) ------
C:\Development\Controls\STANDARDSDK_500 (ARMV4I)\Debug\Controls.dll
Registering file...
Deployment and/or registration failed with error: 0x8973190e. E
-
- WaveForm API
by giancolaj
- 3 Replies
- Last post
by Ilya Tumanov
- Im using the Wave Form Audio Interface ( http://msdn2.microsoft.com/en-us/library/aa446573.aspx ) to play back streaming audio from mic inputs in realtime. I have 2 inputs, one sampling at 44.1 khz and another at 8khz. The 44.1 khz plays back normally with no distortion or delay. However the 8khz sounds perfect but has a 4 second lag time or delay
It seems if I set the sample rate of the 44.1 k
-
- CEdit height
by kehl
- 2 Replies
- Last post
by kehl
- I want to create a text input field:
Code Snippet
CEdit field;
field.Create(flags, CRect(...), ...) The question is what to use as height in the CRect (bottom-top). It seems 20 is a good value, but assuming a dynamic font size, how can I get the "correct" height of a one-line edit control I already know the font size (14), so would I always add 6 pixels (scaled by dpi
-
- 2nd try: What DLL are wave routines in?
by Frank Miller
- 14 Replies
- Last post
by Ilya Tumanov
- I'm having trouble getting access to some wave routines: I have been using these routines to access sound under Windows XP using the winmm.dll DLL. I would like to know which DLL these routines are in under WM5 (if at all) [DllImport(DLL)] public static extern int waveOutGetNumDevs(); [DllImport(DLL)] public static extern int waveOutPrepareHeader(IntPtr hWaveOut, ref WaveHdr lpWaveOut
-
- How to deploy pocket pc application to device and necessary prerequisites before deploying
by GSReddy
- 8 Replies
- Last post
by Ilya Tumanov
- Hi
I wanted to test pocket pc application on device. But I have basic queries like, What are softwared I should install before testing on device vs.net tool provides an option deploy on to device, is the way to test or we should deploy on to device by making setup file. I have already taken vs.net 2005 and SQL Developer 2005 authorized( Licensed ) copies. Framework, SQL Mobile comes as part of
-
- stopping the thread
by mohasad
- 14 Replies
- Last post
by mohasad
- hi all , i am working in WM2003 . in that i am not finding any option to stop the thread . in my case , the issue is as follows: 1. i am showing some animation in one thread . 2. i am fetching the information from network in another thread . 3. at the same time i am having a softkey ,when i press that softkey the network fetching should be stopped and return to the main menu. but its not happening
-
- handling BatteryLow condition and Incoming call in Wm2003
by mohasad
- 8 Replies
- Last post
by mohasad
- Hi..
I have the problem when I convert my program from wm 2003 to wm 5.0
In wm 5.0, it come out an error say " Control.Invoke must be used to
interact with controls created on a separate thread". But when I deploy
in wm 2003, this kind of problem wont come out.
Thanks a lot..
-
- Problem when importing ActiveX controlActiveX controlActiveX control in WM5.0 C# application
by Caffey
- 4 Replies
- Last post
by Caffey
- I am a newbie to .NET mobile developing and I experienced problems in using a ActiveX control in c# application on Windows Mobiel 5.0 platform. I have read the technical artical "Hosting ActiveX content in .Net CF2.0", and tried to import an ocx into my application as they taught.But an error was returned: COM interface with IID '{00000114-0000-0000-C000-000000000046}' cannot be created
-
- Problem in creating Dialogbox and MenuBar on WM5 SmartPhone
by Prashant_611
- 1 Replies
- Last post
by mgaur_MSFT
- Hi All,
I am facing problem to Create MenuBar on DialogBox for WM 5 SmartPhone.
Could anyone give sample code or link for basic steps to do it.
-
- How to pre-integrate an application to BSP image
by J-Chen
- 3 Replies
- Last post
by J-Chen
- I wonder how to write an application and build it with my BSP image, so that I don't need to execute installation procedure for the application after my BSP image downloaded and boot up.
For example, I like to write a new game application, and I hope to make it appear on the game zone with the orignal two built-in games right after I download my BSP image to my board.
Thanks.
-
- accessing Registry in .net CF 1.0
by mohasad
- 6 Replies
- Last post
by Christopher Fairbairn
- hi , i want to read the entries from registry for QWERTY keypads. i don know how to do that programmatically . thanks sadiq
-
- Design Alternatives / Recommendations for Large Application
by dct-val
- 1 Replies
- Last post
by Milo7874
- I've got a CF Application that's getting too large. It uses a lot of memory as there are a lot of options. I remember back in the day, we use to CHAIN basic programs so that they would each be loaded into memory when needed.
I'd like to implement something similar. I was thinking of using Plug-ins but I'm not sure if that's the best course of action as I don't think you can have a plugin as
-
- folder selection
by Cyber22
- 1 Replies
- Last post
by Andy E
- is there any object or something i can use in order select a folder i mean something similar to the file input, but instead show a dialog for selecting a file, i want a dialog that request a folder selection...
can anyone pls help
-
- rerieving the status of phone
by mohasad
- 11 Replies
- Last post
by mohasad
- hi all , in my application , i want to handle a following situation . 1. when the incoming call comes , i have to pause my application or the settings should be saved . 2. how to handle the incoming calls .
-
- Start Minimized
by A.Carter
- 4 Replies
- Last post
by A.Carter
- I have an app that calls a NTP server to sync the time. I would like to start it minimized or hidden so the user doesn't have to see it. I tried "Hide()" but it doesn't work. Any suggestions
-
- How to show an image containing xml file in .net cf
by Neha Goyal
- 8 Replies
- Last post
by Ilya Tumanov
- Hi,
I am creating a web application,in which i have to show the images from the xml file.
The structure of my xml file is as follows:
< xml version = " 1.0 " encoding = " utf-8 " >
< Images >
< FlowerImage >
< Id > 1 </ Id >
< Name > FlowerImage1 </ Name >
< Company > XYZ </ Company >
-
- Launch aplication after installation - windows mobile
by Sameer_iwork
- 4 Replies
- Last post
by Christopher Fairbairn
- Hello friends,
I'm developing an application for Windows Mobile 5.0. (using C#)
I want to load my application as soon as it gets installed.
If any one know how to do this, please let me know.
Thanks in advance.
SAMEER
iWork Technologies