Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2008 |
| Replies: 4 Views: 2,414 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: 534 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: 504 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: 515 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,089 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,093 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,093 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: 5,097 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: 5,097 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: 561 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: 520 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: 781 Hi i didn't quite understand what you meant the property name of a combo box and which name are not the same?? |