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
~309 People Reached
Favorite Forums
Member Avatar for nadav64

okay so i have this button [CODE] private void button2_Click(object sender, EventArgs e) { OpenFileDialog fDialog = new OpenFileDialog(); fDialog.Title = "Open Injector"; fDialog.Filter = fDialog.Filter = "Exe Files|*.exe"; fDialog.InitialDirectory = @"C:\"; if (fDialog.ShowDialog() == DialogResult.OK) { MessageBox.Show(fDialog.FileName.ToString()); fDialog.CheckFileExists = true; fDialog.CheckPathExists = true; } string str = fDialog.FileName; Process …

Member Avatar for minitech
0
105
Member Avatar for nadav64

okay so i have a windows form. i want to browse for an exe and then with a button to open the exe that i have chosen

Member Avatar for ddanbe
0
46
Member Avatar for nadav64

Hi Guys!,I have a question,I have 2 text boxes and one text box has the name of a song and the other has the name of the artist. I would like to take the value of each text in the text box,for example song-only girl artist-rihanna after i inserted this …

Member Avatar for Mitja Bonca
0
158