| Thread | Last Post | Replies |
|
| How to get the number of nonempty rows in excel application? | 30 Dec 2005 20:48 GMT | 1 |
Hi, there, I have an xls file, and need to get the number of nonempty rows from one worksheet. How to know what is the last line of this worksheet? I am using Microsoft Excel 9.0 library, Excel 2000, and C#.
|
| Simple focus Q | 30 Dec 2005 20:38 GMT | 4 |
Form1() has a selection menu for the user. Form1() calls Form2() with menu selections. Form2 opens a Crystal Report viewer. How do I this.Close() the Form1 properly so the user doesn't have access to the previous selection menu when the CR viewer opens. Currently, the menu ...
|
| Embedded SQL in C# | 30 Dec 2005 20:00 GMT | 25 |
I am intersted in trying to reduce the cost of C# development, by reducing the number of lines of code. In my opinion, as a business developer, the biggest opportunity to reduce the number of lines of code is in database access.
|
| Filling a DataSet with an ADO Recordset or Record | 30 Dec 2005 19:28 GMT | 6 |
I am writing a web service for a classic ASP application. I need to consume an ADO recordset and then send it to another web service for processing. I found an MSDN ariticle telling how to do this (http://msdn.microsoft.com/library/default ...
|
| AppFriendlyName not applying | 30 Dec 2005 19:23 GMT | 3 |
I'm trying to set the property of AppFriendlyName to a IIsWebServerSetting class in an IIsWebServer. However, when I take a look in IIS manager, under the AppPool tree it just says "ROOT" instead of the name I have specified.
|
| I LOVE THIS JOB !!! | 30 Dec 2005 18:58 GMT | 1 |
I LOVE THIS JOB !!! For everyone, who needs money. Are you on the search for a lucrative source of income? Would you like to work of at home out of, without
|
| Drawing on CodeWindow - AddIn | 30 Dec 2005 18:05 GMT | 1 |
I created an addin and wrote a class that inherits from System.Windows.Forms.NativeWindow. In the Connect method, I created an event handler to listen for DTE.Events.DocumentEvents.DocumentOpened. In the handler for DocumentOpened, I call EnumChildWindows. In the callback
|
| [DLLImport] Attribute where is default dll location | 30 Dec 2005 17:54 GMT | 6 |
I have a DLL with unmanaged function written in C. I need to call from managed C# code, where should DLL have to placed, bin folder system32? And can this location be changed. I haven't found anything useful in this regard on MSDN documentation.
|
| How to unload an assembly | 30 Dec 2005 17:51 GMT | 5 |
MyEXE loads myDLL at runtime using Assembly.LoadFile("myDLL.dll"). Then I create an instance of a class contained in MyDLL using Reflection. When I terminate the debug session of my EXE file, the DLL remains locked and cannot be overwritten. I can only exit VS and reload.
|
| Controlling focus | 30 Dec 2005 17:45 GMT | 2 |
Hi -- I have an application where it is very important that i control where the focus is. Many times the focus gets set to a form that was just loaded or a form becoming visible or just a form that is sitting there
|
| C# user.config confusion | 30 Dec 2005 17:35 GMT | 7 |
I have a windows form app which would benefit from the new application settings support in VS2005. Say that my form has a single textbox on it. When the form closes I would like to save the text in that textbox as part as the user level application
|
| Animation and windows progs | 30 Dec 2005 17:25 GMT | 3 |
I'm new to c# and have created an animation which draws directly to the window, it uses the code below which all works. I would like to know if this is the 'correct' way to do it - or would an experienced c# programmer do it another way?
|
| DataGridView Control | 30 Dec 2005 17:01 GMT | 2 |
Can someone show me how to delete all the items within my gridviewcontrol so I can repopulate with new data? Thanks
|
| Timer or threading Q | 30 Dec 2005 16:49 GMT | 8 |
Yello, Quick Q: I created a windows service that changes some data every (approx) 1sec, but currently it is using a loop on a separate thread that uses
|
| Name of control | 30 Dec 2005 16:47 GMT | 2 |
What the name of the control that is used in Visual Studio for the Properties Window, Solution Explorer, etc Thanks in Advance
|