| Thread | Last Post | Replies |
|
| size of the file | 12 Aug 2005 15:51 GMT | 1 |
I have a problem regarding how to get the size of the file present on the FTP server.One of the FTP command i.e. SIZE I know. But it fails sometimes and I am not able to find out the reason behind this. Sorry for posting question on wrong site.
|
| class user across multiple forms | 12 Aug 2005 14:41 GMT | 3 |
If in form1 I use User user = new User(); as a reference to my user object. When I go to form2 how do I reference the same user? Thanks
|
| calling a windows service | 12 Aug 2005 14:31 GMT | 3 |
We want to write a Windows Service that will open a socket connection to a remote server and keep it open indefinetly. We want to write a .dll that can talk to this Windows Service and pass it messages to send to the remote server. Can this be done? If so, can anyone give me ...
|
| String.Format | 12 Aug 2005 11:54 GMT | 2 |
Hello, all! I have question about String.Format method. There are two variants: public static string Format(string, params object[]); and public static string Format(IFormatProvider, string, params object[]);
|
| A good ASP.NET C# magazine recommendation | 12 Aug 2005 11:24 GMT | 3 |
I'm already subscribing to MSDN Magazine. I want to know if there are other recommended ASP.NET C#-type magazine out there. Please inform. Thank you.
|
| LotusScript and its similarity to VB | 12 Aug 2005 09:52 GMT | 4 |
Hi, I have a background as a Lotus Notes Administrator and I want to get into LotusScript. Does anyone know if LotusScript is more similar to VB6 or VB.net.
|
| Uninstall 2005 Beta 1 and reinstall 2003 | 12 Aug 2005 08:18 GMT | 6 |
I've uninstalled Visual Studio .Net 2005 Beta 1 and need to reinstall Visual Studio .Net 2003 but I get an error that the .Net Framework 1.1 and J# redistributable packages cannot be installed. Is there a tool to clean up the mess the Beta leaves behind?
|
| AD Group Ownership | 12 Aug 2005 07:39 GMT | 1 |
I am trying to use the following button code to allow a user to enter an Active Directory account name and then have the system return the specified user' group memberships and the "ManagedBy" value for each group membership. Has anyone done this before? As it stands now it will ...
|
| Send PORT command to ftp server that does not support PASV command | 12 Aug 2005 03:03 GMT | 3 |
My compnay recently bought an egg scale from Holland that sorts and grades eggs and writes the data to a .csv file that is stored on an ftp server that is part of the scale itself. This server does not accept PASV commands. So, I have not been able to programmatically download ...
|
| windows service to lunch windows application | 12 Aug 2005 02:32 GMT | 3 |
Hi friends, I wrote a Windows Form App "X" using #C.Net. This App "X" is installed in a Windows XP machine. Now I want to run this App "X" without the user having to log into the Windows XP machine. I think of a solution
|
| Configure Master-Details | 12 Aug 2005 00:20 GMT | 1 |
the data menu option in visual basic 2005 "Configure Master-Details" dont activate when selecting bindingsource control so it works which which control
 Signature Ammar S. Mitoori
|
| Imports VS Namespace.Namespace2.Class1 | 12 Aug 2005 00:18 GMT | 2 |
Item #1: Project Reference > DLLClass1 Project Properties > Imports > Namespace.Namespace2 - In Code Behind:
|
| Showing progress of a postback | 11 Aug 2005 22:11 GMT | 3 |
Is there anything I can do during a page postback to give any feedback to the user of how it is progressing? I am running some SQL queries and other processing so it can take 20 seconds for the postback, sometimes longer and I would like to be able to show the
|
| copying code of event of user control automatically | 11 Aug 2005 21:55 GMT | 1 |
how can i copy code of event of usercontrol in form on which it is placed automatically. whenever control is dragged to the form.
|
| "nohup" for .Net under MS OS | 11 Aug 2005 21:24 GMT | 1 |
I am implementing a .Net application (scientific computing) that basically requires a couple of days to terminate on a single desktop. Until now, I was using Mono (a .Net port) to run it on a Linux server. To achieve that, I was using the command-line
|