[SOLVED] It is posible to decode the formlayout registry key?
Author: fearandir@gmail.com (fearandir)
Simple question. It is posible to decode the formlayout windows registry key content? We would like to know the previous form layout before open it to assign a especific ini configuration based on this information. Regards, Sergio
3 Comments
Local Administrator
Yes, it is. The first 2048 characters contain the layout (splitbar positions) and at the end is the form position/size stored. This should do the trick (I Hope):
Hope this helps. Regards, Daniel
Author: diseli (daniel.iseli@uniface.com)
Local Administrator
Hallo Daniel Why not a simple, straightforword function to convert hex to decimal :-) Ingo
Author: istiller (i2stiller@gmx.de)
Local Administrator
Nice! Solved! Thank you
Author: fearandir (fearandir@gmail.com)