Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
I'm New to this programming stuff, but it is somehow interesting. So, I've been trying to add a content of church hymnal song to a list box on vb. Net and it is somehow difficult.
I want to make the list box have a search text box and a search button and then have a header that can be click and then load the content of the header in a list view.
The header am talking about, will consist of the first line of the song and if clicked it will load the content of the song in a list view.
Please, I need Vb. Net solved answers, couldn't get the tag I want.

If anyone could help me with a good programmer face book username, I will be very greatfull.

What I have tried:

I have tried to import the song but it is not working like I want it.
Posted
Updated 27-Dec-18 23:00pm
v2
Comments
MadMyche 27-Dec-18 21:14pm    
OK, you want this in VB.Net yet you tagged this as C++....
What format are the songs in? Are they text files, or some audio format?
What code do you use to try the import?
.........
Help us help you
KarstenK 28-Dec-18 12:30pm    
Your idea of using a list box is a bit weired and not the best idea to a mewbie. Consider digging trough some tutorials. Some additional tips: https://www.codeproject.com/Tips/1223329/How-to-Start-the-Homework-or-a-Developer-Career

1 solution

See ListBox Class (System.Windows.Forms) | Microsoft Docs[^]. You can also use Google to find many articles on VB.NET.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900