newbie

  1. C

    Question How the XOR works

    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...
  2. M

    Binding Navigator value

    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...
  3. X

    Question TTH (Tiger Tree Hash) ?

    Hi, I'm trying to figure out how to make a TTH (Tiger Tree Hash). Any help would that would also be much appreciated.
  4. N

    Total newbie question, moving from Classic ASP to ASP.net

    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...
  5. K

    Vaildate Textbox Input: A small Newbie Q.

    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. :)
  6. R

    Question Inserting New Information Into/Retrieving Information and checking against DB

    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...
  7. M

    Help with Classes and Objects

    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...
Back
Top