hi every one
I want to weite a pice of code that if specific condition happened I set the focus on a textbox. I prefere that have a colornotification as well.
any one knows how to do that.in vb.net express

Recommended Answers

All 2 Replies

Focus
txtBox.Focus

Colour
txtBox.BackColor = Yellow

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.