| Thread | Last Post | Replies |
|
| ActiveX creation | 27 Jul 2005 16:14 GMT | 1 |
Can you create ActiveX controls in C#? I want to make a control that can be used by both VB 6.0 and VB .NET and C# developers. Can I write in C# or must I write in VB 6.0? I realize that more and more folks are moving to .NET, but industry has a lot of people on 6.0 so I need ...
|
| Memory increase and hang | 27 Jul 2005 16:08 GMT | 5 |
I have an C# application and after about 12 hours it hangs with a .NET Error System.OutOfMemoryException. This error is received after GC.GetTotalMemory: 100038436 and in task manager the used memory is about 130,000k.
|
| system wide hotkey | 27 Jul 2005 16:03 GMT | 2 |
Hi, Is it possible to define and trap a system wide hotkey combo? I've an app that sits in the systray doing various things, I've got some ideas which would require it to recieve keyboard input regardless of the
|
| Problem with interop.excel.dll | 27 Jul 2005 15:59 GMT | 3 |
I have a problem with a dll mentioned in subject. When I developed my app everything was OK but when I copied it to another comp program crashed while trying to create an excel object. I developed it on comp with w2k and office 2k3 and tried it out on w98 and
|
| Unzip a file | 27 Jul 2005 15:53 GMT | 2 |
I need to unzip a file from my c# Windows application. is it possible?. How can i do it?
|
| Excel Interop different versions | 27 Jul 2005 15:46 GMT | 9 |
I've developed an assembly, which opens an excel workbook and readout the range names and -values. I'm working with Office XP on my computer. I want to deploy this assembly on computers, using excel version 97/2000/2002/2003. Is this possible and allowed, if I copy the PIA ...
|
| Accessing parent form variable from child form | 27 Jul 2005 15:31 GMT | 3 |
I'm now migrating to C# and .NET 1.1 programming from PHP and PERL and I have one problem and I cannot solve it (google didn't help). I have two forms - FORM1 and FORM2 FORM1 will make instance of FORM2 and open it...
|
| seeking help with an algorithm | 27 Jul 2005 14:56 GMT | 8 |
I am looking for an algorithm that would take an incremental value and map that to a case-inspecific alphanumeric string. However, I don't want the string to simply step through 0000, 0001 ... ZZZZ. I would ideally like the value to appear to jump around randomly, but
|
| getting Network Interface Card(NIC) names.. question. | 27 Jul 2005 14:09 GMT | 1 |
I've got 3 Network Interface Cards(NIC) in my PC. Lets say NIC1, NIC2, NIC3. I have openend network connections in control panel and renamed them to Network 1, Network 2, Network 3. I'm trying to get these names( Network 1, Network 2, Network 3) by using C#.
|
| Thread | 27 Jul 2005 14:07 GMT | 2 |
What is the procedure to pass parameters to the Thread Function. ? I have a thread, which accepts string as input parameter.. Thanks & Regards, Mohan
|
| Generics: Inheritance and Interface questions | 27 Jul 2005 14:04 GMT | 1 |
I would like to know two things about generics: 1. Can an interface be gerneric? I want the implementing class to be generic, so the interface has to be. 2. I have a gerneric class, which I want to use as a base class for my own.
|
| RegexOptions.Singleline is causing a timeout? | 27 Jul 2005 14:01 GMT | 1 |
I'm trying to use the following code to read in a file on my web server and display part of its contents (sorry for wrapping): StreamReader streamReaderFile = new StreamReader("/path/to/file.html"); string stringFile = streamReaderFile.ReadToEnd();
|
| FileIOPermission | 27 Jul 2005 13:45 GMT | 4 |
I have an application that does a XML transform. When I placed the application on a file share and then clicked to run it, the application starts but stalls with this error. ( I do have full permissions on the server - it needs to read the xml dom, xsl and write out the output ...
|
| C# Retain PlaceHolder ViewState | 27 Jul 2005 13:17 GMT | 2 |
Hi... I wish to extract the text content of an Xml file and assign it to DropDownList controls at runtime.I can get the Xml file text content into the DropDownList controls (Ex...if 5 Xml text tags then 5
|
| setup project | 27 Jul 2005 13:15 GMT | 2 |
(hey dr. nick) i have visual c# 2005 and a large project. there appears, however, to be know setup project template. i have search msdn but i couldnt find one? can anyone give me any code that will even create a simple setup project?
|