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

  1. lokiys

    Разработка сложных шаблонов, написание софта на C#, решение проблем, консультация (C#, POST, GET и многое другое). Дорого.

    Согласен на все 100. я тоже болсенство питайус работак с сложнами пройектами, мне не интересуйет Wordpress.com регистратор. Или емаил регистратор. :D я уже 5+ лет как с Zenno и 4+ дйелайу пройекти для других. Да можеш заказакй два раза десчевлйе но потом будут какие то вапроси то будете...
  2. lokiys

    How to get a line from list by number using the webframe

    Hi. The link you posted shows some random ranges from the list and not by line number. To get a line by number: var myListName = project.Lists["ProjectListName"]; return myListName[5]; Above code will return 5 line off list. :)
  3. lokiys

    Help, click into element inside a specific div

    Hi. It's not very clear what You ask. Seeing URL and exact element You want to click, there would be much easier to answer :)
  4. lokiys

    How do I reveal a ProjectMaker bug without exposing the website?

    Here are zenno support tickets http://support.zennolab.com/
  5. lokiys

    Go to action designer problem

    Bumping all of this because it seems that its not solved and more problems came along. Can we get back feature when You use any window. Like Element tree, or action designer, we get updated info in all windows like it was before ? Problem exist in newest version Thanks
  6. lokiys

    How can i interact with a flash element in a website ?

    Hi. You can use click or keyboard emulations, or search by picture.
  7. lokiys

    ZennoBox questions

    Every next project if You sell together cost +2$ 10+2+2+2+2 etc. So 10 projects will cost You 28$
  8. lokiys

    Bugs in new version 5.11.2.0

    I have just 30 rows, error shows in 35
  9. lokiys

    Load emails order

    Another good thing would be good an option to download latest email by date in case You have two or more email messages with same subject and email content, but with different code for example... Just now had a case, had to make lists and stuff. :)
  10. lokiys

    Load emails order

    Would not be right if latest email would be first and so on, not like now, its last in order
  11. lokiys

    ZennoPoster.BulkMailDownload with and without proxy

    When You use ZennoPoster.BulkMailDownload and You have empty proxy variable then it gives You error. So if I want to download emails with proxy and without proxies I have to make like this: Would not be good that if proxy is empty then its not used ?
  12. lokiys

    How to put List into variable.

    Hi. Use List processing --> Merge list items Cheers :)
  13. lokiys

    Newly added template closes down

    Its old bug: 1. Open new template in PM 2. Save as and give name 3. Open another template in PM 4. First one closes down automatically. Reported that long ago and if I'm not mistaken then I got and answer that it is known bug, but its still there... Thanks
  14. lokiys

    Funcaptcha does not work

    Capmoster does not work with funcaptcha. Used snippet from wiki Sent in ticket url to test.
  15. lokiys

    How to rename a file name in the directory ?

    Hi. 1. Take file content 2. Delete file 3. Save content in file with Your new filename
  16. lokiys

    Web 2.0 blogs

    Hi. You can hit me up, I offer custom template developing. skype: llookkiiyyss Thanks
  17. lokiys

    News New ZennoLab website design

    Looks nice. :ay:
  18. lokiys

    Interrupt C# Code Execution from ProjectMaker

    Hi. There is no way to stop C# action. Except if You have some breakpoints in it
  19. lokiys

    multiple instance of multiple profiles but load only 1 profile

    Hi. I'm not sure I understand exactly what You want to do, but if You want to load all profiles and use multithreading then just delete profile after taken, and save it in different directory and when its empty move all files back and loop through them again.
  20. lokiys

    Get all matches from action designer

    mindeswx post url you want to scrape and what values you want to get.
  21. lokiys

    How to emulate right click + open page in new tab

    Hi. 1. Scrape URL from page You want to go 2. Open new tab 3. Activate new tab 4. Navigate to previously scrapped URL This is how you do such action in ZennoBrowser. This method is for IE browser if I'm not mistaken: instance.ActiveTab.Handle,System.Windows.Forms.Keys.BrowserBack
  22. lokiys

    Get ALL values

    When you will implement loop then at step where you will take one match value add your prefix there, and save to list then. Seems pretty easy way :-)
  23. lokiys

    Run ZennoPoster in more than one machine

    If You want to run zennoposter on more than on PC then ZennoBox will be the best option.
  24. lokiys

    Get ALL values

    Hi. If I'm not mistaken work all works in match number. If not then just make the loop with counter and take elements one by one and save in list. like: Set counter to 0 and take the first element, then increase the counter by one and take next element and save them in the list.
  25. lokiys

    Best proxy Buy.Fineproxy.org

    Opened spam folder and I can see how fineproxy email marketing works. Can I ask for just one email and not 5 same emails in a row ?
  26. lokiys

    Method to disable browser from template

    Would be good if we could disable browser in middle of template. For example I have task where i need browser and other half could work without browser. Then we could disable browser to save resources. Now I'm using method tab.Close(); but it seems does not close anything, It just makes tab...
  27. lokiys

    Forum bug

    Seems like partially solved. It does not kick me out, but can not login. http://i.imgur.com/UZVrDBN.gifv
  28. lokiys

    Export to VS to use C# To Run On Android

    If I understood right then no this is not possible because this is not how coding works :) Why should you develop in CodeCrerator if you want to run in Visual Studio ? And VS or C# is not same, I would suggest you to do more research about programming languages ;) Cheers
  29. lokiys

    Bugs in new version 5.10.6.0

    Nop, ask Rostonix or other support about this, I have sent tickets, I have reported many times in forum in past: On fast search I found: http://zennolab.com/discussion/threads/keyboard-not-working.15681/ http://zennolab.com/discussion/threads/keyboard-broke-down-at-all.21877/
  30. lokiys

    Bugs in new version 5.10.6.0

    Old keyboard layout break bug is back. It was gone but it's not back in this version. It was reported numerous times in past. Basically when you work with PM suddenly keyboard layout changes automatically and all letters become different.
  31. lokiys

    Forum bug

    There are problems with https thats totally sure. When you open any link or click any link in forum with http then you are not redirected to https but kicked out. For example this link: When I click it I'm out right away.
  32. lokiys

    Forum bug

    @VladZen are you aware of this problem ?
  33. lokiys

    How to include/run external C# script into my project

    All I can suggest is forum search, googole search and youtube search. This is only places I have used to learn C# and use it in zenno. Cheers
  34. lokiys

    Forum bug

    As I did not find such thread in Eng side, I'm reporting that there. Not sure what happens today, but time to time I'm kicked out from the forum, meaning I see that I'm logged out automatically for some reason. And problem is that I can not login back while I do not delete cookies. What could...
  35. lokiys

    How to include/run external C# script into my project

    In short You can not run code in C# action and edit it externally. There were suggestions that you have to make either .dll file as library and then add it to zenno. Or use shared code and then from file. But you can not just copy any code and run it. You have to lern how to develop in C# at...
  36. lokiys

    Нумерация строк в C# кубике по-умолчанию

    nada nada nada. :) ++++++++++++++++
  37. lokiys

    How to include/run external C# script into my project

    In this code there are two syntax errors. First is what I told you already. This is not string $@"\b{k}\b" dollar sign is not needed there. And second one are your foreach loop is not closed. So it can not work because code is wrong. I suggest you to learn more. Good luck.
  38. lokiys

    How to include/run external C# script into my project

    As this example error totally shows what is problem, I'm not sure why this code line works in Visual Studio for you because if does not for me. Its wrong syntax,
  39. lokiys

    How to include/run external C# script into my project

    Yes then check Own code and tab shared code, there you can pick that this code is read from file. So if you edit code it will be edited and all templates will use that file. You can also use Visual Studio to develop code and then add that to Zenno libraries.
  40. lokiys

    How to include/run external C# script into my project

    You can compile your C# script in .exe and then run it from template using Own code action. Other way would be to use Shared code option in zenno and then run your script from file. Its not clear what you want to do.
  41. lokiys

    Downloading Videos

    It's not possible with default ZebnnoPoster options. It is possible with some libraries for sure. I had some time ago youtube downloader. So it is possible. :)
  42. lokiys

    Make Hotkeys in PM editable

    I see what You mean. Never saw such options in any other program before, and never had any need for this. :)
  43. lokiys

    Make Hotkeys in PM editable

    Not sure what you mean exactly but there is Hotkey settings in PM
  44. lokiys

    Is there a way to edit multiple projects at once?

    No you can not edit multiple projects at the same time. You should think about that before starting all project and making that filepaths are taken from some settings file for example. Then you can change that fast an easy anytime.
  45. lokiys

    Go to action designer problem

    Yes inspect element works for me also, but then by now to get to work with action designer and see data about element I have to make twice more actions than before ? Is that logically correct ?
  46. lokiys

    Right click windows does not hide

    Sent in ticket.
  47. lokiys

    Right click windows does not hide

    Hi. Obvious it isn't. :-) I use last version. :-) I can get it every time. :)
  48. lokiys

    Go to action designer problem

    I would say any. Just tried http://zennolab.com/discussion/ and same there.
  49. lokiys

    Right click windows does not hide

    While trying previous bug, found new one. Check this:
  50. lokiys

    Go to action designer problem

    When you right click on any element and then To action designer. Element properties window remains empty, also Element tree does not navigate to this element, but just stays at body. Thanks