Click here to Skip to main content
15,881,844 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Question on DateTimePicker Pin
Christian Graus14-Mar-09 8:23
protectorChristian Graus14-Mar-09 8:23 
GeneralRe: Question on DateTimePicker Pin
Luc Pattyn14-Mar-09 9:13
sitebuilderLuc Pattyn14-Mar-09 9:13 
GeneralRe: Question on DateTimePicker Pin
Christian Graus14-Mar-09 9:32
protectorChristian Graus14-Mar-09 9:32 
GeneralRe: Question on DateTimePicker Pin
Luc Pattyn14-Mar-09 9:51
sitebuilderLuc Pattyn14-Mar-09 9:51 
GeneralRe: Question on DateTimePicker Pin
Christian Graus14-Mar-09 10:44
protectorChristian Graus14-Mar-09 10:44 
AnswerRe: Question on DateTimePicker Pin
Luc Pattyn14-Mar-09 9:51
sitebuilderLuc Pattyn14-Mar-09 9:51 
AnswerRe: Question on DateTimePicker Pin
priyamtheone16-Mar-09 7:05
priyamtheone16-Mar-09 7:05 
GeneralRe: Question on DateTimePicker Pin
Luc Pattyn16-Mar-09 7:11
sitebuilderLuc Pattyn16-Mar-09 7:11 
Hi,

Confused | :confused:

I ran a test using VB2008 before I posted, and the DateTimePicker fired a ValueChanged at every click on the checkbox.

This is the code used:
Private Sub DateTimePicker1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DateTimePicker1.ValueChanged
    Console.WriteLine("ValueChanged: " & DateTimePicker1.Checked & " " & DateTimePicker1.Value)
End Sub


Confused | :confused:

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


QuestionRe: Question on DateTimePicker Pin
priyamtheone17-Mar-09 6:09
priyamtheone17-Mar-09 6:09 
AnswerRe: Question on DateTimePicker Pin
Luc Pattyn17-Mar-09 6:40
sitebuilderLuc Pattyn17-Mar-09 6:40 
GeneralRe: Question on DateTimePicker Pin
priyamtheone19-Mar-09 5:26
priyamtheone19-Mar-09 5:26 
QuestionCustom control , custom properties Pin
udikantz14-Mar-09 0:06
udikantz14-Mar-09 0:06 
AnswerRe: Custom control , custom properties [modified] Pin
Eddy Vluggen15-Mar-09 1:54
professionalEddy Vluggen15-Mar-09 1:54 
QuestionArray Example Help Pin
StarTrekCafe13-Mar-09 16:40
StarTrekCafe13-Mar-09 16:40 
AnswerRe: Array Example Help Pin
Christian Graus14-Mar-09 8:26
protectorChristian Graus14-Mar-09 8:26 
AnswerRe: Array Example Help Pin
StarTrekCafe14-Mar-09 13:47
StarTrekCafe14-Mar-09 13:47 
Questionhow can i change messagebox background color in windows applications ? Pin
pramod251713-Mar-09 10:33
pramod251713-Mar-09 10:33 
AnswerRe: how can i change messagebox background color in windows applications ? Pin
Luc Pattyn13-Mar-09 12:34
sitebuilderLuc Pattyn13-Mar-09 12:34 
QuestionMaking changes to an unmanaged struct from VB.NET Pin
Kurt Richardson13-Mar-09 9:52
Kurt Richardson13-Mar-09 9:52 
AnswerRe: Making changes to an unmanaged struct from VB.NET Pin
Luc Pattyn13-Mar-09 10:23
sitebuilderLuc Pattyn13-Mar-09 10:23 
GeneralRe: Making changes to an unmanaged struct from VB.NET Pin
Kurt Richardson13-Mar-09 10:52
Kurt Richardson13-Mar-09 10:52 
GeneralRe: Making changes to an unmanaged struct from VB.NET Pin
Luc Pattyn13-Mar-09 11:10
sitebuilderLuc Pattyn13-Mar-09 11:10 
GeneralRe: Making changes to an unmanaged struct from VB.NET Pin
Kurt Richardson13-Mar-09 11:38
Kurt Richardson13-Mar-09 11:38 
QuestionAsk For Image Location? [modified] Pin
Schoof13-Mar-09 9:05
Schoof13-Mar-09 9:05 
AnswerRe: Ask For Image Location? Pin
Dave Kreskowiak15-Mar-09 3:32
mveDave Kreskowiak15-Mar-09 3:32 

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.