| Thread | Last Post | Replies |
|
| Problem with .NET object registered in COM+ | 28 Sep 2006 04:56 GMT | 2 |
I have a .NET object that's registered in COM+. I'm calling it from a VB6 dll that's registered in COM+ like so: Set objEFV = CreateObject("MyDotNetDLL.MyClass") strResult = objEFV.DoMyMethod(Param1, Param2)
|
| Remoting over SMTP channel | 28 Sep 2006 04:33 GMT | 1 |
I read I can use SMTP channel to send SOAP message. But what is the benefit of using SMTP instead of TCP, HTTP? Hardy
|
| StreamReader.Peek Timeout | 28 Sep 2006 01:35 GMT | 6 |
I'm trying to use the StreamReader to read messages from a newsgroup but after downloading several messages it will get stuck on the streamReader.Peek line and never timeout (or at least not after 12 hours) Any suggestions on how to timeout?
|
| iterator in Dictionary<>? | 27 Sep 2006 21:30 GMT | 3 |
Is there anything correspondant to the iterator for Dictionary<>? For example, something which is similar to std::map::iterator in C++? Reply please. Thanks in advance. Hyun-jik Bae
|
| System.IO.Ports Help | 27 Sep 2006 21:18 GMT | 1 |
Hi, i'm developer, im writing a C# code to communicate with a Fiscal Printer (Argentine) throw serial port. I have a problem, my communication is Asynchronously and i need to simulate a synchronously communication, i mean, like this.
|
| Uploading big files | 27 Sep 2006 20:24 GMT | 8 |
I'm currently building a little web site for me and my friends where we would like to be able to post big files (10Mb to 250Mb approx.) Right now the ASP.Net UploadFile control can't do it as we are limited 1) by the MaxRequestLength (4Mb) and 2) with big files (such as 250Mb) ...
|
| .NET 3.0 | 27 Sep 2006 08:21 GMT | 4 |
Hi I just thought of writing my MCTS exam, which targets .NET 2.0. However, i also came across many info on .NET 3.0, now this just makes me to think, whether should i go ahead and do MCTS? Any idea when is 3.0 getting released
|
| savefiledialog for webforms | 27 Sep 2006 08:06 GMT | 1 |
I have a web page with displays informations from an xml. On the same web page is a "save xml as" button and when the button gets fired, I want to display a save as dialog for the user to save the xml in a file on his client machine.
|
| changing the value of parameters in constructor | 27 Sep 2006 08:06 GMT | 2 |
I want to create a new constructor in a class that inherits from another... in VB.Net I still want to call the base class after some code has 'manipulated' the parameters
|
| Garbage collection | 27 Sep 2006 03:10 GMT | 5 |
If i dispose all object in my vb.net c# code what perfomances advantage i have? mant thanks
|
| DotNet ActiveX Equivalent ? | 26 Sep 2006 21:32 GMT | 1 |
I have a website which currently uses an ActiveX component made in Delphi. The ActiveX provides a simple but nice functionality to the website. Recently, it was ported from the old Asp, to Asp.Net 2.0. I was wondering, if I want to replace the Delphi ActiveX component, what
|
| vb 2005 compiler error as per kb 915038 | 26 Sep 2006 20:15 GMT | 3 |
I am currently getting the error described in the above kb article. Does anyone have the fix file suggested in the article that can be e-mailed to me? Regards
|
| Opposite of string.split? | 26 Sep 2006 20:09 GMT | 2 |
Any built in framework function that takes a string array and converts it back to a concatenated string with a delimiter? Thanks.
|
| UserControls in a different directory | 26 Sep 2006 18:55 GMT | 3 |
I have my UserControls in a subdirectory called usercontrols. In the code for one of my UserControls I have the following: Public Property adimage() As String Get
|
| About DataGridView control's issue | 26 Sep 2006 14:43 GMT | 2 |
Hi, all I want to customize the column of DataGridView as a DataTimePicker control in a windows form, how to do this? Could you give me several samples of VB.net?
|