But the .Net framework would be worth at least twice as much I'd expect :)
Ansch
Posts
-
Java is free -
Yet more data grid issuesHi, I've got a bit of a problem with using a data grid in a window application. The application crash if I try to double click on the resize row height cursor. ie. When my cursor is in between two row headers and the cursor becomes the resize cursor. Usually, when you double click in between columns, it automatically resize the columns. However, when I try to do the same with the rows, it crashes with this error message: "Fatal system error has occured. Index was out of range. Must be non-negitive and less than the size of the collection. Parameter name: startIndex, mscorlib" Is there anyway I can disable the feature of allowing the user to resize the rows?? Thanks in advance.
-
How to convert "string" to "int"?What about Int32.Parse("23");?? exactly the same??
-
How to import C# dll dynamicallyThanks guys. Great help ;)
-
How to import C# dll dynamicallyHi, I've created a C# dll using the Class library project and have a method in there that just returns a string. I'd like to import this dll in my code dynamically instead of doing the "Add reference". How would I do that? Any help would be greatly appreciated.:confused: