| Thread | Last Post | Replies |
|
| .Net Framework 2.0 and Windows NT 4.0 | 02 Mar 2006 16:48 GMT | 3 |
Hi @all. Does anybody know, if it is possible to use .Net Framework 2.0 with Windows NT 4.0? (The installation information on the Microsoft website is not abolutely clear to me).
|
| .Net Framework 2.0 and WSH 5.6 | 02 Mar 2006 16:43 GMT | 5 |
Can I use .Net Framework 2.0 objects with Windows Script Host 5.6? I haven't found this information anywhere. I know that you have to use VS2005 to be able to use .Net 2.0 so my guess is no! Ornulf Schomer
|
| Enterprise Library version 2 ConfigurationElementType | 02 Mar 2006 16:21 GMT | 2 |
I building myself a small reference project using as much of Enterprise Library version 2 / .NET 2 (EL2) as I can. Generally finding it easier than earlier versions. Using the security application block I am in the process of building a
|
| Converting the time from one timezone to another | 02 Mar 2006 16:13 GMT | 10 |
I asked a question about a week ago about how to get my local time, since my application is running on a server halfway around the world. I have determined that my code would look something like this: Dim servertime As Date = Date.Now
|
| 2.0 BindingSource | 02 Mar 2006 15:26 GMT | 2 |
The question I have is how to connect an instance variable to a binding source. In the IDE, I can create a new Data Source pointing to an object in my class. It creates the source based on the definition of the class, not a specific instance of that class on, say, a form. I can ...
|
| any idea | 02 Mar 2006 14:28 GMT | 1 |
in windows application:inorder to open a word we write system.diagnostics.Process.start(pathname of exe) to start a word document. similarly, in web application : norder to open a word what should we write.
|
| Generics SortedList Question | 02 Mar 2006 14:07 GMT | 4 |
Sorts great!...but in only one direction. We would like to have the list descending as well.
|
| VB2005 Environment.TickCount not accurate? | 02 Mar 2006 13:55 GMT | 3 |
I'm reading the Environment.TickCount property after a button click event to create a basic stopwatch. If I click the button as uniformly as possible, the resulting gap in milliseconds seems to be far too even - ie. if I clicked the button 10 times
|
| How to Inherit ADODB? | 02 Mar 2006 13:03 GMT | 2 |
I am working on a Project which is first developed in VB6.0 (IIS Application) and now it is converted to .NET . We are using a logging all the Querys in a log file using our own class. I have to find all the querys used in the application and have to write the line to log. ...
|
| How to use a PDB file | 02 Mar 2006 11:07 GMT | 5 |
How does one use a .pdb file that contains debug symbols for a project. It contains binary data. How do I use it to diagnose the application?
|
| web or user | 02 Mar 2006 10:10 GMT | 4 |
On a dev.-XP.-box with all SP and updates, VS03, SQL etc. I should check a solution I changed 6 weeks ago. The solution contains Web-parts and that specific part gave by opening the .sln the error message: Unable to open Web project 'Web1'. The file path c:\inetpub\wwwoort\Web1'
|
| large font size causes bottom of forms to be chopped off... | 02 Mar 2006 09:28 GMT | 3 |
(Framework v2 / VS2005, C#) a user is running an app (which works fine on "normal" PCs) ....he's running it on a laptop with a large font size...what is happening is my forms (most are fixed dialog types) looks
|
| Comparer in generics | 02 Mar 2006 08:39 GMT | 2 |
I developed a comparer class for a base class BEBase public class BEBaseComparer:IComparer<BEBase> ... ...
|
| Bug in TableLayoutPanel | 02 Mar 2006 04:14 GMT | 2 |
I don't usually post possible bugs because I would assume that there are none. However, some of the properties are not acting acting as they should. Here is what I have found. When using the AutoSize property set to "true", and the GrowStyle property set to "AddColumns" or ...
|
| ASP.NET Popup Windows | 02 Mar 2006 04:04 GMT | 6 |
Need help with creating a popup windwo in ASP.NET when I load a page? This is what I have so far <SCRIPT language="javascript"> function OpenWindow()
|