Search found 20 matches

Search found 20 matches Page 1 of 2
by NewGuy
Tue Sep 27, 2011 6:22 am
Forum: Coding Help & Support
Topic: Combobox issue
Replies: 2
Views: 842

You could probably share one event between the comboboxes for this. If you can identify which combobox is the sender of the event, then you can change the SelectedIndex of the other 3 comboboxes until they are not equal. Hi Mandai I can easyli identify which combobox the sender of the event .. that...
by NewGuy
Mon Sep 26, 2011 9:24 am
Forum: Coding Help & Support
Topic: Combobox issue
Replies: 2
Views: 842

Hi :) can any one tell me how to go about this ? I have a database with a table .. with ex. 4 people in it ID Name 1 John 2 Peter 3 Joan 4 Sara On my form i have 4 comboboxes that needs to be filled with the list of all names(same as you would do with databound selection) But here is the tricky part...
by NewGuy
Sun Sep 11, 2011 4:26 pm
Forum: Coding Help & Support
Topic: Sorting/displaying part og whole database table
Replies: 0
Views: 672

Hi .. I have a "members" table in a database on my vb.net ... that by default of cource shows all members in the table .. and you can run through them with the membersbinding.navigator So .. here is my question in the table definiton .. i have made 2 columns .. "male" and "f...
by NewGuy
Thu Aug 04, 2011 8:41 pm
Forum: Coding Help & Support
Topic: image rotate ... including URL
Replies: 4
Views: 1209

mandai wrote:
You could load the text file as a string array, based on each new line.
ok ... ill look into that .. thanks :-) if you happen to know a place online where a example is displayed that would be awsome .. but again .. thanks for your help !!.. truely appreciated :)
by NewGuy
Thu Aug 04, 2011 8:19 pm
Forum: Coding Help & Support
Topic: image rotate ... including URL
Replies: 4
Views: 1209

You could store the URL in the same text file by having a separator after the graphic file name. Thanks Mandai :-) yeah .. i was thinking the same thing too .. im playing with this idea : graphics1.jpg ; www.google.com .. im just a bit unsure how to link that in code .. and having the URL dynamical...
by NewGuy
Wed Aug 03, 2011 10:55 pm
Forum: Coding Help & Support
Topic: image rotate ... including URL
Replies: 4
Views: 1209

Hey there so .. i know what i want to happen .. i have the layout set up .. pretty simple .. - 1 picture box (in the about form) - 1 folder with a number of graphic files - 1 file containing the name of every file in the folder what im trying to do .. and figure out the code around, is : i want the ...
by NewGuy
Sat Jul 02, 2011 8:48 pm
Forum: Coding Help & Support
Topic: TableAdapter.Insert vs. ComboBox1.ValueMember
Replies: 0
Views: 732

Hey I have a small problem i cant seem to figure out ... I have a form with 1 textbox and 1 combobox. The combobox i setup on the form with " use databound items " and the databound items are : Datasource : PersonBindingSource Display member: PersonName ValueMember : PersonID I then try to...
by NewGuy
Wed Jun 29, 2011 6:56 am
Forum: Coding Help & Support
Topic: a DB nut to be solved .. Airline booking system lookalike
Replies: 0
Views: 647

Hi .. ok ... so i cant figure this out ... and would love some help and pointers to be steared in the right direction Im still learning, and right now im trying to figure out the whole DB and relations thing Scenario: I have 3 tables in this "Airline booking system look-a-like" Table 1 - P...
by NewGuy
Fri Jun 17, 2011 3:24 pm
Forum: Tutorial Requests
Topic: Tutorial on many-to-many relations DB in VB.net
Replies: 11
Views: 3438

Codex wrote:
If you connect to database through VB.NET application, it might contain security hole.

good point Codex :-) are you using DB made from inside VB.NET ? :)
by NewGuy
Fri Jun 17, 2011 12:48 pm
Forum: Tutorial Requests
Topic: Tutorial on many-to-many relations DB in VB.net
Replies: 11
Views: 3438

Hi Dummy1912 .. i have made the DB connection already, that works fine

but i cant figure out how to populate the gridview with the correct data

Maybe it would be a good idea if i saw your DB example .. you are welcome to PM me :)

NewGuy
Search found 20 matches Page 1 of 2
Go to advanced search