CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: WoF

Search: Search took 0.38 seconds.

  1. Replies
    29
    Views
    17,990

    Re: I have a project on visual basic-sms

    What kind of error is it? You need to be more specific for anybody to be able to help you.

    As I recall you'd have to go to the Form_Load() and adapt the settings of the MSComm to your individual...
  2. Replies
    29
    Views
    17,990

    Re: I have a project on visual basic-sms

    Yes? What's the problem?
    You have managed to communicate with the modem.
    I don't know how your modem works. Possibly you'd have to poll if an SMS has been received.
    If so, you have already the...
  3. Replies
    29
    Views
    17,990

    Re: I have a project on visual basic-sms

    So here it comes.
    Please look at what I did. I put all port opening in Form_Load().
    If you set the constant #Wof to 0 your settings are chosen. I can adapt by setting Wof to 1 when I have to try...
  4. Replies
    29
    Views
    17,990

    Re: I have a project on visual basic-sms

    @David: **** happens. Don't forget: It's Windows. :rolleyes:

    Ok, Jason.
    Your format table (2-8) meaning for 2 persons at 8 o'clock?
    Well to get started I will send you later this day some...
  5. Replies
    29
    Views
    17,990

    Re: I have a project on visual basic-sms

    I saw your flowchart and think a database would be a little overdone for that purpose.

    I would go for a simple text file, having records like:
    Table#=Size, example 1=8 meaning table 1 has room...
  6. Replies
    29
    Views
    17,990

    Re: I have a project on visual basic-sms

    Sure I have. Without it I wouldn't get communication with my SMS terminal.
    It must reside in WINDOWS\SYSTEM32 folder.
    Do you want me to post it for you, or can you download from M$?
    Usually it...
  7. Replies
    29
    Views
    17,990

    Re: I have a project on visual basic-sms

    The program was not written by me, but I found it quite useful when seeing how things were done.
    Please comment out these two lines. They might refer to some class the author was preparing to...
  8. Replies
    29
    Views
    17,990

    Re: I have a project on visual basic-sms

    Ok let's get started somehow.
    First a few suggestions:
    For my modem works with different settings I'd have to rewrite every


    MSComm1.CommPort = 1
    MSComm1.Settings = "115200,n,8,1"
    ...
  9. Replies
    29
    Views
    17,990

    Re: I have a project on visual basic-sms

    Well, there is at least the form file missing. It seems to be named Lab3_2.frm If graphical elements are contained, a file Lab3_2.frx would be there, too.
    You should have the complete project in one...
  10. Replies
    29
    Views
    17,990

    Re: I have a project on visual basic-sms

    Well, jason, there's a lot of files mising. You only sent the .vbp and there is nothing in it for us to edit.
    You have to send all files from your projects folder.
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured