Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
GeneralRe: simple selec tquery Pin
Michael Sync6-Dec-07 16:38
Michael Sync6-Dec-07 16:38 
GeneralC# Image Processing library Pin
peterchen6-Dec-07 15:38
peterchen6-Dec-07 15:38 
GeneralRe: C# Image Processing library Pin
Michael Sync6-Dec-07 16:33
Michael Sync6-Dec-07 16:33 
GeneralClose 'X' Pin
RussBus6-Dec-07 12:22
RussBus6-Dec-07 12:22 
GeneralRe: Close 'X' Pin
Justin Perez6-Dec-07 12:34
Justin Perez6-Dec-07 12:34 
GeneralRe: Close 'X' [modified] Pin
RussBus7-Dec-07 4:59
RussBus7-Dec-07 4:59 
GeneralUsing NPlot .NET component in Access VBA Pin
Thanks for all the fish6-Dec-07 11:59
Thanks for all the fish6-Dec-07 11:59 
GeneralRe: Using NPlot .NET component in Access VBA Pin
NassosReyzidis6-Dec-07 23:06
NassosReyzidis6-Dec-07 23:06 
Hi there,
First in the C# source Code (For VS2005), right click in the project select properties and goto Build section on the bottom select "register For COM Interop" (do that for all projects in the solution), now if you Build the Solution in the Debug/Release directory beside the .exe/.dll it will create .tlb files, now you need to register to the GAC, go to Start-->run and write:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\regasm "YourPath"\YourDll.dll /codebase tlb:"YourPath"\YourDll.tlb /verbose
now you can use the CreateObject from VBA to intatiate and you the assembly.

PS. you have to register ALL dlls.
Hope that helped.
Nassos

"Success is the ability to go from one failure to another with no loss of enthusiasm."
Winston Churchill

"Quality means doing it right when no one is looking."
Henry Ford


QuestionUniqueness, authentication, licensing oh my Pin
askey6-Dec-07 10:46
askey6-Dec-07 10:46 
GeneralRe: Uniqueness, authentication, licensing oh my Pin
martin_hughes6-Dec-07 11:00
martin_hughes6-Dec-07 11:00 
GeneralRe: Uniqueness, authentication, licensing oh my Pin
DaveyM696-Dec-07 13:43
professionalDaveyM696-Dec-07 13:43 
GeneralRe: Uniqueness, authentication, licensing oh my Pin
askey6-Dec-07 17:05
askey6-Dec-07 17:05 
GeneralFile (XmlDocument) Encryption / Decryption improvements Pin
DaveyM696-Dec-07 8:21
professionalDaveyM696-Dec-07 8:21 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
led mike6-Dec-07 8:57
led mike6-Dec-07 8:57 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
DaveyM696-Dec-07 9:03
professionalDaveyM696-Dec-07 9:03 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
Ennis Ray Lynch, Jr.6-Dec-07 9:12
Ennis Ray Lynch, Jr.6-Dec-07 9:12 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
DaveyM696-Dec-07 9:23
professionalDaveyM696-Dec-07 9:23 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
led mike6-Dec-07 9:49
led mike6-Dec-07 9:49 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
DaveyM696-Dec-07 11:39
professionalDaveyM696-Dec-07 11:39 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
Skippums7-Dec-07 5:36
Skippums7-Dec-07 5:36 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
DaveyM699-Dec-07 23:43
professionalDaveyM699-Dec-07 23:43 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
Skippums10-Dec-07 4:34
Skippums10-Dec-07 4:34 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
DaveyM6910-Dec-07 5:08
professionalDaveyM6910-Dec-07 5:08 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
Skippums10-Dec-07 5:58
Skippums10-Dec-07 5:58 
GeneralRe: File (XmlDocument) Encryption / Decryption improvements Pin
DaveyM6910-Dec-07 10:02
professionalDaveyM6910-Dec-07 10:02 

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.