Urgent 
Author Message
 Urgent

Dear Helper
I am having a problem to write in registry
deatails of problem is that
in registry there is messagefont
"HKEY_CURRENT_USER\CONTROL PANEL\DESKTOP\WINDOWMETRIC\MESSAGEFONT"
that message font contain binary code for "ms san serif font "
and i want to change it to Arial through VB6 program
i m having binary code for arial font
i had use savesetting function

savesetting  "HKEY_CURRENT_USER\Controlpanel\Desktop","WindowMetric","MessageFont",fontcode

 *where fontcode is variable storing binary value of arial font

but it wont work

so Dear helpers please help as soon as possible

thanking you



Fri, 10 Sep 2004 19:14:59 GMT  
 Urgent
I don't have a perfect answer for you, but I do know that with SaveSetting()
you can only write to "HKEY_CURRENT_USER\Software\VB and VBA Program
Settings", no matter what you specify. Go take a look at that key and you'll
probably find your data there. Writing to other areas of the registry is
slightly more tricky (incidentally I'm just learning this myself) - you'll
have to use the appropriate API, which in this case would be RegSetValueEx,
if I'm not completely mistaken. Try www.allapi.net - the more critical parts
of it are running as of this writing (most namely tutorials and the API
Viewer/API Guide)

Feel free to correct me or add your thoughts since I'm not that
knowledgeable in this area... ;-)

--
 - saboteur
  ... http://saboteur.dk3.com
  ... http://saboteurmusic.cjb.net



Fri, 10 Sep 2004 23:45:55 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. REMPLIR UN CONTROL FEUILLE EXCEL DANS UN FORMULAIRE URGENT URGENT URGENT

2. Control feuille Excel dans un Formulaire URGENT URGENT URGENT

3. Urgent urgent urgent !!!

4. Urgent... Urgent

5. URGENT Calendar URGENT

6. Very URGENT - Tres URGENT

7. Urgent Urgent...

8. URGENT NEWSFLASH!!! URGENT NEWSFLASH!! SPECIAL OFFER!

9. URGENT! WINTESLA NEEDED SOFTWARE FOR NOKIA MOBILE PHONES URGENT!

10. URGENT NEWSFLASH!!! URGENT NEWSFLASH!! SPECIAL OFFER!

11. URGENT NEWSFLASH!!! URGENT NEWSFLASH!! SPECIAL OFFER!

12. "URGENT" returning a recordset from a dll in MTS failed "URGENT"

 

 
Powered by phpBB® Forum Software