Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
Questionhow to open a form when click on custom property item in propertygridview Pin
dilipmca045-Mar-09 16:29
dilipmca045-Mar-09 16:29 
Questionnested lists problem Pin
VitroBlue5-Mar-09 15:42
VitroBlue5-Mar-09 15:42 
AnswerRe: nested lists problem Pin
Christian Graus5-Mar-09 15:55
protectorChristian Graus5-Mar-09 15:55 
AnswerRe: nested lists problem Pin
Luc Pattyn5-Mar-09 23:51
sitebuilderLuc Pattyn5-Mar-09 23:51 
Questionexporting to Excel Pin
avvaru.murali5-Mar-09 15:18
avvaru.murali5-Mar-09 15:18 
AnswerRe: exporting to Excel Pin
Christian Graus5-Mar-09 15:52
protectorChristian Graus5-Mar-09 15:52 
AnswerRe: exporting to Excel Pin
Ramkithepower5-Mar-09 19:24
Ramkithepower5-Mar-09 19:24 
Questionneed help..... How to link the current website that i am browsing to the textbox ? Pin
YiXiang_895-Mar-09 15:04
YiXiang_895-Mar-09 15:04 
Hi all, I need help
I have a IE toolbar menu button: Generate

My flow is
After i click the Generate button, the link on my current website will appear in a:
Form1 > textBoxWebPageURL


Form the Form1.Designer.cs

this.textBoxWebPageURL.Location = new System.Drawing.Point(238, 13);
this.textBoxWebPageURL.Name = "textBoxWebPageURL";
this.textBoxWebPageURL.Size = new System.Drawing.Size(328, 20);
this.textBoxWebPageURL.TabIndex = 5;
this.textBoxWebPageURL.Text = "http://www.codeproject.com"; <-- Whereby i have to hardcode it


How do i make it auto capture the current website that i am browsing and the textbox will display the current website ?

Thank You
AnswerRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
_Maxxx_5-Mar-09 15:12
professional_Maxxx_5-Mar-09 15:12 
GeneralRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
YiXiang_895-Mar-09 15:19
YiXiang_895-Mar-09 15:19 
GeneralRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
Christian Graus5-Mar-09 15:56
protectorChristian Graus5-Mar-09 15:56 
GeneralRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
YiXiang_895-Mar-09 16:13
YiXiang_895-Mar-09 16:13 
GeneralRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
_Maxxx_5-Mar-09 17:41
professional_Maxxx_5-Mar-09 17:41 
GeneralRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
YiXiang_895-Mar-09 18:05
YiXiang_895-Mar-09 18:05 
QuestionHelp on CancelButton property? Pin
Wes Jones5-Mar-09 14:41
Wes Jones5-Mar-09 14:41 
AnswerRe: Help on CancelButton property? [modified] Pin
Xmen Real 5-Mar-09 15:04
professional Xmen Real 5-Mar-09 15:04 
GeneralRe: Help on CancelButton property? Pin
Wes Jones5-Mar-09 16:01
Wes Jones5-Mar-09 16:01 
AnswerRe: Help on CancelButton property? Pin
_Maxxx_5-Mar-09 15:07
professional_Maxxx_5-Mar-09 15:07 
GeneralRe: Help on CancelButton property? Pin
Wes Jones5-Mar-09 16:01
Wes Jones5-Mar-09 16:01 
QuestionFile Summary Info??? Pin
S K Y5-Mar-09 13:44
S K Y5-Mar-09 13:44 
AnswerRe: File Summary Info??? Pin
Yusuf5-Mar-09 14:46
Yusuf5-Mar-09 14:46 
GeneralRe: File Summary Info??? Pin
S K Y5-Mar-09 14:55
S K Y5-Mar-09 14:55 
GeneralRe: File Summary Info??? Pin
Yusuf5-Mar-09 16:45
Yusuf5-Mar-09 16:45 
AnswerRe: File Summary Info??? Pin
Dragonfly_Lee5-Mar-09 18:01
Dragonfly_Lee5-Mar-09 18:01 
GeneralRe: File Summary Info??? Pin
S K Y5-Mar-09 21:11
S K Y5-Mar-09 21:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.