Windows Develop Bookmark and Share   
 index > Windows Forms General > HOW TO: set icon to winform application and work with browser.
 

HOW TO: set icon to winform application and work with browser.

hi, i have 2 problem with c# winform.

1. when i chenge the icon in the properties menu of form1 i dont see the chenge in the exe file(not in debug folder, not in realese, and not when i use the public tool).

how can i chenge the icon of the exe file?

2. how do i make a buuton that when i prees above him it will open a browser window and will save the address in tn a strinng?

it very imortant to me, thx for the helping.

*sory about my english, i can understan but i dont so good in writing(i not an english speaker).

djdXdyd  Saturday, August 04, 2007 9:44 PM

I can answer question (1):

The "Icon" property of the Form controls the appearance of the icon used to display the Control Box (i.e. the top-left corner of the Form).

The icon that is associated with the final executable that your project generates is configured via the "Properties" option in the "Project" menu, i.e. select "Project" and the last item in the menu will be labelled "<Project Name> Properties".

Select the "Application" tab on the left and set the icon properties in the "Resources" groupbox.

zxcvbnm1  Sunday, August 05, 2007 7:51 AM

I can answer question (1):

The "Icon" property of the Form controls the appearance of the icon used to display the Control Box (i.e. the top-left corner of the Form).

The icon that is associated with the final executable that your project generates is configured via the "Properties" option in the "Project" menu, i.e. select "Project" and the last item in the menu will be labelled "<Project Name> Properties".

Select the "Application" tab on the left and set the icon properties in the "Resources" groupbox.

zxcvbnm1  Sunday, August 05, 2007 7:51 AM

ok, i got it, but i still have problem with the other question.

djdXdyd  Sunday, August 05, 2007 1:56 PM

You can use google to search for other answers

Custom Search

More Threads

• Control inside Mdi
• Lost in a maze of upgrades and versions
• how to show images in DataGridView?
• Bookmark string generated by MSHTML browser control
• FlowLayoutPanel not shrinking width-wise
• ListView.Columns.AddCol(strText, nDataType, nWidth)
• Resizing Form to Fit Contents
• Multythreading events
• 2d charts in C# based windows form
• Allways on top of everything even over lockworkstation form?