Thank you for your reply, I could solve my problem by Orca ... Regards, Saedeih
SaeidehV
Posts
-
Deployment problem -
Deployment problemHello, I want to change the default setting for the option: 1) Just me 2) every one in select installation folder and set the every one as default option, but I don't know how should I do it. Besides according to this option I want to set some data in different keys in registry I do not how can I get the user selected optionin the dialog and then use it for setting registry data ? Thanks in advance, Saeideh
-
Options dialogHello, I want to create an option dialog like Microsoft visual C# .Net option dialog which consists of a tree in left panel and a by clicking on its node left panel changes. Is there any template or sample code that I can use it. Thanks & Regards Saeideh
-
Custom Rich Edit BoxHi I want to create a custom edit box, but because it is not allowed to overwrite its OnPaint() method I cannot derive my class from edit box class and I have to write it from scratch, but the problem is how I can make a custom control editable. Thanks in advance S