Click here to Skip to main content
15,887,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTextbox value to Textbox in webpage Pin
vijay248210-Feb-09 2:12
vijay248210-Feb-09 2:12 
AnswerRe: Textbox value to Textbox in webpage Pin
vaghelabhavesh10-Feb-09 3:37
vaghelabhavesh10-Feb-09 3:37 
AnswerRe: Textbox value to Textbox in webpage Pin
shawndeprey10-Feb-09 14:53
shawndeprey10-Feb-09 14:53 
GeneralRe: Textbox value to Textbox in webpage Pin
vijay248211-Feb-09 3:28
vijay248211-Feb-09 3:28 
Generalneeds to write a program with MATLAB using Simulated annealing technique Pin
awoyale10-Feb-09 2:04
awoyale10-Feb-09 2:04 
AnswerRe: needs to write a program with MATLAB using Simulated annealing technique Pin
Maxwell Barrett10-Feb-09 2:32
Maxwell Barrett10-Feb-09 2:32 
GeneralRe: needs to write a program with MATLAB using Simulated annealing technique Pin
Dave Kreskowiak10-Feb-09 3:54
mveDave Kreskowiak10-Feb-09 3:54 
QuestionTiming variations to get network answer during sending sms Pin
scothyhut10-Feb-09 1:04
scothyhut10-Feb-09 1:04 
Hi All,

Sending bulk sms to mobile using serial port.

SMS sending is working. But each SMS takes different time(seconds) to receieve an network answer during sending SMS.
For eg: 1st number takes 4 seconds, 2nd number takes 6 sec, 3rd number takes 7 sec...etc
My problem is I have to fix a particular time(seconds) to every SMS.

I have tried with the code,

def_sec=0.0002
dt1=now

'loop 
        dt2=now
        sec=(dt2.ToOADate - dt1.ToOADate)
        if sec >= def_sec then
                'send sms
        else
               're send
        end if

but it doesn't give the result.
Give some ideas..

Thanks in Advance
AnswerRe: Timing variations to get network answer during sending sms Pin
Dave Kreskowiak10-Feb-09 2:04
mveDave Kreskowiak10-Feb-09 2:04 
GeneralRe:Timing variations to get network answer during sending sms Pin
scothyhut11-Feb-09 17:32
scothyhut11-Feb-09 17:32 
GeneralRe:Timing variations to get network answer during sending sms Pin
Dave Kreskowiak11-Feb-09 19:07
mveDave Kreskowiak11-Feb-09 19:07 
GeneralRe:Timing variations to get network answer during sending sms Pin
scothyhut11-Feb-09 20:36
scothyhut11-Feb-09 20:36 
QuestionHow to compare contents of two TreeView using VB.Net. Help would be appreciated. Pin
ArunUtkarshaRana10-Feb-09 0:54
ArunUtkarshaRana10-Feb-09 0:54 
AnswerRe: How to compare contents of two TreeView using VB.Net. Help would be appreciated. Pin
Dave Kreskowiak10-Feb-09 3:45
mveDave Kreskowiak10-Feb-09 3:45 
GeneralRe: How to compare contents of two TreeView using VB.Net. Help would be appreciated. Pin
ArunUtkarshaRana10-Feb-09 3:59
ArunUtkarshaRana10-Feb-09 3:59 
AnswerRe: How to compare contents of two TreeView using VB.Net. Help would be appreciated. Pin
Samir Ibrahim10-Feb-09 10:50
Samir Ibrahim10-Feb-09 10:50 
Questionclosing the word doc Pin
jishbalan10-Feb-09 0:06
jishbalan10-Feb-09 0:06 
AnswerRe: closing the word doc Pin
kvelu.d10-Feb-09 0:38
kvelu.d10-Feb-09 0:38 
AnswerRe: closing the word doc Pin
Dave Kreskowiak10-Feb-09 2:02
mveDave Kreskowiak10-Feb-09 2:02 
GeneralRe: closing the word doc Pin
jishbalan10-Feb-09 23:48
jishbalan10-Feb-09 23:48 
QuestionHow can i transfer a file using multiple threads Pin
slimtugo9-Feb-09 23:43
slimtugo9-Feb-09 23:43 
AnswerRe: File transfer problem Pin
Dave Kreskowiak10-Feb-09 1:59
mveDave Kreskowiak10-Feb-09 1:59 
QuestionTranslation Software Pin
vijay24829-Feb-09 23:06
vijay24829-Feb-09 23:06 
AnswerRe: Translation Software Pin
Dave Kreskowiak10-Feb-09 1:58
mveDave Kreskowiak10-Feb-09 1:58 
GeneralRe: Translation Software Pin
vijay248210-Feb-09 2:10
vijay248210-Feb-09 2:10 

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.