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

C#

 
GeneralRe: DShowNet [modified] Pin
RockyC#7-Jan-07 5:28
RockyC#7-Jan-07 5:28 
QuestionC# asp.net 2.0 Pin
chirag_nine6-Jan-07 1:57
chirag_nine6-Jan-07 1:57 
AnswerRe: C# asp.net 2.0 Pin
Not Active6-Jan-07 7:20
mentorNot Active6-Jan-07 7:20 
QuestionRe: C# asp.net 2.0 Pin
chirag_nine6-Jan-07 7:37
chirag_nine6-Jan-07 7:37 
AnswerRe: C# asp.net 2.0 Pin
Christian Graus6-Jan-07 12:19
protectorChristian Graus6-Jan-07 12:19 
QuestionCreate a .NET dll Pin
Tyler456-Jan-07 1:34
Tyler456-Jan-07 1:34 
AnswerRe: Create a .NET dll Pin
Christian Graus6-Jan-07 12:15
protectorChristian Graus6-Jan-07 12:15 
QuestionRe: Create a .NET dll Pin
Tyler456-Jan-07 13:22
Tyler456-Jan-07 13:22 
I assumed that i have added a method but after i included it vs doesnt see this method
here is the dll code

using System;<br />
using System.Collections.Generic;<br />
using System.Text;<br />
<br />
namespace ExDLL<br />
{<br />
    public class Class1<br />
    {<br />
        public static int ExMethod(int a, int b)<br />
        {<br />
            return a + b;<br />
        }<br />
    }<br />
}<br />

Thanks, i wait your reply
AnswerRe: Create a .NET dll Pin
Christian Graus6-Jan-07 14:18
protectorChristian Graus6-Jan-07 14:18 
QuestionRe: Create a .NET dll Pin
Tyler457-Jan-07 19:56
Tyler457-Jan-07 19:56 
AnswerRe: Create a .NET dll Pin
Christian Graus7-Jan-07 22:51
protectorChristian Graus7-Jan-07 22:51 
QuestionMaskedTextBox Pin
CodeItWell6-Jan-07 1:21
CodeItWell6-Jan-07 1:21 
AnswerRe: MaskedTextBox Pin
Tyler456-Jan-07 1:30
Tyler456-Jan-07 1:30 
QuestionForcing static implementation... Pin
Shy Agam6-Jan-07 1:14
Shy Agam6-Jan-07 1:14 
AnswerRe: Forcing static implementation... Pin
Ennis Ray Lynch, Jr.6-Jan-07 8:09
Ennis Ray Lynch, Jr.6-Jan-07 8:09 
AnswerRe: Forcing static implementation... Pin
Guffa6-Jan-07 9:11
Guffa6-Jan-07 9:11 
Questiongetting the line number of a sentence (word document) Pin
hofi19856-Jan-07 1:10
hofi19856-Jan-07 1:10 
QuestionIDeserializationCallback.OnDeserialization() not called Pin
dubbaluga6-Jan-07 1:06
dubbaluga6-Jan-07 1:06 
QuestionC# High School Project Pin
makemoneyfast6-Jan-07 1:01
makemoneyfast6-Jan-07 1:01 
AnswerRe: C# High School Project Pin
Cormac M Redmond6-Jan-07 1:19
Cormac M Redmond6-Jan-07 1:19 
GeneralRe: C# High School Project Pin
makemoneyfast6-Jan-07 1:33
makemoneyfast6-Jan-07 1:33 
GeneralRe: C# High School Project Pin
User 66586-Jan-07 4:03
User 66586-Jan-07 4:03 
GeneralRe: C# High School Project Pin
makemoneyfast6-Jan-07 4:49
makemoneyfast6-Jan-07 4:49 
GeneralRe: C# High School Project Pin
Cormac M Redmond6-Jan-07 9:00
Cormac M Redmond6-Jan-07 9:00 
AnswerDefinately ambitious Pin
Ennis Ray Lynch, Jr.6-Jan-07 8:14
Ennis Ray Lynch, Jr.6-Jan-07 8:14 

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.