Search:

Type: Posts; User: gunslngr

Search: Search took 0.01 seconds.

  1. Read binary file from one application in another.

    For a program that I am working on It has two pieces, a windows service and a windows application. I was hoping to use Binary Serialization to write the config files for both the program and the...
  2. Re: I need to create and maintain a new DB in VB.net [pretty much resolved]

    NetNovice i am pretty sure that Kebo wanted to make if somebody decided to delete or rename the database his program does not break. Instead it creates a new database and adds the necessary tables...
  3. Re: I need to create and maintain a new DB in VB.net [pretty much resolved]

    No problem at all. You helped me think of something that I should add to my project. And hopefully I did not send you someplace you did not need to go.

    Will
  4. Re: I need to create and maintain a new DB in VB.net (also posted in the DB forum)

    To tell you the truth all i know is that ADOX was used in vb6. I just searched the forums for creating a new access database and found this post . Your question peaked my interest because right know...
  5. Re: I need to create and maintain a new DB in VB.net (also posted in the DB forum)

    To open it just use the normal code to open a database file. Below is a sample. I am still very new to programming in general but this should help you.

    If you have any other questions feel free to...
  6. Thread: FTP Questions

    by gunslngr
    Replies
    3
    Views
    609

    Re: FTP Questions

    This may help.


    FTP
  7. Re: I need to create and maintain a new DB in VB.net (also posted in the DB forum)

    Sorry gave you the wrong link. You need to reference Microsoft ADO Ext. 2.7 for DDL and Security to access ADOX.

    The right link.

    Microsoft
  8. Re: I need to create and maintain a new DB in VB.net (also posted in the DB forum)

    It took some digging but i found an old post that may help you.

    Create Database Programmatically
  9. Replies
    1
    Views
    557

    Dave, Check this out it may help. ...

    Dave,

    Check this out it may help.

    http://www.freevbcode.com/ShowCode.Asp?ID=4859

    WIll
  10. Thread: Port Monitor

    by gunslngr
    Replies
    3
    Views
    541

    Did you change the code at all? I am using a...

    Did you change the code at all? I am using a highly modified version of this to collect incoming data for my Avaya Phone Switch. Something that you might want to look at is the IP Address on there is...
  11. Thread: Port Monitor

    by gunslngr
    Replies
    3
    Views
    541

    daveStudent, You might want to look at...

    daveStudent,

    You might want to look at tcplistener on MSDN. You only need to modify it to suit your needs.


    MSDN TcpListener
  12. I thank you very much. It took me three days to...

    I thank you very much. It took me three days to figure out the search for one box. I did have to modify the code to make it work but if it was not for you I would not have even come close to figuring...
  13. Search Database with Three TextBoxes [Resolved]

    Good Afternoon,

    I have written a program that collects call data from our Avaya Phone server’s output and put this information into a database. I am now working on a GUI to let other employees...
  14. Replies
    13
    Views
    4,188

    It works perfect now thanks so much guys. ...

    It works perfect now thanks so much guys.


    :wave:
  15. Replies
    13
    Views
    4,188

    I missed the local part. I just started coding...

    I missed the local part. I just started coding last week and I am probably getting in over my head but I am going to try and keep going. Again thanks for all the help guys.

    Gunslngr
  16. Replies
    13
    Views
    4,188

    Thanks guys I think i see what you are telling...

    Thanks guys I think i see what you are telling me. The TcpListener code is only listening on the pc not the actual network. I will continue to play with this and see what i can come up with. Thanks...
  17. Replies
    13
    Views
    4,188

    Mike, All it is telling me is The requested...

    Mike,

    All it is telling me is The requested address is not valid in its context

    at System.Net.Sockets.Socket.Bind(EndPoint localEP)
    at System.Net.Sockets.TcpListener.Start()
    at...
  18. Replies
    13
    Views
    4,188

    Cander that is actually a pc on the network here....

    Cander that is actually a pc on the network here. Actually it is a Definity Server. But it does not seem to like any address other than "127.0.0.1".
  19. Replies
    13
    Views
    4,188

    TcpListener, Cannot change the ip address.

    You will have to excuse me because I am very new to programming. I am trying to modify Micorosofts example code for a TcpListener. If I leave it alone at address "127.0.0.1" it works just like it is...
Results 1 to 19 of 19



Click Here to Expand Forum to Full Width