| Thread | Last Post | Replies |
|
| How to display progress bar in windows form during execution of DTS package? | 05 Oct 2004 22:12 GMT | 1 |
H I want to display progress bar during execution of windows form. When I execute DTS package the form will idle till the DTS package finishes Please help me in this regard. its an urgen Thank
|
| COM to .NET Framework 1.1 SP1 Problem | 05 Oct 2004 21:06 GMT | 1 |
Been building a nice integration layer between COM and .NET which worked perfectly up until the moment I installed Framework 1.1 SP1. The COM layer creates and initializes .NET classes registered as COM classes and running in COM+. After installing SP1, the COM layer cannot ...
|
| PInvoke with Function SetupDiGetDeviceInstanceId | 05 Oct 2004 15:51 GMT | 3 |
Hy, Can anybody tell me how to get the function SetupDiGetDeviceInstanceId over Platform Invoke Call to my C# Application. I tried to code it, but I always get an error.
|
| Dropping user controls on a form | 05 Oct 2004 15:50 GMT | 1 |
I not sure if this is the correct forum for such a question but if someone can help me great! I just created a user control (have created several user controls and don't have this problem) and when I try to drop it on a form (during design mode)
|
| how can i encrypt/decrypt binary data? | 05 Oct 2004 14:23 GMT | 5 |
the folowing code demonstrates a simple app that tries to encrypt a serialized integer. it is devided into 4 methods:
|
| Proper link appearance with custom protocol | 05 Oct 2004 14:17 GMT | 2 |
We have registered our application as a custom protocol, so that we can execute our application from a URL. e.g. "MyApp://somestuffhere" Everything works as expected with the custom protocol, like shortcuts
|
| SP1 | 05 Oct 2004 13:29 GMT | 2 |
How do I know if .NET Framework 1.1 sp1 is installed? Thanks! / peter
|
| Dataset events with added records? | 05 Oct 2004 13:21 GMT | 2 |
I’m having a problem with strongly typed dataset events and new records. I need to perform a task summing columns every time records are changed. I’ve used the RowChanging, RowChanged and ListChanged. These all work except for added records.
|
| visio class diagram from dll.. | 05 Oct 2004 12:43 GMT | 2 |
1.can i generate class diagrams using visio for a given .net dll/exe , i mean with out using source code ? and 2. when generating class diagram from source code.., visio just
|
| Constants and Enum value changes are not applied | 05 Oct 2004 12:40 GMT | 1 |
If I change an Enum or a Constant value in a dll and use this changed dll in a already compiled application of mine then these changed values are not reflected in the application's instance... Is there a workaround for this? How can I else send a hot patch? What
|
| .NET distributable package | 05 Oct 2004 12:21 GMT | 1 |
Where can I find some information on hot to distribute .NET "runtime" along with a .NET application. Of course, assuming that it is legal. Regards,
|
| How to encrypt while using BinaryFormatter? | 05 Oct 2004 11:43 GMT | 5 |
i am using des symmetric crypto. i need to encrypt my app packets. i use XmlSerializer, to serialize my packets into a memory stream.
|
| .NET Framework 1.1 SP1 bugs | 05 Oct 2004 10:30 GMT | 5 |
where do we report .NET Framework 1.1. SP1 bugs.
|
| Everytime opening a new browser window | 05 Oct 2004 07:31 GMT | 4 |
I am using a LinkLabel control to in a VB.NETwindows application to visit web pages, and I am using System.Diagnostics.Process.Start("http://www.microsoft.com") Using this line of code I am unable to open the web pages in different web
|
| Serialization of a System.Management.ManagementObject | 05 Oct 2004 07:17 GMT | 3 |
How can I serialize a System.Management.ManagementObject ? When I try it I received the exception: Cannot serialize member System.ComponentModel.Component.Site of type System.ComponentModel.ISite because it is an interface
|