Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: double to string without point Pin
fjdiewornncalwe16-Mar-11 17:18
professionalfjdiewornncalwe16-Mar-11 17:18 
AnswerRe: double to string without point Pin
Eddy Vluggen16-Mar-11 12:23
professionalEddy Vluggen16-Mar-11 12:23 
GeneralRe: double to string without point Pin
Luc Pattyn16-Mar-11 13:03
sitebuilderLuc Pattyn16-Mar-11 13:03 
AnswerRe: double to string without point Pin
PIEBALDconsult16-Mar-11 15:18
mvePIEBALDconsult16-Mar-11 15:18 
GeneralRe: double to string without point Pin
Luc Pattyn16-Mar-11 16:43
sitebuilderLuc Pattyn16-Mar-11 16:43 
GeneralRe: double to string without point Pin
Pierre besquent16-Mar-11 23:25
Pierre besquent16-Mar-11 23:25 
AnswerRe: double to string without point Pin
charles henington17-Mar-11 12:28
charles henington17-Mar-11 12:28 
QuestionCustom Bindable List Population [solved] Pin
cjb11016-Mar-11 6:19
cjb11016-Mar-11 6:19 
I've created a abstract class that is based upon a BindingList<t>, then I have classes based upon that abstract that should populate the list.

The idea being if you instaniate these secondary classes you have a useable list.

This works in code, creating a new class does populate the list.

However I know want to move to the next step, and use the seconday class as a binding source. But the problem is that binding doesn't seem to call the constructor of the class, and so my list is empty. (apart from that the binding seems to be working)

I can work around this by adding a BindingSource.DataSource = new SecondaryClass(); to the form etc...basically I'd like to avoid this step if possible?

Hopefully that makes sense?!?
modified on Sunday, March 27, 2011 7:54 AM

AnswerRe: Custom Bindable List Population Pin
JP_Rocks27-Mar-11 0:25
JP_Rocks27-Mar-11 0:25 
QuestionNew line with streamwriter [Solved] Pin
Pierre besquent16-Mar-11 4:45
Pierre besquent16-Mar-11 4:45 
AnswerRe: New line with streamwriter Pin
Luc Pattyn16-Mar-11 5:17
sitebuilderLuc Pattyn16-Mar-11 5:17 
GeneralRe: New line with streamwriter Pin
Pierre besquent16-Mar-11 6:04
Pierre besquent16-Mar-11 6:04 
AnswerRe: New line with streamwriter Pin
Luc Pattyn16-Mar-11 6:29
sitebuilderLuc Pattyn16-Mar-11 6:29 
AnswerRe: New line with streamwriter Pin
Groulien16-Mar-11 5:17
Groulien16-Mar-11 5:17 
GeneralRe: New line with streamwriter Pin
Pierre besquent16-Mar-11 6:03
Pierre besquent16-Mar-11 6:03 
AnswerRe: New line with streamwriter Pin
Paladin200016-Mar-11 6:31
Paladin200016-Mar-11 6:31 
GeneralRe: New line with streamwriter Pin
Luc Pattyn16-Mar-11 7:22
sitebuilderLuc Pattyn16-Mar-11 7:22 
GeneralRe: New line with streamwriter Pin
Paladin200016-Mar-11 8:26
Paladin200016-Mar-11 8:26 
GeneralRe: New line with streamwriter Pin
Luc Pattyn16-Mar-11 8:33
sitebuilderLuc Pattyn16-Mar-11 8:33 
GeneralRe: New line with streamwriter Pin
Paladin200016-Mar-11 8:45
Paladin200016-Mar-11 8:45 
GeneralRe: New line with streamwriter Pin
Luc Pattyn16-Mar-11 9:46
sitebuilderLuc Pattyn16-Mar-11 9:46 
GeneralRe: New line with streamwriter Pin
Pierre besquent17-Mar-11 0:24
Pierre besquent17-Mar-11 0:24 
AnswerRe: New line with streamwriter Pin
Luc Pattyn17-Mar-11 4:35
sitebuilderLuc Pattyn17-Mar-11 4:35 
GeneralRe: New line with streamwriter Pin
Pierre besquent17-Mar-11 6:00
Pierre besquent17-Mar-11 6:00 
GeneralRe: New line with streamwriter Pin
Luc Pattyn17-Mar-11 6:29
sitebuilderLuc Pattyn17-Mar-11 6:29 

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.