| Thread | Last Post | Replies |
|
| Writing to app.config | 07 Dec 2007 13:56 GMT | 3 |
Hi, I've spent some time looking at articles about this but I can't get it to work. I'm trying to write to my app.config file in .Net 2.0 using: Configuration config =
|
| Question on BindingSource and Explicit Interface Properties | 07 Dec 2007 13:39 GMT | 1 |
In an application I have an interface with methods and properties. The interface is used on a Class (ie class MyClass : IMyClassA, IMyClassB). On a windows form I define a BindingSource (_bindingMyClass) where I set the DataSource property to the interface IMyClass.
|
| Linq: #Temp tables in SPROCS do not have return values in generated methods | 07 Dec 2007 12:03 GMT | 4 |
I have a SPROC which selects records into a MSSQL #temp table and then selects the records from that. I drag this SPROC onto the right-hand pane of the DBML diagram, but the method that gets generated for the SPROC does not have a return type. Any ideas why this is?
|
| ANN: Code Explorer v2 for Visual Studio released | 07 Dec 2007 11:01 GMT | 1 |
+++ On 6 December 2007 ModelMaker Tools released +++ +++ ModelMaker Code Explorer for Visual Studio v2.0 +++ This new major release contains many exciting new features such as: += Visual Studio 2008 IDE integration
|
| Send netowrk messgae between users | 07 Dec 2007 10:58 GMT | 3 |
I've a windows application with few users (each user works with his own pc and on each pc i've my application insalled). when a user finishes committing any action he gets a messageBox saying "Action Succeeded\Faild", I want that on some action all users will get this pop-up ...
|
| databinding properties to controls | 07 Dec 2007 10:34 GMT | 3 |
I have added application settings for a few user options such as ShowFramerate. I have a toolstrip with menu checkable menu items and have bound their checked property to the relevant applicationSetting.
|
| Stored procedure with ExecuteNonQuery not returning value | 07 Dec 2007 10:09 GMT | 8 |
I m trying to get the return value of a stored procedure with ... DbCommand command = connection.CreateCommand(); command.CommandText = "Exec some_SP";
|
| Problem with Thread | 07 Dec 2007 08:56 GMT | 7 |
I have an application in which I want to show a loadscreen. (I'm loading data from the WEB and as long the app load the data I show an animated screen which says Loading Data. I used a thread for this. It works fine on a machine where I have installed Visual Studio (2005 or 2008) ...
|
| WPF user control | 07 Dec 2007 08:29 GMT | 6 |
I hope i'm posting into the good group, i found no active group around xaml. My situation is the following: I'm trying to play around xaml in the new VC# Express 2008. My
|
| Hosting EXE Application in a Winform? | 07 Dec 2007 07:41 GMT | 6 |
It's possible to Host a exe application in a winform? Thanks
|
| When is it good to have ILDASM | 07 Dec 2007 07:30 GMT | 1 |
Because of the existence of the ILDASM it must be good to have to solve some problems. I just wonder can somebody tell me more specifically what kind of problem is it an
|
| Insert Proc to Sybase | 07 Dec 2007 06:53 GMT | 6 |
I wrote a stored procedure to insert data on Sybase. I need to find code on how to execute the stored procedure from C#. Do you have any examples?
|
| Datasources and Display | 07 Dec 2007 06:10 GMT | 1 |
I have an application codenamed WingFlex. It has a number of aspects to it, but the prudent parts for this problem are all within the "Client" Schema. The Client schema has three tables in it, on named Country, one named MedicalCondition, and one named Customer. The Customer ...
|
| About attribute | 07 Dec 2007 06:05 GMT | 2 |
Hello!! I just make some test about the obsolete attribute. It works as documented but I have one question. If I use the ILDASM to look into the PE assembly I can't see any trace at
|
| The Muslim's Creed | 07 Dec 2007 05:39 GMT | 2 |
The Muslim's Creed Sorry for not sending anything related to this group but it might be something new to you. Question No.1
|