Click here to Skip to main content
15,900,816 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem in WebBrowser.Print() Method Pin
blackjack215010-Jan-07 0:02
blackjack215010-Jan-07 0:02 
AnswerRe: Problem in WebBrowser.Print() Method Pin
TrooperIronMan10-Jan-07 3:31
TrooperIronMan10-Jan-07 3:31 
QuestionMulti Threading - All the threads are not completing Pin
jk_just9-Jan-07 22:01
jk_just9-Jan-07 22:01 
AnswerRe: Multi Threading - All the threads are not completing Pin
Luc Pattyn9-Jan-07 22:38
sitebuilderLuc Pattyn9-Jan-07 22:38 
Questionmodify control properties in usercontrol Pin
Marc Soleda9-Jan-07 20:44
Marc Soleda9-Jan-07 20:44 
GeneralRe: modify control properties in usercontrol Pin
Martin#9-Jan-07 21:06
Martin#9-Jan-07 21:06 
GeneralRe: modify control properties in usercontrol Pin
Marc Soleda9-Jan-07 21:40
Marc Soleda9-Jan-07 21:40 
GeneralRe: modify control properties in usercontrol Pin
Luc Pattyn9-Jan-07 22:46
sitebuilderLuc Pattyn9-Jan-07 22:46 
You can change the attributes of a Control in Designer; look for "Modifiers"
in the Control's Properties list.

Now if your UserControl really has two states (say "simple", and "full") I think it would
be much better to make that explicit feature of your UserControl:
keep the internal Controls private, but give the UserControl one more Property
(say bool "reducedFunctionality"); with this property you can choose, either at build-time
with the Designer while putting it on your Form, or programmatically at run-time
(by assigning a value).

Smile | :)

Luc Pattyn

Questionmarshalling mechanism Pin
s o v a n n9-Jan-07 20:31
s o v a n n9-Jan-07 20:31 
QuestionHow to give application upgrading by .net for the window application,which is done by visual c#? Pin
illusionarylife9-Jan-07 20:28
illusionarylife9-Jan-07 20:28 
AnswerRe: How to give application upgrading by .net for the window application,which is done by visual c#? Pin
Christian Graus9-Jan-07 20:41
protectorChristian Graus9-Jan-07 20:41 
QuestionProblem with assignment using properties... maybe because of IClonable interface Pin
fordge9-Jan-07 20:13
fordge9-Jan-07 20:13 
AnswerRe: Problem with assignment using properties... maybe because of IClonable interface Pin
Stefan Troschuetz9-Jan-07 21:42
Stefan Troschuetz9-Jan-07 21:42 
QuestionHow to view SOAP request/response contents [modified] Pin
blackjack21509-Jan-07 19:41
blackjack21509-Jan-07 19:41 
QuestionHow to check form object created or not Windows App Pin
indiaone9-Jan-07 19:24
indiaone9-Jan-07 19:24 
AnswerRe: How to check form object created or not Windows App Pin
Christian Graus9-Jan-07 19:59
protectorChristian Graus9-Jan-07 19:59 
Questionform maxmizied Pin
md_refay9-Jan-07 19:22
md_refay9-Jan-07 19:22 
AnswerRe: form maxmizied Pin
Christian Graus9-Jan-07 19:59
protectorChristian Graus9-Jan-07 19:59 
GeneralRe: form maxmizied Pin
md_refay9-Jan-07 20:25
md_refay9-Jan-07 20:25 
Question.net remoting proxy Pin
s o v a n n9-Jan-07 18:03
s o v a n n9-Jan-07 18:03 
QuestionIs event handler bound to instance of object, and will it stick? Pin
JoeRip9-Jan-07 17:59
JoeRip9-Jan-07 17:59 
AnswerRe: Is event handler bound to instance of object, and will it stick? Pin
Scott Dorman9-Jan-07 18:36
professionalScott Dorman9-Jan-07 18:36 
GeneralRe: Is event handler bound to instance of object, and will it stick? Pin
JoeRip10-Jan-07 14:42
JoeRip10-Jan-07 14:42 
GeneralRe: Is event handler bound to instance of object, and will it stick? Pin
Scott Dorman10-Jan-07 15:18
professionalScott Dorman10-Jan-07 15:18 
QuestionHow to send password value securly Pin
mohd imran abdul aziz9-Jan-07 17:34
mohd imran abdul aziz9-Jan-07 17:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.