Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
GeneralRe: Assemblies with C# Pin
Rickard Andersson2021-May-02 20:45
Rickard Andersson2021-May-02 20:45 
GeneralRe: Assemblies with C# Pin
Russell Morris24-May-02 10:03
Russell Morris24-May-02 10:03 
GeneralHelp for a beginner Pin
Giladi19-May-02 23:33
Giladi19-May-02 23:33 
GeneralRe: Help for a beginner Pin
Nish Nishant19-May-02 23:41
sitebuilderNish Nishant19-May-02 23:41 
GeneralRe: Help for a beginner Pin
Giladi19-May-02 23:44
Giladi19-May-02 23:44 
GeneralForm Inheritance Pin
SimmoTech19-May-02 22:07
SimmoTech19-May-02 22:07 
GeneralRe: Form Inheritance Pin
Nish Nishant19-May-02 23:43
sitebuilderNish Nishant19-May-02 23:43 
GeneralMoving PictureBox Around Pin
Nick Parker19-May-02 13:52
protectorNick Parker19-May-02 13:52 
I have a picture in a picturebox and I would like to move it around within the bounds of the form. I like the idea of it changing directions when it hits the outer edge of the form. What is the best way to do this? I have this, but it really isn't doing a whole lot. Thanks in advance.
void MovePic()
{
    for(int i = 0; i < this.Width; i++)
    {
        this.picbox.Top += 1;
        this.picbox.Left += 1;
    }

}


Nick Parker

Actually, real programmers don't need the enter key- they just type in 00001101."
GeneralRe: Moving PictureBox Around Pin
SHaroz20-May-02 7:58
SHaroz20-May-02 7:58 
Questionhelp! how can I rewrite struct with union in C#? Pin
Li-kai Liu (Angus)18-May-02 18:20
Li-kai Liu (Angus)18-May-02 18:20 
AnswerRe: help! how can I rewrite struct with union in C#? Pin
Rama Krishna Vavilala18-May-02 18:27
Rama Krishna Vavilala18-May-02 18:27 
GeneralRe: help! how can I rewrite struct with union in C#? Pin
Li-kai Liu (Angus)18-May-02 19:29
Li-kai Liu (Angus)18-May-02 19:29 
Questionabout Rama's screensaver? Pin
zhoujun18-May-02 17:15
zhoujun18-May-02 17:15 
AnswerRe: about Rama's screensaver? Pin
Christian Graus18-May-02 17:31
protectorChristian Graus18-May-02 17:31 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 18:24
sitebuilderNish Nishant18-May-02 18:24 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 21:37
zhoujun18-May-02 21:37 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 22:04
sitebuilderNish Nishant18-May-02 22:04 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 22:46
zhoujun18-May-02 22:46 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 23:01
sitebuilderNish Nishant18-May-02 23:01 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 21:43
zhoujun18-May-02 21:43 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 22:05
sitebuilderNish Nishant18-May-02 22:05 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 22:49
zhoujun18-May-02 22:49 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 23:08
sitebuilderNish Nishant18-May-02 23:08 
GeneralRe: about Rama's screensaver? Pin
Christian Graus18-May-02 23:36
protectorChristian Graus18-May-02 23:36 
AnswerRe: about Rama's screensaver? Pin
Rama Krishna Vavilala18-May-02 18:19
Rama Krishna Vavilala18-May-02 18:19 

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.