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

C#

 
GeneralRe: Error! :( Pin
Paul Conrad7-Oct-11 6:14
professionalPaul Conrad7-Oct-11 6:14 
AnswerRe: Error! :( Pin
BobJanova7-Oct-11 2:24
BobJanova7-Oct-11 2:24 
AnswerRe: Error! :( Pin
Shameel7-Oct-11 3:07
professionalShameel7-Oct-11 3:07 
AnswerRe: Error! :( Pin
Luc Pattyn7-Oct-11 3:12
sitebuilderLuc Pattyn7-Oct-11 3:12 
QuestionCollapsible panel\ Expander in C# Pin
shikhakenue6-Oct-11 23:59
shikhakenue6-Oct-11 23:59 
AnswerRe: Collapsible panel\ Expander in C# Pin
Pete O'Hanlon7-Oct-11 0:25
mvePete O'Hanlon7-Oct-11 0:25 
AnswerRe: Collapsible panel\ Expander in C# Pin
Ravi Bhavnani7-Oct-11 10:03
professionalRavi Bhavnani7-Oct-11 10:03 
AnswerRe: Collapsible panel\ Expander in C# Pin
BillWoodruff7-Oct-11 15:59
professionalBillWoodruff7-Oct-11 15:59 
If your goal is to learn C#, learn to use GUI elements to create fluent interfaces, etc.: I suggest you spend some time trying to create your own "Outlook" style Panel Widget. A little struggle now, and then when you do go to examine someone else's code (like that in the excellent link that Ravi pointed you to in his reply), you'll be ready to absorb, primed to learn.

It's very simple to create such a control using Panels inside a "container" Panel: you can use the Dock property of the "inner Panels" to help you with adjusting the size of the "collapsed inner Panels."

good luck, Bill
"Use the word 'cybernetics,' Norbert, because nobody knows what it means. This will always put you at an advantage in arguments." Claude Shannon (Information Theory scientist): letter to Norbert Weiner of M.I.T., circa 1940


modified 8-Oct-11 16:18pm.

GeneralRe: Collapsible panel\ Expander in C# Pin
shikhakenue10-Oct-11 1:41
shikhakenue10-Oct-11 1:41 
Questionhow to implement polyline in c# Pin
V@ibhAV Patel6-Oct-11 22:58
V@ibhAV Patel6-Oct-11 22:58 
AnswerRe: how to implement polyline in c# Pin
BobJanova6-Oct-11 23:04
BobJanova6-Oct-11 23:04 
GeneralRe: how to implement polyline in c# Pin
Manfred Rudolf Bihy6-Oct-11 23:34
professionalManfred Rudolf Bihy6-Oct-11 23:34 
QuestionMeasuring the time consumed by an Algorithm Pin
Omar Rwemi6-Oct-11 15:07
Omar Rwemi6-Oct-11 15:07 
AnswerRe: Measuring the time consumed by an Algorithm PinPopular
Dave Kreskowiak6-Oct-11 15:33
mveDave Kreskowiak6-Oct-11 15:33 
GeneralRe: Measuring the time consumed by an Algorithm Pin
Omar Rwemi6-Oct-11 15:40
Omar Rwemi6-Oct-11 15:40 
GeneralRe: Measuring the time consumed by an Algorithm Pin
Dalek Dave6-Oct-11 22:29
professionalDalek Dave6-Oct-11 22:29 
GeneralRe: Measuring the time consumed by an Algorithm Pin
Pete O'Hanlon6-Oct-11 22:36
mvePete O'Hanlon6-Oct-11 22:36 
QuestionDataGrid images input Pin
Xarzu6-Oct-11 1:16
Xarzu6-Oct-11 1:16 
AnswerPersistently ignores the correct forum. Pin
Pete O'Hanlon6-Oct-11 1:21
mvePete O'Hanlon6-Oct-11 1:21 
GeneralRe: Persistently ignores the correct forum. Pin
Xarzu6-Oct-11 10:37
Xarzu6-Oct-11 10:37 
QuestionIs there a way to find out if a query will return data before it is made? I have an unusual problem. My code uses a 3rd party dll to make database calls from my silverlight client to a sql server database. In my code, I make dozens of calls one afte Pin
Xarzu6-Oct-11 1:11
Xarzu6-Oct-11 1:11 
AnswerRe: Is there a way to find out if a query will return data before it is made? I have an unusual problem. My code uses a 3rd party dll to make database calls from my silverlight client to a sql server database. In my code, I make dozens of calls one Pin
Not Active6-Oct-11 2:28
mentorNot Active6-Oct-11 2:28 
GeneralRe: Is there a way to find out if a query will return data before it is made? I have an unusual problem. My code uses a 3rd party dll to make database calls from my silverlight client to a sql server database. In my code, I make dozens of calls one Pin
TheGreatAndPowerfulOz6-Oct-11 7:23
TheGreatAndPowerfulOz6-Oct-11 7:23 
AnswerRe: Is there a way to find out if a query will return data before it is made? I have an unusual problem. My code uses a 3rd party dll to make database calls from my silverlight client to a sql server database. In my code, I make dozens of calls one Pin
Eddy Vluggen6-Oct-11 6:46
professionalEddy Vluggen6-Oct-11 6:46 
QuestionDisplaying an image generated in c++/CLI DLL Pin
eyalbi0076-Oct-11 0:38
eyalbi0076-Oct-11 0:38 

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.