| Thread | Last Post | Replies |
|
| Convert DateTime to Number | 13 Oct 2004 16:01 GMT | 2 |
I have question about casting problem DateTime to numer in c#. ex: VB6 or SQL Select Cast( Getdate() as int) result : 38272 (<-- 10/13/2004 )
|
| FileSystemWatcher & FTP | 13 Oct 2004 15:53 GMT | 1 |
Is it normal that the FileSystemWatcher don't launch the created event if a file is FTP'ed and did it when it is copied from other folder? Is there any way to achieve this? Regards,
|
| Class Library Reference --> Javadoc Style | 13 Oct 2004 15:46 GMT | 1 |
I am coming from the Java World, and I was wondering if anyone knew of a tool, or XSL document, that would convert the normal Tree based Class Library docs to have the same format as Javadoc does? For example, it would have 3 Frames:
|
| Framework configuration | 13 Oct 2004 15:32 GMT | 4 |
I have a vb.net program that runs locally on my local machine where it was developed and on various other machines but fails to run on some other machines. I think this is a framework conguration issue involving full
|
| Publishing a site with .NET Visual Studio | 13 Oct 2004 15:25 GMT | 2 |
I would like to be able to upload my website to a live server from within .NET Visual Studio. I know macromedia dreamweaver has functionality where it lets you upload your site to a live server. I could invoke an FTP application from Tools, External Tools inside .NET
|
| Interprocess communication in .NET | 13 Oct 2004 15:18 GMT | 6 |
Allright the title seems to say it all. What is the best way to implement interprocess communication in .NET. Sorry remoting is not the answer because simply it has too much goo of network layer before processes on the same machine get to communicate.
|
| .NET Portal Solutions... | 13 Oct 2004 14:59 GMT | 1 |
I am interested in any .NET enabled portal solutions that are in the same class as the J2EE BEA Weblogic portal solution. Can anyone point me to articles comparing the available portal solutions for the .NET Framework?
|
| Object reference error | 13 Oct 2004 14:55 GMT | 2 |
I am working on a travel site application that illustrates inheritance and polymorphism. The abstract base class is Reservable. The three derived classes are Hotel, Car, and Flight. I have the following method, which acts as a controller class between the
|
| .NET SUPPORT FOR LINUX? | 13 Oct 2004 14:21 GMT | 2 |
I heard there project going on .NET to support for linux platform... Is it true?? How can I get information of that??? Janaka
|
| OpenFileDialog | 13 Oct 2004 14:21 GMT | 4 |
Is there a way when using the OpenFileDialog() to just get the filename, myFile.dat, rather then the complete path. I use the FileName returned from the OpenFilaDialog() and that does return the path.
|
| Creating EXE with online updating? | 13 Oct 2004 14:15 GMT | 2 |
I'd like to create an EXE that also takes advantage of background online updating or allows the user to update manually. Similar to MS Money. The EXE will utilize VB. Is smart client the way to go with this? I don't need any low level programming. Is VB best for this ...
|
| reflection question | 13 Oct 2004 12:48 GMT | 5 |
Can someone explain the following: I'm trying to use Type.GetType that takes a string parameter which specifies the type and assembly. For example: Type t = Type.GetType("System.Drawing.Point, System.Drawing");
|
| Send email message with attachments | 13 Oct 2004 12:23 GMT | 3 |
I am trying to send email message from my ASP.NET page using MailMessage ? SmtpMail. Message must have the attachment file. When its size grows 150K I get an error message
|
| Send file to Windows recycle bin | 13 Oct 2004 12:20 GMT | 3 |
Is there an easy way of sending a file to the Windows recycle bin? Thanks, Guido
|
| Checking version of .NET on IIS | 13 Oct 2004 12:05 GMT | 2 |
How would I check to see which version of ASP.NET my IIS is running. And how would I change it? On one machine, I am running XP and the IIS was running ASP.NET 2.0. My app was written using 1.1 and when I started VS.NET, I got an error saying that
|