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
Davin Martyn
NA
7.5k
3m
Open link in small window
Mar 9 2016 6:57 AM
Hi ,
Please help me
This is my code in .net window application i want to one thing when we click on button then following link open in small window please suggest how can do this?
code :
private void button5_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://ent.comm100.com/chatserver/chatwindow.aspx?siteId=1000058&planId=203");
//Chat ch = new Chat();
//.OpenLink("https://ent.comm100.com/chatserver/chatwindow.aspx?siteId=1000058&planId=203");
//ch.Show();
}
Reply
Answers (
7
)
how to divide my value at run time in c#
Biometric finger print S/W in C#