I'm trying to figure out how to upload files like sharepoint does for our website. I've looked at several posts regarding uploading multiple files in EE, but haven't found a satisfactory solu...
Is it possible to merged multiple data cells into one, ( or multiple header cells into one) for datagridview control?
I need to convert the following C struct that contains an array of pointers to C#:
typedef struct {
float* a[5];
} MyStruct;
I tried the following and the line that reads "public f...
hi
i have a datagridview with 5 columns i want to display the text in 3 rd column cells as
eg:
abcde-ab
123bc-12
12abc-a1
i.e i want to display first 5 chars after that i want a "-" symb...
Hi,
I have desktop c# application, and when this application main frm loads i want to update some registry value to null ...
the regsitry value resided on:
HKEY_CURRENT_USER\AppEvents...
I have a classic ASP page that reads the variables in the QueryString and uses a series of case statements to determine what content to display based on the Querystring variables. The case sta...
Why does line (smartPartCollection.MoveNext) give build error:
Cannot convert method group 'MoveNext' to non-delegate type 'bool'. Did you intend to invoke the method?
How do I address th...
I am looking for C# code to get the DPI settings of the display (usually it's 96)
Thanks!
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...
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...
New to C# programming. Need help to write a dll component for changing the database connection to a ODBC system data source name. Using SQL Server 2005 and Visual Studio 2005
Thank you fo...
Hi,
I would like to get some input from the experts out here....I am trying to make a case for our organization to switch from C++ to C# .NET, so I would like to know what are some of the...
Hi experts,
I was asked to create a report in Excel. I should take data from a table and populate it on Excel.
I used the below query
select * from database_table;
Now in database...
How do I change the background color of a cell based on the value in that cell; for example, if the value of the cell is car, color it red, if it is truck, color it green?
I have two multiline text boxes. txtInput, txtOutput
I need to capture text into txtInput
convert it to Binary
put it into a session variable
read from session
convert back to string....
I've made myslef a custom browse for folder with checkboxes for multiple selection of folders but i'm having trouble browsing through the network. I want to be able to browse through network c...
I am trying to explore security in XML Web Services deployed in IIS. I need a sample application (which can be quite simple) on which I can demonstrate the security protocols i have chosen to ...
Hi,
I am developing an windows application in which i have to add 5 different TTF fonts in my application so i want to know how o add these fonts to my application programatically...
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....
Hello,
I am filling a DataGridView control with database from a SL Server table via a datset with the following code:
Conn = new OleDbConnection(ConStr))
cmd = new OleDbCommand(SQL, Conn)...
OK, I have a really simple question. I am sure that I am overlooking something, but here goes.
In Visual Studio 2003, I have two C# projects. One is a Class Library, the other a Windows Fo...
I would like to create a seperate copy of a list, so that when the first list is cleared the items in the second list are not cleared. How is best to do this?
I am working on a shopping cart app.
I have been successful in adding an order with one item, what I am struggling with is how to loop through for multiple items.
How do I add multiple...
sir,
I want to converting rupees in words by using javascript in asp.net with c#
send me that code
I am trying to use WMI to execute a command on a remote computer (which I found out how to do), but what I need now is to see the actual result of the command. For example, if I run the ipconf...