Search:

Type: Posts; User: cyrus_hunter

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    258

    I need to edit this code so that it will...

    I need to edit this code so that it will recognize busy signals, when there is no dialtone and when the modem is in use. Please help!

    Private Sub Command1_Click()
    'Open the serial port...
  2. Replies
    3
    Views
    457

    HUH?

    HUH?
  3. Replies
    0
    Views
    317

    How can I set up a VB6 program using MSComm so...

    How can I set up a VB6 program using MSComm so that it will detect that:

    1.) There is no dial tone
    2.) The port is open
    3.) The number it is dialing is busy

    without crashing the program?
  4. Replies
    3
    Views
    457

    How can you arrange it so that MSCom recognizes...

    How can you arrange it so that MSCom recognizes when the line it is trying to call is busy and when the phone line it's using is currently in use? (no dial tone)
  5. Thread: Help

    by cyrus_hunter
    Replies
    4
    Views
    443

    Found the problem

    The problem was that totalowed was trying to add two non-existant variables: owedol and owecents.

    totalowed = owedol + owecents Should have been
    totalowed = oweddol + owedcents
  6. Replies
    2
    Views
    452

    Is there any way I can set an array up so that it...

    Is there any way I can set an array up so that it has a variating length depending on the length of a text file.

    My program needs to read off of a text file and put every line into a 2 dimensional...
  7. Replies
    0
    Views
    313

    I've got a problem with calculations on this one...

    I've got a problem with calculations on this one form. I'm wondering if you guys can help me out (yet again) to figure out why the calculation won't work if radoweyes's value is true.

    Sorry about...
  8. Thread: Help

    by cyrus_hunter
    Replies
    4
    Views
    443

    Didn't work

    Didn't work
  9. Thread: Help

    by cyrus_hunter
    Replies
    4
    Views
    443

    I can't figure out why this won't work. Will...

    I can't figure out why this won't work. Will somebody please tell me why this code won't work?

    The problem with the code below is that it will not subtract totalowed from totalbalance. Can...
  10. Replies
    2
    Views
    448

    I have two areas on one form that require radio...

    I have two areas on one form that require radio boxes. (Making a total of 4, 2 per section). How can I arrange it so that my program recognizes that the two sets are separate?
  11. Replies
    8
    Views
    1,058

    How can I open external programs from a toolbar...

    How can I open external programs from a toolbar using Visual Basic 6?

    External programs are like WinAMP, Microsoft Internet Explorer, Microsoft Word...etc. Pretty much anything that isn't Visual...
Results 1 to 11 of 11



Click Here to Expand Forum to Full Width