Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
QuestionRemote Registry in C# Pin
devesh_code13-Jun-07 22:21
devesh_code13-Jun-07 22:21 
Questionc# passing parameter from Form to crystal report Pin
Wilson xyz13-Jun-07 22:19
Wilson xyz13-Jun-07 22:19 
AnswerRe: c# passing parameter from Form to crystal report Pin
Sylvester george14-Jun-07 2:23
Sylvester george14-Jun-07 2:23 
GeneralNew color every day? Pin
Martin#14-Jun-07 2:30
Martin#14-Jun-07 2:30 
GeneralRe: New color every day? Pin
Sylvester george14-Jun-07 2:33
Sylvester george14-Jun-07 2:33 
JokeRe: New color every day? Pin
Martin#14-Jun-07 2:36
Martin#14-Jun-07 2:36 
GeneralRe: New color every day? Pin
Sylvester george14-Jun-07 2:40
Sylvester george14-Jun-07 2:40 
Questionconvert it into c# .net? Pin
$uresh $hanmugam13-Jun-07 21:47
$uresh $hanmugam13-Jun-07 21:47 
Hi all,



Sub TestAdd()<br />
<br />
Dim miDocSrc As MODI.Document<br />
Dim miDocDest As MODI.Document<br />
<br />
Set miDocSrc = New MODI.Document<br />
Set miDocDest = New MODI.Document<br />
miDocSrc.Create "C:\document1.tif"<br />
miDocDest.Create<br />
<br />
With miDocDest.Images<br />
.Add miDocSrc.Images(0), Nothing<br />
.Add miDocSrc.Images(2), Nothing<br />
.Add miDocSrc.Images(1), miDocDest.Images(1)<br />
End With<br />
<br />
miDocDest.SaveAs "C:\document2.mdi", miFILE_FORMAT_MDI<br />
<br />
Set miDocDest = Nothing<br />
Set miDocSrc = Nothing<br />
<br />
End Sub<br />
<br />

How could i convert above the only Bolded code into c# .NET

thanks in advance
AnswerRe: convert it into c# .net? Pin
JoeSharp13-Jun-07 22:03
JoeSharp13-Jun-07 22:03 
Questionaudio Pin
treah13-Jun-07 21:46
treah13-Jun-07 21:46 
AnswerRe: audio Pin
blackjack215013-Jun-07 22:04
blackjack215013-Jun-07 22:04 
GeneralRe: audio Pin
treah13-Jun-07 23:08
treah13-Jun-07 23:08 
GeneralRe: audio [modified] Pin
Luc Pattyn14-Jun-07 1:04
sitebuilderLuc Pattyn14-Jun-07 1:04 
GeneralRe: audio Pin
blackjack215014-Jun-07 1:50
blackjack215014-Jun-07 1:50 
QuestionHow can I format datagridview with formular as Excel Pin
boardpin13-Jun-07 21:44
boardpin13-Jun-07 21:44 
QuestionMicrophone input Pin
Guybrush8613-Jun-07 21:42
Guybrush8613-Jun-07 21:42 
AnswerRe: Microphone input Pin
Russell'14-Jun-07 2:01
Russell'14-Jun-07 2:01 
GeneralRe: Microphone input Pin
Guybrush8614-Jun-07 6:52
Guybrush8614-Jun-07 6:52 
AnswerRe: Microphone input Pin
mav.northwind14-Jun-07 10:26
mav.northwind14-Jun-07 10:26 
QuestionWhat is the alternative of friend functions in c# Pin
FishiFishi13-Jun-07 21:10
FishiFishi13-Jun-07 21:10 
AnswerRe: What is the alternative of friend functions in c# Pin
Martin#13-Jun-07 21:23
Martin#13-Jun-07 21:23 
GeneralRe: What is the alternative of friend functions in c# Pin
FishiFishi13-Jun-07 21:40
FishiFishi13-Jun-07 21:40 
GeneralRe: What is the alternative of friend functions in c# Pin
Russell Jones13-Jun-07 21:44
Russell Jones13-Jun-07 21:44 
AnswerRe: What is the alternative of friend functions in c# Pin
Russell Jones13-Jun-07 21:35
Russell Jones13-Jun-07 21:35 
AnswerRe: What is the alternative of friend functions in c# Pin
blackjack215013-Jun-07 22:31
blackjack215013-Jun-07 22:31 

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.