| View previous topic :: View next topic |
| Author |
Message |
Philwn Freshman
Joined: 25 Feb 2004 Posts: 40 Location: England
|
Posted: Nov 1st, 2004 07:39 AM Post subject: editing registry |
|
|
I ahve created a new string in regedit
User Key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
name is NoControlPanel type is REG_DWORD and the data
is 0x00000001 (1) enabled
and 0x00000000 (0) is disabled
I want to create a program that can change whetehr it is enabled or disabled which means accessing the registry and changing the data value how do i go about this ive never done anything with the registry before _________________ Nothing good to put here |
|
| Back to top |
|
Andir Centurion

Joined: 21 Dec 2003 Posts: 184 Location: Chicago Area
|
Posted: Nov 2nd, 2004 07:35 PM Post subject: |
|
|
Are you using VB.NET or VB 6? _________________ If you happen to see little people sitting on your desk...don't tell anyone or they might think your crazy too. |
|
| Back to top |
|
Philwn Freshman
Joined: 25 Feb 2004 Posts: 40 Location: England
|
Posted: Nov 3rd, 2004 03:35 AM Post subject: |
|
|
vb.net _________________ Nothing good to put here |
|
| Back to top |
|
Avis Junior Poster

Joined: 07 Oct 2003 Posts: 510 Location: India
|
|
| Back to top |
|
Philwn Freshman
Joined: 25 Feb 2004 Posts: 40 Location: England
|
Posted: Nov 4th, 2004 05:23 AM Post subject: neither of them |
|
|
neither of them work mistakes in both code appartently without changing the code _________________ Nothing good to put here |
|
| Back to top |
|
Andir Centurion

Joined: 21 Dec 2003 Posts: 184 Location: Chicago Area
|
Posted: Nov 4th, 2004 09:11 AM Post subject: |
|
|
What version of Microsoft Visual Studio .NET are you using? Go to "Help", then "About Microsoft Development Environment..." _________________ If you happen to see little people sitting on your desk...don't tell anyone or they might think your crazy too. |
|
| Back to top |
|
Philwn Freshman
Joined: 25 Feb 2004 Posts: 40 Location: England
|
Posted: Nov 4th, 2004 09:36 AM Post subject: it is |
|
|
i thought it was .net but it seems to be visual basic 2005 beta, it is all we have at workas everything has to be legit _________________ Nothing good to put here |
|
| Back to top |
|
|