| Thread | Last Post | Replies |
|
| Detecting Headphones | 21 Mar 2008 17:57 GMT | 5 |
Is there anyway to detect whether the user has plugged in his headphones using C#? How?
|
| Newbi question. | 21 Mar 2008 17:52 GMT | 4 |
Hey I'm trying to learn how to connect a database to a C# project. The tutorial I am trying to follow says to do the following: Creating a Database Connection The first thing you need when retrieving data from a database is, of
|
| log4net mysteriously stops logging | 21 Mar 2008 17:25 GMT | 2 |
I have sent a message to the apache listserver, but thought I would ask here, too, just in case anyone has seen this problem. I am using log4net to do logging in my .Net 2.0 application. I am using the most current version.
|
| Can i avoid typecasting all the time by overloading an operator | 21 Mar 2008 16:54 GMT | 7 |
I'm working on a project where i use a lot of sbyte-type variables. I notice that most (all?) operators tend to cast the result into int type.
|
| Linq, stored procedure with timestamp output column | 21 Mar 2008 16:37 GMT | 1 |
I am trying to use linq to sql to call a stored procedure. Here's the proc signature: CREATE PROCEDURE [dbo].[apConvertDocument] @FromDocumentId int,
|
| Multiple StateImageList | 21 Mar 2008 15:59 GMT | 5 |
In a treeview, I want to display tree nodes with multiple state. Like a node with two state like active/inactive and checkedin/ checkedout icon. Is it possible to do with multiple stateimagelist? Else someother way to accomplish this?
|
| Application.DoEvents() Equivalent in a Windows Service. | 21 Mar 2008 15:52 GMT | 3 |
I have a Windows Forms application that I'm 'converting' into a Windows Service. In order for the service to stop, I have to wait for an object to change it's state. In the windows forms application I have something like;
|
| Creating exe | 21 Mar 2008 15:39 GMT | 3 |
Quick question, I have an application which has an exe, couple of dlls and a config file. Is there any way possible to have all in exe file to run? I mean, I would like to only one exe at the client side. Is it possible?
|
| ASP Wizard Steps | 21 Mar 2008 15:37 GMT | 1 |
How can I keep track of which wizard steps have been navigated to and completed, as well as how far down the wizard the user has navigated, ie I want to knw that he has been as far as step 5 and not step six. I gather this would be esiest by keeping a flag on the wizard.
|
| Auto-creating documentation | 21 Mar 2008 15:02 GMT | 8 |
Is there a facility in VS Express to automatically create an API-doc? I could use the fairly OK Doxygen but i'd prefer to use something from MS.
|
| Gettext to localize software, or .resx file editor | 21 Mar 2008 13:02 GMT | 2 |
I'm searching a real good tutorial on using Gettext and .po files to localize a software on Visual C# 2008. Otherwise, a tool to Easily edit a .resx file ... Thanks for your help ...
|
| C# and COM | 21 Mar 2008 11:00 GMT | 7 |
I have to create an interface to allow another application to communicate with ours. I'm thinking of adding a COM interface into our exe to allow this but I'm not sure this is the best way to go. The other application needs to be able to launch ours, send it some data and
|
| .NET Assembly, Manifest | 21 Mar 2008 10:03 GMT | 1 |
I am a newbie and have some questions regarding .NET Assembly and manifest: (1) What is an Assembly? When the project is build, which dll or exe is called Assembly? What is the difference between a .NET binary
|
| Creating structs | 21 Mar 2008 09:43 GMT | 7 |
I wish to send in a struct called Str as a parameter to a method. Do i have to create it first and then send it in or is it possible to create in
|
| Errors computing modulo | 21 Mar 2008 08:35 GMT | 7 |
I get arithemtical error computing this. int modulo = -2 % 3; The computer returns -2, as far i can see. The correct value should be 1.
|