Click here to Skip to main content
15,886,046 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# DataBase Question Pin
Anonymous28-Jan-04 16:06
Anonymous28-Jan-04 16:06 
GeneralresX Files Pin
gordingin28-Jan-04 5:30
gordingin28-Jan-04 5:30 
GeneralRe: resX Files Pin
Heath Stewart28-Jan-04 6:32
protectorHeath Stewart28-Jan-04 6:32 
GeneralRe: resX Files Pin
gordingin28-Jan-04 6:37
gordingin28-Jan-04 6:37 
GeneralRe: resX Files Pin
Heath Stewart28-Jan-04 6:42
protectorHeath Stewart28-Jan-04 6:42 
GeneralRe: resX Files Pin
gordingin28-Jan-04 6:56
gordingin28-Jan-04 6:56 
QuestionCan C# .NET controls be used in Excel? Pin
EyeOfTheSky28-Jan-04 4:40
EyeOfTheSky28-Jan-04 4:40 
AnswerRe: Can C# .NET controls be used in Excel? Pin
Heath Stewart28-Jan-04 6:27
protectorHeath Stewart28-Jan-04 6:27 
You have to expose them as COM objects and register the assembly on the system with regasm.exe. If you need to access the Excel object model from these controls, you should also create and reference the Microsoft.Office.Interop.Excel.dll primary interop assembly (PIA), downloadable from http://msdn.microsoft.com/downloads/list/office.asp[^]. You can pass objects from Excel to your controls through methods you define, such as passing the Excel.Application object, which is what Excel does to foster automation with VBA (Visual Basic for Applications).

For more information create COM-Callable Wrappers (CCWs), see Nick's article at http://www.codeproject.com/dotnet/nettocom.asp[^].

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralC# Webservice Deployment Pin
Victor Boctor28-Jan-04 2:57
Victor Boctor28-Jan-04 2:57 
GeneralRe: C# Webservice Deployment Pin
Uwe Keim28-Jan-04 3:19
sitebuilderUwe Keim28-Jan-04 3:19 
GeneralRe: C# Webservice Deployment Pin
Victor Boctor28-Jan-04 10:02
Victor Boctor28-Jan-04 10:02 
GeneralRe: C# Webservice Deployment Pin
Uwe Keim28-Jan-04 20:06
sitebuilderUwe Keim28-Jan-04 20:06 
GeneralRe: C# Webservice Deployment Pin
Mazdak28-Jan-04 3:23
Mazdak28-Jan-04 3:23 
GeneralRe: C# Webservice Deployment Pin
Victor Boctor28-Jan-04 10:10
Victor Boctor28-Jan-04 10:10 
GeneralRe: C# Webservice Deployment Pin
Mazdak28-Jan-04 10:44
Mazdak28-Jan-04 10:44 
GeneralRe: C# Webservice Deployment Pin
Victor Boctor28-Jan-04 12:17
Victor Boctor28-Jan-04 12:17 
GeneralUsage of lookup tables Pin
feicki27-Jan-04 23:56
feicki27-Jan-04 23:56 
GeneralRe: Usage of lookup tables Pin
Mazdak28-Jan-04 0:28
Mazdak28-Jan-04 0:28 
GeneralRe: Usage of lookup tables Pin
feicki28-Jan-04 0:57
feicki28-Jan-04 0:57 
GeneralRe: Usage of lookup tables Pin
Mazdak28-Jan-04 2:56
Mazdak28-Jan-04 2:56 
GeneralRe: Usage of lookup tables Pin
Heath Stewart28-Jan-04 6:21
protectorHeath Stewart28-Jan-04 6:21 
General.NET Remoting Question Pin
andreas_aus_hamburg27-Jan-04 23:48
andreas_aus_hamburg27-Jan-04 23:48 
GeneralRe: .NET Remoting Question Pin
msdnexpert28-Jan-04 5:45
msdnexpert28-Jan-04 5:45 
GeneralRe: .NET Remoting Question Pin
andreas_aus_hamburg28-Jan-04 11:30
andreas_aus_hamburg28-Jan-04 11:30 
GeneralWebService question Pin
Mazdak27-Jan-04 23:35
Mazdak27-Jan-04 23:35 

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.