Forum: JavaScript / DHTML / AJAX Jul 26th, 2008 |
| Replies: 1 Views: 828 Hi there I need to build an ajax dropdownlist date selector.
Can someone help me.
Thanks. |
Forum: VB.NET Nov 23rd, 2005 |
| Replies: 0 Views: 4,060 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,157 :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,350 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,... |