Click here to Skip to main content
15,919,245 members
Home / Discussions / C#
   

C#

 
AnswerRe: LinkLabel1 Pin
Andrei Ungureanu9-Oct-06 0:05
Andrei Ungureanu9-Oct-06 0:05 
GeneralRe: LinkLabel1 Pin
Support1239-Oct-06 0:06
Support1239-Oct-06 0:06 
GeneralRe: LinkLabel1 Pin
liuqm.china9-Oct-06 2:46
liuqm.china9-Oct-06 2:46 
GeneralRe: LinkLabel1 Pin
Support1239-Oct-06 2:52
Support1239-Oct-06 2:52 
Questionhow to create program stock product with barcode (c#) Pin
isis_preaw8-Oct-06 23:30
isis_preaw8-Oct-06 23:30 
AnswerRe: how to create program stock product with barcode (c#) Pin
liuqm.china9-Oct-06 2:54
liuqm.china9-Oct-06 2:54 
QuestionScrolling Text Pin
Xaela8-Oct-06 23:18
Xaela8-Oct-06 23:18 
AnswerRe: Scrolling Text Pin
Anthony Mushrow9-Oct-06 4:22
professionalAnthony Mushrow9-Oct-06 4:22 
GeneralRe: Scrolling Text Pin
Xaela10-Oct-06 21:58
Xaela10-Oct-06 21:58 
QuestionInstallation project c# Pin
fady_sayegh8-Oct-06 22:36
fady_sayegh8-Oct-06 22:36 
Questionunable to connect to remote server Pin
Alaa' Al Atrash8-Oct-06 22:35
Alaa' Al Atrash8-Oct-06 22:35 
QuestionCombo Box In GridView: Pin
Shahzad.Aslam8-Oct-06 22:32
Shahzad.Aslam8-Oct-06 22:32 
Questionlabel information in c# Pin
tanishka8-Oct-06 22:25
tanishka8-Oct-06 22:25 
AnswerRe: label information in c# Pin
Andrei Ungureanu9-Oct-06 0:07
Andrei Ungureanu9-Oct-06 0:07 
QuestionHow to send a mail Pin
quiteSmart8-Oct-06 22:25
quiteSmart8-Oct-06 22:25 
AnswerRe: How to send a mail Pin
liuqm.china9-Oct-06 3:20
liuqm.china9-Oct-06 3:20 
Questionhi Pin
tanishka8-Oct-06 21:43
tanishka8-Oct-06 21:43 
AnswerRe: hi Pin
J4amieC8-Oct-06 21:57
J4amieC8-Oct-06 21:57 
QuestionPropertygrid creating internal sub properties for a property Pin
praveenqwe8-Oct-06 21:43
praveenqwe8-Oct-06 21:43 
AnswerRe: Propertygrid creating internal sub properties for a property Pin
visualhint9-Oct-06 14:12
visualhint9-Oct-06 14:12 
Hi Praveen,

In the Microsoft PropertyGrid, you can't create directly a property under another property. You must do it like a Font or a Pen does it. For example, if you have a Font property in your target instance, you will be able to see it in the grid and to expand it to see the published properties underneath. This trick is achieved by the FontConverter class. If you look its source code into Reflector you will see how GetProperties() returns a set of customized properties and how CreateInstance() reacreates a font instance with the values of these properties. Studying these classes can help you a lot understand how the propertygrid works. Hope that helps.


QuestionSuppress Line in Crystal Report Pin
M Riaz Bashir8-Oct-06 21:25
M Riaz Bashir8-Oct-06 21:25 
Questionupdating VFP data with C# 2005 Pin
Bob Enein8-Oct-06 19:33
Bob Enein8-Oct-06 19:33 
QuestionBinary Formatter error Pin
uglyeyes8-Oct-06 15:13
uglyeyes8-Oct-06 15:13 
QuestionHow to minimize & zip the access Data base size? Pin
Emad Abo Aiad8-Oct-06 14:39
Emad Abo Aiad8-Oct-06 14:39 
AnswerRe: How to minimize & zip the access Data base size? Pin
Christian Graus8-Oct-06 15:54
protectorChristian Graus8-Oct-06 15:54 

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.