recently, when copying and pasting test, the dialogue popped up asking me about keeping the formatting or disregarding the formatting.
In this case I wanted to keep it, so I selected that.
But, I accidentally clicked off the "use this every time" checkbox.
Now, I am forced to use the...
Here is the FTPLib.cs code. I think the failure is in the DoUpload portion.
using System;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Text.RegularExpressions;
using System.Collections;
namespace FTPLib
{
public class FTP
{
#region Public...
I am being asked to support an app written in C# that I know very little about. I believe it was intended for .NET 2.
This app creates a file(internal local server), encrypts it (GNUPG)(internal local server) and FTPs it to a server (external).
When we were with vendor A everything worked...
I just upgraded to Mandriva 10.2 and got Gimp 2.2 along with it. When using the text tool the font display is very blocky. I have tried playing with aliasing and the other gimp options but it only makes very marginal differences to it. Ever see this?
All other apps and icons seem pretty normal...
I am starting to learn C# along with ASP.NET. I am a PHP programmer trying to stretch out.
I have a survey that is 10 questions with 5 possible answers that are radio buttons. I am using this to limit the users possible choice to one per question.
<asp:RadioButton id="RadioButton1"...
Once I have created the query and run through the process of matching fields and what not, how can I save those settings so that the end user does not have to do it all over again?
I have created a limited rights user to SELECT the data from the db fields and am happy to have the user enter the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.