How to end process in task manager by autoplay media studio?
I want a command to close a particular executable in the task manager.
View ArticleUninstall Needing Reboot
I have my installer set to run the uninstaller in silent mode first, if available, and that works fine. However, I have found a case where a problem can result. If a component is in use when you go to...
View ArticleHow to update JSON Object value
Hello i have sort obj in my json file.. is there a way to update specific obj value the same with sqlite? example: { "XXX":{ "RSS":"test", "url":"www.test.com" }, "YYY":{ "RSS":"test",...
View ArticleHow to delete a specific file in Program Files?
How to delete a specific file in Program Files File.Delete(_PROGRAMFILES.."\\Microvirt\\MEmu\\config.ini", false, false, true, nil); I want to delete only the config.ini
View ArticleHow to delete a folder with all files?
How to delete a folder with all files in: C: \ Program Files (x86) \ MyFolder C: \ Program Files \ MyFolder universal path Thanks guys for helping me. I live in a very poor place, now that I can buy a...
View ArticleHow to delete an icon on the desktop?
Hi my friends. I would like to know how do I delete an icon on the desktop. Example? I press the button and the icon and delete it on the spot. Thanks
View ArticleIs there a .Net Core 3.1.6+ Dependency Module available
Is there a .Net Core 3.1.6, 3.1.10 or 3.1.10 Dependency Module available?
View ArticleRun file that is not in the My Project folder.
I need to run a file that is on the network, but whenever I try to add it to run it the autoplay adds the file to my project, but I don't want it to add, I just want it to run the file that is on the...
View ArticleConverting Exponential to number
Hello everyone. The result of the calculations is presented in an exponential value. (9.027777777778e-008) How do I show it in a numeric value? (0.00000009027777777778) Thank you in advance.
View ArticleApplication.Sleep and CPU
Hi, Why Application.Sleep() is consuming the processor too much? What else can I use instead of Application.Sleep(). Thanks
View ArticleSilent install - Usernames and Passwords
Is there a way to support encrypted passwords for the silent install option? Our installer requires a Username and Password as one of the screens as part of the installation. On the screen that...
View ArticleDLL.CallFunction() Quesions
I have the following questions regarding the DLL.CallFunction(), which are not mentioned in the documenttion:Does Setup Factory take ownership of a string retuned from a dll when using the...
View ArticlePC information in the project
I would like to know if you can put the information on my computer, for example: processor, capacity, amount of RAM memory when I open my program. Thank you for helping me by helping. I am creating a...
View ArticleHelp for %SystemDrive% Dir
Hi, the answer is very simple, maybe, but I'm new. How to obtain the% SystemDrive% location. I coded this but is it okay? SystemDrive = String.Left(_WindowsFolder, 3) if String.Right(SystemDrive, 2) ==...
View ArticleAuto Position in diferent resolutions
I have a project that I want that when it opens, that it always be in the same place regardless of the computer's resolution, I want it to always open in the lower right corner, (I don't always want to...
View Articleodd problem with "set opacity"
On my project I thought I would set an opacity to an image to show it's inactive. I have set up a test .apz to show whats going on. I have a button which switches the opacity between 100 and 10. Works...
View Articlelistbox and combobox
how to script if choose vivo in listbox then in combobox show vivo only
View ArticleInput with multiple lines
I have a project that I need that depending on what is typed in the box, it advances to the next page, I already have the following code that I put in a button and it works well: Code: Correct = "XXX"...
View Article