Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested MS Visual C# Solutions: 126 - 150 of 1623
 
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 ...
How to pass in sql server's datetime default value which is 1/1/1900 from .NET code. It is possible to do System.Date.SqlTypes.SqlDateTime.DefaultValue? I was able to do System.Date.SqlType...
How can I use .NET to get a list of all the members of an Active Directory Group?
How do i convert a IntPtr variable to a string then convert the string back to IntPtr?
asp gridview -- getting the button to hyperlink somewhere ! have got the gridview on the aspx page, displaying the colums / data no problem. have acitvated the delete and button options ...
Hello, I'm writing a simple HelloWorld like windows app that uses a dll. I'm just trying to use the DLL from within my program. I've read previous answers to similar questions and I've tried...
Hello, Does anyone know how to select the last item in a ListBox control on a windows form in using C#?? I have a form with a listbox bound to a SQL table. The listbox displays data from...
I am trying to execute the following, but it doesn't write anything to the database. Can anyone help me debug? I get no error message. It just does nothing.
I need to get all the printers from AD, I have enclosed a code snippet that will kind of show my thought process.  I have cut it down to the barebones to focus in to the area that I beleive wh...
Hi, I have the following info: SqlCommand cmd = new SqlCommand("StoredProcedureName", cn); cmd.Parameters.AddWithValue("@typ", dt); What is the difference between "Add" and "AddWithV...
How to hide / show taskbar using C# ?
I have an object that I call MyObject.  Its parameters are MyObject.Id, MyObject.Name.. etc. I create a List of this Object. List<MyObject> myObjectList = new List<MyObject>(); I would lik...
I need to know how to do a sorting in GridView in C# www.codepal.co.nr
I want to disable the minimize button in the window.open()...I have done it for maximize button but noway i can get it for minimize button using javascript.
What is the equivalent of VB6 DoEvents in C#? I have a calculation intensive loop in which I display a progress message in a textbox from time to time. But when I actually run the progra...
I'm getting this error: System.Net.WebException: The remote name could not be resolved: 'www.microsoft.com'    at System.Net.HttpWebRequest.GetResponse() on any kind of WebRequest, such...
I have Service : ServiceBase and ProjectInstaller : Installer classes. I can install the service using InstallUtil.exe or the MSI installer project. Is there a way to install the service in co...
I'm working with C# 2005. Currently I have a project utilizing an Access database, and my company has recently upgraded everything to Access 2007. I tried to open the new Access database (.acc...
Is there ANY way I can get a dialog style box to pop up in response to a specific on-page action that doesn't involve refreshing the page or navigating away? AJAX, Javascript, anything? I'm de...
I am writing this piece of code in a C# application in MS Visual studio. I want to use GMT (or UTC) time throught in the application. I do not want to use the local time to show up anywhere in...
Visual Studio 2005, C# .Net web application, multiple projects in one solution Throughout our code we have used comments with triple slash (///) which automatically generate template commen...
I have a Gridview connected to a datasource in my C# code. I now wish to retrieve some data from this GW without asking the DB. The data sould be collected from a certain row when a checkbox h...
Hi, I am using C# of VS .Net 2005. I want to call another executable file (.exe)in my program.  I need to wait till executable is terminated How can I do it? Thanks.
Hi All,, I want to know the difference between: Show(); ShowDialog(); ShowDialog(owner); This is in visual c# .Net 2.0 When to use each of them? Cheers,
I am opening a form in a mdi parent.  I show the form in the parent and the window state of the new form in the designer is maximized.  For some reason, the form appears in the top left corner...