No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Good day everybody i am wanting to make a new application, an application for sales, but i don't know where to start, any ideas? i want to make an sales application with charts, stock sales, ... and all functionalities(add sales, modify, delete, ...). What an enterprise or a business need? | |
I am using DotNetBar 10.0.3 AdvTree, (ThreeView), adn i wanted to load content in this AdvTree. I want to add a Node for all folder, and a Child Node for all document. One other think is that i want to hide the extension. Thanks a lot Have a nice day | |
Re: try with button1.click: dim L1SI as string = Listbox1.selectedIndex.ToString listbox1.item.SelectedIndex = L1SI - 1 button2.click: dim L1SI as string = Listbox1.selectedIndex.ToString listbox1.item.SelectedIndex = L1SI + 1 If this doesn't worked then we have to change "listbox1.item.SelectedIndex"... post if you need for help or if this doesn't worked | |
Re: If you want to add a Microsoft Access Database, then you can add BindingSource, and modify it's property: DataSource: None to DataSource: your database.mdb See the attached images. Now to all files you have only to go in Property - Data - DataSource, select the source that you want, and … | |
Goodmorning everybody, I want to make a application that read vCard and display all informations in different textbox Thanks in advance, have a nice day... | |
Re: Goodmorning, this is very simple, you have only to add a Data BindingSource, and a Data BindingNavigator, connect them, and try it... if it doesn't worked then post and i will find one other solution. Remember to connect the combobox and textbox with Data BindingSource | |
Goodmorning everybody, here i am wanting to make a Login System that uses Usercontrol. I have a label left and right i have a panel. in this panel i want to add usercontrol for all users that has one account in the application. this are some examples (Windos XP Login) … | |
Good Day everybody, I am wanting to make a program in VB.NET that has many files.doc in a specific folder. This program has on top a textbox(txtSearch) with a button(btnSearch) under that this has two listbox(lstOption, lstResult), that are floating a left, one richtextbox(rtbDoc) that is floating a right. I … | |
Re: I think that you can do this for web links: Select the Textbox for the link and modify its property MISC AutoCompleteCustom : Here you can write text that the textbox will suggest. AutoCompleteMode : None / Suggest / Append / SuggestAppend Select whatever you want AutoCompleteSource : FileSystem / … | |
Re: I think, that you have to import System.IO, for StreamReader | |
Re: Excuse me, i don't know how to apply this in my application, can you post a complete guide, or if you want copy the source in one other vb project and post the file... Thanks a lot, have a nice day.... |
The End.