PDA

View Full Version : C# question!


Dr_s99
02-13-06, 11:47 AM
Hello,

how can i make a panel ( in C#) program to be able to move!

I mean allow the user to move the panel using the mouse :P

and also,
I'm using VS 2005 (visual studio) and i have a tab panel, with webbrowser in it...!
what i want is when the user clicks Go! a new tab to be created and the page to be loaded in the new tab!
(and also how can i get the title of a web page?)


Thank you,
dr_s99

rewt
02-13-06, 01:02 PM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/browserexpress.asp

rewt
02-13-06, 01:55 PM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/browserexpress.asp

Oh, and about the page title, have a look here (http://www.codeproject.com/csharp/webbrowser.asp). That guy seems to have made the text of form display the title of the page.

Dr_s99
02-14-06, 10:38 AM
WOW thank you ....