No announcements
Found 658293 threads
-
0 Votes
Drawing and defining drawing
You don't need a picturebox for every block. You can paint the entire playing field in one picturebox, drawing rectangles at the places where a block is. You might want to check outAnswered | 4 Replies | 4612 Views | Created by cooknfamily - Saturday, January 14, 2006 10:59 PM | Last reply by Daniel Rieck - Sunday, January 15, 2006 3:54 PM -
0 Votes
Nested arrays
Hi, Is it possible to nest arrays within arrays in c#? If so, ...Answered | 2 Replies | 2937 Views | Created by Joan Venge - Thursday, June 21, 2007 3:02 PM | Last reply by Joan Venge - Thursday, June 21, 2007 7:17 PM -
2 Votes
Arrays
here is a photo of the ...Answered | 6 Replies | 1952 Views | Created by razer000 - Thursday, January 19, 2012 12:04 PM | Last reply by Mike Feng - Wednesday, January 25, 2012 5:17 PM -
1 Votes
arrays
" TextWindow.ForegroundColor = "Yellow" TextWindow.Clear() LF = Text.GetCharacter(10) ' Line-Feed TAB = Text.GetCharacter(9) ' Tabulation ' SB's ...Answered | 3 Replies | 1268 Views | Created by elmo533940 - Tuesday, January 29, 2013 12:52 AM | Last reply by elmo533940 - Wednesday, January 30, 2013 1:44 AM -
0 Votes
SQL arrays
Hi, SQL doesn't support arrays because it is a set-based language. Check this link for more Information httpAnswered | 2 Replies | 7942 Views | Created by Ruhani - Friday, May 8, 2009 12:28 PM | Last reply by Vicky Thakor - Wednesday, August 14, 2013 6:37 AM -
1 Votes
Marshaling arrays
the topic "how arrays in C structure are different from arrays in c#" in other way where did you read that ...Answered | 4 Replies | 4414 Views | Created by Mostafaxx - Sunday, August 1, 2010 12:26 PM | Last reply by Mario Cossi - Sunday, August 1, 2010 4:08 PM -
10 Votes
Arrays
> input; while (input < a[0] && input > a[1]) { cout << "The value entered must be between 10 and ...Answered | 29 Replies | 531 Views | Created by Personaje - Tuesday, August 25, 2015 4:38 AM | Last reply by Personaje - Thursday, September 10, 2015 2:49 PM -
1 Votes
how to fix error &amp;amp;quot;Failed to Create Temp File&amp;amp;quot;
Help with error message: "Failed to create temp file" This error has recently been 'popping up' right when I'm trying to print ...Answered | 1 Replies | 635 Views | Created by JESUSLIVES333 - Tuesday, September 17, 2019 11:37 PM | Last reply by WhTurner33 - Wednesday, September 18, 2019 9:45 AM -
0 Votes
handling arrays
is there any function for arrays like putstring() for stringsAnswered | 1 Replies | 4627 Views | Created by srav05251 - Tuesday, October 26, 2010 8:25 AM | Last reply by Oskariok - Tuesday, October 26, 2010 12:31 PM -
0 Votes
Dynamic arrays
Yes....you can....and since this is not your first question about dynamic arrays...since we are looking at C++, I would also like to recommendAnswered | 1 Replies | 3839 Views | Created by amstro - Saturday, November 10, 2007 1:14 AM | Last reply by Andreas Masur - Saturday, November 10, 2007 1:51 AM -
3 Votes
Using Arrays
directly use an array instead of a list if you're expecting the array length to change. Arrays are really the most valuable in situations where you have a known, fixed ...Answered | 29 Replies | 3931 Views | Created by york0001 - Thursday, April 30, 2009 11:16 AM | Last reply by Reed Copsey, Jr - Thursday, April 30, 2009 11:39 PM -
0 Votes
Arrays
'Puts first and last name in new textbox (txtFinal) txtFinal.Text = LastInitial & FirstName & " " & FirstInitial ...Answered | 8 Replies | 3172 Views | Created by msbuilder - Sunday, March 6, 2011 5:02 PM | Last reply by dbasnett - Sunday, March 6, 2011 6:20 PM -
0 Votes
Oscilloscope drawing
But... If you use Direct2D from a XAML metro style app, it needs to be full screen (you can't mix XAML elements and a Direct2D drawing surface yet). More info ...Answered | 4 Replies | 5030 Views | Created by ErikCarlsson - Tuesday, September 27, 2011 3:02 PM | Last reply by Frank Hileman - Tuesday, October 4, 2011 1:43 PM -
0 Votes
Drawing
Also, the default size of the drawing object canvas is 1x1, so you'll need to specify a different size to get any meaningful images. You'll need something like theAnswered | 3 Replies | 5069 Views | Created by Jacco Mintjes - Wednesday, October 4, 2006 8:23 AM | Last reply by Bryan Kilian - MSFT - Wednesday, October 4, 2006 11:17 PM -
0 Votes
arrays and functions
You are declaring a single element array and as C++ uses zero based array indexing the index of the last element in an array of n elements is always n-1. So the code p[1] is ...Answered | 2 Replies | 3838 Views | Created by Tobias M - Friday, April 7, 2006 1:24 PM | Last reply by Tobias M - Friday, April 7, 2006 1:59 PM -
0 Votes
& problem
'&', '<' and '>' characters have to be escaped by default. Otherwise they would make the Xml document invalid. On the contrary &apos; andAnswered | 11 Replies | 6630 Views | Created by Barbi Rio - Monday, April 14, 2008 7:35 AM | Last reply by Barbi Rio - Wednesday, April 16, 2008 4:44 AM -
0 Votes
Jagged Arrays
The perf hit for using jagged arrays should be minimal - it's simply a matter of having dim1+dim2 object initializations, instead of only 1 for the multidimensional array. There may be some ...Answered | 8 Replies | 6045 Views | Created by Tournesol - Wednesday, August 12, 2009 11:33 PM | Last reply by gasalazarpinto - Friday, August 19, 2011 9:20 PM -
0 Votes
2D Arrays
In other words, since an array is just a pointer to the first element of the array (and array[1] is just the same as saying *(array+1)), a two dimensional array is just an array of ...Answered | 2 Replies | 5101 Views | Created by Neo83 - Thursday, March 9, 2006 8:10 PM | Last reply by Ben Anderson MSFT - Thursday, March 9, 2006 8:35 PM -
0 Votes
Constructing String Arrays
X.Equals(Y) Then MsgBox("equal") Else ...Answered | 4 Replies | 2751 Views | Created by Bernie22 - Thursday, June 18, 2009 6:09 AM | Last reply by sumitlathwal - Thursday, June 18, 2009 10:05 AM -
0 Votes
arrays
Overrides Function ToString() As String Return Category & "," & Amount & "," & Description ...Answered | 3 Replies | 1310 Views | Created by jsmith237 - Saturday, July 28, 2012 6:46 AM | Last reply by Kareninstructor - Saturday, July 28, 2012 8:07 AM
No announcements