Problem : I’m writing a plugin for a trading software (C#, winforms, .NET 3.5) and I’d like to draw a […]
Tag: winforms
Adding controls to TableLayoutPanel dynamically during runtime
Problem : I have a TableLayoutPanel starting with two columns and 0 rows. What I need to do is, dynamically […]
Process.Start(url) fails
Problem : I have a WinForms application targeting .NET 2.0. We have a report that one of our buttons doesn’t […]
Keep Window Inactive In Appearance Even When Activated
Problem : Is there a way to keep a window inactive looking, even if it contains focus? I have two […]
How to scroll a panel manually?
Problem : I want to use the same functionality available when a Panel.AutoScroll is true, but with the scrollbars invisible. […]
How to make a button appear as if it is pressed?
Problem : Using VS2008, C#, .Net 2 and Winforms how can I make a regular Button look “pressed”? Imagine this […]
dynamically adding controls under loop in C#
Problem : I am developing a windows application where I want to create some controls dynamically inside a loop. The […]
How to format a column with number decimal with max and min in DataGridView?
Problem : I want to format the decimal places displayed and captured in a DataGridView, I have a minimum number […]
Print preview ZPL II commands using .NET WinForm before sending it to Zebra printer
Problem : I have an .NET Windows application that prints commands to Zebra printer using ZPL II or EPL2. Is […]
How to create a User Control with rounded corners?
Problem : I am trying to have a User Control that has rounded corners. It doesnt have a fixed size […]