Click here to Skip to main content
15,909,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Help with code for telephone validator Pin
seee sharp27-Oct-05 19:12
seee sharp27-Oct-05 19:12 
AnswerRe: Help with code for telephone validator Pin
12String27-Oct-05 19:13
12String27-Oct-05 19:13 
QuestionDetecting system events Pin
Brett Peirce27-Oct-05 9:21
Brett Peirce27-Oct-05 9:21 
AnswerRe: Detecting system events Pin
Christian Graus27-Oct-05 15:08
protectorChristian Graus27-Oct-05 15:08 
AnswerRe: Detecting system events Pin
Briga28-Oct-05 1:41
Briga28-Oct-05 1:41 
QuestionHow to Change Date Format Pin
Paritos27-Oct-05 6:05
Paritos27-Oct-05 6:05 
AnswerRe: How to Change Date Format Pin
| Muhammad Waqas Butt |27-Oct-05 6:55
professional| Muhammad Waqas Butt |27-Oct-05 6:55 
AnswerRe: How to Change Date Format Pin
sanchayan_b27-Oct-05 7:09
sanchayan_b27-Oct-05 7:09 
Hope this works for u.

Private Sub DateTimePicker1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DateTimePicker1.ValueChanged

TextBox1.Text = DateTimePicker1.Value
End Sub

Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
DateTimePicker1.CustomFormat = "yyyy/MM/dd"
DateTimePicker1.Format = DateTimePickerFormat.Custom
End Sub
End Class
QuestionUser Control Pin
ebpublic27-Oct-05 5:56
ebpublic27-Oct-05 5:56 
QuestionCreate network connection using vb.net Pin
Mekong River27-Oct-05 5:23
Mekong River27-Oct-05 5:23 
AnswerRe: Create network connection using vb.net Pin
enjoycrack27-Oct-05 7:08
enjoycrack27-Oct-05 7:08 
QuestionProgrammatically Run and Control an OpenOffice 2.0 program Pin
TheKriminal27-Oct-05 4:54
TheKriminal27-Oct-05 4:54 
AnswerRe: Programmatically Run and Control an OpenOffice 2.0 program Pin
Briga28-Oct-05 1:42
Briga28-Oct-05 1:42 
QuestionManaged Direct X Pin
faviochilo27-Oct-05 2:48
faviochilo27-Oct-05 2:48 
AnswerRe: Managed Direct X Pin
Christian Graus27-Oct-05 15:09
protectorChristian Graus27-Oct-05 15:09 
QuestionFinding Computers on a Domain (Urgent) Pin
MatthysDT27-Oct-05 1:40
MatthysDT27-Oct-05 1:40 
AnswerRe: Finding Computers on a Domain (Urgent) Pin
MatthysDT27-Oct-05 3:23
MatthysDT27-Oct-05 3:23 
Questiondate comparision problem in vb.net project Pin
ajay bharti27-Oct-05 1:37
ajay bharti27-Oct-05 1:37 
AnswerRe: date comparision problem in vb.net project Pin
Christian Graus27-Oct-05 15:11
protectorChristian Graus27-Oct-05 15:11 
QuestionCode Accessing Pin
Anindya Chatterjee27-Oct-05 0:24
Anindya Chatterjee27-Oct-05 0:24 
AnswerRe: Code Accessing Pin
Briga27-Oct-05 0:57
Briga27-Oct-05 0:57 
Questionprint Pin
himanshu_softin26-Oct-05 23:08
himanshu_softin26-Oct-05 23:08 
AnswerRe: print Pin
Briga27-Oct-05 0:59
Briga27-Oct-05 0:59 
AnswerRe: print Pin
Greeky27-Oct-05 1:06
Greeky27-Oct-05 1:06 
Questioncreate an RTF file with equation editor objects Pin
fuel2run26-Oct-05 20:53
fuel2run26-Oct-05 20:53 

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.