Click here to Skip to main content
15,913,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
make starting date
dim my_problem as varchar(10)
my_problem='12506'

dim my_short_year as char(2)
dim my_days as integer

my_short_year =my_problem.substring((len(my_problem)-2,2)
my_days=my_problem.substring(0,(len(my_problem)-2)

dim starting_year as char(4)
starting_year ='200'+my_short_year
dim my_startingdate as datetime
my_startingdate ='01 jan '+starting_year.tostring
dim my_result as datetime
my_result=my_startingdate.adddate.days(my_days)
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 
AnswerRe: Get all SqlServers in the Network Pin

MmM.net</

30-Nov-06 1:39

MmM.net</

30-Nov-06 1:39 
GeneralRe: Get all SqlServers in the Network Pin
Tamimi - Code30-Nov-06 1:42
Tamimi - Code30-Nov-06 1:42 

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.