IN VB.NET (VISUAL STUDIO 2005)
I HAVE taken one textbox with some message and want to bold it by using chkbox control when checkbox is checked the text in textbox should be bold otherwise it is regular.i tried the code too many different ways but till now problem is not solved.pls help me


by sheela

textbox1.font=new font("verdana",10,fontstyle.bold)
textbox1.font=new font("verdana",10,fontstyle.regular)

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.