Forum: VB.NET Dec 6th, 2008 |
| Replies: 10 Views: 42,762 Hi! Wayne The reply that i sent is working on my two forms. Remember the button1 is on the first form and that's where the code goes.
first form button 1
Private Sub Button1_Click(ByVal sender... |
Forum: VB.NET Dec 5th, 2008 |
| Replies: 10 Views: 42,762 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Form2.Show() 'This code call the second form to be displayed
Me.Hide() '... |
Forum: VB.NET Dec 5th, 2008 |
| Replies: 4 Views: 954 Hi Have you Tried the code below? If not try it.
Form2.Button5.Enabled = False |
Forum: VB.NET Dec 5th, 2008 |
| Replies: 7 Views: 4,121 Hi! according to what i understand you post is that you want to open an mp3 file from a filedialog box. If this is what you mean then do the following
1) Double click on the button that you want... |
Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2008 |
| Replies: 4 Views: 2,403 Hi i kind of didn't understand your question. What really do you mean? |
Forum: Visual Basic 4 / 5 / 6 Aug 5th, 2008 |
| Replies: 2 Views: 531 Hi i've have this installable program and i was just asking if it is possible to have its shortcut on the desktop. How can i do this????
Thanx in advance |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2008 |
| Replies: 2 Views: 498 Hi there? I have this program that i need help with. I have created a program that by clicking a file menu an excel dbase is created and stored. Now the problem is i have many excel files and i want... |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2008 |
| Replies: 1 Views: 510 Hi there? I have this program that i need help with. I have created a program that by clicking a file menu an excel dbase is created and stored. Now the problem is i have many excel files and i want... |
Forum: Visual Basic 4 / 5 / 6 May 30th, 2008 |
| Replies: 2 Views: 1,066 How can i add objects such as buttons, labels or textboxes at runtime? |
Forum: Visual Basic 4 / 5 / 6 May 22nd, 2008 |
| Replies: 5 Views: 1,083 HI y'all THANK YOU I tried the solution that you gave me and it worked THANKS ALOT. |
Forum: Visual Basic 4 / 5 / 6 May 16th, 2008 |
| Replies: 5 Views: 1,083 Hi there i've just known how to make an exe file now what am asking is how to change the icon of the exe from the default one to one of you choise like in the one cd access program. |
Forum: Visual Basic 4 / 5 / 6 Mar 28th, 2008 |
| Replies: 8 Views: 4,942 HI there's nothing wrong with the code as veera said see if Form2's Visible =True.
if Form2's Visible =True then the mistake is the command button's name.
make sure that the name on both the... |
Forum: Visual Basic 4 / 5 / 6 Mar 28th, 2008 |
| Replies: 8 Views: 4,942 HI there's nothing wrong with the code as veera said see if Form2's Visible =True if Form2's Visible =True then the mistake is the command button's name. make sure that the name on both the form and... |
Forum: Visual Basic 4 / 5 / 6 Mar 20th, 2008 |
| Replies: 4 Views: 553 To do what you want do the following
Private Sub Command1_Click()
Form2.Show
End Sub
NB: if you have given your second form a name write that name instead of form2
Hope i've helped. |
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2008 |
| Replies: 2 Views: 517 I have this project that am workng on that requres the user to write a name in a textbox and images are displayed on the picture box. So the question is how do i do this? |
Forum: Visual Basic 4 / 5 / 6 Feb 14th, 2008 |
| Replies: 2 Views: 767 Hi i didn't quite understand what you meant the property name of a combo box and which name are not the same?? |