Click here to Skip to main content
15,895,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Adding the values in a datagridview column Pin
Johan Hakkesteegt31-Aug-07 2:48
Johan Hakkesteegt31-Aug-07 2:48 
QuestionGET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
dilhappy22-Aug-07 23:06
dilhappy22-Aug-07 23:06 
AnswerRe: GET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
plural22-Aug-07 23:12
plural22-Aug-07 23:12 
GeneralRe: GET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
dilhappy22-Aug-07 23:18
dilhappy22-Aug-07 23:18 
GeneralRe: GET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
plural22-Aug-07 23:28
plural22-Aug-07 23:28 
AnswerRe: GET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
Guffa23-Aug-07 1:31
Guffa23-Aug-07 1:31 
AnswerRe: l o w e r c a s e m u c h n i c e r Pin
Luc Pattyn23-Aug-07 1:12
sitebuilderLuc Pattyn23-Aug-07 1:12 
AnswerRe: GET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
Guffa23-Aug-07 1:24
Guffa23-Aug-07 1:24 
You can't get the system time in milliseconds, because the system clock doesn't have that resolution.

You can use the DateTime.Now property to get the system time. A DataTime value has resolution down to 1/10000 second, so you can display it as milliseconds if you like, although the system clock doesn't have that resolution.

---
single minded; short sighted; long gone;

QuestionHow to create a file at a specified url Pin
RichardBlare22-Aug-07 22:56
RichardBlare22-Aug-07 22:56 
AnswerRe: How to create a file at a specified url Pin
plural22-Aug-07 23:03
plural22-Aug-07 23:03 
GeneralRe: How to create a file at a specified url Pin
RichardBlare22-Aug-07 23:13
RichardBlare22-Aug-07 23:13 
GeneralRe: How to create a file at a specified url Pin
plural22-Aug-07 23:21
plural22-Aug-07 23:21 
QuestionDNS.GETHOSTENTRY Pin
plural22-Aug-07 22:47
plural22-Aug-07 22:47 
AnswerRe: DNS.GETHOSTENTRY Pin
Dave Kreskowiak23-Aug-07 3:51
mveDave Kreskowiak23-Aug-07 3:51 
QuestionVB.NET and .NET Framework security Pin
Steven J Jowett22-Aug-07 22:32
Steven J Jowett22-Aug-07 22:32 
AnswerRe: VB.NET and .NET Framework security Pin
Dave Kreskowiak23-Aug-07 3:48
mveDave Kreskowiak23-Aug-07 3:48 
QuestionExport Data from VB 6 to Excel Pin
mistermike35022-Aug-07 22:31
mistermike35022-Aug-07 22:31 
AnswerRe: Export Data from VB 6 to Excel Pin
Dave Kreskowiak23-Aug-07 3:45
mveDave Kreskowiak23-Aug-07 3:45 
QuestionDataGridView Pin
pkrvb22-Aug-07 21:56
pkrvb22-Aug-07 21:56 
AnswerRe: DataGridView Pin
enmahdi22-Aug-07 22:10
enmahdi22-Aug-07 22:10 
GeneralRe: DataGridView Pin
pkrvb22-Aug-07 23:31
pkrvb22-Aug-07 23:31 
Questionget the tables names from mdb file Pin
enmahdi22-Aug-07 21:46
enmahdi22-Aug-07 21:46 
AnswerRe: get the tables names from mdb file Pin
Rupesh Kumar Swami22-Aug-07 22:38
Rupesh Kumar Swami22-Aug-07 22:38 
QuestionExporting data into XL Pin
Ahamed Azeem22-Aug-07 21:43
Ahamed Azeem22-Aug-07 21:43 
AnswerRe: Exporting data into XL Pin
Steven J Jowett22-Aug-07 22:34
Steven J Jowett22-Aug-07 22:34 

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.