Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual C# Solutions: 1 - 25 of 2195
 
Hi all This might have been answered before, but I have been unable to find an answer I can use, so here goes.... I have a DataTable filled with data from an Excel file. Using a for-loop...
I need a timer to run as my progress bar runs, I want it to increase one second at a time. here is how I have tried to do it so far, but im missing something, please help. Thank You. Nu...
Gridview properties SortExpression and SortDirection not maintaining values when using paging... 1) I am manually binding to a MySQL database 2) Therefore I am manually handling the firing...
This is probably fairly simple, but I cant find an answer for this question anywhere. I have a standard cheapo usb webcam and I need to capture a bitmap image from it. I have found quite a ...
My ASP.net application resides on a server with  central  time. from the same server I am pushing a web service request to another application. Now in that web service I am asked to send time ...
How to get the Project folder path in C#. Example: C:\Documents and Settings\Colorsit123\My Documents\Visual Studio 2005\Projects\Demo\Demo
i have a string variable in which i get values from 3 different  date  variable and make it look like a date eg      validdate = requestdate1.month + "/" + requestdate2.day + "/" + requestd...
I have some code that I would like to execute for each row in a dataGridView that I am populating from a database.  Does anyone know how I can get the value of the ID Column for each row for t...
Hello experts. I need help with implementing drag and drop from a listview to a tree view, does anyone have a example. Im using C# WinForm in VS2005. Thanks,
I want to open an Excel file and read it rowwise through C#.net 2005 code.
i got a windows C# project to underatand. and in this i found one line of coding System.Collections.Specialized.NameValueCollection appSettings = ConfigurationManager.AppSettings; could ...
How do i remove blank spaces from a string array?
FernandoSoto, As I mentioned in another thread. I follow your code to upload a file to ftp server by webclient at my web application. I pass a file path to the function you posted. I got a ex...
Hi Experts Hope you can help here. I have to admit I think this is a dumb question but I have been out of the Visual Studio Game since 2000 so please help! Ok here is the problem. I have...
I am trying to find an easy way to copy files in C# across servers/domains/account.  I assumed that this would be an easy task until I started researching it about 4 hours ago.... The basic...
Greetings all I have a dataset that populates a datagridview on a Windows form. Beneath the grid are a series of Textboxes that are Databound (eg. txtTitle.DataBindings.Add("Text", dsLevelD...
Hi, I have filled in my list box with data from my database. I would like to know if it will be possible to display in the list box as default 'Please select' and then have all the values??...
I have a file browser that will select an excel file.  How do I import it into the application?  Do I open and read each line, one at at time?  Can someone post some code? Thanks
I am developing a website application using Visual Studio 2005, .NET 2.0, and c#. I have a gridview using a SQLDataSOurce. There are 2 columns always visible in the gridview. One column is ...
A couple things I've never done. 1. Pass in command line parameter 2. Set global varialbe for winform 3. Force an application to close through code Goal : 1. Pass a single numeric va...
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 ...
I am exporting some double datatype value to an Excel file format (using C#, see attached code snippet). In this case, its two numbers 2.11 and 2.10. Problem in Excel is, the number is dis...
c# I have a string that includes \" I want to replace it so I just have a " how do I do that
I have a simple C# App with a Form. How do I programatically change the color of the Title bar? [NOTE: If this means changing all nonclient area color then that is ok too.]
Hi, I am looking into "OOPS" - Object Oriented Programming Concepts. I have the following definition for "Abstraction". Can you please explain / justify me this concept in simple terms ? Ev...