Answer Questions
GrahamCownie Tray icon
In C# I am trying to see how to create a form that I can minimize to the upper tray and then when i click on the tray icon it shows the form. Is this possible Sorry, I reacted a bit too hasty on your post. Microsoft has a document available, together with a sample application that explains on how to create a notify icon in the 'Today's screen taskbar'. The white paper can be found here: http:/ ...Show All
Vos Creating a unified installer for both SmartPhone and PocketPC
Hi, Is it possible to create a unified installer that automatically installs the correct version of software depending on whether a SmartPhone versus PocketPC is connected Basically, one installer self extracting Windows .exe file that installs the correct .cab file of two .cab files (SmartPhone versus PocketPC). Can it be done with the .inf/.ini files We'd love to, but CAB format IS different. SP 2003 CABs ...Show All
Giorgos Eleftheriadis WI FI signal stg detection using programming language.
I am Quite new to programming, recently my sch gave mi a project ( Development of an embedded network monitoring software for mobile devices). But i am now stuck on how to start. What programming language shld i use i must write a script to check the signal stg of an access point, after tt i muz use the vaules of the aps to detect the current position of a wireless client. pls help mi to start off.. thx a million hmmm hey.. is a possible t ...Show All
RobAtCDW ChooseContactDialog Issues
I've been trying to work with the new ChooseContactDialog functionality available with Windows Mobile 5, and for the most part it seems fairly straightforward, however, I've encountered a couple of weird issues: 1. After returning from ShowDialog(), if I have set the Owner public property of the ChooseContactDialog class to be the current form, a ComboBox on that form will be disabled. After some experimentation, I have discovered that the " ...Show All
JVS Can't call MyFunction in MyDLL(C++) from PocketPC application (C#)
Hello, I have an DLL (unmanaged C++) and the application (C#) worked well on Desktop. Now i want to make it work on PocketPC. I could not debug into the DLL (unmanaged C++) from my Smart Device Application (C#). My project was built in the following way: New Project--->C#-->Smart Device (Pocket PC 2003) --> Device Application The project to build the DLL for PocketPC is created as: in VS2005 New Project--->VC++-->Smart Device ...Show All
Max_steelz incoming phone call alert
hi all, I am developing an application in smartphone. I have developed the application to record the voice. My doubt is, When the voice recording is happening, if an incoming phone call comes, what will happen to the voice recording application (A window/dialog will be vsible during the recording phase). How do i track this situation thanks in advance acustat When a call comes in the default phone app should come to the front, therefore ...Show All
ClimbRocks how can i play a sound file ?
hello . how can i let my program on my pocket pc play any sound file wav , mp3 , wma i tried every thing , searching in msdn ... the system.media is not found . also microsoft.devices.audio and my.computer.devices.audio is not found .. so , what's the solution .. regards ,, thanks for giving me this site : OpenNetcf.org but i didn't understand any thing from this P/Invoke PlaySound() regards ,, & ...Show All
nahn Is there a way I can identify the model/manufacturer of a device in .NETCF?
Is there a way I can identify the model/manufacturer of a device in .NETCF Thanks. Is a string containing some of this info stored anywhere http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/2af7e157cc45e878/f063fba292f92e76 q=OEM+info&rnum=1#f063fba292f92e76 ...Show All
Hunain Durrani Limitation in numericupdown control
Hi All, When I entered the value 100,000 and over into the numericupdown control and i am sure the value is under maximum value, the numericupdown.value returns a -32011 value. There is a limitation numericupdown control value its seems it support only int16 , is there are ways to override or to work around it. Thanks Hi Tim, Add this workaround to my code, this solution rocks. Thanks for you help..... ...Show All
vandershnozz The designer could not be shown for this file because none of the classes within it can be designed.
Hi; Im trying to make an smart device application but get this error: The designer could not be shown for this file because none of the classes within it can be designed. What do I do PLEASE HELP. Thnx I had the same error using vs2005 framework v2. It began suddenly on all classes derived from (inherited from) a windows form base, when no recent changes had occurred with the base. The complete error was: The designer cou ...Show All
Desdacato Mobile Web Application & Unique Device ID
Hello; How can I get DeviceID from my Mobile web application (asp.net 2,0,vb.net 2005) Sorry :( Please ask in relevant ASP.Net forum. Thanks. http://forums.asp.net/ ...Show All
batub Replacing built in phone application (cprog.exe)
Hi everyone Does anyone know if it is possible or has successfully managed to replace the built in phone application (cprog.exe) with their own application. The requirements I have been given are to replace the current application with a custom one that will only allow the calling of the numbers listed, this will also replace the contact application as well. It must also unlock the phone in code so that if the sim card is placed in another phone ...Show All
Nishant.Sharma Replacing a ROM DLL
Hi all, Have a WM 5.0 device on which I'm trying to install an application built with VS2005 RTM. The device already has several DLLs (MFC, CRT) in ROM. As it turns out, the app will not run with these DLLs. Question: Can these ROM DLLs be replaced or 'hidden' by a RAM DLL I've come across the term "Replaceable ROM DLLs" but can find little further information. Any clarification you can provide would be great! The app was built with dynamic lin ...Show All
An0n3m0us Maximized borderless forms on Pocket PC
Hi, after migrating an existing application to .NET CF 2.0 I experience an ugly behaviour with my maximized, borderless forms: I'm displaying stacked modal forms e.g. one modal form opens another, then that one closes etc. The not-so-nice thing is that now under CF 2.0, the Windows Start menu is briefly visible between the close of the child form and the redraw of the parent form. This was working nicely under CF 1.0 and seems to be a problem of ...Show All
bstockwell Best way to make LABEL's clickable in CF 1.0?
Hi, There's no working Label.Click() event in CF 1.0 at this time. I can't use read-only textbox in this situation, because I need to use a label appearance rather than a textbox appearance. What is the best workaround to make a label clickable in CF 1.0 I have multiple Label's inside a Panel control, each of which requires a separate click event. Hi, i’ve a similar issue concerning the need ...Show All
