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

  1. Kacmil

    Shortcut CTR+A or ALT+SHIFT+J

    Copper12, How Could I make ALT+SHIFT+J. I try a different way. instance.ActiveTab.KeyEvent.SendKeys.Send("%+{j}"); or instance.ActiveTab.KeyEvent("j","press","alt", "shfit");
  2. Kacmil

    Shortcut CTR+A or ALT+SHIFT+J

    Thank you so much!
  3. Kacmil

    Set variable in "To action designer"

    Thank all for help :)
  4. Kacmil

    Shortcut CTR+A or ALT+SHIFT+J

    Hi, I would like to add automatically article to my WordPress pages. Now, I can set text in WordPress post but I would like to mark the entire article and justify it. The shortcut is CTR+A and after ALT+SHIFT+J (Justify in WordPress). How can I do it?
  5. Kacmil

    Set variable in "To action designer"

    Thank you very much for your reply, its work :)
  6. Kacmil

    Set variable in "To action designer"

    Thank you VladZen for you reply, but it didn't work :( {-Variable.PKD-}
  7. Kacmil

    Set variable in "To action designer"

    Hello, I would like to set the variable in "To action designer". Look at the attached image. Every time I have to give another value to search that keyword in the list.
  8. Kacmil

    How to edit text in doc or docx file?

    Hello, How to edit text in doc or docx file via zennoposter? Regards, Kamil
  9. Kacmil

    Convert CSV to XLS

    Thank you very much for help :)!
  10. Kacmil

    Convert CSV to XLS

    Hello, I would like to know how could I convert csv file to xls. I downloaded file.csv and I need to convert this to xls. Regards, Kamil
  11. Kacmil

    Unpack .gz file in Zennoposter

    Look here: https://ibb.co/kVRRaF
  12. Kacmil

    Unpack .gz file in Zennoposter

    Hi everyone, I have a problem with unpack my files with .gz extension. I created template like that but it didn't work now. Do you have any ideas how to solve it ?
  13. Kacmil

    Convert project file (xmlz) to C#

    Hello, It is possible to convert project file (xmlz) to C# project? I would like to open this project via Microsoft Visual Studio or different code editor.
  14. Kacmil

    How to change data format?

    Lokiys thank you very much :) I would be very grateful if you help me with regex yet. DOM: <span class="articleDate">Sunday, 10 January 2016 (21:20) </span> Regex: (?<=<span\ class="articleDate">([\w_]+),) .*(?=</span>) I have tried in many ways, but I can't delete (21:20) in regex. I would...
  15. Kacmil

    How to change data format?

    Hello, How to change data format from 10 january 2016 to 2016-01-10 ? I make a template which take DOM that Regex "(?<=<span\ class="articleDate">([\w_]+),).*(?=</span>)" It change 26 January 2013 (21:20) to 26 January 2013 and I would like to change that to 2013-01-26 and put to variable...