| Thread | Last Post | Replies |
|
| Office dll | 25 Aug 2006 21:53 GMT | 1 |
I have referenced the Microsoft.Office.Core namespace but i continue to get a build error that microsoft.office.core.iaccessible is defined in an assembly that is not defined. I would appreciate it if somebody can help me figure out what i am missing.
|
| Need some advice- GUI design | 25 Aug 2006 21:44 GMT | 1 |
I want to have a boxed off area on my GUI which will behave essentially like a very simple ListBox, with items stacking vertically in a list with a scroll bar if the stacked items go beyond the bottom border. The trick ypart is these items should be pretty large rounded -corner
|
| Application is ambiguous reference'. error | 25 Aug 2006 20:29 GMT | 3 |
i am trying to read excel file through my program. but when i compile i get "Application is ambiguous reference'. error. i am including using Excel;
|
| Problems with overriding | 25 Aug 2006 20:08 GMT | 7 |
I have a class Person and a class Student which inherits from Person. Each class should have a method which copies the properties from another Person or Student respectively. The copy-method of Student should override the one of Person and call it as well.
|
| Check if server on the network up | 25 Aug 2006 19:56 GMT | 2 |
Is there a way to check to programmatically see if a server is up or not? Also, is how would I remotely start a server programmatically? Thanks, Tom
|
| another IList question | 25 Aug 2006 19:55 GMT | 3 |
Hi again, Ok, so the compiler tells me I need two GetEnumerator() methods for my class implementing IList<string>: one returning an IEnumerator, and the other returning IEnumerator<string>. Problem is, these methods
|
| Applying #include semantics in C# | 25 Aug 2006 19:54 GMT | 7 |
I would like to dynamically load assemblies that implement a single interface. I would like to reference a single definition of an interface without creating and deploying a seperate assembly. How is this done in C#? What constructs in C# provide the same functionality as ...
|
| Help on systray app | 25 Aug 2006 19:51 GMT | 2 |
Im quite new to c# windows application. i need to write a application which stays on the systray and listens to the SQL Table. (when the value is inserted as 0 - done thru Dataset and check it every2 seconds?) i need to open another application thru command prompt and
|
| Domain controller security setting? | 25 Aug 2006 19:47 GMT | 4 |
I'm writing a C# program on setting security for domain controller. what's a function call or class that apply for the security setting? is there a sample code? Here are the list of what I want to do:
|
| How can i print directly to printer?? | 25 Aug 2006 19:47 GMT | 1 |
AA Guyz i am using C#.Net 2003 for my project. I want to print report directly to printer. Keep in mind that i am getting report criteria from form and viewing report in crystal report viewer.....
|
| ascx.designer.cs | 25 Aug 2006 19:33 GMT | 1 |
has anyone ever experienced that Visual Studio does not update the *.ascx.designer.cs file correctly? How do I force it to regenerate? And is there a newsgroup specific to VS? Thanks,
|
| DataTable.NewRow() creates additional blank row | 25 Aug 2006 19:19 GMT | 1 |
I am having problems with my datagridview adding an extra blank row. I allow the user to enter a row of data, and based upon business rules, I add additional rows in the following manner. What could be causing this problem?
|
| DataTable.NewRow() creates additional blank row | 25 Aug 2006 19:15 GMT | 1 |
I am having problems with my datagridview adding an extra blank row. I allow the user to enter a row of data, and based upon business rules, I add additional rows in the following manner. What could be causing this problem?
|
| C# Socket Problem | 25 Aug 2006 18:43 GMT | 1 |
Please Help..... I have been working with some tcp/ip socket communication within a C# program recently. Basicly, I have a program (myProblemProgram) that has a socket connected to another program for information passing. Upon receiving
|
| passing a generic type to a generic class | 25 Aug 2006 17:40 GMT | 4 |
I apologize if this question has been asked before, but after about half an hour of searching I haven't been able to find an answer online. My code is beloiw, with comments pertaining to my question In short my question is why when I pass a generic type directly to the
|