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

Visual Basic

 
GeneralRe: Help with code for telephone validator Pin
Christian Graus30-Oct-05 11:13
protectorChristian Graus30-Oct-05 11:13 
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 
Hi,

I'm only do work in C# but i am sure about you can do this small work by yourself. Anyways...
On desgin Time
change date picker control Properties (Press F4)
===========================
CustomFormt = yyyyMMdd
Format = Custom
================
Through codeing change date format
string dt = dateTimePicker.Value.ToString("yyyyMMdd");
MessageBox.Show(dt);

Hope this work!

|Muhamad Waqas Butt|
waqasb4all@yahoo.com
www.sktech.freewebspace.com
AnswerRe: How to Change Date Format Pin
sanchayan_b27-Oct-05 7:09
sanchayan_b27-Oct-05 7:09 
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 

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.