No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: maybe this help you [CODE]private sub ListView_Click() textbox1.text = Listview1.SelectedItems(0).Subitems(0).Text 'For C1 textbox2.text = Listview1.SelectedItems(0).Subitems(1).Text 'For C2 textbox3.text = Listview1.SelectedItems(0).Subitems(2).Text 'For C3 textbox4.text = Listview1.SelectedItems(0).Subitems(3).Text 'For C4 textbox5.text = Listview1.SelectedItems(0).Subitems(4).Text 'For C5 textbox6.text = Listview1.SelectedItems(0).Subitems(5).Text 'For C6 textbox7.text = Listview1.SelectedItems(0).Subitems(6).Text 'For C7 textbox8.text = Listview1.SelectedItems(0).Subitems(7).Text 'For C8 textbox9.text = Listview1.SelectedItems(0).Subitems(8).Text … | |
Hi. Im Using a treeview control in my Enrollment System. is there any way I can Change the style of my treeview1 nodes that is button like style and it is not like a flat style. thanks. | |
Hi. I was creating an enrollment system for my Thesis, and my adviser told me that I must have a Code in my program that Synchronize database from client and server so that if the terminal connection is "Up" the data will go to the server and if the connection … | |
Re: maybe this help you imports system.data.oledb //this can be used in ms access private sub BtnLogin_Click() <- Your BtnLogin dim con as new oledbconnection("your connection string here") dim cmd as OledbCommand = new OledbCommand("Select * from YourDataTable where Username = '" & txtUsername.text &"' and Password = '" & txtPassword.text … | |
hey guys, can you help me? im using a datagridview, and it is connected to ms access. every time i have an input same in the column where primary key is I already got an error. can you guys how to show a messagebox if the Customer Contact number is … | |
hey guys, i need some help here. I have a items in my database named as product number | product name | dosage | description | price | remaining box(es) 0023 amoxicillin 50mg none 50 50 i am having problem in my buy button. how can i manipulate the value … |
The End.