| Article: |
Putting a Browser into Your Windows Application | |
| Subject: | Error in example | |
| Date: | 2005-09-01 07:09:59 | |
| From: | MMS | |
|
the line progressBar1.Value = (int)((e.CurrentProgress / e.MaximumProgress)*100); should be changed to
|
||
| Article: |
Putting a Browser into Your Windows Application | |
| Subject: | Error in example | |
| Date: | 2005-09-01 07:09:59 | |
| From: | MMS | |
|
the line progressBar1.Value = (int)((e.CurrentProgress / e.MaximumProgress)*100); should be changed to
|
||