| Thread | Last Post | Replies |
|
| Hiding inherited members | 30 Nov 2004 22:49 GMT | 6 |
Is there a way to hide a member in a subclass that has been inherited from a base class? Lets leave aside any issues regarding whether its a good idea for a moment. Here's an example similar to what I'm thinking about.
|
| .Proj / .Sln as object | 30 Nov 2004 20:46 GMT | 1 |
Was wondering: Is there anything out there that will me able to represent .sln or .vbproj files as .Net objects. I need to access the different properties of the files such as Project paths and names in an .Sln file, and Reference paths and config properties from a
|
| a simple help pls. | 30 Nov 2004 20:32 GMT | 1 |
i use c++.NET 2003.i simply make a windows form.2 text boxs( takes the number),a buton and another multilined textbox.So simple,when u hit the button it just takes the number in the 1st text box and 2nd textbox and writes to the multilined 3rd textbox.soo simple.
|
| Does Windows .NET application require framework ? | 30 Nov 2004 19:53 GMT | 2 |
Does a Windows desktop application (not a web app) written with .NET require the .NET framework be installed on the users machines?
|
| Plug-In Models in .NET | 30 Nov 2004 19:03 GMT | 3 |
Can any one give details about plug-in models in .NET? We have an application which will consists of a different documents, which will be displayed in 2 different tree views based on the type of document. and now we are dispatching to our clients. One of clients requires an ...
|
| Create box-like Caret for textbox | 30 Nov 2004 19:01 GMT | 3 |
I would like to create a box-like caret for a textbox(vb.net) . Any idea. Sample code would be nice. DT
|
| FTP and dotnet | 30 Nov 2004 17:30 GMT | 3 |
Dotnet cannot upload huge files(more than 4 MB without tweaking the parameters in web config) http://support.microsoft.com/default.aspx?scid=kb;en-us;323246. So i am trying to upload files greater than 4 MB using FTP server. i
|
| Concatenating DataColumn | 30 Nov 2004 16:08 GMT | 1 |
How can I concatenate values of two data columns and show the concatenated value in the third column. I am using a XML file which contains data and I am using DataSet’s ReadXml method to populate DataSet. I want FirstName and LastName column to show as one column containing full
|
| how to load a C# dll from another C# assembly if the path of the loaded dll is not known until runtime | 30 Nov 2004 15:59 GMT | 1 |
how to load a C# dll from another C# assembly if the path of the loaded dll is not known until runtime
|
| Newbie help | 30 Nov 2004 15:56 GMT | 1 |
I am having vb.net application which is using reference of dll which is created in ATL COM. I have one method in COM dll which i am calling in vb.net. First time application is working find. But if i try to call same
|
| Help plz... | 30 Nov 2004 15:53 GMT | 2 |
Hi, I wants to find minimum hardware requirements(Ram size, Processor speed, HDD size..) for smart client (C# window) application. So how to identify the requirements?
|
| printing excel file without using automation | 30 Nov 2004 15:48 GMT | 2 |
Hi, does anybody have any idea how I can do this? I would like to avoid instantiating an excel application object as much as possible. I am able to read the file already by using ADO.NET.
|
| Question about SQL joins | 30 Nov 2004 15:47 GMT | 1 |
I am trying to use SQL to return data from multiple tables at the same time. My first table is keyed on SSN. This table has an ID field in it. I will use this ID to find matching rows in 4 other tables. If any or all of the 4 tables do not have matching rows I still want to ...
|
| Capturing other processes excecptions | 30 Nov 2004 15:28 GMT | 1 |
Does anyone know of a way to detect when another process has produced an exception? Is there any way to tell from their state or is there some sort of message passing involved? Persumabley there must be a mechanism I can hijack as Dr Watson currently manages to log all of the ...
|
| Webbrowser - What fires before each page is downloaded? | 30 Nov 2004 15:03 GMT | 3 |
According to Visual Studio 2003 Help files "In Internet Explorer 6 or later, the BeforeNavigate2 event fires only before the first navigation made in code. It does not fire when a user clicks a link on a Web page." If I want to intercept each webpage before it is rendered in the ...
|