User Profile

Collapse

Profile Sidebar

Collapse
tamik0
tamik0
Last Activity: Feb 26 '08, 09:58 AM
Joined: Sep 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tamik0
    started a topic Need vb text help

    Need vb text help

    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...
    See more | Go to post

  • tamik0
    replied to Need Text Box Help
    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...
    See more | Go to post
    Last edited by Killer42; Sep 21 '07, 05:20 AM. Reason: Added [CODE=vbnet] tag

    Leave a comment:


  • tamik0
    started a topic Need Text Box Help

    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...
    See more | Go to post
No activity results to display
Show More
Working...