MSD PRASAD

Greenhorn
+ Follow
since Sep 25, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by MSD PRASAD

Hi Folks!
VJ++ is offering two classes for accessing Windows Registry namely com.ms.wfc.app.RegistryKey & com.ms.wfc.app.Registry
I have written a class using the methods in them.. but i am clueless on compiling and running them. Is it possible at all since WFC is involved? i mean one ends up getting a windows app. instead of a .class file Moreover from the command prompt i find noway to run the program...
Can any body suggest a better way? Like writing native C++ code first and then using JNI. I need to access two funtions from Win API called RegQueryValueEx() and RegConnect()
Folks can u chip in some details.. study material on web or sample code etc.. does SUN support any packages for Registry access like Microsoft is doin'?
TIA
Prasad
24 years ago
Thanx Murthy!
I still needed to use the stop() method which is deprecated. Various options like polling the socket thread and then throwing an exception on timeout , setting socket thread as daemon thread etc. have been exhausted. Buck stops right at the new Socket();!
I am still on look-out for a soluttion.
Prasad