| Thread | Last Post | Replies |
|
| install web service in a Setup Project | 24 Jul 2007 01:44 GMT | 2 |
I know this has been answered, I just can't find it. can someone point me to a URL or thread that shows how to install a web service in a Windows Setup Project ? I need to install a windows app, but it must install a web service in IIS too.
|
| Editing Existing Excel Worksheep in .Net | 24 Jul 2007 01:10 GMT | 4 |
Hi programmer people. A vendor of mine uses an Excel workbook as an order form. I'm trying to write a csharp code in VS '07 that could import the workbook and edit it.
|
| system tray or windows services?!! | 23 Jul 2007 23:21 GMT | 7 |
did you see the CNN or BBC dekstop news alert software? I want to develop the same but for banner advertisment and I want to if I should do it as system tray ir windows services?
|
| event handling for list view question | 23 Jul 2007 23:18 GMT | 3 |
I have a 3-column listview. It has to return the value of the cell when the user click the listview. The SelectedIndexChanged event and ItemSelectionChanged Event only return the row information (ListViewItem).
|
| Screen logger class | 23 Jul 2007 22:56 GMT | 7 |
How to create screen logger class from WinForms application. It should have the following methods: Open() - creates a window in screen Writeln(string s) - writes text to this window
|
| At wits end! Please help: gridview.databind() gives no data | 23 Jul 2007 22:17 GMT | 8 |
Please help! My gridview displays with two empty rows. There is no error message, just no data. I am at wits end and really wondering why we work so hard to have our lives made so easy by these pre-packaged controls.
|
| trim the string | 23 Jul 2007 22:16 GMT | 5 |
I have a string line = " DOL : 12/04/09 " I want to remove the white spaces and to get the string like line = "DOL : 12/04/09" ; i have th e following coding but it is not going to if statement.
|
| Help Rotating Text | 23 Jul 2007 22:05 GMT | 4 |
I'd like to print some text at an angle. I was able to get Graphics.RotateTransform() to work but rotating the entire mapping area makes positioning the text a nightmare. I'd like to instead change the underlying LOGFONT escapement.
|
| bind Dictionary to DropDownList | 23 Jul 2007 22:02 GMT | 2 |
Is it possible to bind a Dictionary to a DropDownList ? The most obvious code fails : Dictionary<string,string> dictionary = new Dictionary<string,string> dictionary.Add("Name1","Value1");
|
| LDAP and Sybase connection using C# | 23 Jul 2007 21:30 GMT | 2 |
I was thinking about making an application that would both interface with an older Sybase database (ASA 9.0) and LDAP to do some grunt work. My plan is that the Sybase DB holds all the user information and I
|
| Response.Redirect problem | 23 Jul 2007 20:31 GMT | 6 |
I'm trying to figure out what I have wrong in the following code. It's located at http://www.ledet.com/locations/location.aspx If I call this page with http://www.ledet.com/locations/location.aspx?id=0 it works fine and redirects to the default page for that directory.
|
| Using a .dll | 23 Jul 2007 19:56 GMT | 9 |
I'm coming from a Java background, and exploring C#. An acquaintance gave me a .dll that I plan on using in a couple of projects. His directions involved putting a copy of the .dll in the folder where my project is and adding a reference to it. I've gotten everything to
|
| bypassing the Windows Form Designer | 23 Jul 2007 19:49 GMT | 10 |
I want to bypass the Windows Form Designer in VS, to create a form programmatically. The elements of the form are to be arranged in a table, and I want the size of the table (and therefore the number of elements) to be determined at runtime, so dragging and dropping on the
|
| Extendind/hooking system dll's | 23 Jul 2007 19:36 GMT | 7 |
I am looking for a way to extend system classes (specifically I'm talking about data provider connection classes such as System.Data.SqlConnection, System.Data.OracleConnection). What I need is to add custom pre-processing before call to some of teh
|
| How to set the max heap size in C#? | 23 Jul 2007 19:36 GMT | 2 |
I am writing an application which constructing a fairly big tree for some financial pricing application. How can I increase the heap size of the .NET runtime environment? I have tried doing it in Java before which I can set use the /mx flag
|