PeterH's Profile
Reputation: 2
Apprentice
- Group:
- Members
- Active Posts:
- 46 (0.03 per day)
- Joined:
- 03-September 09
- Profile Views:
- 1,171
- Last Active:
Yesterday, 03:25 AM- Currently:
- Offline
Previous Fields
- Country:
- GB
- OS Preference:
- Windows
- Favorite Browser:
- Who Cares
- Favorite Processor:
- Who Cares
- Favorite Gaming Platform:
- Who Cares
- Your Car:
- BMW
- Dream Kudos:
- 0
Latest Visitors
-
modi123_1 
24 Apr 2013 - 12:42 -
abhishek415 
12 Oct 2012 - 05:38 -
MrShoes 
02 Oct 2012 - 08:24 -
AnalyticLunatic 
31 Jul 2012 - 13:21 -
AdamSpeight2008 
06 Jun 2012 - 14:15
Posts I've Made
-
In Topic: Getting results from Web Browser control
Posted 23 May 2013
Was simply a case of
Dim PageContent as String = browser.document.Body.InnerText
Then I could parse the page for the required data. -
In Topic: Text To Decimal is not valid? Please help
Posted 20 Feb 2013
Check out the convert to functions e.g. CINT,CSTR etc. you will find something that converts a source type field to the required target type, in your case this would be,
Dim StartWork As Decimal = cdec(txtStart.Text)
Any numerical converstion will require that the text fields contain valid numeric values. You can use the parse methods so these are worth looking at as well e.g. Decimal.Parse(txtStart.Text) -
In Topic: Black Scholes Implied Volatility
Posted 17 Oct 2012
This page gives some exmples using VBA, which you could easily adapt,
http://www.optiontra...nd-scholes.html -
In Topic: Problem With editing a added record into a file.
Posted 15 Oct 2012
You need to pass a boolean value to indicate the file will be appended to,
Myfilewriter = New StreamWriter(strmyfilename,true)
-
In Topic: populating combobox
Posted 15 Oct 2012
As has already been said can't you just,
If dr1.HasRows Then ComboBox2.Items.Add("None") Do While dr1.Read ComboBox2.Items.Add(dr1("Sr_no")) Loop
My Information
- Member Title:
- New D.I.C Head
- Age:
- 57 years old
- Birthday:
- December 1, 1955
- Gender:
-
- Location:
- Exeter, UK
- Years Programming:
- 20
- Programming Languages:
- Microfocus Cobol, VB,net, SQL
Contact Information
- E-mail:
- Click here to e-mail me
- MSN:
-
pete_harman@hotmail.com
- Website URL:
-
http://
Friends
PeterH hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
PeterH has no profile comments yet. Why not say hello?