I have a C# application that is bound to a MS Access 2003 database. If someone running the application on another machine adds a row to the access database I would like my application on my ma...
I need to impersonate a Windows Application, in other words do my own "Run as... I am using the example shown at http://msdn.microsoft.com/en-us/library/system.security.securitycontext.aspx....
_PriceListHeader.SCTeffectivedatetime = null;
this is a field type of date allows nulls
Error 5 Cannot convert null to 'System.DateTime' because it is a value type C:\Users...
I am trying to output the version of the mk32. I already searched for some answers here in EE but it's still not working. Here's the code:
string Output = "";
Pro...
Well the thing is I'm in the middle of learning how to raise my own events but I got stuck.
I already understand the delegates and the events, and I'm trying to create an object with an "On...
Hi,
I'm using the Telerik AJAX Manager to ajaxify a page, and I want to have a sound played at some point. I have been unable to consistently get a postback coming from an ajax request to ...
the attached script works -- but the vs compiler is giving me a warning message - indicating is obsolete...how do I upgrade this script statement ?
My question is fairly simple. I just write a code that multiples to doubles say 3.13 and 3.13 and as a result I get 9.7968999999999991 instead of 9.7969. Why do I get those unwanted extra digi...
sir,
I want to converting rupees in words by using javascript in asp.net with c#
send me that code
hi,
I have the following scenario: I am using SQL Server 2005 Express and Visual Studio 2008 - C#, my database has 5 tables which hold configuration settings for my application. Each client w...
Good evening experts:
My team is currently implementing an application that will manage a list of drugs. To accomplish this task, we have implemented several data transfer objects to main...
I want to write a program chat like yahoo. Using remoting in C#
Please help me.
The program can: private chat, public chat. Send file in private chat
Hi,
i have created a very small custom component using GDI c# 2005. it creates a rectangle on form. But when i compile it it gives error
Error 1 'gauge.gaugeComponent.OnPaintB...
I have an Windows Form application in C#.NET (framework 3.5). This application will get called by a button on other applications that will make the call open my application, including command ...
Hi,
I've developed a Console Application in C#, which read's the MyConfig.xml resides on the same directory.
Background:
Let say EXE and MyConfig.xml located in C:\MyApplication folder...
We currently have an extranet customer portal written in C#/ASP.Net and would like to integrate LMS functionality for customer training. I have developed commercial LMS software in the past, ...
Hi,
I am writing an ASPX app that needs to access remote CAD drawing. I can access the file when running from VS2005's local debugging server. When I deploy the app, it cannot retrieve the ...
I've added some custom configuration in my web.config file (see snippet). This in itself works fine; I've added the classes to handle the configuration. However, Visual Studio now gives me a l...
Hello Experts,
I have a listbox which sums values each time the user clickes on one of the items in the list.
1. When the first item is clicked, the item's value is stored into a variabl...
i have developed an application in C# which uses Microsoft CryptoAPI for encryptio/decryption purpose. Basically this is client server architecture based network socket application. Client sid...
hello,
I need a simple code to connect my program to a db. And another to retrieve data from a single cell.
So far the only thing I've done is include System.Data.OleDb and inserted t...
I am trying to execute the following, but it doesn't write anything to the database. Can anyone help me debug? I get no error message. It just does nothing.
I've got a 500kb csv file with around 12000 lines and 4 columns: ID, First Name, Last Name, DOB and Location (which is just three letters). I would like to know how can I send this csv file to...
I'd like to know if there is a way to easily loop through the controls in an asp Panel as follows:
<asp:Panel id="x" runat="server">
<asp:TextBox id="txt1" runat="server" />
<asp:...
hi,
in some situations of my project, I want to exit from main form application to windows.
I have tried many things such as:
Application.Exit();
this.Close();
Environment.Exit(0);
but n...