Davin Martyn

Davin Martyn

  • NA
  • 8.7k
  • 3m

Window Application Form

Mar 7 2016 11:41 PM
Hi Team,
 
I am using window application form in .net. I have one button inside form when we click on button then following code in button click :
 

//Web Chat Button

private void button5_Click(object sender, EventArgs e)

{

System.Diagnostics

Process.Start("https://ent.comm100.com/chatserver/chatwindow.aspxsiteId=1000058&planId=203");

}
 
After click on button then following link open in browser. I want to one thing when we click on button then open one popup inside popup open following given link. Please suggest how can do this?
 
 
 

Answers (9)