Re: How to enable gpedit on Windows 10 & 11 Hardware and Software Microsoft Windows by AIO_803 Enabling **gpedit.msc** on Windows 10 or 11 (especially Home editions) is useful for gaining more control over system settings. While it’s not officially included in Home versions, there are workarounds—though users should proceed carefully to avoid system issues. Re: Cannot run exe from asp.net Programming Web Development by lennyli …> > Running a .exe on the client (user’s computer) > This is completely blocked by web … involves several technical aspects, including networking, security, and user interface design. Below, I’ll outline a simple prototype… (e.g., using SSL/TLS). - Ensure the firewall settings allow the specified port (9999 in this case). (LENNY:)… Re: Cannot run exe from asp.net Programming Web Development by Neil_brown001 …-interactive session. Running a .exe on the client (user’s computer) This is completely blocked by web browsers… unless: The user downloads and runs the .exe themselves. Or, you create…due to caching or differences in how IIS reads settings versus Visual Studio. Why the port number is different… Re: Cannot run exe from asp.net Programming Web Development by Salem https://xyproblem.info/ * User wants to do X. Sometime later... > My boss just … concept. There is no specific language/tool I must use * User asks for help with Y. Initially asked... > Have a… Re: Google Search Console -> Page indexing Digital Media Digital Marketing Search Engine Strategies by ashleydent4u It sounds like you're on the right track already, and your robots.txt file actually looks okay at first glance. However, if 1.13K pages aren’t being indexed, it could be due to a combination of issues like low-quality content, duplicate pages, or crawl budget limits (especially with Blogger sites). In Search Console, head to the “Pages” section … User.Settings Not Saving unless run as Admin Programming Software Development by Fritz.fx …save the Items in a listbox to the User Settings, ([I]System.Collections.Specialized.StringCollection[/I]) … { addlistbox.Items.Add(addshare.Text); WindowsFormsApplication1.Properties.Settings.Default.MyListItems = new System.Collections.Specialized.StringCollection(); … [Help] User Settings C# Background Image Programming Software Development by trippinz … image. I do not like .XML files for user settings so I use settings instead. I want to change the background image of… to change the background image but simply cannot change the user settings for it. In one line what I am asking for… Re: [Help] User Settings C# Background Image Programming Software Development by trippinz … = [setting which value is the image that user has previously opted to select as user settings] Now I need to know what code… Can I load up my old user settings after reinstalling Windows XP? Hardware and Software Microsoft Windows by impboy … can't figure out how to get all my old user settings back. All my files, programs, etc. are all intact. Can… tell me if it's possible to get my old settings back and if so, HOW? Thanks! Re: Internet Explorer 7 user settings Hardware and Software Microsoft Windows by iamthwee User settings, by that you mean? User settings help Hardware and Software macOS by jez_78 … window and after i restarted my desktop had changed and settings changed along with all my programs acting like they arn… icons and programs are sitting in the mac hd under user. How do i fix this? and get my mac back… Re: Internet Explorer 7 user settings Hardware and Software Microsoft Windows by JJaPWfan … to set the user changes that I have made in IE 7 to be a global all users settings. I have alot… Phishing Filter settings, and I would also like to be able to disable for the whole domain in the computer/user settings... anyone… User settings are cleared when I log in Hardware and Software Information Security by jasonchris When I logged into my XP user account today my desktop was reset to windows default & … folder pointed to "documents and settings/TEMP". I have now found that my user folder in documents is still there… a virus. I need to know how to stop my user account being reset when I log in or whether I… Re: [Help] User Settings C# Background Image Programming Software Development by trippinz So how do I implement this into my code (button click wise and settings wise) ? Re: Can I load up my old user settings after reinstalling Windows XP? Hardware and Software Microsoft Windows by Catweazle No. Sorry, but you'll need to recreate them. The files have been overwritten during the in-place upgrade. To do what you want, the settings would've needed to be exported prior to the job being carried out. Re: User settings help Hardware and Software macOS by jez_78 Sorry i just realised it's tiger not panther. Cheers Re: User settings help Hardware and Software macOS by jez_78 Ok i fixed the problem by renaming the new home fold then renaming the one i changed to the short name and restarted and presto itworks fine :) Storing and Retrieving Application User Settings Programming Software Development by G_Waddell … an application that you want to store [B][U]user specific[/U][/B] settings on? e.g. login name or Form background… until the project is reloaded. User Scope writes to a file in C:\Documents and Settings and can be accessed at any… time by the program for the specific user. [B]2. Write… Clearing persistent settings Programming Software Development by Cory_Brown … finally figured out how to use the settings.settings file to create user settings that would persist when reopening my application…. I have several text boxes that once completed by the user…a solution and I read that in the settings.settings editor you can click the synchronize option to… Re: Custom User Settings and Storage Programming Software Development by farooqaaa … you gave."); } else { storageBox.Text = mainTextBox.Text; YourNameSpace.Properties.Settings.[B][COLOR="green"]storageBoxTxt[/COLOR][/B] = mainTextBox.Text… void Form1_Load(object sender, EventArgs e) { storageBox.Text = YourNameSpace.Properties.Settings.[COLOR="green"][B]storageBoxTx[/B][/COLOR]t; } [/CODE… Messed my settings up VS 2010 Programming Software Development by Suzie999 …was trying to learn how to add and use User settings and Application settings. And somehow I've managed to create some…gt; In my code I have this. Properties.Settings settings = new Properties.Settings(); string s = settings.CsvPath; if (!String.IsNullOrEmpty(s)) { MessageBox… Managing properies/settings in a windows form app: Best practice? Programming Software Development by lqdo hi, I have developed a form application that contains a lot of user specified settings that need to be saved. Currently the app is using serialisation/deserialisation to manage and save these properties/settings. Are there any other/better methods/techniques to manage user settings without using a database? Re: Messed my settings up VS 2010 Programming Software Development by Suzie999 For reference here is link to good and clear explanation of app and user settings. https://msdn.microsoft.com/en-us/library/k4s6c3a0?v=vs.100.aspx Loading settings from the Windows Registry... Programming Software Development by TechSupportGeek … and I would like it to load values/user settings from the Windows Registry. Here's my code…posted the code I used to save the settings but it doesn't matter anyway because I…'s a detailed explanation. I've got three settings that I want to load. The first one … that this code throws an exception and the settings won't be loaded. Except when I change… Is there such a thing as a settings file in Visual C++? Programming Software Development by CreativeCoding In visual C#, there was this thing where you can add a settings file and refer to a setting in that settings file in your code. With that, I was able to save user settings easily. But I can't find it in C++. Is there no settings file option? If not, what are some solutions for saving basic strings or ints so that my program won't forget them later? Re: Custom User Settings and Storage Programming Software Development by lxXTaCoXxl …the non-static field, method, or property 'userStore.Properties.Settings.storage.get' That's the error I get at compiling…void button2_Click(object sender, EventArgs e) { storage.Text = userStore.Properties.Settings.storage; if (display.Text == "") { MessageBox.Show("… Storing local settings, any suggestions? Programming Software Development by zachattack05 So I'm curious, when you need to store user settings or application settings what method do you normally use? I have been using… it to a file. But there is also the "settings" in the application's properties folder. Does anyone ever… Copying one Windows user into a new Windows user Hardware and Software Microsoft Windows by BullHorn … when I try to use the User Settings wizard to get all the stuff from the user "Administrator" by "Copy… to"-ing into the new user "BullHorn". I've followed the "[url=http… don't have to ask silly questions: -I restarted. -The user I'm doing this from has administrative rights. -Windows XP… VB 2019 User Settings Programming Software Development by Pescadore … my projectd. When I go to the project properties/settings, it's empty except for a link that says, "…This project does not have a default settings file. Click here to create one." When I click… HRESULT: 0x80070002." So, how do I add a default settings file? Internet Explorer 7 user settings Hardware and Software Microsoft Windows by angelsea I am looking for a way to set the user changes that I have made in IE 7 to be a global all users settings. I have alot of users and I don't want to tweak IE for each one of them. I have disabled the phishing filter and made the menu show. Thanks for any help you can give me on this.