I need to declare the "DrawStringInBo x" (in bold) but not sure how, any suggestions would be greatly appreciated:
Protected Sub PrintPageTitles (ByVal ev As System.Drawing. Printing.PrintP ageEventArgs)
Dim psngWidth As Single = 0
Dim penLine As Pen = New Pen(Brushes.Bla ck)
Dim recCurrent As RectangleF
Dim sfCurrent As New StringFormat
Dim msngYPos...
User Profile
Collapse
-
Thanks for the suggestion, I have changed the code but still having trouble getting it to work. Here is my revised code:
[CODE=vbnet]Option Explicit On
Option Strict On
Imports System.Convert
Public Class frmMain
Inherits System.Windows. Forms.Form
Private mlblInitialValu e As Double
Private mlblSalvageValu e As Double
Private mlblAssetLife... -
Need Text Box Help
I need to store the values of my input text boxes into the variables I have declared (in bold) . My text boxes atr txtInitialValue , txtAssetLife and txtSalvageValue . Can anyone help? Here is my code:
Option Explicit On
Option Strict On
Imports System.Convert
Public Class frmMain
Inherits System.Windows. Forms.Form
Private mlblInitialValu e As...
No activity results to display
Show More
Leave a comment: