No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Am the first born in my family and i have a small sister in high school. Am a born again christian and i go to chrisco church near where i live. I graduated from primary school in 2002 and from high school in 2006.
- Interests
- Playing soccer, listening to music, watching movies, coding small programs, rapping, writing songs,…
18 Posted Topics
Re: hi there sometime back i was working on an app that required the same command you want. searching data between two dates and the code i used really worked though takes some time to load the requested data when the dates are far apart. | |
Re: hi there? yes there is a way to refresh the database without closing and opening it again. what you do is very simple just use the code thats loading the database but this time write it in the new client form and use the CALL method. after the message that … | |
Re: hi Iamkenny? are you trying to load data from a database into a textbox then output it on a crystal report or you just want to output what you've type in the textbox? | |
Re: 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 the code are the same. Happy coding friend K-dave | |
Re: 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() ' This code hides the first form when the second form is displayed. End Sub | |
hi all! am havin a problem in loading sorting items in a listbox. what i want is after i load a text file into a listbox the items are compared by the last number and sorted in descending order. any help will be appreciated. thanx in advance | |
Is is possible to replace the shutdown.exe with another exe developed in vb.net that can shutdown the system.? | |
Re: 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 the filedialogbox to appear when clicked. 2) On the code … | |
Re: Hi Have you Tried the code below? If not try it. Form2.Button5.Enabled = False | |
Re: Hi i kind of didn't understand your question. What really do you mean? | |
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 | |
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 to enter data into them and this is done … | |
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 to enter data into them and this is done … | |
How can i add objects such as buttons, labels or textboxes at runtime? | |
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. | |
Re: 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. | |
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? | |
Re: [QUOTE=Jx_Man;534830][CODE=vb]Combo1.AddItem ("whatever")[/CODE] see this thread, has a same logic. [URL="http://www.daniweb.com/forums/thread108978.html"]http://www.daniweb.com/forums/thread108978.html[/URL][/QUOTE] Hi i didn't quite understand what you meant the property name of a combo box and which name are not the same?? |
The End.