Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
AnswerRe: know about basic of all oops concepts Pin
Ravi Bhavnani25-Apr-12 18:43
professionalRavi Bhavnani25-Apr-12 18:43 
GeneralRe: know about basic of all oops concepts Pin
Vipin_Arora25-Apr-12 18:57
Vipin_Arora25-Apr-12 18:57 
AnswerRe: know about basic of all oops concepts Pin
John Orendt26-Apr-12 10:09
John Orendt26-Apr-12 10:09 
AnswerRe: know about basic of all oops concepts Pin
Alan Balkany27-Apr-12 4:37
Alan Balkany27-Apr-12 4:37 
AnswerRe: know about basic of all oops concepts Pin
jschell28-Apr-12 7:46
jschell28-Apr-12 7:46 
QuestionRetrieve client computer services, hardware information of a particular client Pin
nemichand.choudary25-Apr-12 18:04
nemichand.choudary25-Apr-12 18:04 
AnswerRe: Retrieve client computer services, hardware information of a particular client Pin
Luc Pattyn25-Apr-12 18:13
sitebuilderLuc Pattyn25-Apr-12 18:13 
QuestionExcel add-in Pin
Muammar©25-Apr-12 13:28
Muammar©25-Apr-12 13:28 
Hi,
I have this simple Excel add-in project based on the standard VS template, however, I cannot call the below test() function from Excel VBA.


[Guid("9E88FA9A-4E7D-4bba-8D94-439BFA2B0AEC")]

[ClassInterface(ClassInterfaceType.AutoDual)]
[ComVisible(true)]
public class MyFunctions
{
    public void test()
    {
        Microsoft.Office.Interop.Excel.Application xlsApp = new ApplicationClass();
        Worksheet ws = (Worksheet)xlsApp.ActiveSheet;
        ws.Cells[1, 1] = "Edited by C#";
    }


Please help,
Thanks.
AnswerRe: Excel add-in Pin
Richard Andrew x6426-Apr-12 10:59
professionalRichard Andrew x6426-Apr-12 10:59 
QuestionControl Ip Camera Pin
Synodiporos25-Apr-12 7:01
Synodiporos25-Apr-12 7:01 
AnswerRe: Control Ip Camera Pin
Wes Aday25-Apr-12 8:01
professionalWes Aday25-Apr-12 8:01 
GeneralRe: Control Ip Camera Pin
Synodiporos25-Apr-12 8:55
Synodiporos25-Apr-12 8:55 
GeneralRe: Control Ip Camera Pin
Wes Aday25-Apr-12 9:03
professionalWes Aday25-Apr-12 9:03 
GeneralRe: Control Ip Camera Pin
Synodiporos25-Apr-12 9:18
Synodiporos25-Apr-12 9:18 
AnswerRe: Control Ip Camera Pin
Ennis Ray Lynch, Jr.25-Apr-12 9:31
Ennis Ray Lynch, Jr.25-Apr-12 9:31 
GeneralRe: Control Ip Camera Pin
Synodiporos25-Apr-12 10:08
Synodiporos25-Apr-12 10:08 
GeneralRe: Control Ip Camera Pin
Dave Kreskowiak25-Apr-12 10:24
mveDave Kreskowiak25-Apr-12 10:24 
GeneralRe: Control Ip Camera Pin
Synodiporos25-Apr-12 10:36
Synodiporos25-Apr-12 10:36 
GeneralRe: Control Ip Camera Pin
Pete O'Hanlon25-Apr-12 10:57
mvePete O'Hanlon25-Apr-12 10:57 
GeneralRe: Control Ip Camera Pin
Synodiporos25-Apr-12 11:16
Synodiporos25-Apr-12 11:16 
GeneralRe: Control Ip Camera Pin
Pete O'Hanlon25-Apr-12 11:47
mvePete O'Hanlon25-Apr-12 11:47 
GeneralRe: Control Ip Camera Pin
Synodiporos25-Apr-12 11:57
Synodiporos25-Apr-12 11:57 
GeneralRe: Control Ip Camera Pin
Pete O'Hanlon25-Apr-12 12:09
mvePete O'Hanlon25-Apr-12 12:09 
GeneralRe: Control Ip Camera Pin
Synodiporos25-Apr-12 12:37
Synodiporos25-Apr-12 12:37 
GeneralRe: Control Ip Camera Pin
Pete O'Hanlon25-Apr-12 22:06
mvePete O'Hanlon25-Apr-12 22:06 

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.