Click here to Skip to main content
15,901,666 members
Home / Discussions / C#
   

C#

 
GeneralRe: Issue Deserializing Json in C# SSIS Script Pin
rhutchins123414-Apr-18 11:05
rhutchins123414-Apr-18 11:05 
QuestionButton hover problem C# Visual Studio UWP Pin
Member 137658766-Apr-18 1:55
Member 137658766-Apr-18 1:55 
AnswerRe: Button hover problem C# Visual Studio UWP Pin
Pete O'Hanlon6-Apr-18 2:18
mvePete O'Hanlon6-Apr-18 2:18 
AnswerRe: Button hover problem C# Visual Studio UWP Pin
Gerry Schmitz6-Apr-18 7:40
mveGerry Schmitz6-Apr-18 7:40 
RantRe: Button hover problem C# Visual Studio UWP Pin
Mycroft Holmes6-Apr-18 13:10
professionalMycroft Holmes6-Apr-18 13:10 
GeneralRe: Button hover problem C# Visual Studio UWP Pin
Gerry Schmitz6-Apr-18 13:44
mveGerry Schmitz6-Apr-18 13:44 
Questionupdatepanel usage with three dropdownlists values into a single textbox Pin
chetan265-Apr-18 9:50
chetan265-Apr-18 9:50 
AnswerRe: updatepanel usage with three dropdownlists values into a single textbox Pin
Gerry Schmitz5-Apr-18 17:20
mveGerry Schmitz5-Apr-18 17:20 
GeneralRe: updatepanel usage with three dropdownlists values into a single textbox Pin
chetan266-Apr-18 3:36
chetan266-Apr-18 3:36 
GeneralRe: updatepanel usage with three dropdownlists values into a single textbox Pin
Gerry Schmitz6-Apr-18 7:34
mveGerry Schmitz6-Apr-18 7:34 
QuestionHow do i to create a bouncing ball in C# Pin
Member 137644515-Apr-18 5:15
Member 137644515-Apr-18 5:15 
AnswerRe: How do i to create a bouncing ball in C# Pin
OriginalGriff5-Apr-18 5:21
mveOriginalGriff5-Apr-18 5:21 
GeneralRe: How do i to create a bouncing ball in C# Pin
Member 137644515-Apr-18 7:29
Member 137644515-Apr-18 7:29 
GeneralRe: How do i to create a bouncing ball in C# Pin
OriginalGriff5-Apr-18 8:10
mveOriginalGriff5-Apr-18 8:10 
PraiseRe: How do i to create a bouncing ball in C# Pin
Member 137644515-Apr-18 8:16
Member 137644515-Apr-18 8:16 
GeneralRe: How do i to create a bouncing ball in C# Pin
OriginalGriff5-Apr-18 8:21
mveOriginalGriff5-Apr-18 8:21 
AnswerRe: How do i to create a bouncing ball in C# Pin
Eddy Vluggen5-Apr-18 6:53
professionalEddy Vluggen5-Apr-18 6:53 
Member 13764451 wrote:
How do i create a windows form of a bouncing ball such that when the ball collides with an edge, its movement in the direction perpendicular to the edge should be inverted, while the movement in the direction parallel to the edge should remain unchanged.
Perpen.. cats?

You know how gravity works, yes? So, you could calculate a trajectory? Add some simple drawing-routines and you have a bouncy ball. It was one of the excercises in the AMOS Basic manual, where bouncing apples would fall from a tree. You can Google the code, but that won't translate easily to a modern C#.

Member 13764451 wrote:
There should be a numeric up-down control that controls the interval of the timer that controls the movement of the ball. The interval of the timer should be updated immediately when the value of this numeric up-down control is changed
You can do it! Good luck Thumbs Up | :thumbsup:
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

Questioncopy paste file remotly Pin
Member 79659463-Apr-18 19:41
Member 79659463-Apr-18 19:41 
AnswerRe: copy paste file remotly Pin
OriginalGriff3-Apr-18 20:07
mveOriginalGriff3-Apr-18 20:07 
GeneralRe: copy paste file remotly Pin
Member 79659464-Apr-18 21:34
Member 79659464-Apr-18 21:34 
GeneralRe: copy paste file remotly Pin
OriginalGriff4-Apr-18 21:43
mveOriginalGriff4-Apr-18 21:43 
SuggestionRe: copy paste file remotly Pin
Richard Deeming4-Apr-18 1:40
mveRichard Deeming4-Apr-18 1:40 
GeneralRe: copy paste file remotly Pin
Member 79659464-Apr-18 21:03
Member 79659464-Apr-18 21:03 
GeneralRe: copy paste file remotly Pin
Eddy Vluggen4-Apr-18 23:48
professionalEddy Vluggen4-Apr-18 23:48 
GeneralRe: copy paste file remotly Pin
Member 79659467-Apr-18 19:39
Member 79659467-Apr-18 19:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.