hi there, im trying to insert multiple rows in a datagrid by item inside a combox heres my code
For i = 1 To IndexTotalItems
Dim row1() As String = {cb_series.Items(i)}
Dim rows() As Object = {row1}
Dim row As String()
For Each row In...
Hello, I've just started getting into programming and I'm following a few tasks that have been set to learn and understand VB.NET. What i'm working on is a lottery program i've done all the number generation with an array. Now i'm trying to find out how to search that array for lets say less...
I am in a class who has a prject due and I have a few questions to ask:
1) Is there a way to limit an InputBox to just accept numbers?
2) What control can I use to display 360 rows of data generated from a for loop?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.