Share Prices 4 Developer (User) will work with windows/web applications under the .net v2 framework.To test go here. Also, now comes in a new Web User control form, that works with most browsers.
To work in a asp.net web application/asp.net website, place the following code in a forms object
<object id="UserControl1" classid="WindowsControlLibrary1.dll#WindowsControlLibrary1.UserControl1" height="600" width="600"></object>
Download and install the control. Next copy the two files installed to the root directory of the website/web application project. Then add these existing files to the project. Next, make sure to add the dll to the assembly cache as its a signed dll. Next ensure that the assemby has full trust via the increase assemby trust option under runtime security policy, this is done using the .net framework 2 configuration tool.
Then you can run the application

Screenshot of Share Prices 4 Developer (User) on a web form
To work in a windows application you need to download and install the control. Next, right click on the toolbox in vs.net 2005/2008/2008 express editions, and select choose items, then browse to the location of the file 'WindowsControlLibrary1.dll'. Next drag and drop UserControl1 to the windows form, and the same with NETSharePriceWS. Make sure to reference System.Web.Services,and System.Xml.Then run the application. This version allows you to change web service url.

Screenshot of Share Prices 4 Developer (User) on a windows form
The free download is labelled 'Share Prices 4 Developer(User)'
This user control allows you to search for a share price listed on the indexes loaded onto the Share Price XML Web Service.
Share Prices 4 Developers (Scrolling) will work with windows/web applications under the .net v2 framework. To test go here. Also, now comes in a new Web User control form, that works with most browsers.
To work in a asp.net web application/asp.net website, place the following code in a forms object
<object id="TextScroll" classid="http:TextScroll.dll#TextScroll.UserControl2" height="600" width="600"></object>
Download and install the control. Next, copy the two files installed to the root directory of the website/web application project. Then add these existing files to the project. Next, make sure to add the dll to the assembly cache as its a signed dll. Next ensure that the assemby has full trust via the increase assemby trust option under runtime security policy, this is done using the .net framework 2 configuration tool.
Then you can run the application

Screenshot of Share Prices 4 Developer (Scrolling) on webforms
To work in a windows application you need to download and install the control. Next, right click on the toolbox in vs.net 2005/2008/2008 express editions, and select choose items, then browse to the location of the file 'TextScroll.dll'. Add the file 'TextScroll.dll.config' to the project as an existing file. Next drag and drop UserControl2 to the windows form, and the same with NETSharePriceWS. Make sure to reference System.Web.Services,System.Xml, System.IO, and System.Threading on the main form hosting the control. Then run the application.

Screenshot of Share Prices 4 Developer (Scrolling) on winforms
The free download is labelled 'Share Prices 4 Developer(Scrolling)'
This user control allows you to display a specific index of share prices.