Click here to Skip to main content
16,007,885 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerI know how, Thank Anyway Pin
AlexeiXX31-Feb-06 6:18
AlexeiXX31-Feb-06 6:18 
QuestionVB6 : HOW TO LINK DATA BETWEEN 2 FORM Pin
steventry1-Feb-06 4:16
steventry1-Feb-06 4:16 
AnswerRe: VB6 : HOW TO LINK DATA BETWEEN 2 FORM Pin
militiaware1-Feb-06 4:28
militiaware1-Feb-06 4:28 
GeneralRe: VB6 : HOW TO LINK DATA BETWEEN 2 FORM Pin
Colin Angus Mackay1-Feb-06 5:54
Colin Angus Mackay1-Feb-06 5:54 
GeneralRe: VB6 : HOW TO LINK DATA BETWEEN 2 FORM Pin
Dave Kreskowiak1-Feb-06 6:02
mveDave Kreskowiak1-Feb-06 6:02 
GeneralRe: VB6 : HOW TO LINK DATA BETWEEN 2 FORM Pin
nata20061-Feb-06 22:59
nata20061-Feb-06 22:59 
GeneralRe: VB6 : HOW TO LINK DATA BETWEEN 2 FORM Pin
militiaware1-Feb-06 23:36
militiaware1-Feb-06 23:36 
QuestionTAPI & MSComm Control Pin
Nishanthbster31-Jan-06 23:35
Nishanthbster31-Jan-06 23:35 
Hi All,
I am new to TAPI and MSComm.I will be greatful if you could
spare some time for me to help me in this regard.

Problem:
I need my phone to go OffHook and OnHook using Visual Basic.

I am able to collect the Device Info(D-Link DFM562E++ Modem)
using my code.

I have read somewhere that,
'You could try doing a lineMakeCall() with a ";" dial string. I
believe this should take the phone off hook and create a new dialtone
call. It may timeout after some time and transition to IDLE or you
may be able to drop it with lineDrop'

I tried this but it didnt work.

I placed one MSComm control and :
MSComm1.Settings = "56000,N,8,1"
MSComm1.CommPort = 2
MSComm1.InputLen = 0 'Default anyway
MSComm1.RThreshold = 1
MSComm1.PortOpen = False
MSComm1.Output = "ATE0" & vbCr
But there was no Offhook Signalling sound generated.

Can anybody please suggest me a solution for this

Thanks
Nishanth

QuestionWhy my image is not getting resized? the code is included Pin
JUNEYT31-Jan-06 23:09
JUNEYT31-Jan-06 23:09 
QuestionWhy my image is not getting resized? the code is included Pin
JUNEYT31-Jan-06 23:04
JUNEYT31-Jan-06 23:04 
QuestionHow am I to change the Regional Language Settings in VB.Net Pin
Ganesh Pradeep31-Jan-06 23:00
Ganesh Pradeep31-Jan-06 23:00 
Questionhow can i attch file to send without modem dial up in windows form? Pin
pantaloo31-Jan-06 21:09
pantaloo31-Jan-06 21:09 
AnswerRe: how can i attch file to send without modem dial up in windows form? Pin
malharone1-Feb-06 11:32
malharone1-Feb-06 11:32 
AnswerRe: how can i attch file to send without modem dial up in windows form? Pin
pantaloo1-Feb-06 23:10
pantaloo1-Feb-06 23:10 
QuestionRound Function Pin
PremalathaP31-Jan-06 19:18
PremalathaP31-Jan-06 19:18 
AnswerRe: Round Function Pin
Mekong River31-Jan-06 20:37
Mekong River31-Jan-06 20:37 
GeneralRe: Round Function Pin
PremalathaP31-Jan-06 21:34
PremalathaP31-Jan-06 21:34 
AnswerRe: Round Function Pin
Guffa31-Jan-06 21:58
Guffa31-Jan-06 21:58 
GeneralRe: Round Function Pin
PremalathaP31-Jan-06 22:48
PremalathaP31-Jan-06 22:48 
AnswerRe: Round Function Pin
Guffa1-Feb-06 0:40
Guffa1-Feb-06 0:40 
GeneralRe: Round Function Pin
PremalathaP1-Feb-06 0:44
PremalathaP1-Feb-06 0:44 
AnswerRe: Round Function Pin
Mekong River2-Feb-06 12:41
Mekong River2-Feb-06 12:41 
QuestionAviCap Pin
jasonpb31-Jan-06 18:10
jasonpb31-Jan-06 18:10 
AnswerRe: AviCap Pin
Mekong River31-Jan-06 20:48
Mekong River31-Jan-06 20:48 
QuestionRe: AviCap Pin
jasonpb31-Jan-06 21:02
jasonpb31-Jan-06 21:02 

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.