Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~507 People Reached
Favorite Forums
Favorite Tags
math x 1
Member Avatar for Chargerfan

I have written code in wpf that when the user presses a button on the grid, several rectangles of equal size will be displayed and have equal margins around them. I have also written code that when the user resizes the window, the rectangles will grow as the user makes …

0
125
Member Avatar for Chargerfan

i am writing the game of nim in wpf and so far i have figured out how display the objects and added a mouse down event to highlight which object the user has selected to remove. Now my question is how do i make it so that the user can …

0
84
Member Avatar for Chargerfan

how do i receive two separate inputs from the same text box? here is what i have so far: [CODE] c1 = textBox1.Text; textBox1.Clear(); c2 = textBox1.Text; [/CODE]

Member Avatar for kvprajapati
0
69
Member Avatar for Chargerfan

how do i retrieve complex numbers (a + jb) so that just a appears in one textbox and just b appears in another textbox?

Member Avatar for privatevoid
0
99
Member Avatar for Chargerfan

how do i make it so that when the user enters a number in the textbox, clicks an addition button, puts the second operand in the same textbox, then display the result in the textbox when the add button is clicked again? here is my code for the add button: …

Member Avatar for towerrounder
0
130