Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Time Tested MS Visual C# Solutions: 1 - 25 of 1150
 
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...
Hi, I am trying to find out how to execute the following sql statment to my ms sql database in c# winforms using visual studio 2005: - INSERT INTO Users Values (NewID(), 'Eljay', 'c:\pic...
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 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...
how do I get the drop down list selected value to register the first time a page / drop list is loaded ... as when you select an item within the dropdown menu post's back and updates its va...
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,
Hello, 1. I have a Windows Form app where I am binding a DagridView to a Dataset which was filled from a SQL Server database table. 2. I then have a method to Update the database. Th...
Is there a way to connect to a remote Microsoft SQL database from Microsoft Visual C# 2008 Express?
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, In my window application, when I press enter key in multiline textbox, then I want to make clear the textbox value as well as cursor in first line with this property: wordWrap==true; Bu...
attached is the script I use to open respective document. this replaces the current .aspx file and opens the doc. would like to open the doc in a different browser window (or tab) -- ini...
hi, I have a working solution, VS 2005 using C# where i save data through DataAdapters to MS SQL Server 2005 Full blown version. I needed to move my C# project into another machine with C# Ex...
I am developing a web application using C# & VS2005 (ASP.NET 2.0). I have to show reports in my application, so I used Crystal Reports Viewer to view my crystal reports (10.0). it is workig fi...
How to get the Project folder path in C#. Example: C:\Documents and Settings\Colorsit123\My Documents\Visual Studio 2005\Projects\Demo\Demo
How do i remove blank spaces from a string array?
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.]
Using .Net 2.0 C#, I want to open an excel file.   I'm getting an error on this command: excelApp = new Excel.ApplicationClass(); The error message: Error: System.Security.SecurityExc...
i had a combobox with 5 items in it the first one is blank 1) 2)a 3)b 4)c 5)d so my question is  i want to set it to blank if i press spacebar key instead of using up arrow key to set i...
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 ...
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
how do you pass variables between javascript / .aspx pages usage requirement is pass real-time variables such as numeric values and also for passing such content as url for example (i.e. as...
Hi, I am reading data from serial port (GPS) in a windows application.  I have a main form and other child forms. When I am using only one form I can read data from GPS easily. But when using ...
Hi, I have windows form application c# 2.0, and i want to add new buttons that have images and i want the button to be displayed as transparent so the images will be only displayed for the...
I'm working on a program that takes several inputs, does some calculations and then plots a graph.  The inputs are handled with a KeyPress event.  All of the textBoxes are in a groupBox contro...