TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
muqqadas shabbir
NA
49
1.8k
enterprise application and development
Jun 9 2018 3:14 AM
I want to create windows media player form with C#
i have chose a windowsMediaPlayer, textbox along with button which chose the path of video from my computer and then i have multiple buttons to save delete that path in database and as well as other controls like pause play etc BUT
button doesn't perform action, To choose the path on button:
private void button1_Click(object sender, EventArgs e)
{
OpenFileDialog op = new OpenFileDialog();
if(op.ShowDialog()==System.Windows.Forms.DialogResult.OK)
{
this.textBox_path.Text = op.FileName;
}
}
please direct me what's going wrong with this code OR another alternative way
thank YOU
Reply
Answers (
8
)
Update table with textbox.DataBindings
Hi how to learn real time scenarios for fresher to 2 year