| Thread | Last Post | Replies |
|
| circular dependency | 27 Sep 2004 14:37 GMT | 2 |
I have 2 DLLs (Class Libraries). Both defines single-ton objects - logger object (writes to logger) and application_management object (stores paths and other things, reads ini file of the application). Both needs to refer to each other ->
|
| development environment architecture for ASP.NET development team | 27 Sep 2004 14:33 GMT | 4 |
we have been working on web based applications built in ASP for quite sometime now, but now we are moving to ASP.net. we have decided to use ASP.NET for developing new modules in our current projects (built in ASP). So, the applications will be composed of both ASP and ASP.NET pages
|
| Can i give alias to a dll? | 27 Sep 2004 14:04 GMT | 2 |
My host application loading plugins at runtime How can I dynamically load types from a dll without specify the name of the dll in my application or in a config file can I give a dll an alias?
|
| Row/Column changing event | 27 Sep 2004 09:09 GMT | 2 |
im using rowChanging and columnChanging events to present a message to the user about wrong content of a cell in the dataGrid. now i want that the content of the dataGrid will be saved only if the dataGrid is empty from errors
|
| How well will IIS scale up | 27 Sep 2004 08:05 GMT | 5 |
The situation is as follows: 1. I would like to serve a web page that takes considerable time to process. 2. While the page is processing, the client displays an appropriate wait
|
| is there a bug in mfc71d.dll? | 27 Sep 2004 03:15 GMT | 1 |
this is the function that the problem lies in. it is in MFC file ctlpset.cpp BOOL COleControl::GetPropsetData(LPFORMATETC lpFormatEtc, LPSTGMEDIUM lpStgMedium, REFCLSID fmtid) {
|
| Publish/Subscribe (Outof Process) | 27 Sep 2004 01:53 GMT | 4 |
I am working on a applications which needs a publish/subscribe model to handle events. There can be various components involved and some maybe out of process. Ideally I would like to have Windows Service where these different
|
| Dataset - Please read, am I using the right object? | 27 Sep 2004 01:52 GMT | 7 |
Ok I use the OLEDBConnector and dataset to retrieve data from my Access DB. I have a problem to read/parse the dataset and I would like to know if I am using the right object to reach my goal. And I don't want to spend hours to find out, would you tell me if I'm going in the ...
|
| Oracle: "Unable to load DLL (oci.dll)" | 27 Sep 2004 00:04 GMT | 1 |
I am using VisualStudio.NET 2003 trying to connect to an Oracle Database (version 8.0.5). I have created the connection using "Microsoft OleDBProvider for Oracle" and when I click on Test connection, I get a message showing "Test connection succeeded".
|
| Events (publish/subscribe ) | 26 Sep 2004 23:03 GMT | 1 |
I am trying to implement a publish/subscribe model for an applications I am working on. I would very greatful if anybody could offer me some suggestions. The application basically is a connectivity applications like dial,
|
| How to clear console screen? | 26 Sep 2004 17:50 GMT | 4 |
There is a posted how to on the microsoft kb that examples how to do this by creating a class that blanks all the characters displayed one by one, then you call that class. I am searching for a system call or something that I can
|
| Docked controls and z-order problem | 26 Sep 2004 17:38 GMT | 2 |
I have two panels (p1 and p2) docked on the right of the form and I want to third panel slide from right - but the problem is I want the third panel to be between p1 and p2 (under p2 and above p1) then it will be look like third panel goes from under panel 2 - but because ...
|
| What is the best approach? | 26 Sep 2004 17:33 GMT | 2 |
Hi, friends, We need to programm a .dll (C#) which will collect all selected files from various locations, such as a DB, a file system, a VSS, etc. So, it may take long time. I created a method GetAllFiles() to iterate/fetch each file, and
|
| How to create a Stored Procedure programmatically using C# | 26 Sep 2004 17:19 GMT | 3 |
Hi every one I have tried to search for any links, hints clues on how to create a Stored Procedure programmatically using C# but came back with empty handed :-( I know it is definitly possible (i.e. what the Query Analyzer can do).
|
| Cloning | 26 Sep 2004 16:34 GMT | 1 |
How to clone objects which contain other objects and collections. 1. In top level class (Class1), write a clone method as follows: public object Clone() {
|