piotrd
08-09-2007, 04:08 AM
Is it possible to read string from registry in paragraf?
I try to:
loaded_username = Application.LoadValue("Your_User_Name", "Your_Key");
text = loaded_username;
Paragraph.SetText("Paragraph1", text);
how to refresh paragraf after
user_name = Dialog.Input("Podaj swoje imie", "Wpisz:", "", MB_ICONQUESTION);
I try to:
loaded_username = Application.LoadValue("Your_User_Name", "Your_Key");
text = loaded_username;
Paragraph.SetText("Paragraph1", text);
how to refresh paragraf after
user_name = Dialog.Input("Podaj swoje imie", "Wpisz:", "", MB_ICONQUESTION);