Answer Questions
Malcatrazz Pass a variable from VB program to C# program running on WM 5.0 emulator
...and the IPC mechanisms are summarised here: http://www.danielmoth.com/Blog/2004/09/ipc-with-cf-on-ce-part-1.html Cheers Daniel Any of the standard IPC mechanisms available on NetCF and WinCe should work for you ...Show All
Lzitro wifi indoor positioning system using compact framework
I want to develop a wifi indoor positioning system using cf. I think that I could do that taking the "time of arrival" measure of the wifi signal. Do you know how to take that data with the cf I have to use the opennetcf or is something in the official cf 2.0 Other way to do the indoor positioning is to use cf tags, do you know any project of info I could start with I haven't found good info about it Thanks in advance Hi Creaturita, To ...Show All
Tabar Design Time Error
I am working on developing an application for Windows Mobile 5.0 Pocket PC using VS2005 Pro. When in design mode, I get a strange error when I drag certain standard controls from the toolbox to a form. The error reads as follows: Failed to create component 'PictureBox'. The error message follows: 'Component of type PictureBox could no be created. Make sure the type implements IComponent and provides an appropriate public c ...Show All
Demchuk ScrollControlIntoView functionality not available in .NETCF v2
I have a PocketPC form with lots of controls and I want to be able to scroll a particular control into view if it has received the focus. There is a method in .NET framework v2.0 called ScrollControlIntoView which does what I want. Unfortunately, it is not available for the Compact Framework. Can anyone tell me what I need to do to implement the same functionality for my PocketPC project thanks Take a look ...Show All
aragon CF doesn't handle new lines as \r\n ??
I wrote a simple control which used the Graphics.DrawString method to draw some text. When the text contained a newline "\r\n" it would only display correctly when I ran the app on my desktop, but when I ran it on the Pocket PC emulator it displayed the newline as 2 square boxes. Unfortunately Enviroment.NewLine doesn't exist in the CF and I even tried using the Stringbuilder.AppendLine (it doesn't exist in the CF) or anything tha ...Show All
mountain_lion cell event of datagrid ?
I write a crosstab query, it be binded in a datagrid control. as shown: Company master bachelor -------------------------------------- companyA 40 38 companyB 65 67 ---------------------------------------- I want to do it : When I click one of cell, it will shown ...Show All
longuyen scrollbar in Compact framewok windows form
how can we make the form scrollable in a windows form in compact framework Dear Daniel , i have a picture which is larger than the ppicture box in CF1 i need to have scrollbars to be able to scroll the image . would you please advice In CF 2.0, both Panel and Form expose the AutoScroll property (set it to true). For CF 1.0, you have to workaround it by adding a Panel, a Scrol ...Show All
RichardSw Can the .NET compact framework meet my application requirements?
Hi all, This has been a subject I've been researching for a while now and I am still unsure on how best to meet the requirements I have. We have a need to design a mobile application that can run on PDA's or Smartphones or both. This application needs to be able to interface with the device built in camera (if one) and needs to be able to interface with some kind of GPS device. This GPS device needs to be accessed externally via bluetooth ...Show All
Ashraf Gawdat Non-public methods/members for CF DataGrid?
Where I can find some full info for DataGrid (public/non-public members/methods) - Compact Framework I'm also interested to find such info for other standard Windows.Forms controls (UML, descriptions, and more...) Thanks! For private methods you can not find this info anywhere as these methods are not public and thus not documented. As to public methods, MSDN is the place. Thans for ...Show All
StLThumper .NET CF Application - Will it run on all .NETCF Processors without recompiling?
I just need some clarification here. Correct me if I am wrong. A .NET CF app that has been compiled to "byte code" should be portable across all .NET CF supporting devices IE: ARM/x86 etc. I shouldn't need to recompile it to each of these devices. Is this correct Thanks! Question 2: Code may not necessarily be portable between the full and CF as the CF may not contain all functionality represented in the fu ...Show All
axdimensions WANTED: list of devices supported
Hi all, where could i find the list of devices currently supported by VS2005 thanks. I think it would be a bit impractical to post a complete list, since it is continously changing, and some devices are known under different names depending on the market, distributor/operator etc. You can create .NETCF v1.0 projects with:- Pocket PC 2003 and above* Smartphone 2003 and above *.NETCF v1.0 projects created with V ...Show All
lalle smart phones
Hello people.. i have bought the audiovix 5600, and i'm not able to know how to downloud an application on it to make it read other languages instead of English... for example i'm reacieving an ARABIC text msg and i'm not able to view it... What shull i dooo ! ! ! ! does windows mobile support arabic language on this device ! can someone help Please contact whoever you purchased the device from for your options. I'm going to ...Show All
MHG NavigatingEvent in WebBrowser-Control
Hi! I'm just experimenting with the new WebBrowser-Control. It fires an NavigatingEvent before it navigates to a new page. There is a property called 'cancel' that prevents the navigation on the new page. But I've problems to get it work. If I simply write: private void webBrowser1_Navigating( object sender, WebBrowserNavigatingEventArgs e) { e.Cancel = true ; } n ...Show All
Vladimir Chtepa App fails to start under CF2.0 when built by VS2003
My platform is using the CompactFramework 2.0 as provided by VS 2005. A helloworld app built by VisualStudio 2005 will run on my platform, but the same app fails to run when built with VisualStudio 2003. I can see the dependent dlls load, followed by each unload after it fails. The VS2003 built helloworld app will run when CF 1.1 is deployed. The platform is a Intel IXP425 based development board (ARMV4I). Any suggestions are welcome. ...Show All
Joaquim Ferreira Linker error, newbie question
Forgive me, but I'm a bit new to windows mobile development. I wish to do the following: 1) Create an MFC based smart device application (in my case, dialog-based). 2) Create a second project which is a static library (within the same solution) 3) Link the library into the to the smart device application and be able to access functions from that library. Of course this is simple in a normal windows environment, (my background), bu ...Show All
