charyl, on 12 October 2012 - 03:16 PM, said:
Thanks that worked for that. I'm on line 81 and I've just reached the CloseToolStripMenuItem, we'll see... Hard to believe this is the easy part...OMGosh...I'm so screwed.
This is only the part to save the estimate. I have not even started on the work to preform the estimate and I will have little or no code to go on...I'll try using past projects. One thing I'm not sure of when I get there I need to string the total estimate cost to this that I'm working on now. I have not figured out the TryParse yet. DimitriV if you have a second look up Duplicate Elimination I posted on this week and tell me if there's coding you can figure out to use the TryParse. Just so I can try it on an old project instead of messing a new one up first. If you don't have time...I completely understand! Good to see you. Loved your pic. Love Spiderman too
Great to see you back too, charyl. I'll have a look but I can pretty much explain TryParse here:
Dim result As Integer Dim input As String = "789823" Dim success As Boolean = Integer.TryParse(input, result) If success = True Then 'work what ever you were going to do here End If
I'll stick it in both. Good old trevster344, all the great ideas.
Reference: http://msdn.microsof...02979c7.aspx#Y0

New Topic/Question
Reply




MultiQuote



|