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
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
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/csharp/comm...