please how can i generate serial numbers like a bank account number from a text box.pls i need ur help i use vb.net
tomikimi 0 Newbie Poster
Recommended Answers
Jump to Post— MaxDes 0Here is an example of code that will randomize the number and show it in a textbox. I haven't added all of it so that you can learn a little about it as well.
Dim RandomClass As New Random() Dim RandomNumber As Integer RandomNumber = RandomClass.Next TextBox1.Text …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.