Click here to Skip to main content
15,887,453 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWorkflow Pin
s.a.Rahman9-May-07 21:33
s.a.Rahman9-May-07 21:33 
AnswerRe: Workflow Pin
Christian Graus10-May-07 2:20
protectorChristian Graus10-May-07 2:20 
Questiontotal days in three months [modified] Pin
Sonia Gupta9-May-07 21:32
Sonia Gupta9-May-07 21:32 
AnswerRe: total days in three months Pin
Arun.Immanuel9-May-07 22:51
Arun.Immanuel9-May-07 22:51 
GeneralRe: total days in three months Pin
andyharman9-May-07 23:23
professionalandyharman9-May-07 23:23 
GeneralRe: total days in three months Pin
Arun.Immanuel10-May-07 1:32
Arun.Immanuel10-May-07 1:32 
AnswerRe: total days in three months Pin
Christian Graus10-May-07 2:19
protectorChristian Graus10-May-07 2:19 
AnswerRe: total days in three months Pin
klaydze10-May-07 17:15
klaydze10-May-07 17:15 
hi, is this what you want to do?

Dim startdate As New Date(2006, 1, 1)
Dim enddate As New Date(2006, 3, 1)
dim s as string

'i just pass the value of startdate & enddate to textbox
txtstartdate=startdate
txtenddate=enddate

'this will calculate the difference of your date
s=DateDiff(DateInterval.Day,strdate,enddate)

Msgbox(s)



is that what you mean dude?sorry if my instinct is wrong.Smile | :)

Don't block the drive way of all the newbies in programming. Smile | :)

QuestionHow to open pdf-file with button Pin
porsti9-May-07 21:30
porsti9-May-07 21:30 
AnswerRe: How to open pdf-file with button Pin
Christian Graus10-May-07 2:21
protectorChristian Graus10-May-07 2:21 
AnswerRe: How to open pdf-file with button Pin
koolprasad200310-May-07 21:21
professionalkoolprasad200310-May-07 21:21 
Questioncrystal reports Pin
Sonia Gupta9-May-07 20:40
Sonia Gupta9-May-07 20:40 
Questionbar code ? Pin
Mr.Kode9-May-07 20:26
Mr.Kode9-May-07 20:26 
AnswerRe: bar code ? Pin
Christian Graus9-May-07 21:15
protectorChristian Graus9-May-07 21:15 
GeneralRe: bar code ? Pin
Mr.Kode9-May-07 22:38
Mr.Kode9-May-07 22:38 
GeneralRe: bar code ? Pin
Arun.Immanuel9-May-07 22:44
Arun.Immanuel9-May-07 22:44 
AnswerRe: bar code ? Pin
klaydze10-May-07 17:20
klaydze10-May-07 17:20 
QuestionHow to create a function that does not return a value? Pin
Vivek Narayanan9-May-07 20:05
Vivek Narayanan9-May-07 20:05 
AnswerRe: How to create a function that does not return a value? Pin
Christian Graus9-May-07 20:11
protectorChristian Graus9-May-07 20:11 
AnswerRe: How to create a function that does not return a value? Pin
Steven J Jowett9-May-07 23:28
Steven J Jowett9-May-07 23:28 
GeneralRe: How to create a function that does not return a value? Pin
Vivek Narayanan10-May-07 2:57
Vivek Narayanan10-May-07 2:57 
GeneralRe: How to create a function that does not return a value? Pin
Vivek Narayanan10-May-07 3:04
Vivek Narayanan10-May-07 3:04 
GeneralRe: How to create a function that does not return a value? Pin
Steven J Jowett10-May-07 3:17
Steven J Jowett10-May-07 3:17 
GeneralRe: How to create a function that does not return a value? Pin
Vivek Narayanan10-May-07 3:31
Vivek Narayanan10-May-07 3:31 
GeneralRe: How to create a function that does not return a value? Pin
Colin Angus Mackay10-May-07 3:52
Colin Angus Mackay10-May-07 3:52 

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.