Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~12.6K People Reached
Member Avatar for The Dude

OK -- You take the LAST word of the sentence and make a new sentence. EX: A man lived by the water. The Result: [b]Water[/b] the grass.

Member Avatar for Dani
3
11K
Member Avatar for jib
Member Avatar for UsSy

I have a Storyboard which targets an Ellipse. How do I make the Storyboard target an image which I have in a List<>? This is the code: <Storyboard x:Name="sbMoveImages"> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.TranslateX)" Storyboard.TargetName="ellipse"> <EasingDoubleKeyFrame KeyTime="0" Value="-1"/> <EasingDoubleKeyFrame KeyTime="0:0:3" Value="641"/> <EasingDoubleKeyFrame KeyTime="0:0:5" Value="640"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.TranslateY)" Storyboard.TargetName="ellipse"> <EasingDoubleKeyFrame KeyTime="0" Value="1"/> <EasingDoubleKeyFrame KeyTime="0:0:3" …

Member Avatar for nmaillet
0
172
Member Avatar for UsSy

Would I be telling the truth if I was to say that a [I][B]type [/B][/I]in C# is defined by a [B][I]class[/I][/B]. An example of this is the String class. And with this class, I can make [I][B]instances [/B][/I]of it, for example, a simple variable declaration: [CODE]string myName = "Usmaan";[/CODE] The …

Member Avatar for darkagn
0
138
Member Avatar for UsSy

Can someone, unambiguously and without too much technicality explain to me why would one want to have a Constructor in their program. I understand what a Constructor is, and that it can be overloaded and it's name is the same as the class and it can't have a return type …

Member Avatar for Momerath
0
84
Member Avatar for Martje
Member Avatar for UsSy
0
124
Member Avatar for stevanity

C# and VB.NET are very easy and very powerful languages to develop Windows applications. there are no fundamental advantages or disadvantages between then coz they both support every .net feature. But the point lies in the ease of use and the syntactical readability. I prefer C# more becoz it resembles …

Member Avatar for UsSy
-1
210
Member Avatar for cause&effect

I was designing the strategy for Tic Tac Toe: CHOOSE THE MOVE WITH THE HIGHEST PRIORITY - if you have 2 in a row, get 3 in a row; if the opponent has 2 in a row, get 3 to block him; play the center; if the opponent is in …

Member Avatar for UsSy
0
297
Member Avatar for UsSy

Hello Forum, how are you? Okay so, I wish to create a bunch of strings. Simple.... [CODE] string myName = "Usmaan"; string myOccupation = "Engineer"; string myFav = "DaniWeb"; string randomString = ""; [/CODE] Now what I want to do is, make the compiler randomly....I repeat, randomly select one of …

Member Avatar for ddanbe
0
113
Member Avatar for UsSy

Hello there folks, I'm trying to make myself more C# literate. I've decided to branch myself towards the GUI subject for the moment and get myself more familiar with dialog boxes and what not. So for the moment, I've created a form which has a RichTextBox. And I've added a …

Member Avatar for Mitja Bonca
0
154