| Thread | Last Post | Replies |
|
| .net 2.0 beta 2 | 13 Feb 2005 21:42 GMT | 4 |
where is download for this version ? w/regards Pawel
|
| FTP Dir List with .NET Framework 1.1 | 13 Feb 2005 21:15 GMT | 1 |
Does anyone have knowledge of code that will get the directory list off an FTP site? There doesn't seem to be support in .NET Framework 1.1. I found code at the MSDN Longhorn help site but that code didn't work. I think it was for a newer version of .NET not yet released.
|
| Killing a thread started with delegate.BeginInvoke() | 13 Feb 2005 19:59 GMT | 9 |
|
| FRMWK 2 BETA VERSION PROBLEM | 13 Feb 2005 16:53 GMT | 1 |
I have downloaded and installed the fmwk 2 beta version V2.0.40607 from the MS site. I try to install the SQL SERVER 2005 Express manager, but it needs the version 2.0.40903.
|
| multi threading programming | 13 Feb 2005 09:46 GMT | 9 |
Dear sir, I am writing an application to process log file. Log files of many of our site are often huge every day. I need the application to process them very quick. That is why I am thinking to use multi thread. I am not very familiar with this, does some one has a tutorial for ...
|
| References | 13 Feb 2005 09:05 GMT | 2 |
I have been programming in java for the past 4 years, and now I am moving into .NET and C#. Does anyone have any recommendations for books to get me started? Thanks,
|
| Best way to re-use C++ classes in .net | 13 Feb 2005 09:03 GMT | 7 |
I am looking at writing a C# application which needs to re-use a considerable amount of C++ code (data structures and business rules). What would be the best way to go about this? I am thinking about having the C++ classes behind an automation server (like
|
| how to Drag & Drop Files? | 13 Feb 2005 07:40 GMT | 1 |
I have a picture box control with an image loaded. I would like to be able drag the image from the picture box into an email or the desktop. Does anyone know how to do this? Using the DoDragDrop with Outlook, i have been able to drag the filename into an email. Is there any ...
|
| Variable | 12 Feb 2005 22:59 GMT | 4 |
In VB.net How could I access variable in Form2 declared in Form1. Thanks!
|
| Crystal error in deployment-Interop.Craxdrt or dependencies not fo | 12 Feb 2005 20:22 GMT | 1 |
I'm getting the error above on a client machine with the deployment. The simple part of this is that I don't create a setup for this (which may be incorrect) because they are in-house machines preloaded with Crystal and SQL Server tools. I am trying to rule out the possibility ...
|
| How to auto-convert types? | 12 Feb 2005 18:50 GMT | 1 |
Well, I'm programming in vb.net and I'm developing a custom class (named XmlEl) that inherits from the XmlElement class. It has a New routine that receives an xmlelement and constructs the XmlEl instance. But in certain occasions I need the machine to auto-convert an xmlelement ...
|
| DropDown List Issue | 12 Feb 2005 14:54 GMT | 1 |
DropDwonList.SelectedItem.Value returns only the first record value, no matter when you select. any help would be appreciated. Thnaks Manoj
|
| after opening socket, sending data then closing socket 3000 times i get "Only one usage of each socket address" | 12 Feb 2005 14:53 GMT | 3 |
after opening socket, sending data then closing socket 3000 times i get "Only one usage of each socket address" what am i doing wrong? is there some thing else i need to do to free up the socket after i send data into it?
|
| .net in XP, right??? | 12 Feb 2005 13:33 GMT | 4 |
Doesn't the XP operating sytem come with .NET installed???
 Signature --Zorpie
|
| Remove an element while enumerating through a collection | 12 Feb 2005 10:49 GMT | 5 |
If I am enumerating through a collection, will removing the entry which is my current one destroy my ability to keep enumerating the remaining elements successfully. In my case the collection is a hybrid dictionary and while I am enumerating the elements I want to remove the ...
|