Answer Questions
Zone RichInk Control Changing the Font
Sorry if this post is a little long. Any help would be appriciated. I am currently using a rich ink control in an application I am working on. I wanted to change the font to courier new but there is no message to change the font for the control. So I grabbed the handle to the child window which contains the text. The problem is that when I write the text to the control initially it is written using the standard system font ...Show All
Tstay GPRS on Smartphones with C#
Hi everybody I am trying to open a socket over GPRS on a smartphone with the System.Net.Sockets.TcpClient class. But this results in an error. I read something about a ConnectionManager in OpenNETCF but could not find out, whether in .NETCF2 this is still necessary, nor how to exactly use the class from my C# code in order to open a GPRS connection. Can somebody provide or point me to a valid code snippet about how to open a socket on a ...Show All
Chandra Sekhar Annapragada DataGrid - 3 problems
(1) I was going through the example at http://msdn2.microsoft.com/en-us/library/ms229684.aspx I fixed the small problem with the EditView constructor with these 2 lines: if (drView["Discontinued"] is DBNull) drView["Discontinued"] = false ; cbxDiscontinued.DataBindings.Add("Checked", CurrentBindingSource, "Discontinued"); However, the application works fine for most part, except when I tried to add a new record a second time. It ...Show All
Cuno Evertzen ActiveX migration to VS2005 from eVC4.0
Hello All, I have one ActiveX control which works without any issue on PPC 2003. I migrated this code to VS2005. But when I build the code using VS2005 with PPC 2003 SDK then I get some compile time errors related to IObjectSafety. error C2787: 'IObjectSafety' : no GUID has been associated with this object error C2440: 'initializing' : cannot convert from 'DWORD_PTR' to 'const IID *' Conversion from integral type to pointer type req ...Show All
Jayender .v s Custom WinCE 5.0 and VS 2005 Beta2. Connection question.
So, I have a custom board and windows ce 5.0 built to our needs. I have active sync built into the image. Now, comes the problem. VS 2005 Beta2 asks for an tcp/ip (transport) and to have activesync (bootstrapper). Then I try to connect and get "Connection failed. The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com.". Well, I got activesync 3.8. That is the latest I found. As a component for PB ...Show All
AlexCr keyboard for pocket pc
hi there, i was developing a pocket pc application, how can i make the keyboard to prompt up when i tab on a text box. can anyone help me You can use the InputPanel component. http://samples.gotdotnet.com/quickstart/CompactFramework/doc/inputpanel.aspx ...Show All
Craig Roffers How to get a list of all categories
Hi, I want to get a list of all Ctegories but cannot find anything about retrieving this infrormation. Has any one an Idea on how to do this in Pocket PC 2003 using POOM There is a third-party wrapper for the categories functionality available as part of this library :- http://www.inthehand.com/WindowsMobile.aspx Alternatively there was a CEDB P/Invoke wrapper (unsupported) posted here - http://www.opennetcf.org/forums/topic.asp TO ...Show All
Matt Hallett Window CE Emulator in VS2005 Beta
Hi Guys, i've installed VS2005 Beta,but i can't find WindowsCE emulator on device's list, how can i use WindowsCE Emulator with VS2003 it is present and it works very good. thanks a lot. Is the support for Windows CE 5.0 in the DeviceEmulator available yet ..../Ted Thank for answer, but i'm not sure is clear what i mean(sorry for my english)... imy config. is : VS2003 VS2005 XP Prof. SP2 on VS2003 i ...Show All
DNA5122 Named mutex in C# - P/Invoke?
I need a named mutex in C#. Where can I find the documentation on how to do P/Invoke calls for this Thanks. I don't have V2... Anyone have any ideas for V1 PInvoke I need to create/open/release a mutex. Thanks. CF v2 supports named mutexes. For v1 The OpenNETCF SDF contains the MutexEx class which P/Invokes the relevant APIs. You can either use the SDF as-is or take a look at the ...Show All
KevinKan Windows.show() Error..
Hi All, I have multiple forms in my application and iam finding it hard to open multiple windows. For Ex.[we are in Welcome form now] FrmLogin Frm = new FrmLogin(); Frm.show(); this.close(); This code mentioned above closes the whole application and i tried using the this.close before show and its not working.. So anyone please let me know how the things work out here Thanks in Advance Cheers Biju S Melayil ...Show All
Rania_TOPIT 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. Try here: ...Show All
am05 Native development - Survey
Hello to all native developers. I'm with VSD team and looking for your inputs in making VS platform better for future release. I'll appreciate if you all can spare few minutes and send me answers to the following questions. Thanks, Manav Are you existing mobile developer Yes No I’m looking to start mobile development What best describe you as a developer Professional developer/ISV Enterprise develo ...Show All
Patrick D. The small icon looks big!!!
Hi, Very strange problem. When you use any application in windows mobile it appears in the recently opened list as a small icon at the top of the start menu. BUT when i try to use my application the small icon of the program that appears in the recently opened list appears in its normal size so it becomes so big for this space, i think the picture will be more useful. this is the normal icon http://www.awady.net/1.gif This is how it looks l ...Show All
Pete dOronzio Smartphone Hotkeys??
I'm running the Device Emulator Preview with a WM5 image. What are the hotkeys to push buttons The mouse works fine with the PPC emulator but doesn't work on the smartphone. I've figured out that they Windows key brings me back to the home screen and the arrow keys work from there. Thanks! Hi, Please try the following mapping F1-> Softkey1 F2-> Softkey2 Enter-> Enter F6 -> Earvolume incr ...Show All
moneppo Net Framework 1.1 and 2 at the same time, it is posible??
sorry, some friend send me and app. but it needs net framework 2, i still use net framework 1.1 and iam afraid if i install the version 2 my dev. app. can crash. some one can tell me if this 2 version can be installed and work fine at the same time tnks... it was a great help to me. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=165562&SiteID=1 Probably ans ...Show All
