Click here to Skip to main content
15,916,215 members
Home / Discussions / C#
   

C#

 
QuestionHow can I access to objects in a third-party application? Pin
m.samar23-Aug-09 0:40
m.samar23-Aug-09 0:40 
AnswerRe: How can I access to objects in a third-party application? Pin
Luc Pattyn23-Aug-09 0:55
sitebuilderLuc Pattyn23-Aug-09 0:55 
GeneralRe: How can I access to objects in a third-party application? Pin
m.samar23-Aug-09 1:35
m.samar23-Aug-09 1:35 
GeneralRe: How can I access to objects in a third-party application? Pin
Luc Pattyn23-Aug-09 1:47
sitebuilderLuc Pattyn23-Aug-09 1:47 
GeneralRe: How can I access to objects in a third-party application? Pin
m.samar23-Aug-09 2:40
m.samar23-Aug-09 2:40 
GeneralRe: How can I access to objects in a third-party application? Pin
Richard MacCutchan25-Aug-09 10:12
mveRichard MacCutchan25-Aug-09 10:12 
QuestionProducing video Pin
Muammar©22-Aug-09 23:14
Muammar©22-Aug-09 23:14 
Question64bit woes Pin
mav.northwind22-Aug-09 23:05
mav.northwind22-Aug-09 23:05 
AnswerRe: 64bit woes Pin
Luc Pattyn22-Aug-09 23:33
sitebuilderLuc Pattyn22-Aug-09 23:33 
GeneralRe: 64bit woes Pin
mav.northwind22-Aug-09 23:56
mav.northwind22-Aug-09 23:56 
Questionlast record is not deleted Pin
mahdi198422-Aug-09 21:10
mahdi198422-Aug-09 21:10 
QuestionWhat is the method in C# like the method - "repaint()" in JAVA??? Pin
TAFIN22-Aug-09 20:11
TAFIN22-Aug-09 20:11 
AnswerRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
stancrm22-Aug-09 20:19
stancrm22-Aug-09 20:19 
GeneralRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
TAFIN22-Aug-09 20:31
TAFIN22-Aug-09 20:31 
GeneralRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
OriginalGriff22-Aug-09 21:09
mveOriginalGriff22-Aug-09 21:09 
GeneralRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
TAFIN22-Aug-09 21:40
TAFIN22-Aug-09 21:40 
GeneralRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
OriginalGriff22-Aug-09 21:54
mveOriginalGriff22-Aug-09 21:54 
GeneralRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
TAFIN22-Aug-09 22:28
TAFIN22-Aug-09 22:28 
AnswerRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
Hristo-Bojilov22-Aug-09 22:51
Hristo-Bojilov22-Aug-09 22:51 
Questiondatabase size not changed Pin
msrezapro22-Aug-09 15:02
msrezapro22-Aug-09 15:02 
AnswerRe: database size not changed Pin
Luc Pattyn22-Aug-09 15:19
sitebuilderLuc Pattyn22-Aug-09 15:19 
QuestionAppend cookies in httpwebrequest Pin
Evgeni5722-Aug-09 7:05
Evgeni5722-Aug-09 7:05 
Questiona c++ class library/dll in your c# project Pin
Natural_Demon22-Aug-09 5:58
Natural_Demon22-Aug-09 5:58 
hi, i would like to have some help with the following.

i made a c++ class library and added this to my c# project.
i would like to store some data in this class and retrieve this data when needed.

this class compiles and i can find it in the c# bin folder of my project.

i have done a litle reading on the subject, but it's not very clear to me.

http://support.microsoft.com/kb/828736[^]
http://msdn.microsoft.com/en-us/library/ms235591.aspx[^]


as non universitary professional coder.
i have made some MFC experience in the visual studio 2003 era, but ....
: )
but i stil would like to know how it's done.

can any show me how it's done?

i have the following files in the c++ project.
Header Files
- authentication.h
- resource.h
- Stdafx.h

Source Files
- AssemblyInfo.cpp
- authentication.cpp
- Stdafx.cpp

containing of the authentication.C file

// This is the main DLL file.

#include "stdafx.h"

#include "authentication.h"


please show how to store/set from c# a value in that c++ dll and retrieve it back to c#.


kind regards and thank you for your time

Bad = knowing 2 much

AnswerRe: a c++ class library/dll in your c# project Pin
Hristo-Bojilov22-Aug-09 6:25
Hristo-Bojilov22-Aug-09 6:25 
GeneralRe: a c++ class library/dll in your c# project Pin
Natural_Demon22-Aug-09 6:32
Natural_Demon22-Aug-09 6:32 

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.