| Thread | Last Post | Replies |
|
| Listbox Validator | 13 Aug 2007 03:06 GMT | 5 |
I have two listboxes. The on to the left is populated with database columns and the one the right is empty. There are two buttons in between the listboxes where users can add and remove between the two listboxes.
|
| Embedding an Excel Spreadsheet in a Windows Form | 13 Aug 2007 02:58 GMT | 1 |
I'd like to embed an Excel spreadsheet in my C# application. The information I've found on the Web suggests placing a Web Browser control on the form and navigating it to an Excel spreadsheet. When I try this, I get a dialog asking if I'd like to open or save the
|
| 2 questions, database acces and datagridview | 13 Aug 2007 02:42 GMT | 2 |
Hey, this is my first time posting something on usenet, so plz be kind and mannered. Q1: I made a project where i get some information from a database, and
|
| OpenRemoteBaseKey | 13 Aug 2007 00:04 GMT | 2 |
Hello, everyone. I'm trying to write a C# program in .NET 2.0 that I can use for work to scan the 90+ in-house programs that we have installed on 100+ servers throughout our data center. As a result, I wanted a somewhat simple WinForm
|
| color one cell in DataGridView | 12 Aug 2007 23:59 GMT | 1 |
I am using this code to populate data into datagrid.. private void get_hosts() { data_table = new DataTable();
|
| IInternetZoneManager and questions about Type Libraries | 12 Aug 2007 23:51 GMT | 5 |
I am trying to implement IInternetZoneManager Com Interface into my c# project to be able to programaticaly edit the "Require server verification (HTTPS) for all sites in this zone" checkbox in IE zones. This Interface provide a SetZoneAttributes() Method that could help me
|
| Rectangle ? | 12 Aug 2007 23:47 GMT | 1 |
Hello, I am working through a tutorial using xna and ran into a declaration that was Rectangle? rect. I am not sure what the ? does for me. If you could shed some light I would be greatful thanks
|
| ASP.Net project deployment | 12 Aug 2007 22:44 GMT | 1 |
can anyone help me out on how to deploy web application along with the web service which are 2 seprate projects but both of them are in same solution.
|
| How to implement the following function/method? | 12 Aug 2007 22:38 GMT | 6 |
What's the best easy way to have a function/method: 1. Has a string paramter, the value of string is C#/VB.Net express. 2. The function evaluate the express and return the value.
|
| XSL Question | 12 Aug 2007 22:03 GMT | 3 |
This might not be the right NG for this, but i couldn't get a reply on the XSL forum. <xsl:if test="fTOC[starts-with(@filename, '5')]"> <xsl:element name="Section1">
|
| xml question | 12 Aug 2007 21:51 GMT | 3 |
Hello all... I have a large xml file that holds column definitions and text file data offsets for the columns... my question is....the best way to work with the xml
|
| What exactly does "=" (equal) equal? A shallow copy? | 12 Aug 2007 21:17 GMT | 5 |
In C++, you have symbolic overriding of "+", "=", etc, which C# also has. This question is not really about that. Rather, in C#, when you say: MyObject X = new MyObject();
|
| Threads | 12 Aug 2007 20:31 GMT | 2 |
Hi, I have a class "QControlThread" which in simplified form is like this: public class QControlThread { private System.Threading.Thread m_thread;
|
| Quality exception logging components for C# | 12 Aug 2007 19:46 GMT | 1 |
Anyone know of any equivalents to madExcept or Eurekalog that work with VS2005/C#? I'm looking for something that'll allow my to send errors reports (with screen dumps, etc) back from my applications? I used to use madExcept under Delphi and loved it.
|
| WinForm app needs to get statistics from a remotely hosted file | 12 Aug 2007 19:34 GMT | 2 |
Is it possible to programmatically read the statistics of a file hosted on a web server (not controlled by me)? I want to make files available via RSS based on the suppliers giving me the name and URL of their file. I don't want to require that they give me the file
|