blah blah blah is here! blah blah » Close

1
votes
1 answers

C# question - textBox1.text needs to have dots inserted every 3 char for IP Address

Hello, I have a textBox1.text that I would like to have it insert a . every three characters. For an IP Address, like 192.168.001.016 [code]private void tbIPVM_TextChanged(object sender, EventArgs e) { if (tbI ...

0
votes
1 answers

Show Form Help

Hello, How do I show a form in C#. I have a form that is on a menuStrip1, two items deep. menuStrip1>Templates>Scanner So how can I call up the form for Scanner, which is called Scanner2 Thanks, -Mike

Feedback