About 50 results
Open links in new tab
  1. Input field with underline in WinForm - social.msdn.microsoft.com

    Apr 12, 2016 · Mostly, the input field is made by TextBox which has rectangle frame but I want to make input field which has only underline.

  2. Force winform to redraw/reload? - social.msdn.microsoft.com

    Sep 26, 2008 · I have a form called login. There is a linklabel on the form which opens a form called activation. I want the user to be able to enter the activation code, and when its compelted, close the …

  3. Capturing a barcode scanner in WPF - social.msdn.microsoft.com

    Apr 19, 2009 · I cant get this to work. Inside WPF there is no KeyPress event so I have had to use the KeyDown event on the form. Is there a KeyChar type property somewhere similar to a WinForm …

  4. MSN Messenger like chat window c# winforms

    Dec 8, 2015 · I have a listview control on my winforms c# application which displays a list of friends from a api just like MSN messenger.

  5. Transparent Background Image in WinForms\WPF

    For example, you have create new UserControl (WPF), then you do something in this Usercontrol (WPF), finally right-click project--choose rebuild, then you will see this usercontrol in ToolBox and …

  6. How to use c++/cli to read the app.config

    May 16, 2009 · I encounted a problem: I want to read the database connectionstring which written in the app.config. In the c# language: the code like: StringSettings = …

  7. ValidateChildren not firing GroupBox validating event

    Jun 8, 2017 · ValidateChildren is a method of the ContainerControl, but Panel is not derived from ContainerControl, so it cannot call this method. As far as I know, Form and UserControl are derived …

  8. Table adapter fill very slow - social.msdn.microsoft.com

    Jul 6, 2010 · With the VirtualMode property set to true will help you to display large sets of data in the DataGridView more quickly. It makes the application only fill the cell with data when you want to see.

  9. WF Designer - How to display full Activity Full Name

    Jul 12, 2006 · It would be nice if the WF designer allows adjusting the size of the Activity shapes (just like controls in a WinForm) but unfortunatly it does not. The shape size is fixed. Could you please …

  10. How to detect touch message in C# - social.msdn.microsoft.com

    Nov 30, 2011 · I am trying to detect if the arriving message in the WndProc is a touch related, is there a C# example I can use ??