Click here to Skip to main content
15,905,867 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Passing custom object to web service Pin
nlarson1114-May-07 3:41
nlarson1114-May-07 3:41 
GeneralRe: Passing custom object to web service Pin
BobsAfro14-May-07 3:48
BobsAfro14-May-07 3:48 
GeneralRe: Passing custom object to web service Pin
BobsAfro14-May-07 3:53
BobsAfro14-May-07 3:53 
GeneralRe: Passing custom object to web service Pin
nlarson1114-May-07 3:54
nlarson1114-May-07 3:54 
GeneralRe: Passing custom object to web service Pin
BobsAfro14-May-07 3:59
BobsAfro14-May-07 3:59 
QuestionDatagrid dropdownlist, populated from Access database. [modified] Pin
robw188810-May-07 1:06
robw188810-May-07 1:06 
Questionexlude from column ordering a field Pin
sal219-May-07 23:53
sal219-May-07 23:53 
AnswerRe: exlude from column ordering a field Pin
nlarson1110-May-07 4:14
nlarson1110-May-07 4:14 
QuestionTray Icon Pin
nitin_ion9-May-07 22:32
nitin_ion9-May-07 22:32 
AnswerRe: Tray Icon Pin
Sonia Gupta9-May-07 23:35
Sonia Gupta9-May-07 23:35 
GeneralRe: Tray Icon Pin
nitin_ion9-May-07 23:57
nitin_ion9-May-07 23:57 
GeneralRe: Tray Icon Pin
Sonia Gupta10-May-07 0:10
Sonia Gupta10-May-07 0:10 
AnswerRe: Tray Icon Pin
P P Vilsad10-May-07 17:51
P P Vilsad10-May-07 17:51 
AnswerRe: Tray Icon Pin
kubben10-May-07 4:40
kubben10-May-07 4:40 
GeneralRe: Tray Icon Pin
Sonia Gupta10-May-07 18:05
Sonia Gupta10-May-07 18:05 
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 

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.