Making GUI for Capicom Certificates
-
Hi I need help creating a user interface which would display all the certificates stored in MyStore. I want to display certificate information such as Issued by, issued to, and expiry date in different columns and when i click a specific certificate, the certificate should open up. I was able to display all those information in the console but I don't know how to go on about doing this in a GUI. Help would be most appreciated :sigh:
-
Hi I need help creating a user interface which would display all the certificates stored in MyStore. I want to display certificate information such as Issued by, issued to, and expiry date in different columns and when i click a specific certificate, the certificate should open up. I was able to display all those information in the console but I don't know how to go on about doing this in a GUI. Help would be most appreciated :sigh:
why dont you look at using a dialog and a listbox (ie, for columns) ? there's plenty of examples of using a listbox 'g'
-
why dont you look at using a dialog and a listbox (ie, for columns) ? there's plenty of examples of using a listbox 'g'
will do. thanks :)