| Thread | Last Post | Replies |
|
| Allows CLR more than 2 accessors for a property? | 04 Jun 2005 10:20 GMT | 2 |
Does the clr allow more than one set and one get method for a property? Is it possible to use overloading for example set_Color(int c), set_Color(Color c)? from msdn:
|
| How to Eject a CD | 04 Jun 2005 07:50 GMT | 2 |
How can I eject a CD tray (Drive Letter is known)? Thx~
|
| Swapping the object instance in dot net | 04 Jun 2005 07:30 GMT | 16 |
Hi All Here i am facing one technical issue related to Swapping the Object Instance in Dotnet. e.g..
|
| What's Wrong With This Code......... | 03 Jun 2005 23:04 GMT | 1 |
All of a sudden I can't get this to work? I am connecting to the database and executing the storedProcedure but have no results returned. If I execute from SQLServer query tool it returns results fine? I am using the Microsoft DataAccess Block V1.
|
| declaring/ initializeing variable 2 ways | 03 Jun 2005 22:37 GMT | 1 |
in one page, i am able to declare and initialize a variable like this, in one line. cmdPersonalInfo = new SqlCommand("getPersonalInfo", myG.sqlConnection); In another page it gives me an error when doing as above and I must first
|
| printing a IHTMLDocument2 in c# WITHOUT a dialog box | 03 Jun 2005 21:55 GMT | 2 |
Hello there, I am quite new to .NET development so please forgive my question if it is trivial. I am trying to print a IHTMLDocument2 object in c# without spawning a dialog box, because the printing must be Automated.
|
| Updating Sql Server from xml document | 03 Jun 2005 19:18 GMT | 6 |
Okay, I have created a Customers class. This class allows a user to select and update the customers table on an Sql Server database. I can retrieve the datatable generated by the class. Make changes to the table. Pass the table back to the class and update the backend with no ...
|
| Need a tool to browse .Net DLLs (resources, etc) | 03 Jun 2005 18:42 GMT | 2 |
I am looking for a tool that will let me browse through *all* the info in a dll, though at this point I am most concerned with resources. I need to poke around inside some DLLs that Nant is compiling to see where it is putting the resources, but what comes with VS doesn't help
|
| T-SQL debugging - version of "NTWDBLIB.DLL" | 03 Jun 2005 18:42 GMT | 1 |
Setup: Windows XP Professional SP2 SQL Server 2000 Developer Edition SP4 Visual Studio .NET 2003 Enterprise Architect Edition
|
| MdiParent and Toolbox Controls | 03 Jun 2005 18:08 GMT | 2 |
I'm hoping that there's someone out here that can help me with a coding problem. Here is the scenerio: I have a MdiParent Form on this MdiParent form there is a listview control and several text controls. This MdiParent form has a menu bar that gives the user the ability to open ...
|
| Registry Setting | 03 Jun 2005 17:28 GMT | 3 |
I want to clear the header and footer that are printed when a page is printed from Internet Explorer. I have added the following code: Dim regPageSetup As Microsoft.Win32.RegistryKey regPageSetup =
|
| List of SQL Servers Available in a network | 03 Jun 2005 17:02 GMT | 5 |
i need to do a search to all my network to find the SQL servers active, but i don´t want to use SQLDMO. is there another way to do it ??? THKS JSB
|
| vb.net with messagequeue | 03 Jun 2005 16:42 GMT | 1 |
I'm in need of a little direction, I've been tasked to create an app where the user can store dates and times in a table (informix) and when that date and time occurs send a popup message (like using net send computer_name "message") to a select number of computers on our network ...
|
| Solution setup in VS.NET | 03 Jun 2005 16:37 GMT | 1 |
I have a solution I've been working on, which contains a dll project and web services project. This solution is a generic framework that should be used with many different projects we do, each of which would have their own web application project. How can I set this up in VS ...
|
| downloading zip file using webResponse | 03 Jun 2005 16:03 GMT | 1 |
hi , I am trying to download a zip file from a http site using webResponse . here's the code WebRequest wReq ;
|