I have this code applied into a checkbox:
Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged
Label.Font = New Font("Microsoft Sans Serif", 16, Label.Font.Style Xor FontStyle.Strikeout)
End Sub
The result was the label text style...
Hi all,
Having created an order viewer with a view to creating invoice reports for the Northwind database, I have encountered an issue. When the Binding Navigator was instantiated, it was automatically set to move through the product list. I wish it to navigate using the OrderID value. Can I...
Hi guys,
I'm embarrassed to ask, but I feel like my legs have been cut off! I'm finally updating my skills and am learning ASP.NET. I'm using Visual Web Developer 2008 and really marvelling at all the great features. But all the things I could do in my sleep in Classic ASP are taking me some...
just a newbie question.
i need to take input in text box that will be integer.
when the button is press it will check whether the input is integer.
pls,how to perform it??
can i do this using isNumeric Function?how?
thanks very much for your answer. :)
Hi Friends,
My name is Reece, and I'm still new to Visual Basic. I have decided that I am going to create a program for certain people to log into. I can get the login form to work with a basic code (all i really know) like this one:
Private Sub OK_Click(ByVal sender As System.Object...
I think I'm still a little confused about Classes and Objects.
I am creating a small game, to teach myself programming. It's kind of like a Pokemon card game, with different characters, monsters etc.
I want to use a HERO Class to store all the info on the players and a MONSTER class to store...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.