Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
AnswerRe: HowTo make a dll, which can be called by VBA Pin
Nader Elshehabi25-Oct-06 23:08
Nader Elshehabi25-Oct-06 23:08 
QuestionRe: HowTo make a dll, which can be called by VBA [modified] Pin
Ariadne25-Oct-06 23:13
Ariadne25-Oct-06 23:13 
AnswerRe: HowTo make a dll, which can be called by VBA Pin
Nader Elshehabi26-Oct-06 0:58
Nader Elshehabi26-Oct-06 0:58 
AnswerRe: HowTo make a dll, which can be called by VBA Pin
Ariadne26-Oct-06 2:09
Ariadne26-Oct-06 2:09 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
Nader Elshehabi26-Oct-06 6:35
Nader Elshehabi26-Oct-06 6:35 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
Ariadne26-Oct-06 9:41
Ariadne26-Oct-06 9:41 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
Nader Elshehabi26-Oct-06 19:28
Nader Elshehabi26-Oct-06 19:28 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
Ariadne27-Oct-06 3:55
Ariadne27-Oct-06 3:55 
Thanks for your articles.

I read a lot of stuff too.OMG | :OMG:

But it seams there is something basic wrong.

here the story, what I try:

1. I build a classlibrary-project in VS8 C#.
2. I insert one TestDLL class:
using System;
using System.Collections.Generic;
using System.Text;
public class TestDLL
{
  public string StringChange(string str)
  {
    return str +" from C#";
  }
}

3. I build the project with a TestDLL.dll as result
4. I run tlbexp TestDLL.dll /win 32 /out:TestDLL.tlb
5. An inspection of TestDLL.tlb with notepad.exe shows no StringChange string.
6. I run regasm TestDLL.dll
It returns a waring: RA00000 : there are no types registered (retranslation from german)
7. I tested the same on a virgin VS8 Enviroment on my home notebook with the same result.
8. I have no idea....Frown | :(

Ariadne

AnswerRe: HowTo make a dll, which can be called by VBA: I got it! Pin
Ariadne27-Oct-06 4:36
Ariadne27-Oct-06 4:36 
AnswerRe: HowTo make a dll, which can be called by VBA Pin
SSLaks26-Oct-06 1:12
SSLaks26-Oct-06 1:12 
QuestionPassing vb.net class object to c# class method [modified] Pin
pdeep25-Oct-06 18:02
pdeep25-Oct-06 18:02 
AnswerRe: Passing vb.net class object to c# class method Pin
Robert Rohde25-Oct-06 19:21
Robert Rohde25-Oct-06 19:21 
QuestionRe: Passing vb.net class object to c# class method Pin
pdeep25-Oct-06 19:27
pdeep25-Oct-06 19:27 
AnswerRe: Passing vb.net class object to c# class method Pin
Colin Angus Mackay26-Oct-06 0:42
Colin Angus Mackay26-Oct-06 0:42 
GeneralRe: Passing vb.net class object to c# class method Pin
Robert Rohde26-Oct-06 6:13
Robert Rohde26-Oct-06 6:13 
QuestionLoading a dataset into an array. Pin
teejayem25-Oct-06 17:35
teejayem25-Oct-06 17:35 
AnswerRe: Loading a dataset into an array. Pin
Robert Rohde25-Oct-06 19:24
Robert Rohde25-Oct-06 19:24 
AnswerRe: Loading a dataset into an array. Pin
ednrgc26-Oct-06 4:07
ednrgc26-Oct-06 4:07 
GeneralRe: Loading a dataset into an array. Pin
teejayem26-Oct-06 5:28
teejayem26-Oct-06 5:28 
GeneralRe: Loading a dataset into an array. Pin
ednrgc26-Oct-06 5:34
ednrgc26-Oct-06 5:34 
QuestionAbout taskbar Pin
fachozo25-Oct-06 16:17
fachozo25-Oct-06 16:17 
AnswerRe: About taskbar [modified] Pin
quiteSmart25-Oct-06 19:37
quiteSmart25-Oct-06 19:37 
AnswerRe: About taskbar Pin
Nader Elshehabi25-Oct-06 21:19
Nader Elshehabi25-Oct-06 21:19 
Questionread a cd rom as a whole Pin
Iv0125-Oct-06 13:51
Iv0125-Oct-06 13:51 
AnswerRe: read a cd rom as a whole Pin
led mike25-Oct-06 13:59
led mike25-Oct-06 13:59 

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.