right, but which sub a insert that in ?
User 11413333
Posts
-
How do I display different group boxes, according to radio button selected ? -
How do I display different group boxes, according to radio button selected ?Hi, i have 3 radiobutton, and 3 groupboxes, what im trying to do is when you chose one radiobutton, it will display a groupbox. what i have(doesnt work), for each radiobutton is : if radiobutton.checked then groupbox1.visible = true groupbox2.visible = False groupbox3.visible = False else end if
-
How do I upload a image for a user profile ?It is no issue at all, im creating a profile, and i want to create this option, that when u run the application, you will be able to include a picture to your profile, that you will browse form the computer. I did some googling, and saw that most the codes for this case include "openfiledialog", link label.. and i just cannot come to an end with this, because i just started learning.
-
How do I upload a image for a user profile ?Hi, im doing a user profile, and i'd like to include the option which will allow to upload a picture from the computer
-
How do I recognize a wrong password ?you dont need to be rude ;) I just started learning this.. what I have is this : If TextBox1.Text*this is the username* = Form2.TextBox2.Text And TextBox2.Text*this is the password" = Form2.TextBox3.Text Then MsgBox("Login succeeded") Form4.Show() Me.Hide() Else MsgBox("Wrong user/password, try again") End If
-
How do I recognize a wrong password ?I'm making a school project, and in the beginning of the project i have "Register " and " Continue as Guest " so after registering, another form will open, that will require the password and the username created before. The problem is that it wont recognize if i write a wrong password or username, it will continue anyway...hope you can give me a hand, thank you ;)
-
How do I run a song on vb ?I'm making this project for school class, it's like an online store, where you have videogames, movies or smartphones to buy, and i wanted to play a music while the program is running, is that possible ?
-
How do I play a song within a program ?Hey guys, i just started to learn some thing on VB, so i came up with this quuestion. I'll be glad if you could help me :)
-
How do I run a song on vb ?Hi guys, i just started to learn some things on VB, so now i came up with this question, i'll appreciate your help.