Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
AnswerRe: Draw railway using Graphics GDI+ Pin
Mark Churchill12-May-09 18:27
Mark Churchill12-May-09 18:27 
GeneralRe: Draw railway using Graphics GDI+ Pin
baranils12-May-09 19:47
baranils12-May-09 19:47 
QuestionMoving an array element to a variable. Pin
Lecutus112-May-09 8:18
Lecutus112-May-09 8:18 
AnswerRe: Moving an array element to a variable. Pin
OriginalGriff12-May-09 8:26
mveOriginalGriff12-May-09 8:26 
AnswerRe: Moving an array element to a variable. Pin
Dave Kreskowiak12-May-09 8:49
mveDave Kreskowiak12-May-09 8:49 
AnswerRe: Moving an array element to a variable. Pin
Lecutus113-May-09 6:02
Lecutus113-May-09 6:02 
QuestionHow to convert OCX file into C# Pin
dwark10612-May-09 7:48
dwark10612-May-09 7:48 
AnswerRe: How to convert OCX file into C# Pin
CPallini12-May-09 8:16
mveCPallini12-May-09 8:16 
dwark106 wrote:

1. How to convert the ocx file into C# source code without having the source code

Why? If your COM component works well, just use it in a C# application (via COM interop).
If you're stuck with the 'conversion' requirement, I suppose the easier solution is implementing from scratch the COM object functionality (i.e. 'the black box' way) in C# (in other words, I believe reverse engineering is not a good solution of your problem).

dwark106 wrote:
2. How to convert VC++ source code into C# soruce code.

For a C++ and C# expert the task should be fairly straightforward (if you were an expert of both languages then you probably wouldn't do or ask about...).
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: How to convert OCX file into C# Pin
dwark10612-May-09 8:24
dwark10612-May-09 8:24 
AnswerRe: How to convert OCX file into C# Pin
OriginalGriff12-May-09 8:21
mveOriginalGriff12-May-09 8:21 
AnswerRe: How to convert OCX file into C# Pin
Dave Kreskowiak12-May-09 8:46
mveDave Kreskowiak12-May-09 8:46 
QuestionAnalogclock and timer Pin
Aljaz11112-May-09 7:45
Aljaz11112-May-09 7:45 
AnswerRe: Analogclock and timer Pin
nike_arh12-May-09 10:38
nike_arh12-May-09 10:38 
GeneralRe: Analogclock and timer Pin
Aljaz11112-May-09 12:07
Aljaz11112-May-09 12:07 
AnswerRe: Analogclock and timer Pin
Aljaz11112-May-09 12:44
Aljaz11112-May-09 12:44 
QuestionImages in Gridview Pin
stewy0912-May-09 6:11
stewy0912-May-09 6:11 
AnswerRe: Images in Gridview Pin
Henry Minute12-May-09 7:18
Henry Minute12-May-09 7:18 
Questionrunning out of memory, issues with GC Pin
Jon Hulatt12-May-09 5:46
Jon Hulatt12-May-09 5:46 
AnswerRe: running out of memory, issues with GC Pin
Luc Pattyn12-May-09 6:51
sitebuilderLuc Pattyn12-May-09 6:51 
GeneralRe: running out of memory, issues with GC Pin
Jon Hulatt12-May-09 8:06
Jon Hulatt12-May-09 8:06 
GeneralRe: running out of memory, issues with GC Pin
Luc Pattyn12-May-09 9:19
sitebuilderLuc Pattyn12-May-09 9:19 
QuestionWorking with multiple forms Pin
bwood202012-May-09 5:34
bwood202012-May-09 5:34 
AnswerRe: Working with multiple forms Pin
OriginalGriff12-May-09 5:37
mveOriginalGriff12-May-09 5:37 
GeneralRe: Working with multiple forms Pin
bwood202012-May-09 5:56
bwood202012-May-09 5:56 
AnswerRe: Working with multiple forms Pin
DaveyM6912-May-09 5:49
professionalDaveyM6912-May-09 5:49 

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.