Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DimMeAsNewbie

    Selecting pen colours!

    How do i enable users to select different colours for a line that i've drawn. I've got the following code so far for the line, but i want users to be able to change the colour through menustrip. Dim pen1 As New Pen(Color.Red) g.DrawLine(pn1,100, 100, x, y)
  2. DimMeAsNewbie

    Displaying image objects

    Help! I've saved my images in the Debug folder withing my VB.NET project. How do images appear in my picture box; I've got this at the moment: PictureBox1.Image = Image.FromFile("image0001.gif") This is giving me a file path error, but the image is really does exist and the name is correct.
  3. DimMeAsNewbie

    Disable case sensitivity!! vb.net 2005

    Does anyone know how i can disable case sensitivity.I want my programme to disregard instances where a user presses a key and if that character is in the corresponding file but in uppercase to display regardless. Thanks!
  4. DimMeAsNewbie

    Index was outside the bounds of the array

    Hey Guys! It's me again, thanks for you help to my previous error, unfortunately i've a new devil as in the error above, i surely must be cursed Can anyone help identify what's causing the above error, error is yellow highlighted at line " If word(i) = input Then" of the code? Private Sub...
  5. DimMeAsNewbie

    Keyboard events!!

    Does the code below make any sense? I am trying to have a programme that compares the key pressed by user and a character in a word (The words are stored in a txt.file and i can connect to the file and read through the words.) Private Sub Form1_KeyPress(ByVal sender As Object, ByVal e As...
  6. DimMeAsNewbie

    NumericUpDown and Timer_Interval

    Hey Guys! I've got a clock that i've done in vb.net 2005. I'm stuck where i need to use NumericUpDown control for users to speed or slow down the tick event. I've got a vague idea of associating it with the timer but i'm not sure what i really have to do. Please feel free to contact if you...

Part and Inventory Search

Back
Top