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: 351 - 375 of 2242
 
I think this is a fairly standard question.  How can I create a button that will populate a text field with a file location.  Your standard Browse File locations button.  I'm a little new to c...
Hi, I need to select a Excel file or a CSV file to export it to a database. This database can be DB2 or Sqlserver. It must export it to a new table or an existing table. When it is a ne...
I have a C# VS .NET 2.0 project. All the js code is in a .js file. In the code behind (testPage.aspx.cs), we add methods from the .js file to the asp controls. For instance, we have a radio...
Hi All, I am using the following code to extract the sheet names from excel: (See attached code) But the data is returned sorted by the NAMES of the sheets, and this is the issue. I need...
Please see the code snippet below and the two methods with the "i want" verbiage.  Thanks!
Hello Experts, I am using the code below to export a DataView to a CSV file.  I would prefer to export the dataview into an Excel Spreadsheet because ultimately the data is being used as a ...
Greetings, I have a C# app, which tests for connectivity by pinging a server. When I start the ping processes, I also start a series of 8 cycling graphics that I want to use to show that...
I have an extensive and complicated print system based on GDI plus, I want to be able to control where the output of the application goes as it has to have the capacity to print to multiple pr...
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...
I would like to serialize my form which is inherited from Systems.Windows.Forms, but when I try to do it, an error occurs because the parent class is said to be not marked as Serializable. ...
i am working on a windows application made in C# dotnet 2005. in this i have a form which have a  list which gets filled from another table. basically i have a column in a table which is for...
Hi, I would like to create a nested DataGridView in a C# Windows Form application.  How do I do this progmatically?  I am familiar with using the DataGridView but I can't figure out how to ...
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??...
Hi, I'm developing a project with C# that allows users capture and save video stream from USB-Webcam. Can you show me an example about that ? Thanks in advance !
I get this error no matter what AJAX control I attempt to use. As long as I'm in design mode in Studio 05, I get no errors, but the second I go into source mode, there are the errors, on every...
Hello, Have a few questions in regards of customizing DataGridView control in VS 2005: 1. How can I change the colour of the column header? I tried changing ColumnHeaderDeafultCellStyle pr...
How do i change a read range based on a Select Case Statement? I have a populated ComboBox that the user selects the excel format he has, how do i transfer the Combobox text to the statement i...
Its been a while sense I've used Visual Studio so bare with me.  What is the line of code that will load a new form when I click a button and run a check.  I would expect it to be Load.Form1.c...
Hello Experts, I'm working with MS Office 2003 and visual studio 2005 I have experience with C# .NET and web applications, but I have not yet worked with Microsoft Office .. . until now....
Experts,             I am trying to develop a timsheet web application which can be used for any project. I am trying to develop a gridview or any control like that would always display a cu...
I am using a generic list to return a list of college courses.  I have a stored procedure that lists all courses in the database which is returned as a generic list. I can filter the generi...
Hi Experts, I am trying to create an SSL connection with an apache server. My app is a web services client developed in c#.  I installed the client certificate in my PC and the CAs.  I can ...
Is it possible to merged multiple data cells into one, ( or multiple header cells into one) for datagridview control?
Hi everyone im trying to write a console application to find the free space etc on a hard drive however it wont run but keeps telling me that the namespace cannt be found.  my code is below al...
Hi, I have a Textbox which displays values using DataReader on form1. when user clicks a  button a dialog form (form2 opens up). User enters value in textbox and clicks button. I save the v...