Click here to Skip to main content
16,006,348 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Application.Restart, a better way? Pin
Dave Kreskowiak14-Jul-06 6:08
mveDave Kreskowiak14-Jul-06 6:08 
AnswerRe: Application.Restart, a better way? Pin
Jun Du14-Jul-06 6:13
Jun Du14-Jul-06 6:13 
QuestionUpdate dataset Pin
ravihd14-Jul-06 3:12
ravihd14-Jul-06 3:12 
AnswerRe: Update dataset Pin
George B Gilbert14-Jul-06 6:10
George B Gilbert14-Jul-06 6:10 
Questionhow to put a file in DLL or in any resource file ( ver 2003 ) Pin
Rizwan Bashir14-Jul-06 2:21
Rizwan Bashir14-Jul-06 2:21 
QuestionLDAP edit attribute "member" [modified] Pin
Uli N.14-Jul-06 0:26
Uli N.14-Jul-06 0:26 
AnswerRe: LDAP edit attribute "member" Pin
Uli N.21-Jul-06 12:52
Uli N.21-Jul-06 12:52 
QuestionCustom Control Pin
microuser_200013-Jul-06 22:24
microuser_200013-Jul-06 22:24 
hellow to all
i am trying to build my own Custom Control that Inherits from AxMSMask.AxMaskEdBox .
i wanna do simple thing i wanna have some property that when i make it ture it will run function every time that the user leave the MaskedBox it will run .

i started writing my own code , but i code stucked i didn't found good stuff anyone can help me with the following code ? , or give me links to related issues ?

Imports System.ComponentModel
Public Class MskTextBox
Inherits AxMSMask.AxMaskEdBox

Private DateStr As Boolean

Public Property DateValidator() As Boolean

Get
DateValidator = DateStr
End Get

Set(ByVal Value As Boolean)
DateStr = Value
End Set

End Property

Private Sub MskTextBox(ByVal Datestr As AxMSMask.AxMaskEdBox)

If Not IsDate(Datestr.FormattedText) Then
MessageBox.Show("error ! ")
End If

End Sub

End Class

AnswerRe: Custom Control Pin
Paul Conrad21-Jul-06 12:35
professionalPaul Conrad21-Jul-06 12:35 
QuestionProcess ID [modified] Pin
Sinchan Nikam13-Jul-06 22:21
Sinchan Nikam13-Jul-06 22:21 
AnswerRe: Process ID [modified] Pin
Dave Kreskowiak14-Jul-06 0:55
mveDave Kreskowiak14-Jul-06 0:55 
AnswerRe: Process ID Pin
Dave Kreskowiak14-Jul-06 3:59
mveDave Kreskowiak14-Jul-06 3:59 
QuestionConnection Pulling Pin
Sinchan Nikam13-Jul-06 22:14
Sinchan Nikam13-Jul-06 22:14 
AnswerRe: Connection Pulling Pin
Dave Kreskowiak14-Jul-06 0:53
mveDave Kreskowiak14-Jul-06 0:53 
GeneralRe: Connection Pulling Pin
Chris Maunder14-Jul-06 1:45
cofounderChris Maunder14-Jul-06 1:45 
GeneralRe: Connection Pulling [modified] Pin
Dave Kreskowiak14-Jul-06 3:46
mveDave Kreskowiak14-Jul-06 3:46 
QuestionAccessing CD Drives Pin
The ANZAC13-Jul-06 22:07
The ANZAC13-Jul-06 22:07 
AnswerRe: Accessing CD Drives [modified] Pin
Dave Sexton14-Jul-06 1:46
Dave Sexton14-Jul-06 1:46 
GeneralRe: Accessing CD Drives [modified] Pin
The ANZAC14-Jul-06 2:03
The ANZAC14-Jul-06 2:03 
GeneralRe: Accessing CD Drives Pin
Dave Sexton14-Jul-06 3:13
Dave Sexton14-Jul-06 3:13 
GeneralRe: Accessing CD Drives Pin
The ANZAC14-Jul-06 12:18
The ANZAC14-Jul-06 12:18 
GeneralRe: Accessing CD Drives Pin
The ANZAC14-Jul-06 13:15
The ANZAC14-Jul-06 13:15 
QuestionVB 6 Pin
Khalefa_1313-Jul-06 20:18
Khalefa_1313-Jul-06 20:18 
AnswerRe: VB 6 Pin
myfend_liang13-Jul-06 20:57
myfend_liang13-Jul-06 20:57 
QuestionDataBindings do not appear to function properly Pin
TJO113-Jul-06 19:28
TJO113-Jul-06 19:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.