Search results for query: *

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

    Match desktop file name to name on listview

    Hi, I'm writing a basic uninstaller in vb.net I got everything down but I need help with one small aspect. When the user drags and drops a software on the uninstaller I need it to automatically match the listed software on the uninstaller and start the uninstallation dialog immedietely. The way...
  2. bluezap

    Reading Json data

    I want to respond to this Json data in vb.net { "success": true, "uses": 3, "purchase": { "id": "OmyG5dPleDsByKGHsneuDQ==", "product_name": "licenses demo product", "created_at": "2014-04-05T00:21:56Z", "full_name": "Maxwell Elliott", "variants": "", "refunded"...
  3. bluezap

    Question Convert curl into vb.net

    Here is what I need to convert curl https://api.gumroad.com/v2/licenses/verify \ -d "product_permalink=QMGY" \ -d "license_key=YOUR_CUSTOMERS_LICENSE_KEY" \ -X POST Here is the response I need to react to { "success": true, "uses": 3, "purchase": { "id"...
Back
Top