| Thread | Last Post | Replies |
|
| Threadpool calling a COM+ process failing on Hashtables | 19 May 2004 16:02 GMT | 1 |
We have built a huge application that is normally fronted by a web front-end. The system was built in C#.Net and is fully COM+ The section I am building, however, reads from MSMQ and depending on the message, fires off an Assembly that also utilises the Business logic in the ...
|
| .NET Service - Not STA message pump? | 19 May 2004 15:31 GMT | 1 |
I have a problem where a COM component used in our C# windows app works fine using callbacks etc, but as soon as we compile to a windows service, we no longer get notification events from the COM object. After some investigation, I found that the win app starts in an STA thread
|
| DataBase Trigger | 19 May 2004 15:06 GMT | 1 |
I want to create a comon insert trigger which should be applicable to all the tables in a databas i.e the trigger should be fired every time when we try to insert a record in any one of the tables in that databas i don't to achieve this using Stored Procedures
|
| MMC Dev'ing in .NET | 19 May 2004 14:01 GMT | 3 |
Though I have searched far and wide, I haven't been able to find a solid, qualified answer to my question: can an MMC Snapin be developed in .NET? Preferrably in fully managed code, however if necessary I would be willing to resort to unsafe code (as long as it cane done natively ...
|
| Converting a C# struct to a byte[] array? | 19 May 2004 08:18 GMT | 1 |
I am using UDP for network transmission and I need to pass a struct from the client to the server. How can I convert a struct to a byte array, which is the only Type I can send through UDP So, to be perfectly clear struct bla int x
|
| How can i know the width of the text that draw in DrawString function | 19 May 2004 08:13 GMT | 1 |
How can i know that the width of the text that draw by using DrawString function? e.g. how to find the width of the text to be drawn in g.DrawString("testing text", New Font("Verdana", 10), New
|
| Dynamically loading Assemblies based on config file definition | 19 May 2004 07:52 GMT | 3 |
I want to load assemblies at runtime based on definition in the config file. I think it can be done but I am not sure how. Specifically, I have two questions 1) How do I create a config file setting that has more values than just
|
| Remoting ... | 19 May 2004 07:26 GMT | 1 |
I want a javascript in an .aspx page to call a method in a class in the ASP.NET , C# application. The server side method should return some values, which will be grabbed by the Javascript, and bound to the fields in the window.
|
| MicrosoftVB.Net For Sale.... | 19 May 2004 07:11 GMT | 1 |
I currently own this domain name - and have it posted on eBay for the next three days, at: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=11153&item=3096183992
|
| Is there key press or similar event on context Menu? | 19 May 2004 06:06 GMT | 4 |
Here is what I am trying to do using context menu. I have a toolbar button with a style "Dropdown" that has a context menu in it,I am adding items dynamically to the context menu.I want to delete items from the context menu based on the right click "Delete" opition. I couldn't ...
|
| Exception OnThrown ? | 19 May 2004 00:32 GMT | 6 |
In my errorhandling framework i would like to log error message after exception is thrown. I do not want the programmer to do it explicitely, so i would like to incorporate it into Exception derived class. I'm looking for some sort of OnThrown override. I know the .NET doesnt ...
|
| Application Domains... | 19 May 2004 00:26 GMT | 1 |
I am developing a .NET application that controls an existing .NET exe. The problem is that for my application to run the secondary application it has to reside in the same folder. If it doesn't then an exception is raised from the secondary application saying that it cannot ...
|
| Forms in a DLL | 18 May 2004 23:15 GMT | 1 |
I am trying to create a COM object using C#/.NET that can be shared by multiple applications, but when I select File - New - Project from Visual Studio and select Class Library from the Template list, the resulting project doesn't support System.Windows.Forms. Can someone tell ...
|
| Visual C++ .NET Deployment | 18 May 2004 21:54 GMT | 1 |
Since they got rid of InstallShield for C++ .NET, I learned that you have to add a Setup project to the solution. Okay, I did that... now what? I've never tried deployment with C++ .NET, but I need to now, so... are there any good walkthroughs out there? Or could someone here ...
|
| standard messaging in WinForms | 18 May 2004 20:34 GMT | 1 |
I am a little confused about messaging system in .Net here is my question: Each .Net windows form still contains a main loop that contains messages sent to the window and it dispatches them, how can I send messages to this loop?
|