I am working on a C# .Net project.
I am using the following code to open the browser from my application.
System.Diagnostics.
process.StartInfo.UseShellExecute = true;
process.StartInfo.FileName = URL;
process.Start();
Now how can i hide my address bar when the browser opens up for my customers. Please help!!
I even saw this piece of code but i dont know how we pass the URL.
System.
o.GetType().InvokeMember(