01-23-2006 10:08 AM
01-23-2006 10:37 AM
01-23-2006 11:13 AM - edited 01-23-2006 11:13 AM
Hi Roberto,
Thanks for the prompt reply. Yeah you hv understood my problem correctly. Yeah i would like the new parameters to be loaded the next time the user starts the program rather than the default. i do use OpenComConfig(). below are the few bits of code. Currently i am able to keep the new values provided the user doesnt quit the program. so for e.g if i changed the setting...ran the program...stop it changed it again and then went back to see it, it had the last change i made....but the moment i quit n load again...it goes back to default parameters..
Hope you can help me out.
Thanks
k1_ke
below is the code...
Message Edited by k1_ke on 01-23-2006 12:15 PM
Message Edited by k1_ke on 01-23-2006 12:15 PM
01-23-2006 01:03 PM
Hi Roberto,
I was reading over the help files and came across SavePanelState ()..i tried using it but doesnt seem to work for me.
SavePanelState (panel_handle, "serial.uir", 0);
Please let me know if i can use something else inorder to save the setting before quiting the program.
Awaiting reply.
Thanks
k1_ke
01-23-2006 02:23 PM
Hi,
I would just like to inform you that i was able to figure my problem out. By using SavePanelState ()..and RecallPanelState() i was able to keep the new parameters after the changes...
Thanks for the help!
k1_ke
01-23-2006 02:52 PM