No announcements
Found 2713696 threads
-
0 Votes
Visual Basic Lottery number generator in 2d array
Hello, I'm building a Lottery number generator with Visual Basic (XAML). I want a random number generator with only ...Answered | 16 Replies | 1085 Views | Created by Jonathan.12 - Saturday, February 8, 2020 6:47 PM | Last reply by Jonathan.12 - Sunday, March 1, 2020 3:22 PM -
4 Votes
Lottery number generator
)(8)/1(2)(3)=120 this will give you 120 possibilities. the code below will give you 120 , if you try to run on big number, i will result in Arithmetic ...Answered | 11 Replies | 4118 Views | Created by Tibore - Tuesday, March 31, 2009 7:34 PM | Last reply by JohnWein - Wednesday, April 1, 2009 1:58 AM -
0 Votes
Random lottery number generator.
;+; } //close the file inputFile.Close(); // display array elements in the listbox ...Answered | 7 Replies | 3442 Views | Created by Kageen Monsutaa - Thursday, April 24, 2014 2:02 PM | Last reply by David Taran - Tuesday, January 12, 2016 7:14 PM -
0 Votes
Random Lottery Number Generator
I need some beginner Visual Basic help. I have to write a code that displays in a label, 6 unique random numbers from 1 to 54. When I run the program it only ...Answered | 18 Replies | 11421 Views | Created by bangib - Friday, November 23, 2007 10:10 PM | Last reply by Dave299 - Saturday, November 24, 2007 1:45 AM -
0 Votes
Visual Basic 2010-Random Number Generator
interesting question? Create a wiki article about it! My Technet Wiki ...Answered | 1 Replies | 12016 Views | Created by johnathan.smith58 - Monday, January 7, 2013 3:40 AM | Last reply by Paul Ishak - Monday, January 7, 2013 3:53 AM -
0 Votes
Lottery System - Small Basic
Hello, I want to make a lottery system for 250 people with small basic. The idea is that i can enter names in the system and that every ...Answered | 3 Replies | 1740 Views | Created by Hylkewolf - Monday, February 18, 2013 9:45 AM | Last reply by Nonki Takahashi - Tuesday, February 19, 2013 8:35 AM -
0 Votes
Random number generator for visual basic express 2010
I would like to generate a random number in visual basic 2010 express. I want to enter maximum and minimum number in the program. I just want one ...Answered | 2 Replies | 1185 Views | Created by Ron030363 - Friday, January 3, 2014 3:16 PM | Last reply by Ron030363 - Wednesday, November 26, 2014 8:32 PM -
4 Votes
HELP Lottery Small Basic
Hello everyone for a school thing, we have to write a program in small basic that simulates the lottery: pulling six different numbers from ...Answered | 3 Replies | 838 Views | Created by H1998 - Monday, April 20, 2015 8:37 AM | Last reply by Ezra94 - Tuesday, April 21, 2015 10:01 PM -
0 Votes
2d array in xaml
) and vertically (to see more classes). The first row will always be visible. each cell in the array will be clickable to display a new page that is passed an id for the ...Discussion | 2 Replies | 2277 Views | Created by John Visio MVP - Thursday, November 18, 2010 1:55 PM | Last reply by John Visio MVP - Friday, November 19, 2010 2:57 AM -
0 Votes
2D array in C++
For 2D array in C++ (not in JAVA), what are the differences between 1/ int array[rowsize][columnsize]; 2/ ...Answered | 3 Replies | 8418 Views | Created by Star World - Thursday, March 22, 2007 3:03 PM | Last reply by Marius Bancila - Friday, March 23, 2007 7:50 AM -
1 Votes
2D Array
How to take Textbox.text string and store in 2D array I have total of three textbox Number one textbox ...Answered | 8 Replies | 1913 Views | Created by joyride123 - Monday, April 30, 2012 10:52 PM | Last reply by Acamar - Tuesday, May 1, 2012 1:21 AM -
1 Votes
2d array
using System; class Program { static void Main() { // A. 2D array of strings. string[,] a = new stringUnanswered | 4 Replies | 679 Views | Created by Doddsbury - Tuesday, February 17, 2015 4:48 AM | Last reply by CoolDadTx - Wednesday, February 18, 2015 3:56 PM -
0 Votes
clear an 2D array
Is there an easy way to clear everything in a 2D array? Thank youAnswered | 3 Replies | 3028 Views | Created by Chraps - Sunday, April 20, 2008 11:05 AM | Last reply by JohnWein - Sunday, April 20, 2008 2:08 PM -
1 Votes
Counting columns in 2D Array
How do you count the number of colums in a 2D array? Using UBOUND(1dArray) on a 1D array will give me the number of rows in the 1D ...Answered | 1 Replies | 2535 Views | Created by ExcelMonkey - Thursday, September 4, 2008 4:23 PM | Last reply by SJWhiteley - Thursday, September 4, 2008 4:52 PM -
1 Votes
.csv to 2D array
.csv file using fileIO or filestream or similar, write it to a 2D array, and then access the data for further processing? Thank you, RonAnswered | 1 Replies | 306 Views | Created by Ron Lusk - Monday, July 7, 2014 8:13 PM | Last reply by Joel Engineer - Monday, July 7, 2014 9:30 PM -
0 Votes
2d Array in WPF
. I have tried adding the array to datagrid (dataGrid1.Items.Add(charArray);) and listbox (listBox1.Items.Add(charArray);) items but it doesnt seem to work. Any ideas ...Answered | 2 Replies | 4758 Views | Created by IainSandison - Thursday, April 7, 2011 5:32 PM | Last reply by IainSandison - Thursday, April 7, 2011 8:26 PM -
1 Votes
1D array to 2D array
;; array [2] = "id=3&value=string3"; a i want get from this query sting 2D array like this: string[,] ...Answered | 1 Replies | 4149 Views | Created by tommyv580 - Sunday, June 28, 2009 12:41 PM | Last reply by JohnWein - Sunday, June 28, 2009 1:56 PM -
0 Votes
Sort 2D Array in C#
Hi Qasim, If you search "C# 2d array sort" in some search engines, there would be a bunch of articles or discussions talking about this. Please ...Answered | 4 Replies | 2795 Views | Created by Qasim Chaudhry - Tuesday, August 12, 2014 10:11 AM | Last reply by João Eduardo Sousa - Wednesday, August 13, 2014 9:53 AM -
1 Votes
2D Array
hello i dont know what i'm doing wrong it worked with 1D array but in 2D i get an exception The fact is that i dont know how long this array will be ...Answered | 4 Replies | 2563 Views | Created by mtrix - Sunday, October 19, 2008 3:37 PM | Last reply by mtrix - Sunday, October 19, 2008 4:51 PM - Items 1 to 20 of 2713696 Next ›
No announcements