Click here to Skip to main content
15,914,070 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating a new excel workbook with C# Pin
Jeffrey Webster18-Jun-09 5:14
Jeffrey Webster18-Jun-09 5:14 
GeneralRe: Found Office Pin
Jeffrey Webster17-Jun-09 19:28
Jeffrey Webster17-Jun-09 19:28 
QuestionHow to create a self-extractor use ICSharpCode Pin
Oliver Misear17-Jun-09 16:24
Oliver Misear17-Jun-09 16:24 
AnswerRe: How to create a self-extractor use ICSharpCode Pin
Christian Graus17-Jun-09 16:30
protectorChristian Graus17-Jun-09 16:30 
GeneralRe: How to create a self-extractor use ICSharpCode Pin
Oliver Misear17-Jun-09 16:44
Oliver Misear17-Jun-09 16:44 
GeneralRe: How to create a self-extractor use ICSharpCode Pin
Christian Graus17-Jun-09 17:37
protectorChristian Graus17-Jun-09 17:37 
AnswerRe: How to create a self-extractor use ICSharpCode Pin
Super Lloyd17-Jun-09 17:34
Super Lloyd17-Jun-09 17:34 
QuestionUsing a c# DLL in VS2005 Pin
Jasmine Pomelo17-Jun-09 15:30
Jasmine Pomelo17-Jun-09 15:30 
Hi im trying to use a c# dll i found here for telnet scripting . Ive added it to the reference's and its showing up in the object browser correctly but when i try the following code

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Telnet;

namespace test
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
           ScriptingTelnet.Connect();
        }
    }
}


I get the exception

Error 1 An object reference is required for the nonstatic field, method, or property 'objActiveSolutions.ScriptingTelnet.Connect()' C:\Users\Shuttle\Desktop\test1\test1\Form1.cs 21 13 test1

Im pretty new to c# but ive all ready added the reference with using Telnet; can anyone tell me how to use this c# dll ?
AnswerRe: Using a c# DLL in VS2005 Pin
Christian Graus17-Jun-09 16:04
protectorChristian Graus17-Jun-09 16:04 
QuestionHow to find out if managed DirectX is installed? Pin
tjeffries17-Jun-09 15:14
tjeffries17-Jun-09 15:14 
QuestionAny C# Gurus know how to handle this bad boy?.. Pin
Paul Calabro17-Jun-09 13:07
Paul Calabro17-Jun-09 13:07 
AnswerRe: Any C# Gurus know how to handle this bad boy?.. Pin
Christian Graus17-Jun-09 13:40
protectorChristian Graus17-Jun-09 13:40 
GeneralRe: Any C# Gurus know how to handle this bad boy?.. Pin
Paul Calabro17-Jun-09 14:16
Paul Calabro17-Jun-09 14:16 
GeneralRe: Any C# Gurus know how to handle this bad boy?.. Pin
Colin Angus Mackay17-Jun-09 14:26
Colin Angus Mackay17-Jun-09 14:26 
GeneralRe: Any C# Gurus know how to handle this bad boy?.. Pin
Christian Graus17-Jun-09 14:49
protectorChristian Graus17-Jun-09 14:49 
GeneralRe: Any C# Gurus know how to handle this bad boy?.. Pin
Colin Angus Mackay17-Jun-09 15:03
Colin Angus Mackay17-Jun-09 15:03 
AnswerRe: Any C# Gurus know how to handle this bad boy?.. Pin
Colin Angus Mackay17-Jun-09 14:34
Colin Angus Mackay17-Jun-09 14:34 
GeneralRe: Any C# Gurus know how to handle this bad boy?.. Pin
Paul Calabro17-Jun-09 15:02
Paul Calabro17-Jun-09 15:02 
GeneralRe: Any C# Gurus know how to handle this bad boy?.. Pin
Colin Angus Mackay17-Jun-09 15:10
Colin Angus Mackay17-Jun-09 15:10 
GeneralRe: Any C# Gurus know how to handle this bad boy?.. Pin
Paul Calabro17-Jun-09 15:23
Paul Calabro17-Jun-09 15:23 
GeneralRe: Any C# Gurus know how to handle this bad boy?.. Pin
Paul Calabro17-Jun-09 15:24
Paul Calabro17-Jun-09 15:24 
GeneralRe: Any C# Gurus know how to handle this bad boy?.. Pin
Colin Angus Mackay17-Jun-09 21:30
Colin Angus Mackay17-Jun-09 21:30 
GeneralRe: Any C# Gurus know how to handle this bad boy?.. Pin
Paul Calabro18-Jun-09 4:27
Paul Calabro18-Jun-09 4:27 
QuestionUpgrade Microsoft Visual C# 2008 Express Edition to Visual Studio? Pin
Mc_Topaz17-Jun-09 10:30
Mc_Topaz17-Jun-09 10:30 
AnswerRe: Upgrade Microsoft Visual C# 2008 Express Edition to Visual Studio? Pin
EliottA17-Jun-09 10:33
EliottA17-Jun-09 10:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.