Click here to Skip to main content
15,894,287 members
Home / Discussions / C#
   

C#

 
AnswerRe: pivote table logic Pin
Mycroft Holmes19-Mar-09 20:21
professionalMycroft Holmes19-Mar-09 20:21 
Questiononly open excel file Pin
Mangesh Tomar19-Mar-09 18:37
Mangesh Tomar19-Mar-09 18:37 
AnswerRe: only open excel file Pin
Sunil Lanke19-Mar-09 18:57
Sunil Lanke19-Mar-09 18:57 
GeneralRe: only open excel file Pin
Mangesh Tomar19-Mar-09 19:45
Mangesh Tomar19-Mar-09 19:45 
GeneralRe: only open excel file Pin
Christian Graus19-Mar-09 20:07
protectorChristian Graus19-Mar-09 20:07 
QuestionHow to config the strong name for Wrapper Assembly key file in project properties.Could you please show me the steps? thanks Pin
Garyxiao91319-Mar-09 16:44
Garyxiao91319-Mar-09 16:44 
QuestionCreateObject and OLE Automation Server in C# Pin
User 1278219-Mar-09 16:43
User 1278219-Mar-09 16:43 
AnswerRe: CreateObject and OLE Automation Server in C# Pin
Fayu20-Mar-09 5:47
Fayu20-Mar-09 5:47 
First of all, I do not see VisualPHD.Data in the object browser. I am assuming that you want to create an instance of PHDCtrlLib.PHDCtrl. Try this:

PHDCtrl PHD = new PHDCtrlClass();


The PHDCtrlClass implements the PHDCtrl interface.
GeneralRe: CreateObject and OLE Automation Server in C# Pin
User 1278222-Mar-09 17:28
User 1278222-Mar-09 17:28 
GeneralRe: CreateObject and OLE Automation Server in C# Pin
joejoe2k27-Sep-11 10:32
joejoe2k27-Sep-11 10:32 
GeneralRe: CreateObject and OLE Automation Server in C# Pin
User 1278227-Sep-11 15:50
User 1278227-Sep-11 15:50 
Questionhow can you check build/debug version during runtime? Pin
devvvy19-Mar-09 15:51
devvvy19-Mar-09 15:51 
AnswerRe: how can you check build/debug version during runtime? Pin
Christian Graus19-Mar-09 15:55
protectorChristian Graus19-Mar-09 15:55 
AnswerRe: how can you check build/debug version during runtime? Pin
Yusuf19-Mar-09 15:59
Yusuf19-Mar-09 15:59 
GeneralRe: how can you check build/debug version during runtime? Pin
devvvy19-Mar-09 16:20
devvvy19-Mar-09 16:20 
QuestionCan C# 2005 pro edition work with windows vista home basic? Pin
RogerLum19-Mar-09 15:46
RogerLum19-Mar-09 15:46 
AnswerRe: Can C# 2005 pro edition work with windows vista home basic? Pin
Christian Graus19-Mar-09 15:58
protectorChristian Graus19-Mar-09 15:58 
QuestionAn object reference is required for the nonstatic field, method, or property 'Abrapa.Program.SendEmail(object)' Pin
abbd19-Mar-09 12:15
abbd19-Mar-09 12:15 
AnswerRe: An object reference is required for the nonstatic... Pin
Luc Pattyn19-Mar-09 12:27
sitebuilderLuc Pattyn19-Mar-09 12:27 
GeneralRe: An object reference is required for the nonstatic... Pin
abbd19-Mar-09 22:41
abbd19-Mar-09 22:41 
GeneralRe: An object reference is required for the nonstatic... Pin
Mirko198019-Mar-09 23:24
Mirko198019-Mar-09 23:24 
GeneralRe: An object reference is required for the nonstatic... Pin
abbd19-Mar-09 23:31
abbd19-Mar-09 23:31 
GeneralRe: An object reference is required for the nonstatic... Pin
Mirko198020-Mar-09 5:20
Mirko198020-Mar-09 5:20 
QuestionHow can i arrange arrays like delphi array[1].array[2] [modified] Pin
gluttonous19-Mar-09 11:24
gluttonous19-Mar-09 11:24 
AnswerRe: How can i arrange arrays like delphi array[1].array[2] Pin
Christian Graus19-Mar-09 12:51
protectorChristian Graus19-Mar-09 12:51 

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.