Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

0
Beginner program help
Post Body

I am trying to basically ask for a name (SID) and have it go to GETINFO and use that name instead and messagebox.show it

here is my code below

    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {

        }

        private void button1_Click(object sender, EventArgs e)
        {
            String SID;

            SID = textBox1.Text;
            GETINFO(SID);

            MessageBox.Show(SID);


        }

        private void GETINFO(string SID)
        {
            SID = "Bailey";
            return char SID;


        }

Duplicate Posts
2 posts with the exact same title by 1 other authors
View Details
Author
Account Strength
90%
Account Age
10 years
Verified Email
Yes
Verified Flair
No
Total Karma
1,971
Link Karma
685
Comment Karma
1,266
Profile updated: 5 days ago
Posts updated: 8 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
8 years ago