Результаты поиска

  1. Z

    Calling REST services in C#

    Hi, How would be the best way to call a REST type web service in Zennoposter C# code? How to do it?
  2. Z

    Official skype group

    I would like to join the Skype group. Can you please accept my invitation?
  3. Z

    Inspecting tabes just as variables?

    Hmm...i cannot see things happening in table. 1. I have an empty table 2. I insert some lines into table with C# code 3. After that i click on the Table at the bottom of Designer frame (in debug)...and the Table is still empty. I know that i added the lines correctly because if i save the...
  4. Z

    Inspecting tabes just as variables?

    Hello, is there a way to see whats happening to "Tables" during debugging (just as we can with variables)? re, G
  5. Z

    Copy table to temp table

    I would like to copy an existing Table(not file) to a new "temporary Table" that i would then use(so i dont modify the original Table). Can i do this in Designer or using C# ? I tired this in C# but for some reason the project Fails to even start: Created "orgTable" and "orgTableTemp" in...
  6. Z

    Get XML data into table

    Fantastic. Could u show an example of how to do this with XmlTextReader?
  7. Z

    Get XML data into table

    I would like to do this: 1.Call a XML file: http://domain.com/webservice.xml that would contain all the data that is needed for execution of one thread. For example: <xml> <company_name> Company Ltd. </company_name> <to-do> <property> domain1.com </property> <location> US...