| Thread | Last Post | Replies |
|
| Download a free.Net image viewer | 18 May 2004 20:19 GMT | 1 |
We have developed a prototype of a free image-viewer in .Net and GDI+. It support zooming, slide show with alpha channel, virtual page of any sizes for posters and metatag exif informations. You can freely download and test it from www.e-soft.it/e-view
|
| problem with MouseEnter event on a Custom Control | 18 May 2004 18:46 GMT | 4 |
I wrote a simple custom that contains several buttons. Everything went fine with the control and I am using it on several forms in another project. The problem occurred when I activated the MouseEnter event (used to be called onMouseOver?) on the control. I discovered that ...
|
| App.path - equivalent - in an interop DLL | 18 May 2004 17:47 GMT | 8 |
Hi -- I'm writing a class library that needs to access files in the same folder where the DLL will be installed. I'm having problems retrieving that folder.
|
| .NET COM OBJECT | 18 May 2004 16:26 GMT | 2 |
Is it possible to create a C#/.NET COM object or DLL that would be accessible by both a C#/.NET application and a VC++/MFC application? Thanks, Phil
|
| ActiveX and Windows Form | 18 May 2004 15:34 GMT | 4 |
i need to use an ActiveX in Windows Form application So I have add it as a Reference : Reference => Add => COM => MyActiveX file I have instanced it , in a WinForm but no active x
|
| No Login URL when using windows forms authentication | 18 May 2004 14:56 GMT | 2 |
Sometimes when I run my application, which is configured for forms authentication, it redirects me to http://my.domain.com/?RedirectUrl=IndexPage.asp rather than the expected http://my.domain.com/Login.aspx?RedirectUrl=IndexPage.asp
|
| COM Interop Nightmare | 18 May 2004 14:44 GMT | 2 |
I am using WebBrowser component in a Windows.Forms application. When trying to run the application on a machine that has no VS.NET installed, only the .NET framework (and SDK), an unhandled exception is thrown before the main() function.
|
| Workgroup Name? | 18 May 2004 13:46 GMT | 2 |
How do I get the name of the workgroup that a machine is a member of? Thanks Scott
|
| StreamWriter closes MemoryStream??? | 18 May 2004 13:25 GMT | 6 |
I've noticed that after calling the Close method on a StreamWriter, I get exceptions on any operation I might request on the associated stream (with a message "Cannot access a closed Stream"). Is this the behaviour I must expect? Nothing is said on the documentation.
|
| Delegates and Reflection | 18 May 2004 12:48 GMT | 1 |
can any one explain abt delegates with an example and how it is related with reflection i.e i want to get the list of member variables of a class which is created runtim With Regard Magesh
|
| Duplicating Components in Visual basic .NET | 18 May 2004 12:06 GMT | 2 |
I want to Duplicate an user control or a combobox for multiple number of times in my form i.e a combobox will be populated only once and then by creating each object should contain the data's which is already populated, I have created the shared contructor for populating the ...
|
| Internet connection detection | 18 May 2004 08:27 GMT | 2 |
When we get our PC online, the MSN messenger will automatically logon. Could anybody guide how can I get notified when the PC is connected to the Internet? I have tested the MSN messenger, it will automatically logon to .NET server whenever i connected my laptop to the internet, ...
|
| Drive serial number | 18 May 2004 02:54 GMT | 6 |
I need a way to get the serial number for a hard drive. Is there a way to do this using the .NET framework? Any help would be appreciated.
|
| Referenced assembly loading outside appbase | 18 May 2004 02:43 GMT | 2 |
I have an ATL component which uses MC++ /clr to talk to .NET components. Due to the limitations of the (native) client, the COM server is located outside the appbase, and there can be no configuration files. Now, when the component is instantiated, all is well, right up to the ...
|
| Start several instances of service? | 18 May 2004 01:36 GMT | 3 |
I have written a service for a customer which copies files from a folder to a ftp server based on some settings Now this customer wants to copy files from several folders to several ftp servers I have made the necessary changes to my service and configuration files but just as I ...
|