Search results for query: *

  1. W

    Question buttons in MDI _ISSUE_

    @jmcilhinney this is just an example of my problem, originally I removed the border of my mdi form to false and I put a backgroud image to it then put 3 buttons at the middle that calls different forms. That's what I like to my mdi form, I just want to make my system look good. but thanks...
  2. W

    Question buttons in MDI _ISSUE_

    VB.Net I have a button inside my MDI Form. when that button is clicked form2 will be load in mdi form, the problem is this, (see image below) Uploaded with ImageShack.us Button1 should be at the back of form2. How to do this? Please help... Thanks! Public Class Form1 Private Sub...
  3. W

    what TabPage has been selected?

    hmm...:cool: What I really want to do is to use "if..else" in identifying the selected tab in the TabControl, but how can I code it?:confused: thanks for the reply! ^_^ I add some reputation for you.
  4. W

    what TabPage has been selected?

    I have 2 TabPages (tp1, tp2) in a TabControl. I have a button outside the TabControl. When I click the button there should be a message box that identifies what TapPage is currently selected. I want to know how to check what TabPage has been selected when I click the button.:confused: Pls...
  5. W

    How do you check if record is available in the database

    Check if an item already exist in the database This is how I code it in VB .Net 2008
  6. W

    Question How to Connect Notepad as a Database

    I am making a bookworm game as my project in school and I wanted my words database to be in notepad, but how can I connect and query using vb.net2008?:confused: I got this idea from an online game that the game database for restricted words are in notepad, I also wanted to do that....:cool...
  7. W

    play a sound file

    I want my program to play sounds when an object is hovered, but I don't know how to code it... HELP! ^_^ :confused::confused::confused: thanks in advance...^_^ ;););)
  8. W

    Question Random Numbers for Bingo Card

    thanks :):):)@ dermausdauth:):):) I appreciate your help, but what I need is to generate a random number without repeating in every column of BINGO Card... and it ranges: B = 1 to 15 I = 16 to 30 N = 31 to 45 G = 36 to 60 O = 61 to 75 :):):)btw, thanks for your help:):):)
  9. W

    Question Random Numbers for Bingo Card

    thanks :):):)@ Solitaire ::):):) I can write the codes for generating random number in the textbox as : thanks anyway! :):):) I added this to your reputation!:):):)
  10. W

    Question Random Numbers for Bingo Card

    please, I need a help here... ;):D;)
  11. W

    Question Random number in range is outside range

    Randomize() txt1.Text = Int(Rnd() * 8) will this be a help?
  12. W

    Question How to get the value of the whole column in a listview

    wow... great! thanks a lot sir! I wish I could give something as a reward! ahehehe, super thanks for you, it works! ^_^
  13. W

    Question How to get the value of the whole column in a listview

Back
Top