Forum: JavaScript / DHTML / AJAX Jul 26th, 2008 |
| Replies: 1 Views: 439 |
Forum: VB.NET Nov 23rd, 2005 |
| Replies: 0 Views: 3,207 Need to implemnt the RTF print in application I am using the following class.
RichTextBoxPrint.vb
Option Explicit On
Imports System
Imports System.Windows.Forms
Imports System.Drawing
Imports System.Runtime.InteropServices
Imports... |
Forum: VB.NET Nov 23rd, 2005 |
| Replies: 0 Views: 3,119 Using a control to just call the subroutine :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 any... |
Forum: VB.NET Sep 9th, 2005 |
| Replies: 0 Views: 6,530 passing values from a form to a dialog form 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,... |