Click here to Skip to main content
15,910,234 members
Home / Discussions / C#
   

C#

 
GeneralI couldn't find an exact subject for this thread... Pin
cemlouis16-Feb-05 5:01
cemlouis16-Feb-05 5:01 
Generalbyte[] to Hexadecimal string Pin
V.16-Feb-05 4:49
professionalV.16-Feb-05 4:49 
GeneralRe: byte[] to Hexadecimal string Pin
S. Senthil Kumar16-Feb-05 7:31
S. Senthil Kumar16-Feb-05 7:31 
GeneralRe: byte[] to Hexadecimal string Pin
V.16-Feb-05 20:38
professionalV.16-Feb-05 20:38 
GeneralDatarelation Update Pin
msogun16-Feb-05 4:23
msogun16-Feb-05 4:23 
GeneralRe: Datarelation Update Pin
Kodanda Pani17-Feb-05 0:04
Kodanda Pani17-Feb-05 0:04 
Questionhow to create an AVI stream in memory? Pin
[DK]KiloDunse16-Feb-05 4:09
[DK]KiloDunse16-Feb-05 4:09 
AnswerRe: how to create an AVI stream in memory? Pin
Judah Gabriel Himango16-Feb-05 4:43
sponsorJudah Gabriel Himango16-Feb-05 4:43 
Most likely you're not properly marshalling these types, or are using incorrect types during the AVIStreamCreate method. 2 questions I would ask, is are you sure that _aviStream should be an out parameter instead of a ref (i.e. do you need to create it first?). Second question, what type is _aviStream? Windows Media SDK specifies it should be a pointer to a PAVISTREAM. Make sure you've marshalled this type correctly, it should be the address of a pointer to an IAVIStream interface.

After looking further at the MSDN documentation, I see Microsoft recommends "you should not need to call this function. Some functions, such as CreateEditableStream and AVIMakeCompressedStream, use it internally." You ought to use one of those methods instead.

Tech, life, family, faith: Give me a visit.
Judah Himango


GeneralRe: how to create an AVI stream in memory? Pin
[DK]KiloDunse16-Feb-05 7:58
[DK]KiloDunse16-Feb-05 7:58 
GeneralRe: how to create an AVI stream in memory? Pin
Judah Gabriel Himango16-Feb-05 8:35
sponsorJudah Gabriel Himango16-Feb-05 8:35 
GeneralRe: how to create an AVI stream in memory? Pin
[DK]KiloDunse16-Feb-05 8:46
[DK]KiloDunse16-Feb-05 8:46 
GeneralA question of Array Pin
RockRock16-Feb-05 3:48
RockRock16-Feb-05 3:48 
GeneralRe: A question of Array Pin
Judah Gabriel Himango16-Feb-05 4:31
sponsorJudah Gabriel Himango16-Feb-05 4:31 
GeneralMimicking C# DataGrid formatting in HTML or XML Pin
joschmo8016-Feb-05 2:11
joschmo8016-Feb-05 2:11 
Questionhow add new voices to the windows menu Pin
Anonymous16-Feb-05 1:52
Anonymous16-Feb-05 1:52 
AnswerRe: how add new voices to the windows menu Pin
Judah Gabriel Himango16-Feb-05 4:33
sponsorJudah Gabriel Himango16-Feb-05 4:33 
GeneralRe: how add new voices to the windows menu Pin
Sasuko16-Feb-05 6:29
Sasuko16-Feb-05 6:29 
GeneralRe: how add new voices to the windows menu Pin
Judah Gabriel Himango16-Feb-05 6:44
sponsorJudah Gabriel Himango16-Feb-05 6:44 
GeneralRe: how add new voices to the windows menu Pin
Sasuko16-Feb-05 8:14
Sasuko16-Feb-05 8:14 
GeneralRe: how add new voices to the windows menu Pin
Judah Gabriel Himango16-Feb-05 8:29
sponsorJudah Gabriel Himango16-Feb-05 8:29 
GeneralRe: how add new voices to the windows menu Pin
Sasuko16-Feb-05 10:15
Sasuko16-Feb-05 10:15 
GeneralRe: how add new voices to the windows menu Pin
Judah Gabriel Himango16-Feb-05 10:44
sponsorJudah Gabriel Himango16-Feb-05 10:44 
GeneralRe: how add new voices to the windows menu Pin
Sasuko16-Feb-05 10:51
Sasuko16-Feb-05 10:51 
GeneralProblems in handling shutdown/logoff event in windows forms application Pin
sachin.gera16-Feb-05 1:43
sachin.gera16-Feb-05 1:43 
GeneralRe: Problems in handling shutdown/logoff event in windows forms application Pin
Stefan Troschuetz16-Feb-05 2:23
Stefan Troschuetz16-Feb-05 2:23 

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.