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

