| Thread | Last Post | Replies |
|
| Memory leakage while using ActiveX DLL | 21 Feb 2004 18:24 GMT | 1 |
I am struggling to figure out the cause of an out of memory exception I am getting involving the use of an ActiveX DLL. About three years ago, I developed an ActiveX DLL (called TFile.DLL below) using VB6, and have since then invoked it successfully in other VB6 ActiveX
|
| Help with permissions | 21 Feb 2004 14:17 GMT | 1 |
Have any of you ever set permissions programatically on a folder aspnet user. Any help will be greatly appreciated. Thanks.
|
| Smart Client | 21 Feb 2004 02:41 GMT | 2 |
Hi I want create and test a sample Smart client application. I created form with one button control and posted the executable to a Virtual directory. When I tried to access the exec from Internet explorer, I didn't see the form opening up. The browser is blank. Is there any ...
|
| A RegEx question | 21 Feb 2004 00:14 GMT | 2 |
Can some kind RegEx guru give me some help? I want to parse an expression of the form: EXECUTE func [param [,param...]] In other words, the expression begins with "PARAM" followed by whitespace
|
| Clipboard | 20 Feb 2004 23:13 GMT | 1 |
I need to copy the contents of a ListBox control to the clipboard. How do I do that in .NET Thanks.
|
| Parameter Description in Code Completion | 20 Feb 2004 22:38 GMT | 5 |
I have a couple of helper class libraries that I use in several projects. Does anyone know how to create the parameter description that appears below the parameter autocomplete popup when a method in the helper class is being used in Visual Studio?
|
| how to register a custom class name in c#? | 20 Feb 2004 21:39 GMT | 4 |
I want to register a dynamic class name in c#,how to make it ?
|
| IPAddress.Address is negative | 20 Feb 2004 20:44 GMT | 9 |
I perform a ping using the IcmpSendEcho Function from iphlpapi: <DllImport("iphlpapi")> _ Private Shared Function IcmpSendEcho(ByVal IcmpHandle As IntPtr, ByVal DestinationAddress As System.UInt32, ByVal RequestData() As Byte, ByVal
|
| Components added to a Components Surface not in Components Collection? | 20 Feb 2004 19:42 GMT | 2 |
I've created a Component called MyComponent. To the design surface of MyComponent I've dragged an SqlConnection object, an SqlCommand object, and an SqlDataAdapter object and linked these items together appropriately. My question is this: Why are these Sql components not added to ...
|
| serial communication in C# | 20 Feb 2004 17:44 GMT | 6 |
I need to communicate with a GSM modem in my application which is connected to a serial port of my PC in a Windows Form application (written in C#). Please can you give any idea how to do it. I don't want to use MSCOMM control.
|
| DTD to xml | 20 Feb 2004 16:04 GMT | 1 |
I'd like to use 'xsd.exe' to generate a set of classes so that I can serialize XML for a given DTD However, I don't believe 'xsd.exe' reads DTD's. So is there an easy way to conver a DTD to an XML schema, or go directly from a DTD to a .NET code base that ca
|
| Activating an instance of a class in a referenced assembly | 20 Feb 2004 15:56 GMT | 2 |
I'm trying to use Type.GetType() so I can create an instance of a class I have defined in a different, yet referenced, assembly but it doesn't seem to be able to find the type. How can I get a type object of a class in another assembly?
|
| copy file to SQL sever db HELP | 20 Feb 2004 14:36 GMT | 2 |
how do you copy a file from a folder into a part of SQL server database any sample code for VB .NE ti PT
|
| IMAP | 20 Feb 2004 13:39 GMT | 2 |
We are currently using an IMAP server setup on Unix Does anyone know if there is a Windows vesion pf IMAP? Links Is the version of IMAP for Widnows a different API. I just want to be sure that my code will still work and that the API is not different Thanks
|
| Process.Start & MailTo | 20 Feb 2004 12:36 GMT | 1 |
In my Windows Form application I'm using the attached code, to launch the default email client. When the value of the FileName property exceeds 2001 characters, a Win32Exception is thrown with the message "The System cannot find the file specified". We're likely to have cases ...
|