Search Result
Collapse
3 results in 0.0041 seconds.
Keywords
Members
Tags
-
Subin Ninan started a topic How to edit registry, delete a file & start/stop a process using C & C++..?in CHow to edit registry, delete a file & start/stop a process using C & C++..?
I want to create an application using C or C++ which includes all these operations. -
NightsEvil started a topic In c# .Net Framework 2.0 how can i fill a list box with registry values? and edit it?in C SharpIn c# .Net Framework 2.0 how can i fill a list box with registry values? and edit it?
so my ultimate goal is to have a checked list box with a few columns such as "Name" "Location" "Manufactur er" like in Msconfig where it will list start up items from the registry and a few folders such as:
LocalMachine\SO FTWARE\Microsof t\Windows\Curre ntVersion\Run
CurrentUser\SOF TWARE\Microsoft \Windows\Curren tVersion\Run
LocalMachine\Sy stem\CurrentCon trolSet\Service s
C:\windows\Syst em32\drivers... -
Use config file in stead of changing registry
hi,
I am writing an reader/writer of excel files. Here for I use OLEDB to read excel files.
To read them I use in my connection string IMEX = 1. So I have to change the Registry key: TypeGuessRows HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\Jet\4.0 \Engines\Excel and HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\Office\ 12.0\Access Connectivity Engine\Engines\ Excel sections
I looked it up but and it's easy to change keys in...