leppie

16,861
reputation
1256 views

Registered User

name leppie
member for 1 year
seen 1 hour ago
website
location South Africa
age 34
Author of IronScheme and xacc.ide



2h
comment IList<T> where T is a generic class
Is there a question here?
2h
answered What is the most under-valued part of .NET?
19h
answered Inserting a new object into L2S table and databinding to it prior to SubmitChanges() in WPF
1d
comment serialize HybridDictionary to byte[]
Does the value type include that PropertyDescriptor? It sounds like a BindingList/BindingSource perhaps.
1d
comment serialize HybridDictionary to byte[]
What is the content of the dictionary, iow keys and values?
1d
comment Defining two dimensional Dynamic Array
That is simply a list of lists. Not 2 dimensional.
1d
answered Defining two dimensional Dynamic Array
1d
answered w3wp.exe taking entire CPU
1d
answered HTTP 500 error-.NET 2.0
1d
comment C#: What is the mistake in this code?
How does this code even compile?
Dec
15
comment T4 pro editors (payable) comparison
I used the freeware version of both, one of them completely broke my VS. I suggest you test both.
Dec
15
comment ASP.Net @ Symbol
There are a few of them. Look in the MSDN ASP.NET markup reference.
Dec
15
comment HashTable Insert Failed. Load Factor Too High. .NET 2.0 SP2
Unless you have a hashtable of a few million or more entries, I cant see how this can happen. In that case you should really be using a DB...
Dec
15
comment Access owner members in a nested class
@serhio: where ever you want. Point is, if you have Form1 f, you can access the tooltip as f.toolTip1, like you did in your question.
Dec
15
comment Access owner members in a nested class
@serhio: yes. Get a reference of the form and access it. The compiler wont complain.
Dec
15
comment Access owner members in a nested class
@serhio: as your class is nested, you have access to all the declared members in the containing class.
Dec
15
awarded  .net
Dec
15
comment regex can’t recognize “\n”?
Thanks unknown, didn't know that :)
Dec
14
answered regex can’t recognize “\n”?
Dec
14
comment Why is drop allowed even if Effects = DragDropEffects.None is set?
Shouldnt you be setting the effect during feedback?
Dec
12
accepted Embedding IronScheme in a C# app
Dec
11
accepted Any native ZIP/Packaging for .NET3.5
Dec
11
awarded  Popular Question
Dec
11
comment Which C# compiler errors are undocumented?
I am not sure why this construct is not allowed. When crafting the intention in IL, this delegate can be consumed without issues in C#. (VS is another story).
Dec
10
accepted How to bound a DataGridViewComboBoxColumn to a object?
Dec
10
comment How to accept ANY delegate as a parameter
@Pavel: You will need a 'better' language for that, like Scheme for instance, that allows syntactic abstraction.
Dec
10
accepted Which Tab Control does Visual Studio 2008 use?
Dec
10
comment Agile Myths and Misconceptions
So you are saying 'design as you go' is just as good?
Dec
10
comment Which C# compiler errors are undocumented?
@Alexandra: I am not sure why this is disturbing you. Is sharing knowledge and information that MS did not include in the documentation a problem for you (or MS for that matter)?
Dec
9
answered How to accept ANY delegate as a parameter
Dec
9
comment C# Linq Inner Join
Ahh that is what my mind was looking for :)
Dec
9
comment C# Linq Inner Join
See you fixed it :) The 'into' changes the lexical scope kinda which always confuses me outside the IDE.
Dec
9
comment C# Linq Inner Join
'into grp' should be gone, not? ;p
Dec
9
comment Which C# compiler errors are undocumented?
@Alexandra: just for information. I hit the error, instinctively hit F1 as I wanted more info, but no result. Google did not yield any results either. I guess I was the first person to ever get this error :) At least now, someone can start a discussion on a specific error. Maybe it is useless, maybe it is not.
Dec
9
comment Corner case in using lambdas expression in base constructor
This was asked before, it will be fixed in C# 4.0
Dec
9
comment Stepford Wife v1 - functionality
@ForerMedia: You must excuse the general ignorance of some SO people, well most... Last night I also had my wiki closed due to people not taking time to read and understand it. At least it was reopened :)
Dec
9
comment How-to save a dynamically generated assembly that is stored in-memory?
@JB: thanks. I always thought it was possible. So how does MS debug dynamic assemblies? ;)
Dec
9
comment How-to save a dynamically generated assembly that is stored in-memory?
That's because you need the base address which is very difficult to find! blogs.msdn.com/debuggingtoolbox/archive/…
Dec
9
comment How-to save a dynamically generated assembly that is stored in-memory?
@JB: this is from within WinDbg, I am not aware of such limitations.
Dec
9
comment How-to save a dynamically generated assembly that is stored in-memory?
You can only set those flags when you create the assembly/module.
Dec
9
answered How-to save a dynamically generated assembly that is stored in-memory?
Dec
9
comment How-to save a dynamically generated assembly that is stored in-memory?
HAHA, try again :)
Dec
9
comment Preventing color bleeding with StateImageList on TreeView
4 bit images dont work correctly either :( Updated my question with another screenie.
Dec
9
revised Preventing color bleeding with StateImageList on TreeView
added 235 characters in body
Dec
9
answered Which C# compiler errors are undocumented?
Dec
9
comment Why can’t I switch on a class with a single implicit conversion to an enum
Because you should not be lazy :)
Dec
8
revised Which C# compiler errors are undocumented?
added 55 characters in body
Dec
8
asked Which C# compiler errors are undocumented?
Dec
8
accepted Where can I find the list of methods and properties in Settings.Default namepsace in Visual Studio?
Dec
8
answered Unchangeable Dictionary