Requesting more information _CommandLineArgs
Hi Support, The 4th command line in the code below (Dialog.Message("_CommandLineArgs ("..nCounter..")",commandline) ends up with the error 'Argument 2 must be a type string'. I'm walking the...
View ArticleServices: Setting automatic load
Our startup program executes another setup program to install some Windows services. The services are set to Manual start, but we need them to automatically start when Windows loads. I don't see an...
View ArticleProblems assigning a path to UninstallData.AddItem
-- Add the C:\Program Files(x86)\DigitEYES Camp Server to Uninstall for automatic folder removal tbl_Values = {FolderPath = _ProgramFilesFolder.."\\DigitEYES Camp Server" }...
View ArticleIs there an action to setup a program to run on all Windows startups?
I'm aware of the "File.RunOnReboot" but the program is only assigned for the next Windows start. I'm looking for a permanent option. Cheers, James
View ArticleGet data from opened website
Hi all I log in to a site and I need the data on the page that is in the labels and text boxes of the site. Is there a way to take a copy of site data through ams? For example, after entering the...
View Article"move" object from Page to DialogEx and back
Hi, I have an object (in my case a Grid Object) on my page. I have a Button which, when clicked, hides the object and opens a DialogEx. In this DialogEx, I have a similar object. So, actually, it looks...
View ArticleI need help with registry issue!
Hello all, just me again! Can somebody please tell me why this code doesn't work? Code: result = Registry.DoesKeyExist(HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell...
View Articlehow to make placeholder for input
pls how to make placeholder for input like this when user start type the text "Enter your name" go a way hide
View ArticleHelp in grid
Hello In the grid I can get count of specific text in all cells of a specific column. Example: I have a column with the word online and the second word is offline. I want to know how many people are...
View ArticleIn Setup Factory do not see an option to File.Create(<filename>)
Did not want to add a file to the installer.. but wanted to create a dummy file that is saved to hard drive. -- comment log_error = File.DoesExist("FileIamLookingFor"); if log_error == false then...
View ArticleThe application opens once
Hello, Is there a way I can make the application open only once? Do not duplicate windows.
View Articleattach external program window to application window when moving it
Hi, I have my application which shows an external program in a window on top of it in a certain position when a page opens. The project is set as "moveable". I want that when the user moves the main...
View ArticleMicrosoft Visual C/C++ 2010 runtime
This dependency module will cause the Microsoft Visual C++ 2010 runtime to be included in your setup. The Microsoft Visual C++ 2010 Redistributable Package installs runtime components of Visual C++...
View ArticleMicrosoft Visual C/C++ 2015-2019 runtime
This dependency module will cause the Microsoft Visual C++ 2015-2019 runtime to be included in your setup. The Microsoft Visual C++ 2015-2019 Redistributable Package installs runtime components of...
View ArticleI cannot figure out how to display disk sizes
Hi, just me again! TL;DR: How to display disk size in TB & GB. I did search the forums first (i promise!) but I cant find the help I need. In my project I need to display the disk size, so I used...
View Article