| Thread | Last Post | Replies |
|
| Dialog: Cancel button / esc key (Windows forms) | 14 Mar 2008 23:42 GMT | 7 |
Hello, a short question: Do I have to add a cancel button to my form dialog for it to be closable by the esc key? Right now I have no cancel button in my dialog and I noticed the esc key will not close it. First I thought the two textboxes I have in the dialog "consumed"
|
| How can I determine if a Windows Driver is Digitally signed | 14 Mar 2008 23:16 GMT | 2 |
Hey all. I need to determine whether or not a Windows Driver is digitally signed using a C# application. Can anyone point me in the right direction for doing this? I know it has something to do with the .cat
|
| how to save my class in settings | 14 Mar 2008 22:39 GMT | 1 |
I'm trying to use the settings class of my C# project to save an ArrayList of my class SyncSystem. I have added the ArrayList using the settings dialog with user scope. What happens is that when I save the settings, everything works great. But when I close the application then ...
|
| Update underline datasource (Datagridview) | 14 Mar 2008 21:55 GMT | 1 |
When I check/uncheck a checkbox in my datagridview, the datasource is updated. How can I catch the event that the datasource has been updated? Thanks.
|
| Calling a VB.NET DLL from C# | 14 Mar 2008 21:49 GMT | 11 |
I have created a simple VB.NET DLL. I want to test it using C# by calling its only function and getting back the result. The function within the DLL is: Public Function ADD(ByVal first As Integer, ByVal sec As Integer)
|
| sparql and c# | 14 Mar 2008 21:32 GMT | 2 |
Can C# be used with sparql?
|
| common DataBinding scenario: Yes/No backed by true/false | 14 Mar 2008 21:10 GMT | 5 |
I have the need to display a DropDown with 2 options: Yes/No. I want to bind this control to an entity which represents the field in question with a bool. What I've done in the interim is to manually add "YES" and "NO" strings to
|
| Bizarre benchmark result -- C# hundreds of times slower than Java? | 14 Mar 2008 21:04 GMT | 14 |
While asking some Java enthusiasts what they think about C#, I came across this: http://www.manageability.org/blog/archive/20030520%23p_the_problem_with_cameron Reportedly, the (essentially) same program in C# is much, much slower than
|
| How to live search for tutorials/examples of using C# for stored p | 14 Mar 2008 21:03 GMT | 1 |
What keywords should I use for (google/live) searching for tutorials and examples of using C# to write stored procedures in SQL Server? There is a special name and I cannot remember it. Thanks,
|
| Show dialog in response to message | 14 Mar 2008 20:32 GMT | 10 |
Disclaimer: I'm new at C# so please be gentle. :-) I'm writing a simple card game where two players play against each other through a middle hand they both connect to. In the client (the player) I read messages from the middle hand in an asynchronous
|
| What is the least impactful way (to the end user) to deploy a c#/database application? | 14 Mar 2008 19:50 GMT | 10 |
I'm making an app that reads some text files on the user's computer, puts them into a little database, and then least the user view/search thru them. I've just realized that the sqlexpress db I created thru server explorer is only gonna be on my dev box, and not the user's
|
| TryParse? | 14 Mar 2008 18:55 GMT | 5 |
As far, as I know, this is not a good code: ------------------------------------------ double d = 0; try
|
| Linq deferred loading doesn't seem to work | 14 Mar 2008 18:53 GMT | 9 |
I have an Association on my table; the association doesn't seem to load. Here's the association: private EntityRef<Shared.Employee> createdBy = default( EntityRef<Shared.Employee> );
|
| Controlling compiler output, possible? | 14 Mar 2008 18:50 GMT | 1 |
When creating a windows application you get a specific file and folder structure when you compilte your code. I was wondering what sort of control (perhaps not using VS.NET but other tools and command line) I have to influence the way the output is made? At the moment I would get ...
|
| Comparing Type variables | 14 Mar 2008 17:59 GMT | 3 |
I have a questions regarding comparing types. Suppose I have the following classes: class class1 {
|