Недавний контент svenson1978

  1. S

    Add / Remove Projects via Params to zennoposter

    great - thanks a lot
  2. S

    Add / Remove Projects via Params to zennoposter

    I would like to add / remove Projekts to zennoposter dynamically. It should also be possinle to schedule a task. Is there a way to do this via Parameters/ API ? Thanks Svenson
  3. S

    Control Zennoposter via API

    Is there a possiblity to add / remove tasks from Zennoposter via an API / parameter called etc ? I want to dynamically add / remove / schedule tasks in Zennoposter from outside of Zennoposter. Is this possible ? Thank you
  4. S

    C# Screenshot Code

    Hi guys, I am trying to take a screenshot of particular part of a website. I found there is an older post using C# code. However, it did not work. Maybe its because I am using the latest Zennoposter Version 5.9.9.1 Would be great if someone has a working code. Thanks Svenson
  5. S

    Random Mouse Movements

    Yes it works - but it feels slow and static.
  6. S

    RAM usage problems

    Yes this works. Thanks for the hint.
  7. S

    RAM usage problems

    I have a similar problem. My Main Project contains around 10 (inside Projects). Memory goes up to 800 MB for ZP and 650 MB for the instances. I set ZP to use 1 GB memory. Is there a way to unload a inside project from memory ? Also during this time I cannot start more tasks - they usually say...
  8. S

    Email Accounts for activation

    Where do you buy your email accounts and which provider you consider best ? Also it would be interesting to buy / share old unused accounts that don't die. When buying Hotmail accounts they usually die after 3 weeks. Also it also looks better to have a mix of providers for SEO.
  9. S

    Random Mouse Movements

    Hi guys, I am looking to simulate mouse movements to circumvent blockages. As I understand currently its not possible to actually move the real cursor. However, I have read that this should be possible using C#. Does anybody have a such a C# Code available that can be used in Zennoposter ...
  10. S

    Size of Zennoposter Window

    Yes it works now - thanks for the tipp!
  11. S

    Size of Zennoposter Window

    I am not experienced with C#. I tried pasting the code above in the C# Code window. instance.SetWindowSize(800, 600); However, this did not change anything. Do I need to add some additional code ?
  12. S

    Number of Threads

    I took a screenshot. As you see I am running 3 projects at the same time. However, when I want to launch another they get marked with a start (new) or state "Wait start". I am running each project with only 1 thread.
  13. S

    Number of Threads

    version 5.7.5.3
  14. S

    Number of Threads

    I am using Zennoposter Standard - (version with 5 threads). My script includes multiple of Projects that are nested inside the Main project. I noticed that when I want to run a Zennoposter it often does not start. Is this related that I have a limitation on the standard version. To make...
  15. S

    Size of Zennoposter Window

    Hi guys, is there a way I can set the window size of Zennoposter Thread Window ? I would like to define the size of it like (800x600) or (640x480) etc. Thanks