Search results for query: *

  • Users: cockeyed
  • Content: Threads
  • Order by date
  1. cockeyed

    Windows Mobile Message over TCP/IP

    Hi, I would appreciate any input on how to create a simple vb.net Message program which will allow a windows mobile 5 handhelp to send a message to any PC on the network (IP address selected). This would be done while the handheld is cradled, there by full access to the intranet at hand. Any...
  2. cockeyed

    Conversion from C++ (Eventhandler)

    Hi, I have found a sample code of something I am trying to complete in VB.Net however the sample is in C++, and I am having a hard time understanding how to translate it. I have everything basically covered except for the actual EventHandler line. If someone can please help translate this line...
  3. cockeyed

    CF Using Java Web Service

    Hi, I would like to know if there are any exceptions/to-do's when using a Java web service from a vb.net CE client? currently I am developing through the emulator and seems to get an NonSupportedException at the Invoke stage in my Proxy Class (WSDL). This was created through the 'Add Web...
  4. cockeyed

    Problem with Invoke method using xml.Serialization

    Me.EndInvoke(asyncResult) return NotSupportedException Hi all, Can anyone explain why this error may be appearing. The Begin method seems to be working without a problem, but when the End is encountered I get this error. Is this method not supported within the CE framework? Any information...
  5. cockeyed

    Question Parameter Passing for Complex type Web service

    Hi, I am struggling with invoking a Web Service in Vb.Net 2008 pro. I have been given the WSDL file and and all classes have been created one I establisheda connection to the Web Reference. My problem lies that the Types used are based on a class of mixed types. Below is a snap shot of my...
  6. cockeyed

    Call Oracle Procedure using adcmdtext

    Hello, I have been tackling this for a while with no avail, and I am desperate at this point. The following is vb.net code used to execute an Oracle procedure. It simply hangs forever on the Execute command, and does not return an error. I have the the exact same code calling a different...
Back
Top