Click here to Skip to main content
15,911,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: TextBox in ASP.NET Pin
Dave Kreskowiak23-Jun-05 8:59
mveDave Kreskowiak23-Jun-05 8:59 
GeneralRe: TextBox in ASP.NET Pin
BECK723-Jun-05 9:30
BECK723-Jun-05 9:30 
GeneralRe: TextBox in ASP.NET Pin
DavidNohejl23-Jun-05 9:43
DavidNohejl23-Jun-05 9:43 
GeneralRe: TextBox in ASP.NET Pin
BECK723-Jun-05 11:49
BECK723-Jun-05 11:49 
GeneralRe: TextBox in ASP.NET Pin
DavidNohejl23-Jun-05 11:53
DavidNohejl23-Jun-05 11:53 
GeneralRe: TextBox in ASP.NET Pin
Dave Kreskowiak23-Jun-05 10:10
mveDave Kreskowiak23-Jun-05 10:10 
GeneralRe: TextBox in ASP.NET Pin
BECK723-Jun-05 10:32
BECK723-Jun-05 10:32 
GeneralVARIANT in VC 6.0 and Objects in C# Pin
btanveer23-Jun-05 6:07
btanveer23-Jun-05 6:07 
I am using TotalRecorder(ww.highcriteria.com) in my application developed in C#. My Application inetract with TotalRecorder through COM. Total Recorder provides a sample in VC 6.0 for saving the recorded file at a specified folder location. I have converted the VC 6.0 code to C#, everything is working fine except when i call the method that saves the recorded files, the method takes variant as input, while the wrapper for this method generated by VS 2003 takes object as input. I passed him with the required parameters but it gives error 'Method Not Implemented'. Both the codes are given below. Please help me in conerting this VC code (variants) to C# (objects)

This is the code in VC 6.0

_variant_t vartFileName;
VARIANT vFmt;
vartFileName = cFileName;
vFmt.vt = VT_ERROR;
vFmt.scode = DISP_E_PARAMNOTFOUND;
g_pTRDoc->SaveAs(vartFileName, vFmt);

I have converted this in C# like this

string FileName = "c:\test.wav";
rec.ActiveDocument.SaveAs(FileName,System.Reflection.Missing.Value);

Thanks

Basit Tanveer
Software Engineer
Generalping class request Pin
brokenheart23-Jun-05 5:53
brokenheart23-Jun-05 5:53 
GeneralRe: ping class request Pin
Simon Wren23-Jun-05 6:05
professionalSimon Wren23-Jun-05 6:05 
GeneralNewbie needs expert help Pin
74Camaro23-Jun-05 4:57
74Camaro23-Jun-05 4:57 
GeneralRe: Newbie needs expert help Pin
V.23-Jun-05 5:03
professionalV.23-Jun-05 5:03 
GeneralRe: Newbie needs expert help Pin
74Camaro23-Jun-05 7:10
74Camaro23-Jun-05 7:10 
GeneralRe: Newbie needs expert help Pin
V.23-Jun-05 8:00
professionalV.23-Jun-05 8:00 
GeneralNeed to show an image while connecting to web service Pin
seee sharp23-Jun-05 4:03
seee sharp23-Jun-05 4:03 
GeneralRe: Need to show an image while connecting to web service Pin
Stefan Troschuetz23-Jun-05 4:22
Stefan Troschuetz23-Jun-05 4:22 
GeneralRe: Need to show an image while connecting to web service Pin
Ian Darling23-Jun-05 4:37
Ian Darling23-Jun-05 4:37 
Generalmemory over flow Pin
23-Jun-05 3:52
suss23-Jun-05 3:52 
GeneralRe: memory over flow Pin
Dave Kreskowiak23-Jun-05 5:14
mveDave Kreskowiak23-Jun-05 5:14 
GeneralRe: memory over flow Pin
Anthony Baraff23-Jun-05 9:58
Anthony Baraff23-Jun-05 9:58 
GeneralListView Help Pin
Kasdoffe23-Jun-05 3:24
Kasdoffe23-Jun-05 3:24 
GeneralRe: ListView Help Pin
Brian Van Beek23-Jun-05 5:46
Brian Van Beek23-Jun-05 5:46 
GeneralRe: ListView Help Pin
Kasdoffe23-Jun-05 7:48
Kasdoffe23-Jun-05 7:48 
GeneralSending picture messages,ring tones Pin
M.Ilangovan23-Jun-05 1:02
M.Ilangovan23-Jun-05 1:02 
GeneralRemove Excel sheet by sql Pin
djalmao23-Jun-05 0:46
djalmao23-Jun-05 0:46 

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.