Search:

Type: Posts; User: coryb13

Search: Search took 0.04 seconds.

  1. Replies
    12
    Views
    1,816

    VS 2010 Re: Send XML to PHP and Get XML Response

    ok, this got rid of the warning, but now when I use the Login function it has an unhandled exception on the new definition for bytes:


    This stream does not support seek operations.

    Thanks...
  2. Replies
    12
    Views
    1,816

    VS 2010 Re: Send XML to PHP and Get XML Response

    Thank you for your continued help. Now I have a warning that underlines bytes after the s.read and says:


    Variable 'bytes' is used before it has been assigned a value. A null reference exception...
  3. Replies
    12
    Views
    1,816

    VS 2010 Re: Send XML to PHP and Get XML Response

    *bump* Can anybody help me with this?
  4. Replies
    12
    Views
    1,816

    VS 2010 Re: Send XML to PHP and Get XML Response

    So close, but I just have one error:


    Reference to a non-shared member requires an object reference.

    And here is the code with where the error is marked in red:

    Dim MyXML As New...
  5. Replies
    12
    Views
    1,816

    VS 2010 Re: Send XML to PHP and Get XML Response

    Well, I'm not really getting an erro, and I actually think I have a different set of code working for the sending, but my problem is thatn I don't know if it is working unless I know the response,...
  6. Replies
    12
    Views
    1,816

    VS 2010 Re: Send XML to PHP and Get XML Response

    Thanks for the quick reply, but I tried that one with no luck.
  7. Replies
    12
    Views
    1,816

    VS 2010 Send XML to PHP and Get XML Response

    Alright, I am a newbie, and have searched everywhere for this with no luck. I am looking for code that would post an XML file to the url of a php file and then get the response from the php in XML...
  8. VS 2010 Re: TCP Chat Server Closes Socket on Client DisConnect?

    Thanks for your quick reply! This mostly worked, but now when I connect a different client, the server shows a debugging error in the broadcast section that basically says it can't perform that...
  9. VS 2010 Re: TCP Chat Server Closes Socket on Client DisConnect?

    *bump*
  10. VS 2010 TCP Chat Server Closes Socket on Client DisConnect?

    Hello, I am working on a chat client and server, and so far it works well, but when I close the client, the server throws an exception because it continues to try to do processes on the disconnected...
  11. Replies
    7
    Views
    2,405

    Re: Editing XML in VB2010

    Thanks you so much for your help, but I actually found a simpler way to do it that works better.

    Best Regards,
    Cory
  12. Replies
    7
    Views
    2,405

    Re: Editing XML in VB2010

    I tried inserting the formatting = True in several ways with no results.

    And just to clarify, there is no function that simply ammends the value rather than rewriting the whole file?
  13. Replies
    7
    Views
    2,405

    Re: Editing XML in VB2010

    It's not really an error, just that for instance if the XML loooked like this:


    <?xml version="1.0" encoding="utf-8"?>
    <verify>
    <pilotID>test</pilotID>
    <password>test</password>
    ...
  14. Replies
    7
    Views
    2,405

    Editing XML in VB2010

    Hello, I am writing a program that will need to edit an XML file and replace it with new data. I currently have working code using XMLWriter functions, but the problem is that it rewrites the whole...
  15. Replies
    3
    Views
    22,371

    VB 2010 Winsock Client/Server

    Hello, all. This is my first post in here. I am currently learning how to program in VB and am using sample code to make a VB Winsock client and server. I beleive the sample code was from VB 6.0.
    ...
Results 1 to 15 of 15



Click Here to Expand Forum to Full Width