| Thread | Last Post | Replies |
|
| Architecture question on building a wrapper dll around another dll | 26 Aug 2005 02:14 GMT | 2 |
I need to wrap a DLL written in Cobol into a .net Dll. I am hoping of some design guidance. To call the Cobol DLL basically there 3 data areas that get passed into the call.
|
| Some way to find which process(es) are using some assembly? | 26 Aug 2005 00:49 GMT | 1 |
I have some automated build tools. However, sometimes the build fails because I forget that I have a VS.NET 2003 open that references the assembly I am rebuilding. Or more generally, how could I find out which processes are holding references to a certain assembly, so that I may ...
|
| ASP.NET Server Control State not changing on post back | 25 Aug 2005 22:51 GMT | 1 |
When I set my ASP.NET project IIS directory security with: Anonymous Access checked and a valid domain account is supplied; and Integrated Security is unchecked - none of the state changes in my server side user controls hold?
|
| ArrayList.toArray() --> int[] | 25 Aug 2005 21:04 GMT | 1 |
By default ArrayList ToArray copies the list to object[]. There is an override that allows the specification of a type: ArrayList.ToArray(System.Type)... however, I have been unable to correctly specify the system type or to figure out how to easily convert the object[]
|
| launching executable from web browser? | 25 Aug 2005 20:31 GMT | 1 |
Basically, I'm trying to replicate what these guys do: http://www.whirlywiryweb.com/q/launchinie.asp Installation of their program requires registering a DLL, and registering a list of "allowed URLs" into a registry entry.
|
| Updateing Datetime field | 25 Aug 2005 19:44 GMT | 5 |
Hi; I have a pocket pc app that allows users to select a date. The selection is in a string format; example: 08/21/2005. When I try to update the database, the date is put in as 01/01/1900 00:00:00. My SQL code snippet is:
|
| getting a type from the class name | 25 Aug 2005 19:25 GMT | 1 |
If I want to get a reference to a type given its name, it seems it either has to be in the same assembly, or I have to know the assembly name. Is there no way to simply look at all running assemblies for a type of that name?
|
| How to write array of bitmaps directly to disk | 25 Aug 2005 16:48 GMT | 1 |
I am converting avi files to series of bitmaps to enhance them.How do I write this series into harddisk? Also,one more issue that creeps in is if I write these to hard disk,accessing them again in a sequence will also take up a lot of
|
| Change MAC Address Ethernet?? | 25 Aug 2005 16:44 GMT | 8 |
I need change MAC(nic) Address. I help me pleaseeeee... thanks, Edison
|
| Disk file write performance | 25 Aug 2005 16:33 GMT | 2 |
Seeking some hints from a real framework asynchronous I/O ru of gu. I am trying to find the absolute fastest way to write binary data to disk files in VB.NET. I am working on an FTP server. In my development testing I have found
|
| Not installed for this user 2003 | 25 Aug 2005 16:20 GMT | 3 |
Like the other thread I can't get VS2003 to launch. It says it is disabled. My issue is I am trying to transfer my copy from an old computer to a new one. With failure, I cannot even uninstall from the new computer. Does anyone from MS actually read and assist in these groups or ...
|
| EventLog | 25 Aug 2005 16:20 GMT | 1 |
Is it possible to moniter event logs on a remote machine using the event log component. ie Using the EntryWritten event. I keep getting the warning " Cannot monitor Event log. The log may exist on a remote computer." TIA
|
| Usercontrol 0x80004005 | 25 Aug 2005 15:26 GMT | 2 |
I have strange problem, when running a ASP.NET i get the error 0x80004005 when loading a usercontrol, i know that the control is there. The problem is more strange becouse the applications works fine and the problem
|
| C++/ATL migration to C# | 25 Aug 2005 15:20 GMT | 2 |
Can anyone please do one favor for me? I have one project in c++/ATL , that I want to convert into C#. I have following doubts over this migration. 1. what will be the option for existing header files? I mean can we use
|
| string vs stringbuilder | 25 Aug 2005 14:56 GMT | 3 |
Hello Experts I'm very new to software field.... Can any1 send me the advantages of Stringbuilder class over String class Thanks in advance
|