| Thread | Last Post | Replies |
|
| Remoting with Named Pipes for version 1.1 | 25 Jul 2005 06:50 GMT | 2 |
Does anyone know where I can get a solid version of a remoting chanel for IPC using named pipes for framework 1.1 ?
|
| Internal Compiler Error: stage 'BEGIN' | 25 Jul 2005 01:20 GMT | 1 |
I am getting this compilation error suddenly, any clues?? The list of errors is stated below.. C:\Apps\Soln\CNET\CNET\MyCompany.Tech.CNet.Component\PrintRequest.cs Internal Compiler Error: stage 'COMPILE'
|
| Using Delphi DLL from VB.NET | 24 Jul 2005 21:06 GMT | 4 |
I need to call Delphi DLL from my VB.NET application. I try to add a reference into my Visual Studio Solution but an error occurs saying that it must be an COM DLL. I have many Delphi DLL from an old application and to rewrite then I will
|
| Successive processing of URLs with HttpWebRequest | 24 Jul 2005 20:58 GMT | 1 |
I have a windows service which downloads .html pages by generating URLs and passing them to HttpWebRequest variable and after that calling the GetResponse() method. The requests are processed in a for cycle. Assuming the time for write operations on my Harddisk is negligible am I ...
|
| Read File? | 24 Jul 2005 20:51 GMT | 2 |
Can anyone point me in the right direction. I need read a binary file, decode it and import it's data into a database. Any advice or direction would be of great help. Russ
|
| Help! - Reading playlist files from winamp through Windows & Winamp APIs & .NET - Decoding memory contents | 24 Jul 2005 20:44 GMT | 1 |
I've been trying for days to write a piece of VB.NET code that will read from winamp's memory space the paths of the files from the current winamp playlist. The GETPLAYLISTFILE command of the winamp API will only return a
|
| .NET console Application fails to execute from CMD.EXE | 24 Jul 2005 20:40 GMT | 1 |
I have vb.NET console application that I execute in batch from CDM.exe. When submitted via a 3rd party tool, or by hand myself, the application will sometimes return immediately with no error message just a command prompt. I can then arrow up to get the same command and press ...
|
| Is there a 2.0Beta Class Library Reference? | 24 Jul 2005 13:04 GMT | 5 |
This might be a stupid question, but is there any 2.0 Beta Class Library Reference? (I haven't found any on the website.) /Gomaw
|
| reflection question | 23 Jul 2005 18:10 GMT | 3 |
Is there a way to get the currently executing function/sub fully qualified name for an assembly using reflection? e.g. "MyProject.MyClass.MyFunction" TIA!
|
| Scrollbars, These Nasty Entities... | 23 Jul 2005 13:20 GMT | 1 |
I am creating a new ListView control. Since I'm painting my own items myself, I don't want to use AutoScroll feature of the UserControl. Instead I tried using HScroll and VScroll controls. Now, I need to select a listview item using the keyboard(UP and DOWN arrows) but the ...
|
| Why so expensive? I'm a cash strapped student here! | 23 Jul 2005 12:40 GMT | 11 |
I only get $188 a fortnight from my job and currently attent uni in Western Australia, I need a copy of Visual Studio.net and then I see the prices... $348 for academic edition?!? It will take me four weeks to get myself a copy and I need one NOW as the first assignment is due ...
|
| FileSystemWatcher failure | 23 Jul 2005 05:38 GMT | 4 |
I am using the FileSystemWatcher in our product to watch for file creations, changes, and deletions and updating the UI of our product based on those notifications. I have a customer that is not seeing his UI update and I have traced it to not getting the notifications from the ...
|
| Using Local File Links in Web Browser Control | 22 Jul 2005 23:10 GMT | 3 |
I've got a WebBrowser control in a C# Windows form. I build HTML on the fly and then set it into the control using the DocumentText property of the control. All of this works fine, except that part of the HTML that I construct is an <A> element that links to a local file, ...
|
| VS 2005 and dotnet 1.1 | 22 Jul 2005 22:42 GMT | 1 |
Is there a way to use dotnet 1.1 in VS 2005 Beta 2? regards, Patrick patrick@mcgovernweb.com
|
| Socket.Connected | 22 Jul 2005 22:36 GMT | 3 |
I'm playing with Socket and Telnet (via hyperterminal). I'm trying to display a message when the client disconnect, that is when hyperterminal either close the connection, or is closed, on the client side. But, Socket.Connected always seems to return true, even though I do as in ...
|