Click here to Skip to main content
15,906,569 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB 6.0/Crystal Reports Pin
Dave Kreskowiak15-Jun-07 3:53
mveDave Kreskowiak15-Jun-07 3:53 
QuestionFlexgrid in VB Pin
kankeyan14-Jun-07 18:58
kankeyan14-Jun-07 18:58 
AnswerRe: Flexgrid in VB Pin
Sanjay Kunjam15-Jun-07 0:10
Sanjay Kunjam15-Jun-07 0:10 
QuestionPassing muti-parameters crystal report8.5 Pin
Nine_14-Jun-07 18:56
Nine_14-Jun-07 18:56 
AnswerRe: Passing muti-parameters crystal report8.5 Pin
Steven J Jowett14-Jun-07 23:13
Steven J Jowett14-Jun-07 23:13 
GeneralRe: Passing muti-parameters crystal report8.5 Pin
Nine_17-Jun-07 17:13
Nine_17-Jun-07 17:13 
QuestionDataGrids and editing values Pin
Geoff_300114-Jun-07 12:10
Geoff_300114-Jun-07 12:10 
QuestionHow to get date from long number Pin
vurugonda14-Jun-07 6:17
vurugonda14-Jun-07 6:17 
Hi
This is very urgent i have
if any one know about convert long number into date format
i have souce i java script but i want to convert into vb 6.0 code
1108508090 this is input number

var l =1108508090 *1000+86400;
var aDate = l; // miliseconds Since 1970;
theDate = new Date(aDate);
dd = theDate.getDate();
mm = theDate.getMonth()+1; // 0 based
yy = theDate.getYear();
if (yy < 1000) yy +=1900; // Y2K fix
alert (dd+'/'+mm+'/'+yy);


plz help me
AnswerRe: How to get date from long number Pin
Sathesh Sakthivel14-Jun-07 6:23
Sathesh Sakthivel14-Jun-07 6:23 
AnswerRe: How to get date from long number Pin
Dave Kreskowiak14-Jun-07 6:50
mveDave Kreskowiak14-Jun-07 6:50 
GeneralRe: How to get date from long number Pin
vurugonda14-Jun-07 8:22
vurugonda14-Jun-07 8:22 
GeneralRe: How to get date from long number Pin
Dave Kreskowiak14-Jun-07 8:57
mveDave Kreskowiak14-Jun-07 8:57 
GeneralRe: How to get date from long number Pin
vurugonda14-Jun-07 9:31
vurugonda14-Jun-07 9:31 
GeneralRe: How to get date from long number Pin
Dave Kreskowiak14-Jun-07 9:41
mveDave Kreskowiak14-Jun-07 9:41 
GeneralRe: How to get date from long number Pin
vurugonda14-Jun-07 11:35
vurugonda14-Jun-07 11:35 
QuestionDrawing 8-bit images in VB.NET 2003 Pin
ZSaberLink14-Jun-07 5:32
ZSaberLink14-Jun-07 5:32 
AnswerRe: Drawing 8-bit images in VB.NET 2003 Pin
Christian Graus14-Jun-07 11:25
protectorChristian Graus14-Jun-07 11:25 
QuestionAdvanced error handle [modified] Pin
haggenx14-Jun-07 5:30
haggenx14-Jun-07 5:30 
AnswerRe: Advanced error handle Pin
Dave Kreskowiak14-Jun-07 6:34
mveDave Kreskowiak14-Jun-07 6:34 
GeneralRe: Advanced error handle Pin
haggenx15-Jun-07 6:16
haggenx15-Jun-07 6:16 
Questionsearch files using recursive directory info Pin
jds120714-Jun-07 4:58
jds120714-Jun-07 4:58 
AnswerRe: search files using recursive directory info Pin
Kevin McFarlane14-Jun-07 9:05
Kevin McFarlane14-Jun-07 9:05 
QuestionFinding out if service is responsive QueryServiceStatus () Pin
berghain14-Jun-07 4:34
berghain14-Jun-07 4:34 
AnswerRe: Finding out if service is responsive QueryServiceStatus () Pin
Dave Kreskowiak14-Jun-07 6:19
mveDave Kreskowiak14-Jun-07 6:19 
GeneralRe: Finding out if service is responsive QueryServiceStatus () Pin
berghain14-Jun-07 22:08
berghain14-Jun-07 22:08 

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.