| Thread | Last Post | Replies |
|
| Reflection and static constructors | 30 May 2008 09:56 GMT | 2 |
I have a class with a static constructor that I need to call via reflection. I've tried lots of combinations with the binding flags and InvokeMethod, no luck so far. Do you have any suggestion?
|
| Mouse leave for windows form which has some controls not firing as desired | 30 May 2008 09:21 GMT | 5 |
I have a windows from with few controls over it. Now I have to see if the cursor goes outside the bounds of the windows form then I have to close the form. I added mouse leave for the form however as soon as the cursor goes on
|
| Unit Testing VS2008 | 30 May 2008 09:04 GMT | 3 |
I have setup UnitTests that go thru a SQL Server Table Sequentially using the UntTest Property for DataSource. What if I need to use 2 tables - I have a Parent child table that I need to process
|
| using of "@" before classname | 30 May 2008 03:18 GMT | 9 |
i was looking in some code in which i found that it is using @ keyword before class name and constructor like this public class @MyClass {
|
| .Net 2.0 SqlDataSource | 30 May 2008 01:48 GMT | 4 |
In the .Net 2.0, how do we know the row numbers of a SqlDataSource's dataset? Thanks for help. Jason
|
| Custom controls moving around in VB .Net not C# | 29 May 2008 23:02 GMT | 2 |
I have this weird problem...I have a custom composited control written in C# comprising of a label and a textbox (in an assembly) If I import the control into a C# Win Forms project and place several of the controls on a page everything is fine...all of the positioning properties
|
| DataBinding through aggregation | 29 May 2008 22:17 GMT | 1 |
Here is the description of the code I have: - a class myClass, inheriting from DependencyObject, containing a DependencyProperty myString (yes, my names are ugly) - a class toStringConverter implementing IValueConverter, which takes
|
| Using datetimekind. Is there supposed to be a conversion? | 29 May 2008 21:13 GMT | 2 |
public DateTime d2 = new DateTime(2000, 1, 1, 15, 0, 0, DateTimeKind.Utc); MessageBox.Show(d2.ToLocalTime().ToString()); The messagebox shows "01/01/2000 15:00:00" where I expected 14:00 (I'm GMT + 1, VS 2005)
|
| .NET does nothing on target machine | 29 May 2008 21:09 GMT | 4 |
I do a simple unzip style deployment onto a target machine. This target machine previously had a working version of my app on it but 30 seconds after unzipping the new DLLs etc to this folder nothing happens when the WinForm EXE is double-clicked.
|
| Linq Query Help. | 29 May 2008 21:03 GMT | 1 |
I need some help constructing a linq query on datatables. I have 2 datatables as follows RangeTable MinValue MaxValue
|
| Finding Links | 29 May 2008 21:02 GMT | 1 |
Is there a way to extract the links from a given string which is a combination of text and links.. Eg: Downloads at download.com videos at youtube.com
|
| Question about return style | 29 May 2008 19:32 GMT | 20 |
I was just wondering if there is a "best" choice from the following couple of ways of returning a value from a method: 1) private HashAlgorithm GetSpecificHashAlgorithm(string hashString){
|
| Sorting Crystal Reports programmatically | 29 May 2008 19:25 GMT | 1 |
I'm still learning Crystal reports, and now I need to sort report programmatically. I've found a good article about it: http://blogs.ittoolbox.com/c/coding/archives/sorting-the-fields-in-crystal-repor t-programmatically-16201. This is how it described there:
|
| .NET apps not being recognized as being in the Intranet Zone | 29 May 2008 18:56 GMT | 8 |
So I had a problem recently... my .NET apps would no longer run from a particular share, nor could I open them in VS.NET. See: http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_t hread/thread/51cb5c13ce875757?hl=en So I went into Internet Explorer's ...
|
| Reinstate Namespace & Methods DropDown Lists within Visual Studio IDE? | 29 May 2008 18:04 GMT | 1 |
I reset all of my settings within Visual Studio IDE (Interactive Developer Environment) to the factory defaults for C# via Tools --> Import and Export Settings --> Reset All Settings Now, my drop down lists for the namespaces on the top left and for the
|