Yes, I would like some help. I emailed you earlier. Any help you could provide would be great. My primary language is C++. I'd like to have it list the locations and values of where it found the text that I am searching for, and allow me to choose to delete or not delete a certain entry. Derek
Derek Smigelski
Posts
-
recursively search the registry and delete text -
recursively search the registry and delete textI need some help. I need source code that will recursively search the registry and delete text found. It would need to work on 95/98/NT/XP/2000. I'm looking to return a list (perhaps in a list box) of all keys (ALL TEXT) that were found. If that Text appears anywhere in registry I want it added to my list. Then I can select/deselect what I wish and then delete the selected items. Allow someone to highlight and delete specific ones. Any ideas? Any help is appreciated. Cheers, Derek
-
recursively search the registry and delete textI need some help. I need source code that will recursively search the registry and delete text found. It would need to work on 95/98/NT/XP/2000. I'm looking to return a list (perhaps in a list box) of all keys (ALL TEXT) that were found. If that Text appears anywhere in registry I want it added to my list. Then I can select/deselect what I wish and then delete the selected items. Allow someone to highlight and delete specific ones. Any ideas? Any help is appreciated. Cheers, Derek
-
Need a function that will return certain system information into a text boxNeed a function that will return certain system information into a text box. User Name Computer Name Logged into Domain (Yes or No) If Yes then the Domain Name Logged into Workgroup (Yes or No) If Yes then the Workgroup Name OS Version Any Service packs installed? Listing of Mapped Drives Thanks, Derek
-
recursively search the registry and delete text foundI'm looking to return a list (perhaps in a list box) of all keys (ALL TEXT) that were found. If that Text appears anywhere in registry I want it added to my list. Then I can select/deselect what I wish and then delete the selected items. Allow someone to highlight and delete specific ones.
-
recursively search the registry and delete text found.I'm looking to return a list (perhaps in a list box) of all keys (ALL TEXT) that were found. If that Text appears anywhere in registry I want it added to my list. Then I can select/deselect what I wish and then delete the selected items. Allow someone to highlight and delete specific ones.
-
recursively search the registry and delete text found.Will the code you provided find all text that I hardcode? From the top of the registry through the bottom, Dwords, text, values.. any text I find, I want to do an action.
-
recursively search the registry and delete text found.I'm new. Can you provide anyhelp or code? I will test it.
-
recursively search the registry and delete text found.Yes, but in my partular case the people that willo be using this are not end users, and are Microsoft Certified individuals, so That is not an issue. Any idea where such code could be found?
-
Build .Net app, and take it to a non .NET box.Build .Net app, and take it to a non .NET box. Receive error DLL MFC70.d;ll could not be found. Is there a way to build in release mode so that it will have whatever files it needs no matter what box I take this program to? I want to avoid using an installation program.
-
Build .Net app, and take it to not .NET box. Receive errorBuild .Net app, and take it to not .NET box. Receive error DLL MFC70.d;ll could not be found. Is there a way to build in release mode so that it will have whatever files it needs no matter what box I take this program to? I want to avoid using an installation program.
-
recursively search the registry and delete text found.I would like some help. I need source code that will recursively search the registry and delete text found. It would need to work on 95/98/NT/XP/2000. Any ideas? Any help is appreciated. Thank You, Derek
-
recursively search the registry and delete text foundI would like some help. I need source code that will recursively search the registry and delete text found. It would need to work on 95/98/NT/XP/2000. Any ideas? Any help is appreciated. Thank You, Derek
-
Programmatically change a tab control that exists on another form.Can't seem it find aname for the entire tab control (like in your example you have tabcontrol.) I have 5 tabs eached with a different name. Plus I get errors on ( NodeSelected ); saying more parameters are required.
-
Programmatically change a tab control that exists on another form.I have a parrent form and child form (with a tree control) docked left on the parent form. The 5 tabbed tab control is on the parent form. When a user selects a node in the tree say "Node 1", I want the "Tab 1" to be selected as a result of what the user selected in the tree control. If use selects "node 5" tab 5 will be select automatically.
-
Programmatically change a tab control that exists on another form.One of the tabs.
-
Programmatically change a tab control that exists on another form.How do I programmatically change a tab control that exists on another form?
-
Automatically have a certain tab selected when a tree control node is selected.- How do I cause a certain tab in my tab control to be automatically selected when a user does the follow: a) Clicks an option in the Tree Control. b) Clicks an option in from the Menu on the top toolbar. Many Thanks, Derek Smigelski
-
Can ASP pages run on Redhat Linux 7.1?Can ASP pages run on Redhat Linux 7.1? I don't want to spent money on this. I have a small web page built in ASP. And I'd like to have it run on my linux 7.1 (Redhat) box. Is this possible for 1. And twp can it be down for free with some rpm installation or other package available for linux? Thanks, Derek
-
Two Form Event questions.- How do I cause a certain tab in my tab control to be automatically selected when a user does the follow: a) Clicks an option in the Tree Control. b) Clicks an option in from the Menu on the top toolbar. 2) I have implemented an outlook type toolbar. When a user selects an option by clicking an icon or tree control option how do I clear the current form (Saving form settings) and casuing the new form to appear. (I use the term form lightly) I'm trying to get a similar action like a tab control, but without using the tab control, and using the outlook toolbar for selection.