| Thread | Last Post | Replies |
|
| Boolean, Int32 | 25 Nov 2005 17:45 GMT | 4 |
is it it correct that variables of types like Boolean and Int32 cannot be null? It appears these types are structs, and not classes and therefore variables cannot be assigned the value null (like DateTime as well I think). Is there
|
| Reflection with .NET2.0 | 25 Nov 2005 16:32 GMT | 1 |
I've a problem with loading classes with the Reflection API of .NET2.0. What I want to do is the following: I have a directory which has several subdirectories with DLLs and an EXE File. The EXE File contains a Class which I want to load and create an instance of.
|
| Scroll Bars Visible | 25 Nov 2005 16:25 GMT | 1 |
Is there any way of knowing if scrollbars have appeared in a control that has a ScrollableControl that has AutoScroll set to True? I have found this: http://msdn.microsoft.com/library/default ...
|
| Extracting a 2 dimensional array of values from a range of Excel Values. | 25 Nov 2005 15:40 GMT | 2 |
Is this possible? I am currently retrieving the values cell by cell which is terrible in terms of execution speed. If I could access the data with one call to the interop Excel object that would be great. Am I correct in thinking that Value2 is a wrapper around a 2 dimesional
|
| Name of selected file | 25 Nov 2005 14:49 GMT | 2 |
I would like to ask, how my program can get the name of the selected file, when it was selected. I mean, that i select a file in windows xp, and then my program that works in background receives the name.
|
| Disconnecting form the SQL server | 25 Nov 2005 14:40 GMT | 6 |
I have an application that connects to an SQL server. I need to be able to disconnect all connection that I opened. I am closing and disposing the connection but the connection pool is keeping them alive for later use. How do I convince the connection pool to drop the ...
|
| printPage trigger event? | 25 Nov 2005 13:52 GMT | 1 |
What do I need to do in my program to get the following event to occur. Thanks! Rich. // C#
|
| Diagnostics.Process starts exe's which raise SecurityException's | 25 Nov 2005 13:05 GMT | 7 |
I have a small scheduling application that I have written which will be running on a Windows 2003 server. This application is started at different times by an 'autosys' job (though I am testing by manually starting the app from the server, that is logging into the
|
| XPath, XML and other | 25 Nov 2005 12:59 GMT | 2 |
hello, i have XmlDocument with InnerXML property returnig this (xhtml)) <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"[]>
|
| about team foundation server | 25 Nov 2005 11:56 GMT | 1 |
i have a vs2005 beta3 version and i work alone but i'd like to use team foundation server in order to get some report of my project , version management and task management and so on in this case what should i have to do?
|
| Creating a char or String from ascii code | 25 Nov 2005 11:51 GMT | 3 |
Can anyone tell me how to create an instance of a char or string from an ascii character code. That is if I wont to create a tab char (code 0009), how would I achieve this.
|
| How do I limit the form to unmovale and unresizable? | 25 Nov 2005 09:55 GMT | 1 |
How do I limit MyWinForm so it can't neither movable nor resizable? Thanks for help. Jason
|
| how to run multiple instances of a windows service | 25 Nov 2005 08:55 GMT | 5 |
hi!!! i want to make 1 windows service and be able to run like 20 independent instances of this. the main reason i want this is to be able to see the names of the processes
|
| Marshal a class partially | 25 Nov 2005 07:36 GMT | 4 |
Is is possible to mark a class-member-variable to avoid its marshaling? [StructLayout(LayoutKind.Sequential)] class MyClass {
|
| Help regarding sqldataadapter. | 25 Nov 2005 07:03 GMT | 1 |
i am having problem at a time of using sqldataadapter. My adapter is using two tables into which i want to add records. I am using two dataset for updating these table. My problem is even if i added records into two different tables it is
|