Quantcast
Channel: c# windows forms
Browsing latest articles
Browse All 4 View Live

c# windows forms

Hi,use the mouse-events: public partial class Form1 : Form { private TextBox textBox1 = new TextBox(); private Point _pt; public Form1() { InitializeComponent(); textBox1.Location = new Point(0, 0);...

View Article



c# windows forms

Hi Hirendra,in runtime within a form how to move the textbox in and around the form aneev reddy.y

View Article

c# windows forms

You can use the Controls.Add and Controls.Remove methods for moving the control from one form to another at runtime.You can pass your textbox control to another form (this depends on you, which is...

View Article

c# windows forms

Hi friends,How to move a textbox control at runtime in c# windows forms?aneev reddy.y

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images