• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

adding a value type to registry

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I looked all over Google but couldn't find a workable solution, so maybe someone here will know.

Basically what I'm trying to do is attach a value type to a registry key which gets added from an applet.

The package I import to do this is com.ms.wfc.app.*

Here is an example:



But I'm not sure how to add a value type (i.e. String, Binary, DWORD)

I know it's possible because when I decompile one of the class files within the imported package, it has private static final int REG_DWORD = 4.

TIA
[ June 05, 2004: Message edited by: Jeff Ostfeld ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic