No announcements
Found 659573 threads
-
0 Votes
Drawing lines between elements in a grid
Is it possible to draw a line from say one column in a grid to a different column in the grid dynamically? Each column holds a custom control. Infact, is it possible even if i have simple ...Answered | 1 Replies | 1810 Views | Created by Mithun_daa - Friday, July 24, 2009 11:48 AM | Last reply by HannesPreishuber - Monday, July 27, 2009 12:57 AM -
0 Votes
Arrays, Arrays Not Aries
If you do very little work per array element then this overhead may be significant. Though for such small arrays it's unlikely to really ...Discussion | 8 Replies | 565 Views | Created by User3DX - Tuesday, April 8, 2014 12:59 AM | Last reply by WayneAKing - Wednesday, April 9, 2014 1:34 PM -
1 Votes
Arrays and expanding arrays
It's still not clear to me what you're trying to accomplish. I wrote in my first reply that you cannot extend arrays, but I haven't gotten any clarification of your intent. That ...Answered | 6 Replies | 1741 Views | Created by Billba - Monday, February 6, 2012 8:40 PM | Last reply by orichisonic - Wednesday, February 8, 2012 1:12 AM -
0 Votes
Coding Elements: Understanding nested subroutines and single line arrays
arrays. Since it was also a simple language I found it was quite easy to apply the lesson to Small Basic. Question[1][1] = "What's ...Answered | 12 Replies | 4952 Views | Created by Marek Varro - Monday, April 26, 2010 3:58 PM | Last reply by Marek Varro - Thursday, May 6, 2010 4:52 PM -
0 Votes
arrays
how exactly do you decide how many elements will go into the GD1, GD2 etc arrays? and what exactly is the logic to store the numbers in the respective ...Answered | 8 Replies | 882 Views | Created by ppdev - Tuesday, January 8, 2013 10:34 AM | Last reply by Venkat786 - Tuesday, January 8, 2013 2:36 PM -
0 Votes
sum of elements of two arrays with different sizes C#
Actually, Krishtikri, I think that you have interpreted the exercise incorrectly (judging from the code you posted). For the two arrays in your example {1,2,9} and {4,5,6} ... I think what itProposed | 6 Replies | 5148 Views | Created by Krishtikri - Thursday, April 12, 2018 7:40 AM | Last reply by BonnieB - Tuesday, April 24, 2018 3:34 PM -
0 Votes
Arrays elements is not returns the values to Calling function
elements in the array, CapturedText() and initializes the array. I don't think that the statement is necessary to ...Answered | 2 Replies | 3243 Views | Created by amar1982 - Wednesday, April 20, 2011 5:22 AM | Last reply by amar1982 - Wednesday, April 20, 2011 2:29 PM -
1 Votes
Arrays
See the following MSDN page. Creating Control Arrays in Visual Basic .NETAnswered | 4 Replies | 229 Views | Created by Pufferfi5h - Sunday, July 24, 2016 10:30 AM | Last reply by dbasnett - Monday, July 25, 2016 12:04 AM -
2 Votes
Arrays
Jumping straight into two dimensional arrays is a big step, but drawing a grid of boxes is a clear enough analogy to make it palatable. This is ...Discussion | 14 Replies | 7516 Views | Created by amif2000 - Saturday, January 10, 2009 7:09 PM | Last reply by jricestk - Saturday, August 29, 2009 4:14 PM -
6 Votes
Arrays
program to get an idea how arrays work. I know that what I did doesn't make sense in a grand scheme of things, but my intentions was for a few small parrallel arrays in ...Answered | 6 Replies | 695 Views | Created by Rosco2382 - Wednesday, April 3, 2013 9:06 PM | Last reply by Rosco2382 - Thursday, April 4, 2013 1:20 PM -
1 Votes
Arrays, Specifically Char Arrays
always System.Char[], regardless of the input. I can do the same thing without a Char Array -and it works, but it increases my code threefold. If you can't tell I am horrible with ...Answered | 4 Replies | 2440 Views | Created by Sprinkles1435 - Tuesday, January 19, 2010 6:32 PM | Last reply by Louis.fr - Wednesday, January 20, 2010 1:31 PM -
1 Votes
Arrays
If it is not homework which we assume so you must use arrays, then take a look at generic lists. Arrays are not even a little bit old fashion.Answered | 4 Replies | 1442 Views | Created by Newbie to C sharp - Thursday, June 7, 2012 12:46 AM | Last reply by Huy Nguyen Phu - Thursday, June 7, 2012 7:05 AM -
1 Votes
Arrays?
changed for the non-deleted elements so looping over the indexes of the remaining array is more complex (it can be done, but is more complicated). While starting out playing ...Answered | 7 Replies | 4669 Views | Created by The12YearOldCoder - Wednesday, May 25, 2011 9:25 PM | Last reply by Path_drc - Wednesday, June 1, 2011 6:35 PM -
0 Votes
arrays
Is it possible to use Random number to access values from your arrays? Then you have to generate unique random numbers.....Answered | 3 Replies | 3629 Views | Created by Zeldacat - Wednesday, January 31, 2007 2:14 PM | Last reply by DMan1 - Wednesday, January 31, 2007 6:03 PM -
0 Votes
Arrays
Hi MD, Thanks for your post. This is the TFS forum, for more information about C# Arrays, please contact C# experts in here:Answered | 2 Replies | 585 Views | Created by Mbr.Developer - Friday, May 23, 2014 3:52 PM | Last reply by John Qiao - Wednesday, May 28, 2014 8:42 AM -
0 Votes
Arrays of Arrays
If this is really a struct, then mark it as a struct and you won't have to worry about constructing the array elements. The reason you have this bug is because classes are ...Answered | 4 Replies | 4813 Views | Created by Hooper - Monday, June 12, 2006 4:53 PM | Last reply by Hooper - Monday, June 19, 2006 12:34 PM -
0 Votes
Rendering Behavior - > IHtmlPainter :: Draw() not working [Drawing rectangle around elements]
. Any solutions for this ? or any other alternative for drawing a selection rectangle for elements as I mouse over ?Unanswered | 5 Replies | 4984 Views | Created by Jithesh Menon - Wednesday, June 25, 2008 8:13 AM | Last reply by Jithesh Menon - Tuesday, July 1, 2008 9:53 AM -
0 Votes
Drawing elements from one canvas to another canvas
I am using the following method which gives me the list of UI elements present in the target control (In my case CanvasMain). IEnumerableAnswered | 4 Replies | 8228 Views | Created by Diptimaya Patra - Monday, April 19, 2010 2:10 PM | Last reply by Diptimaya Patra - Monday, April 19, 2010 9:06 PM -
0 Votes
arrays
what is the best way to compare and extract data from arrays with null characters, like char a[]={0x61, 0x00, 0x61}; (something like strstr, strcpy on strings)Answered | 6 Replies | 4246 Views | Created by MarianL - Saturday, June 24, 2006 10:45 AM | Last reply by orcmid - Saturday, June 24, 2006 4:05 PM
No announcements