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.

~6K People Reached
Favorite Forums
Favorite Tags

11 Posted Topics

Member Avatar for NewUserVB.Net

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?

Member Avatar for M.Waqas Aslam
0
109
Member Avatar for NewUserVB.Net

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

0
62
Member Avatar for markdean.expres

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

Member Avatar for markdean.expres
0
3K
Member Avatar for Riteman

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 …

Member Avatar for Riteman
0
308
Member Avatar for NewUserVB.Net

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...

Member Avatar for NewUserVB.Net
0
163
Member Avatar for sidyusuf

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

Member Avatar for NewUserVB.Net
0
603
Member Avatar for NewUserVB.Net

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) …

Member Avatar for codeorder
0
174
Member Avatar for NewUserVB.Net

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 …

Member Avatar for codeorder
0
684
Member Avatar for Jack Eagles1

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 / …

Member Avatar for NewUserVB.Net
0
180
Member Avatar for ohyeah
Member Avatar for kapil.goyal

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....

Member Avatar for vishalrane
0
481

The End.