Forum: VB.NET Nov 23rd, 2005 |
| Replies: 0 Views: 4,105 I am using the following class.
RichTextBoxPrint.vb
Option Explicit On
Imports System
Imports System.Windows.Forms
Imports System.Drawing
Imports System.Runtime.InteropServices ... |
Forum: VB.NET Nov 23rd, 2005 |
| Replies: 0 Views: 4,227 :rolleyes: I have a control that I drag and drop.
I would like to use the below instead of building a dll.
I want to call the subroutine. Is there a way I can do so?
I am not aloud to use build... |
Forum: VB.NET Sep 9th, 2005 |
| Replies: 2 Views: 8,488 I have declared the following variables in the form transoverride.vb
Dim Account_Name, PolicyNumber, TransCodeOrig, TransEffDate, Override_Action, Override_New_Renewal, Override_Transaction_Code,... |