Click here to Skip to main content
15,900,325 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralConvert and Store Textbox Date to Date Variable Pin
ejaz_pk30-Jan-08 1:30
ejaz_pk30-Jan-08 1:30 
AnswerRe: Convert and Store Textbox Date to Date Variable Pin
Ashfield30-Jan-08 1:59
Ashfield30-Jan-08 1:59 
GeneralRe: Convert and Store Textbox Date to Date Variable Pin
ejaz_pk30-Jan-08 2:08
ejaz_pk30-Jan-08 2:08 
Questionhow to display amount? Pin
sathyan_829429-Jan-08 22:47
sathyan_829429-Jan-08 22:47 
AnswerRe: how to display amount? Pin
CKnig30-Jan-08 0:47
CKnig30-Jan-08 0:47 
AnswerRe: how to display amount? Pin
Veldrain30-Jan-08 7:22
Veldrain30-Jan-08 7:22 
GeneralDate Calculation Pin
sathyan_829429-Jan-08 22:29
sathyan_829429-Jan-08 22:29 
GeneralRe: Date Calculation Pin
sathish s29-Jan-08 23:22
sathish s29-Jan-08 23:22 
Use this condition to check whether the year is leap or not
 If (DateTimePicker1.Value.Year Mod 4 =0) Then<br />
Else<br />
EndIf<br />

GeneralRe: Date Calculation Pin
Guffa30-Jan-08 6:38
Guffa30-Jan-08 6:38 
GeneralRe: Date Calculation Pin
Luc Pattyn30-Jan-08 2:57
sitebuilderLuc Pattyn30-Jan-08 2:57 
AnswerRe: Date Calculation Pin
Guffa30-Jan-08 6:33
Guffa30-Jan-08 6:33 
Generaldatagrid dynamic dropdownlist problem Pin
soniasan29-Jan-08 20:23
soniasan29-Jan-08 20:23 
GeneralRe: datagrid dynamic dropdownlist problem Pin
AlexeiXX330-Jan-08 8:13
AlexeiXX330-Jan-08 8:13 
Questionwhere? Pin
Rodolfo Santos29-Jan-08 20:10
Rodolfo Santos29-Jan-08 20:10 
AnswerRe: where? Pin
Vimalsoft(Pty) Ltd29-Jan-08 21:49
professionalVimalsoft(Pty) Ltd29-Jan-08 21:49 
AnswerRe: where? Pin
sathish s29-Jan-08 23:17
sathish s29-Jan-08 23:17 
GeneralFor each error Pin
rotsey29-Jan-08 19:44
rotsey29-Jan-08 19:44 
GeneralRe: For each error Pin
newc130-Jan-08 1:04
newc130-Jan-08 1:04 
GeneralRe: For each error Pin
rotsey30-Jan-08 16:01
rotsey30-Jan-08 16:01 
QuestionNeed help starting. Pin
Veldrain29-Jan-08 19:35
Veldrain29-Jan-08 19:35 
GeneralRe: Need help starting. Pin
CKnig30-Jan-08 0:58
CKnig30-Jan-08 0:58 
GeneralRe: Need help starting. Pin
Veldrain30-Jan-08 7:14
Veldrain30-Jan-08 7:14 
QuestionBest way to share images between projects? Pin
sjb0829-Jan-08 18:11
sjb0829-Jan-08 18:11 
GeneralRe: Best way to share images between projects? Pin
Johan Hakkesteegt2-Feb-08 10:11
Johan Hakkesteegt2-Feb-08 10:11 
GeneralGrid Problem Pin
soniasan29-Jan-08 17:44
soniasan29-Jan-08 17:44 

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.