Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~11.3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

18 Posted Topics

Member Avatar for anuradha71

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.

Member Avatar for anuradha71
0
2K
Member Avatar for Andrees92

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 …

Member Avatar for Andrees92
0
3K
Member Avatar for Iamkenny

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?

Member Avatar for Dili1234
0
2K
Member Avatar for sneha sirohi

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

Member Avatar for Bukho
0
1K
Member Avatar for vbpro

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

Member Avatar for kvprajapati
0
804
Member Avatar for kinyuadave

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

Member Avatar for kvprajapati
0
84
Member Avatar for kinyuadave

Is is possible to replace the shutdown.exe with another exe developed in vb.net that can shutdown the system.?

0
61
Member Avatar for Dell XPS

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 …

Member Avatar for Dell XPS
0
203
Member Avatar for asmit1987

Hi Have you Tried the code below? If not try it. Form2.Button5.Enabled = False

Member Avatar for kinyuadave
0
175
Member Avatar for Karla

Hi i kind of didn't understand your question. What really do you mean?

Member Avatar for Jx_Man
0
145
Member Avatar for kinyuadave

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

Member Avatar for abu taher
0
123
Member Avatar for kinyuadave

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 …

Member Avatar for Jishnu
0
117
Member Avatar for kinyuadave

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 …

Member Avatar for Jishnu
0
330
Member Avatar for kinyuadave
Member Avatar for Jx_Man
0
114
Member Avatar for kinyuadave

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.

Member Avatar for kinyuadave
0
167
Member Avatar for shotgunjoe

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.

Member Avatar for kinyuadave
0
112
Member Avatar for kinyuadave

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?

Member Avatar for Jx_Man
0
115
Member Avatar for craigdmc

[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??

Member Avatar for kinyuadave
0
112

The End.