Click here to Skip to main content
15,922,427 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB.NET Beginner Pin
Guffa30-Nov-06 9:30
Guffa30-Nov-06 9:30 
GeneralRe: VB.NET Beginner Pin
Gary Skinner30-Nov-06 9:51
Gary Skinner30-Nov-06 9:51 
AnswerRe: VB.NET Beginner Pin
Christian Graus30-Nov-06 12:17
protectorChristian Graus30-Nov-06 12:17 
GeneralRe: VB.NET Beginner Pin
Gary Skinner30-Nov-06 12:52
Gary Skinner30-Nov-06 12:52 
GeneralRe: VB.NET Beginner Pin
Christian Graus30-Nov-06 13:03
protectorChristian Graus30-Nov-06 13:03 
Questioncrystal report net 05 Pin
alexrad30-Nov-06 7:51
alexrad30-Nov-06 7:51 
QuestionConvert doy to date format Pin
mwclassen30-Nov-06 7:22
mwclassen30-Nov-06 7:22 
AnswerRe: Convert doy to date format Pin
Christian Graus30-Nov-06 8:11
protectorChristian Graus30-Nov-06 8:11 
How about if you split the string into two numbers ( by doing substrings and int.tryparse ).  Then do something like this...

Dim dt as DateTime = new DateTime(2000 + yy, 1, 1); 
dt = dt.AddDays(dd);

where yy is 06 and dd = 125 in the above example.

I think that you need to take the return from AddDays, but it's possible that I'm wrong and it works in place.  I've also assumed parameter order in the DateTime constructor.




Christian Graus - C++ MVP

'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

GeneralRe: Convert doy to date format Pin
mwclassen30-Nov-06 8:56
mwclassen30-Nov-06 8:56 
GeneralRe: Convert doy to date format Pin
alexrad30-Nov-06 9:31
alexrad30-Nov-06 9:31 
GeneralRe: Convert doy to date format Pin
Guffa30-Nov-06 22:18
Guffa30-Nov-06 22:18 
AnswerRe: Convert doy to date format Pin
Guffa30-Nov-06 9:19
Guffa30-Nov-06 9:19 
GeneralRe: Convert doy to date format Pin
Christian Graus30-Nov-06 13:04
protectorChristian Graus30-Nov-06 13:04 
GeneralRe: Convert doy to date format Pin
mwclassen4-Dec-06 8:21
mwclassen4-Dec-06 8:21 
Questionhow to enable captions. Pin
jady8430-Nov-06 6:16
jady8430-Nov-06 6:16 
AnswerRe: how to enable captions. Pin
MatrixCoder30-Nov-06 10:36
MatrixCoder30-Nov-06 10:36 
QuestionMessage Removed Pin
30-Nov-06 5:37
marzieh minooyee30-Nov-06 5:37 
AnswerRe: bitmap Pin
Christian Graus30-Nov-06 8:12
protectorChristian Graus30-Nov-06 8:12 
QuestionAnother question about assemblies... Pin
cstrader23230-Nov-06 4:02
cstrader23230-Nov-06 4:02 
QuestionCreating objects from assemblies Pin
cstrader23230-Nov-06 3:45
cstrader23230-Nov-06 3:45 
AnswerRe: Creating objects from assemblies Pin
Christian Graus30-Nov-06 8:13
protectorChristian Graus30-Nov-06 8:13 
GeneralRe: Creating objects from assemblies Pin
cstrader23230-Nov-06 11:27
cstrader23230-Nov-06 11:27 
QuestionButton in outlook Pin
DanB198330-Nov-06 3:29
DanB198330-Nov-06 3:29 
QuestionHow to zip all thedocuments in a web application Pin
amarsp30-Nov-06 2:18
amarsp30-Nov-06 2:18 
AnswerRe: How to zip all thedocuments in a web application Pin
Suelinda_W20-Dec-06 8:52
Suelinda_W20-Dec-06 8: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.