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

Visual Basic

 
GeneralRe: In generic functions Pin
member2725-Sep-08 19:57
member2725-Sep-08 19:57 
QuestionFinding memory slots Pin
vinodihava25-Sep-08 3:04
vinodihava25-Sep-08 3:04 
AnswerRe: Finding memory slots Pin
Jon_Boy25-Sep-08 3:18
Jon_Boy25-Sep-08 3:18 
QuestionConvert Time-Stamp in VB? Pin
Sonhospa25-Sep-08 1:44
Sonhospa25-Sep-08 1:44 
AnswerRe: Convert Time-Stamp in VB? Pin
Jon_Boy25-Sep-08 3:55
Jon_Boy25-Sep-08 3:55 
AnswerRe: Convert Time-Stamp in VB? Pin
Tim Carmichael25-Sep-08 5:49
Tim Carmichael25-Sep-08 5:49 
NewsRe: Convert Time-Stamp in VB? Pin
Sonhospa25-Sep-08 6:19
Sonhospa25-Sep-08 6:19 
GeneralRe: Convert Time-Stamp in VB? Pin
Jon_Boy25-Sep-08 6:36
Jon_Boy25-Sep-08 6:36 
Well, I'm half in a daze today and my brain is NOT working at 100%, so all I have is a cheesy solution like this:

'Read from file
Dim DwordValue As String = "06004211" 'IE: Hex(SwapDWORD(br.ReadUInt32))
'Format value.
Dim FileTime As String = Strings.Left(DwordValue, 2) & ":" & Mid(DwordValue, 2, 2) & ":" & Mid(DwordValue, 4, 2) & ":" & Strings.Right(DwordValue, 2)

'To resave current or new value:
FileTime = Strings.Replace(FileTime, ":", "")


Any suggestions, ideas, or 'constructive criticism' are always welcome.

NewsRe: Convert Time-Stamp in VB? [modified] Pin
Sonhospa25-Sep-08 7:17
Sonhospa25-Sep-08 7:17 
GeneralRe: Convert Time-Stamp in VB? Pin
Jon_Boy25-Sep-08 7:46
Jon_Boy25-Sep-08 7:46 
GeneralSounds promising! Pin
Sonhospa25-Sep-08 8:19
Sonhospa25-Sep-08 8:19 
GeneralRe: Sounds promising! Pin
Jon_Boy25-Sep-08 8:45
Jon_Boy25-Sep-08 8:45 
GeneralCool! Pin
Sonhospa25-Sep-08 9:09
Sonhospa25-Sep-08 9:09 
GeneralRe: Cool! Pin
Jon_Boy25-Sep-08 9:33
Jon_Boy25-Sep-08 9:33 
AnswerRe: Cool! Pin
Sonhospa25-Sep-08 12:42
Sonhospa25-Sep-08 12:42 
Questionsql server image saving as byte doubt Pin
AnieMVC25-Sep-08 1:22
AnieMVC25-Sep-08 1:22 
AnswerRe: sql server image saving as byte doubt Pin
Kschuler25-Sep-08 5:37
Kschuler25-Sep-08 5:37 
QuestionInserting a picture in Excel file in a particular Cell Pin
vijaylumar24-Sep-08 23:35
vijaylumar24-Sep-08 23:35 
AnswerRe: Inserting a picture in Excel file in a particular Cell Pin
ChandraRam25-Sep-08 1:02
ChandraRam25-Sep-08 1:02 
QuestionBuild Setup thruogh Installshild Pin
saurabh60mca6024-Sep-08 19:25
saurabh60mca6024-Sep-08 19:25 
AnswerRe: Build Setup thruogh Installshild Pin
HemJoshi24-Sep-08 23:13
HemJoshi24-Sep-08 23:13 
QuestionCheck Computer Administrator Pin
Gagan.2024-Sep-08 19:18
Gagan.2024-Sep-08 19:18 
AnswerRe: Check Computer Administrator Pin
HemJoshi24-Sep-08 23:17
HemJoshi24-Sep-08 23:17 
GeneralRe: Check Computer Administrator Pin
Gagan.2025-Sep-08 1:07
Gagan.2025-Sep-08 1:07 
AnswerRe: Check Computer Administrator Pin
jzonthemtn25-Sep-08 0:19
jzonthemtn25-Sep-08 0:19 

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.