| Thread | Last Post | Replies |
|
| Tabcontrol | 22 Feb 2005 16:55 GMT | 3 |
When I put a Tabcontrol in a form then is docked Top, and I chagen location but doens't work. The location goes to (0,0)
 Signature Cumprimentos,
|
| toolbar an InputPanel | 22 Feb 2005 16:40 GMT | 2 |
I use a toolbar and automaticaly I have en imput panel in the toolbar, how can hide this inputpanel? thanks
|
| Dataview Sort | 22 Feb 2005 16:33 GMT | 7 |
Apparently CF doesn't support sorting a dataview on multiple columns. The following all work: MyDV.Sort = "Col1" MyDV.Sort = "Col2 DESC"
|
| Cannot debug PPC app in high res mode on VGA emulator | 22 Feb 2005 15:39 GMT | 2 |
I have followed the instructions for "Debugging Resolution Aware .NET CF Pocket PC Apps" found at http://blogs.msdn.com/windowsmobile/archive/2004/04/03/107203.aspx but I am unable to get it to work. Whenever I try to debug my application it runs in
|
| Linking eVC4.0 in DOT NET | 22 Feb 2005 15:38 GMT | 3 |
Please help me. If I create a simple Managed C++ DLL and use this dll in VB >NET CF it works fine. But if I make managed code as a wrapper to the unmanaged code it fails.
|
| Printing | 22 Feb 2005 15:00 GMT | 1 |
How can I print using a bluetooh printer from compact framework? Regards Xabi
|
| TcpClient.Client Property is Private | 22 Feb 2005 14:37 GMT | 3 |
TcpClient.Client is private in Compact Framework Is there an alternative way to set the client to a socket? Thanks, mblake
|
| help:I want remove all eventhandler of Click, how can I realize it | 22 Feb 2005 13:45 GMT | 1 |
I want remove all the eventhandler added by button.click+=myeventhandler(for example) . Is there any way.
|
| DataGrid | 22 Feb 2005 11:37 GMT | 2 |
How can set the Row(0) the FocusedRow? The Select funtion only select a row, but I want Focus a Row.
 Signature Cumprimentos,
|
| TypeLoadException | 22 Feb 2005 11:31 GMT | 2 |
I'm loading assembly with reflection as the following: System.Reflection.Assembly assPlugin = System.Reflection.Assembly.LoadFrom(sFile); then: Type[] tpePluginTypes = assPlugin.GetTypes();
|
| TextBox | 22 Feb 2005 10:56 GMT | 2 |
How you can select the text when the TextBox gets focus?
 Signature Cumprimentos, David de Passos
|
| ListView | 22 Feb 2005 10:49 GMT | 2 |
My application needs a ListView, that: * can disable the ScrollBar * scroll can be maintained through a method * has Colums (more than 1)
|
| Debug output showing on pocket pc | 22 Feb 2005 10:12 GMT | 1 |
Ive just received a new model Pocket pc to work with, Windows version 4.20.0 build 13252. Rather than my debug messages appearing in the Output window of Visual Studio .net 2003 they're appearing in a console window on the Pocket pc.
|
| Key_Press event | 21 Feb 2005 23:54 GMT | 1 |
I have this code and am using a Qwerty keyboard device private void txtCount_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e) {
|
| Strange behavior of method overloading | 21 Feb 2005 19:37 GMT | 3 |
i found an interesting problem when using overloaded functions... I declare two methods: public static void ShowError(Exception exp) {...} and
|