| Thread | Last Post | Replies |
|
| How to get .NET version programmatically? | 13 Sep 2004 13:22 GMT | 4 |
Is there a programmatic way to get the "general" or "overall" version of a currently running instance of the Visual Studio .NET compiler? What I mean by "general" or "overall" version is, I want to programmatically get the version string that I see in the registry underneath the ...
|
| Memory usage of ListView in VB6 | 13 Sep 2004 11:33 GMT | 1 |
Dear Sir, I have a program to gather real-time test data from test instrument and display with Listview, but the data elements may >300000. So, memory usage will unexpected large.
|
| read back in Binaryreader | 13 Sep 2004 11:12 GMT | 4 |
i saved file in binary. i saved 16 colours.. but how do i read back values into listbox? Dim st2 As Stream = File.Open _ ("C:\Documents and Settings\My Documents\Visual Studio
|
| System.ComponentModel.Win32Exception...error creating window handl | 13 Sep 2004 07:53 GMT | 3 |
Dear C# experts, i face a problem which let my project get stopped ..when trying to run ..i found the following exception "An unhandled exception of type 'System.ComponentModel.Win32Exception'
|
| Form formatting questions (2) | 13 Sep 2004 07:10 GMT | 1 |
Hey all, I was just wondering if someone can tell me how to format somethings: 1. How would I format a value in a textbox (i.e. (800)-123-4567) 2. How do I format a column in a datagrid?
|
| .net framework | 13 Sep 2004 06:10 GMT | 1 |
what language is the .net framework written in? is it assembly?
|
| WebMethod, XmlDocument and CreateProcessingInstruction | 13 Sep 2004 04:39 GMT | 3 |
I'm currently writing a webservice. I've successfully written a service that gives me some XML data, but now I want to link a XLS-stylesheet to that data. The way I'm trying to do that is to create a webmethod that returns a XmlDataDocument, and use
|
| Performance difference | 13 Sep 2004 04:17 GMT | 1 |
Is there any performance difference between a public method and a private method? Or the difference is just the scope? Thanks Aaron
|
| Are Cyclic dependencies allowed in file references? | 13 Sep 2004 04:10 GMT | 7 |
I'm not sure if I've broken any Object Oriented rules or not, but ... I have projects in 2 different solutions that need to use each other's methods. Therefore I may have an "update" method in project 1-solution A accessing a "save" method in project 2-solution B as well as ...
|
| Some Event problems about HTMLInputElementClass | 12 Sep 2004 20:37 GMT | 2 |
I use Microsoft.mshtml.dll(wrapper class for mshtml.dll) to create a input type=text object in a html document. It seems that click event is OK. but some events like blur, keyup and down, and focus don't be invoked correctly if registered. in addition, I can't
|
| setting SelectedIndex in DropDownList | 12 Sep 2004 18:01 GMT | 1 |
I have the following code <asp:TemplateColumn HeaderText="Administator" Visible="True" ItemStyle-HorizontalAlign="Center"> <ItemTemplate>
|
| MSDE 2000 merge modules in VS.NET Deployment | 12 Sep 2004 16:34 GMT | 1 |
I want to include MSDE 2000 as part of my setup project for a VB.NET app from withing VS.NET 2003. I am having trouble finding out how to do this in terms of changing the settings re instancename and targetname.
|
| Application Name in Virtual Directory | 12 Sep 2004 15:38 GMT | 1 |
I am wondering that the Application Name in Virtual Directory is compulsory be non-empty field when configuring Virtual Directory for ASP.NET application? I realized some of my ASP.NET applications can run with empty Application Name, but some cannot.
|
| VB.net WMI Win32_NtlogEvent problem, please help | 12 Sep 2004 15:29 GMT | 4 |
First I wrote some _VBScript to get info from OS, and now I wrote some code in VB.Net, and I have a problem now. Look at this script in vbs List1.vbs:
|
| Component for PDF Merging | 12 Sep 2004 14:05 GMT | 1 |
I have written an application that export to pdf some Crystal Reports's report. I have to merge some different pdf in one. Where I can find a Library for .net that can I use for this feature? (I don't need a program, but a library)
|