View Single Post
  #1  
Old 24-08-2017, 17:35
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
Using Inno Setup Compiler I have added a screen with the various components, I should read the content that is inserted into a textbox and write it in an ini file.

Same thing with the combobox component.

I added the section
Code:
[Ini]
Filename: {app} \ fileProva.ini; Section: prova1; Key: Name
Filename: {app} \ fileProva.ini; Section: Prova2; Key: Surname
How do I read from the components i have inserted?
Reply With Quote
Sponsored Links