Little help
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
5 posts
Page 1 of 1
hey guys so i founded a DJ group called ultra soundz and i want to digitally record the members
so i designed a software but i dont have much of an idea of how to exactly code it
So when i register, i want it to make a file where the program is located called DJname.usp
the file is named after the dj name, and the program should only read usp files (nothing advanced)
so when i want to view them now, i would click Read Data and should look like this
so the program reads the file names and sets the link labels to their name, when i click a name it should show like this
thanks fr helping me in advanced
so i designed a software but i dont have much of an idea of how to exactly code it

So when i register, i want it to make a file where the program is located called DJname.usp
the file is named after the dj name, and the program should only read usp files (nothing advanced)
so when i want to view them now, i would click Read Data and should look like this

so the program reads the file names and sets the link labels to their name, when i click a name it should show like this

thanks fr helping me in advanced
hello #Bloodz_Ninja,
can you explain a little more please
because we don't get it exact what you wanted to receive
thanks
can you explain a little more please
because we don't get it exact what you wanted to receive

thanks
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
You can create a file using
You can use XML/JSON/etc. or newline to structure the content. Personally JSON is the easiest format, especially if you have a lot of data.
Code: Select all
and then write to it using
Dim fs As FileStream = File.Create(Application.StartupPath & "\" & ArtistName & ".usp")
Code: Select all
The above code uses JSON data, and you can easily add/remove/replace data.Dim info As Byte() = New UTF8Encoding(True).GetBytes("{"DJ":{"Fullname":"Alex","Address":"XXX, Sweden","DOB":{"Day":"5","Month":"12","Year":"1990"},"Gender":"Male","DJ Name":"A1ex"}}")
You can use XML/JSON/etc. or newline to structure the content. Personally JSON is the easiest format, especially if you have a lot of data.
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
I don't mean to advertise, but I did write a tutorial on using JSON with VB.NET not too long ago. It might be useful
viewtopic.php?f=38&t=11520

5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023