Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Compact Framework / February 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Tabcontrol22 Feb 2005 16:55 GMT3
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 InputPanel22 Feb 2005 16:40 GMT2
I use a toolbar and automaticaly I have en imput panel in the toolbar, how
can hide this inputpanel?
thanks
Dataview Sort22 Feb 2005 16:33 GMT7
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 emulator22 Feb 2005 15:39 GMT2
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 NET22 Feb 2005 15:38 GMT3
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.
Printing22 Feb 2005 15:00 GMT1
How can I print using a bluetooh printer from compact framework?
Regards
Xabi
TcpClient.Client Property is Private22 Feb 2005 14:37 GMT3
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 it22 Feb 2005 13:45 GMT1
I want remove all the eventhandler added by button.click+=myeventhandler(for
example)
.
Is there any way.
DataGrid22 Feb 2005 11:37 GMT2
How can set the Row(0) the FocusedRow?
The Select funtion only select a row, but I want Focus a Row.
Signature

Cumprimentos,

TypeLoadException22 Feb 2005 11:31 GMT2
I'm loading assembly with reflection as the following:
System.Reflection.Assembly assPlugin =
System.Reflection.Assembly.LoadFrom(sFile);
then:            Type[] tpePluginTypes = assPlugin.GetTypes();
TextBox22 Feb 2005 10:56 GMT2
How you can select the text when the TextBox gets focus?
Signature

Cumprimentos,
David de Passos

ListView22 Feb 2005 10:49 GMT2
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 pc22 Feb 2005 10:12 GMT1
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 event21 Feb 2005 23:54 GMT1
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 overloading21 Feb 2005 19:37 GMT3
i found an interesting problem when using overloaded functions...
I declare two methods:
public static void ShowError(Exception exp) {...}
and
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.