Hi!
I would like to get the value of currently selected or changed month just by clicking the month combobox in calendar control in VB6.
I have the following code but it seems it doesn't work (the value it returns is always zero.
[tt]Private Sub calKoledar_NewMonth()
Dim intMonth As Integer
intMonth = calKoledar.Month
MsgBox "new month " & intMonth
End Sub[/tt]
I would like to get the value of currently selected or changed month just by clicking the month combobox in calendar control in VB6.
I have the following code but it seems it doesn't work (the value it returns is always zero.
[tt]Private Sub calKoledar_NewMonth()
Dim intMonth As Integer
intMonth = calKoledar.Month
MsgBox "new month " & intMonth
End Sub[/tt]