Search Results

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: ProfessorPC ; Forum: VB.NET and child forums
Forum: VB.NET Feb 5th, 2009
Replies: 7
Views: 1,295
Posted By ProfessorPC
only one field is displaying? if this is the case you need to add another listbox add to the loop

While dr.Read()
ListBox1.Items.Add(dr(2))
ListBox1.Items.Add(dr(3))
End While
Forum: VB.NET Feb 5th, 2009
Replies: 16
Views: 1,953
Posted By ProfessorPC
took a quick, very quick look. to add the condition you need to finish the WHERE

cmd = New OleDbCommand("SELECT * from UMP WHERE ", cn)
'to
cmd = New OleDbCommand("SELECT * from UMP WHERE field...
Forum: VB.NET Feb 4th, 2009
Replies: 16
Views: 1,953
Posted By ProfessorPC
Forum: VB.NET Feb 4th, 2009
Replies: 16
Views: 1,953
Posted By ProfessorPC
Do you already have your connection strings setup for the mdb? I will go with yes :)
are you sure that the search will only return one entry in the db? i would probably go with either a listbox or...
Forum: VB.NET Dec 3rd, 2008
Replies: 7
Views: 4,171
Posted By ProfessorPC
and this is how you reply to somebody trying to help. obviously other people have been able to figure it out. figure it out yourself.
Forum: VB.NET Dec 3rd, 2008
Replies: 7
Views: 4,171
Posted By ProfessorPC
not sure if this will help you much
http://bytes.com/groups/net-vb/356895-openfiledialog-problem
Forum: VB.NET May 30th, 2008
Replies: 5
Views: 1,636
Posted By ProfessorPC
would it be easier to only let the user select a date instead of insert? maybe change the textboxes to comboboxes and in the form load event do something like this:


Dim y As Date
y = Date.Today...
Forum: VB.NET Jan 12th, 2008
Replies: 1
Solved: Marquee?????
Views: 2,616
Posted By ProfessorPC
I have used this as an example to create a marquee:

http://vbcity.com/forums/faq.asp?fid=15&cat=Forms&#TID78584
Forum: VB.NET Jan 11th, 2008
Replies: 2
Solved: DLL file
Views: 1,343
Posted By ProfessorPC
I have used this page as a reference in creating dll's

http://www.devcity.net/Articles/111/1/vbnet_se_dll.aspx
Forum: VB.NET Jan 7th, 2008
Replies: 5
Views: 7,092
Posted By ProfessorPC
i know of a couple of ways. in the properties of the button you can set the background as the image or you can pull a picturebox on the form and set its click event.
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC