<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: WinForm FlowLayoutPanel</title><link>http://www.bing.com:80/search?q=WinForm+FlowLayoutPanel</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>WinForm FlowLayoutPanel</title><link>http://www.bing.com:80/search?q=WinForm+FlowLayoutPanel</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Input field with underline in WinForm - social.msdn.microsoft.com</title><link>https://www.social.msdn.microsoft.com/Forums/vstudio/en-US/5d7cd990-2e10-4967-8a5d-26fdbd951988/input-field-with-underline-in-winform?forum=winforms</link><description>Mostly, the input field is made by TextBox which has rectangle frame but I want to make ﻿input field which has only underline.</description><pubDate>Sun, 20 Aug 2023 06:24:00 GMT</pubDate></item><item><title>Force winform to redraw/reload? - social.msdn.microsoft.com</title><link>https://social.msdn.microsoft.com/Forums/vstudio/en-US/ff4616d3-5dd6-45dc-b490-6bc08571c297/force-winform-to-redrawreload?forum=winforms</link><description>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 activation form and force the login form to reload/refresh/redraw.</description><pubDate>Wed, 19 Apr 2023 02:16:00 GMT</pubDate></item><item><title>Capturing a barcode scanner in WPF - social.msdn.microsoft.com</title><link>https://social.msdn.microsoft.com/Forums/vstudio/en-US/ab63bce4-887c-4dbf-9639-bc262fbc77e3/capturing-a-barcode-scanner-in-wpf?forum=wpf</link><description>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 app? as I am trying to capture only the scanner to run a function I have created however I cant find anything. In my winform app I am using Code39 barcodes and by using this code label1.Text += e.KeyChar.ToString () I ...</description><pubDate>Sat, 19 Aug 2023 15:22:00 GMT</pubDate></item><item><title>MSN Messenger like chat window c# winforms</title><link>https://social.msdn.microsoft.com/Forums/vstudio/en-US/15d2f488-9804-4014-aeab-3334848bb096/msn-messenger-like-chat-window-c-winforms?forum=winforms</link><description>I have a listview control on my winforms c# application which displays a list of friends from a api just like MSN messenger.</description><pubDate>Sat, 29 Jul 2023 23:40:00 GMT</pubDate></item><item><title>Transparent Background Image in WinForms\WPF</title><link>https://social.msdn.microsoft.com/Forums/en-US/9449b4d8-2d7d-4242-aa13-594e740cfc0d/transparent-background-image-in-winformswpf?forum=winforms</link><description>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 you can drag this usercontrol in your winform.</description><pubDate>Thu, 09 Apr 2026 06:06:00 GMT</pubDate></item><item><title>How to use c++/cli to read the app.config</title><link>https://social.msdn.microsoft.com/Forums/vstudio/en-US/2f4e999f-37e6-436b-9a39-cf593e5308d3/how-to-use-ccli-to-read-the-appconfig?forum=vclanguage</link><description>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 = ConfigurationManager.ConnectionStrings ["ConnectionString"];</description><pubDate>Fri, 01 Sep 2023 21:55:00 GMT</pubDate></item><item><title>ValidateChildren not firing GroupBox validating event</title><link>https://social.msdn.microsoft.com/Forums/en-US/db4d9921-35cd-4e8c-a5fb-6898b25b9942/validatechildren-not-firing-groupbox-validating-event?forum=winforms</link><description>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 from ContainerControl, so they can call this method. In addition, the child's CausesValidation property should be set to true to support this calling. Below is a simple sample: PublicClass Form1 PrivateSub Form1 ...</description><pubDate>Thu, 30 Mar 2023 15:33:00 GMT</pubDate></item><item><title>Table adapter fill very slow - social.msdn.microsoft.com</title><link>https://social.msdn.microsoft.com/Forums/vstudio/en-US/74db645b-0e8e-43c2-8383-88cfee4689ed/table-adapter-fill-very-slow?forum=csharpgeneral</link><description>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.</description><pubDate>Tue, 22 Aug 2023 11:22:00 GMT</pubDate></item><item><title>WF Designer - How to display full Activity Full Name</title><link>https://social.msdn.microsoft.com/Forums/office/en-US/3e4eb9c3-b7af-4c99-bb3e-4f624f50dc17/wf-designer-how-to-display-full-activity-full-name?forum=windowsworkflowfoundation</link><description>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 advice on how to get the WF designer to display the Activity Full Name? How can we resize the Activity shape? (I hope that I wouldn't need custom activities for such simple feature) Thanks Karim Wednesday ...</description><pubDate>Mon, 14 Aug 2023 19:03:00 GMT</pubDate></item><item><title>How to detect touch message in C# - social.msdn.microsoft.com</title><link>https://social.msdn.microsoft.com/Forums/vstudio/en-US/5c8ff964-c087-43c0-a88d-0ce7719e033c/how-to-detect-touch-message-in-c-?forum=netfxbcl</link><description>I am trying to detect if the arriving message in the WndProc is a touch related, is there a C# example I can use ??</description><pubDate>Mon, 26 Jun 2023 20:30:00 GMT</pubDate></item></channel></rss>