Click here to Skip to main content
15,888,454 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUpload files to server other than ftp? Pin
.NetRams2-Mar-07 22:10
.NetRams2-Mar-07 22:10 
QuestionRe: Upload files to server other than ftp? Pin
.NetRams2-Mar-07 23:00
.NetRams2-Mar-07 23:00 
AnswerRe: Upload files to server other than ftp? Pin
JUNEYT3-Mar-07 3:46
JUNEYT3-Mar-07 3:46 
AnswerRe: Upload files to server other than ftp? Pin
Dave Kreskowiak3-Mar-07 6:07
mveDave Kreskowiak3-Mar-07 6:07 
QuestionRe: Upload files to server other than ftp? Pin
steve_rm3-Mar-07 6:45
steve_rm3-Mar-07 6:45 
AnswerRe: Upload files to server other than ftp? Pin
.NetRams4-Mar-07 19:31
.NetRams4-Mar-07 19:31 
QuestionValue \ or / Value = Boolean Pin
Scott_Roberts2-Mar-07 15:04
Scott_Roberts2-Mar-07 15:04 
AnswerRe: Value \ or / Value = Boolean Pin
Scott_Roberts2-Mar-07 15:47
Scott_Roberts2-Mar-07 15:47 
Okay, I finally found my own solution...Googled a bit more Wink | ;-)

It would probably help if I have a solid background in mathematics....

It took the form of a "double negative," to use grammar-speak...

If Not CBool(Ticks Mod 2) Then
Do This
End If

For anyone else who doesn't get the Mod function, as I didn't...it returns the remainder of the division operation. So when the remainder = 0, CBool returns False. Then the If Not reverses that...so you have "if there is no remainder, do this..."

Like I said, basic math....


Best,
Scott
GeneralRe: Value \ or / Value = Boolean Pin
Dave Kreskowiak2-Mar-07 17:17
mveDave Kreskowiak2-Mar-07 17:17 
QuestionDaylight saving not working in vb .net application Pin
JewelOfTheNile2-Mar-07 13:22
JewelOfTheNile2-Mar-07 13:22 
AnswerRe: Daylight saving not working in vb .net application Pin
Dave Kreskowiak2-Mar-07 14:42
mveDave Kreskowiak2-Mar-07 14:42 
GeneralRe: Daylight saving not working in vb .net application Pin
arcticbrew2-Mar-07 19:35
arcticbrew2-Mar-07 19:35 
GeneralRe: Daylight saving not working in vb .net application Pin
Dave Kreskowiak3-Mar-07 6:04
mveDave Kreskowiak3-Mar-07 6:04 
GeneralRe: Daylight saving not working in vb .net application Pin
JewelOfTheNile5-Mar-07 6:30
JewelOfTheNile5-Mar-07 6:30 
QuestionInsert statement Pin
jds12072-Mar-07 5:21
jds12072-Mar-07 5:21 
AnswerRe: Insert statement Pin
Colin Angus Mackay2-Mar-07 5:25
Colin Angus Mackay2-Mar-07 5:25 
GeneralRe: Insert statement Pin
Dave Kreskowiak2-Mar-07 5:31
mveDave Kreskowiak2-Mar-07 5:31 
GeneralRe: Insert statement Pin
jds12072-Mar-07 6:00
jds12072-Mar-07 6:00 
GeneralRe: Insert statement Pin
Dave Kreskowiak2-Mar-07 6:10
mveDave Kreskowiak2-Mar-07 6:10 
AnswerRe: Insert statement Pin
JUNEYT2-Mar-07 5:30
JUNEYT2-Mar-07 5:30 
GeneralRe: Insert statement Pin
Colin Angus Mackay2-Mar-07 5:39
Colin Angus Mackay2-Mar-07 5:39 
GeneralRe: Insert statement Pin
JUNEYT2-Mar-07 5:44
JUNEYT2-Mar-07 5:44 
AnswerRe: Insert statement Pin
Guffa2-Mar-07 5:56
Guffa2-Mar-07 5:56 
GeneralRe: Insert statement Pin
jds12072-Mar-07 8:57
jds12072-Mar-07 8:57 
AnswerRe: Insert statement Pin
Guffa2-Mar-07 9:20
Guffa2-Mar-07 9:20 

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.