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

C#

 
Questionstretching FONT on form control Pin
Priya090217-Apr-07 2:54
Priya090217-Apr-07 2:54 
QuestionProblem with update of a listview Pin
henur17-Apr-07 2:51
henur17-Apr-07 2:51 
AnswerRe: Problem with update of a listview Pin
Vikram A Punathambekar17-Apr-07 4:51
Vikram A Punathambekar17-Apr-07 4:51 
GeneralRe: Problem with update of a listview Pin
henur17-Apr-07 8:40
henur17-Apr-07 8:40 
QuestionHow to get the System clock change? Pin
Vadim G.17-Apr-07 2:35
Vadim G.17-Apr-07 2:35 
Questionaccessing windows share in foreign domain from within webservice Pin
dialsc17-Apr-07 2:33
dialsc17-Apr-07 2:33 
QuestionC# navigation and tracking draw objects Pin
instalator17-Apr-07 2:29
instalator17-Apr-07 2:29 
QuestionC++ to C# Pin
Stevo Z17-Apr-07 1:11
Stevo Z17-Apr-07 1:11 
Hi,

I'm creating a COM object single dll server in C++, which will be used in managed code, in C#. I'm having a little trouble with types . I need to declare method wich will have one input argument and one output argument, both of string type (in C#). Now I work with arguments :

C++
HRESULT Method([in] unsigned char const* source, [out, retval] unsigned char* output);

which are (in C#) converted to :

byte Method(ref byte source);

1. what kind of declaration I need in C++, so it would be transformed to string Method(string source) (in C#);

2. How to convert that kind to char* (in C++).


thanks
AnswerRe: C++ to C# Pin
sthotakura17-Apr-07 7:52
sthotakura17-Apr-07 7:52 
Questionoverload operator++ for a struct Pin
peterchen17-Apr-07 0:18
peterchen17-Apr-07 0:18 
AnswerRe: overload operator++ for a struct Pin
mabo4217-Apr-07 0:42
mabo4217-Apr-07 0:42 
GeneralRe: overload operator++ for a struct Pin
peterchen17-Apr-07 2:37
peterchen17-Apr-07 2:37 
GeneralRe: overload operator++ for a struct Pin
mabo4217-Apr-07 2:58
mabo4217-Apr-07 2:58 
GeneralRe: overload operator++ for a struct Pin
peterchen17-Apr-07 4:18
peterchen17-Apr-07 4:18 
GeneralRe: overload operator++ for a struct Pin
mabo4217-Apr-07 4:29
mabo4217-Apr-07 4:29 
AnswerRe: overload operator++ for a struct Pin
Guffa17-Apr-07 3:56
Guffa17-Apr-07 3:56 
GeneralRe: overload operator++ for a struct Pin
mabo4217-Apr-07 4:12
mabo4217-Apr-07 4:12 
AnswerRe: overload operator++ for a struct Pin
Guffa17-Apr-07 21:35
Guffa17-Apr-07 21:35 
QuestionError saving Arabic text Pin
Muammar©16-Apr-07 23:44
Muammar©16-Apr-07 23:44 
AnswerRe: Error saving Arabic text Pin
Christian Graus17-Apr-07 0:25
protectorChristian Graus17-Apr-07 0:25 
Questionis it possible to get the fixed length encrypted string from Rijndael encryption algorithm or any alogorithm Pin
Kusumasrinivas16-Apr-07 23:12
Kusumasrinivas16-Apr-07 23:12 
AnswerRe: is it possible to get the fixed length encrypted string from Rijndael encryption algorithm or any alogorithm Pin
Pete O'Hanlon16-Apr-07 23:18
mvePete O'Hanlon16-Apr-07 23:18 
GeneralRe: is it possible to get the fixed length encrypted string from Rijndael encryption algorithm or any alogorithm Pin
Dan Neely17-Apr-07 2:09
Dan Neely17-Apr-07 2:09 
AnswerRe: is it possible to get the fixed length encrypted string from Rijndael encryption algorithm or any alogorithm Pin
Christian Graus17-Apr-07 0:09
protectorChristian Graus17-Apr-07 0:09 
QuestionBadImageFormatException Pin
Gareth H16-Apr-07 22:58
Gareth H16-Apr-07 22:58 

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.