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...
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 ...
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...
How to get the Project folder path in C#. Example: C:\Documents and Settings\Colorsit123\My Documents\Visual Studio 2005\Projects\Demo\Demo
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 ...
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...
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 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...
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...
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...
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?
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 have 5 dropdownmenu to get the year, month, day, hour and minutes in the following format:
2008
09
17 (= 2008-09-17)
11
15
00 (= 11:00:00)
so, they can be formed as 2008-09-17 23:...
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 ...
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 have the following code.. On right click, it brings up a nice pretty context menu..
However; This rigth click event is not tied to the TreeView Node, so that anywhere i right click brings ...
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...
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...
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.]
c#
I have a string that includes \" I want to replace it so I just have a " how do I do that
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...
Im trying to insert a memorystream into a MySql table.
When executing the MySqlCommand I get an 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server v...