Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
Questiondynamic path Pin
Ankit Aneja13-Feb-06 23:20
Ankit Aneja13-Feb-06 23:20 
AnswerRe: dynamic path Pin
leppie13-Feb-06 23:42
leppie13-Feb-06 23:42 
GeneralRe: dynamic path Pin
Ankit Aneja13-Feb-06 23:55
Ankit Aneja13-Feb-06 23:55 
GeneralRe: dynamic path Pin
leppie14-Feb-06 0:36
leppie14-Feb-06 0:36 
GeneralRe: dynamic path Pin
Ankit Aneja14-Feb-06 0:44
Ankit Aneja14-Feb-06 0:44 
QuestionHow To Add A Flash File To My Project Pin
Balavardhan13-Feb-06 22:52
Balavardhan13-Feb-06 22:52 
AnswerRe: How To Add A Flash File To My Project Pin
benjymous13-Feb-06 23:37
benjymous13-Feb-06 23:37 
AnswerRe: How To Add A Flash File To My Project Pin
hdv21214-Feb-06 1:04
hdv21214-Feb-06 1:04 
you should first install macromedia flash player in your system then follow these steps :
1. Right Click On toolbox an select Add/remove items then Go To COM COMPONENTS and tick MACROMEDIA FLASH FACTORY OBJECT .
2.drag and drop ShockWave Flash Object to your form (an object create as name axShockwaveFlash1 in your form )

then in your code write these lines :

// Get Path of flash
path = @"d:\Final.swf";
// Load flash in memory
MemoryStream ms = new MemoryStream(path.Length);
// play flash with specified path
axShockwaveFlash1.Movie = path;

regards ...
hdv212@yahoo.com
QuestionVIDEO "ANALYZE" Pin
atntias13-Feb-06 22:30
atntias13-Feb-06 22:30 
QuestionsqlDataReader help Pin
deep713-Feb-06 22:21
deep713-Feb-06 22:21 
AnswerRe: sqlDataReader help Pin
Colin Angus Mackay13-Feb-06 22:44
Colin Angus Mackay13-Feb-06 22:44 
QuestionHelp file 2.0 Pin
peppepinna13-Feb-06 21:33
peppepinna13-Feb-06 21:33 
Questionhow to convert exe file to code with System.Reflection ? Pin
hdv21213-Feb-06 21:30
hdv21213-Feb-06 21:30 
AnswerRe: how to convert exe file to code with System.Reflection ? Pin
leppie13-Feb-06 23:48
leppie13-Feb-06 23:48 
QuestionError : SqlParamet Accepts onlu non null parameter types Pin
Balavardhan13-Feb-06 20:36
Balavardhan13-Feb-06 20:36 
AnswerRe: Error : SqlParamet Accepts onlu non null parameter types Pin
Colin Angus Mackay13-Feb-06 20:47
Colin Angus Mackay13-Feb-06 20:47 
Questionhow to format datagrid data in to decimal numbers Pin
Mamphekgo13-Feb-06 19:54
Mamphekgo13-Feb-06 19:54 
AnswerRe: how to format datagrid data in to decimal numbers Pin
VMSSanthosh13-Feb-06 22:19
VMSSanthosh13-Feb-06 22:19 
Questionmultiple open of a single file Pin
edel_ong13-Feb-06 19:40
edel_ong13-Feb-06 19:40 
AnswerRe: multiple open of a single file Pin
Colin Angus Mackay13-Feb-06 22:19
Colin Angus Mackay13-Feb-06 22:19 
GeneralRe: multiple open of a single file Pin
edel_ong15-Feb-06 22:24
edel_ong15-Feb-06 22:24 
QuestionInt to Hex Conversion Pin
deepscyberpulse13-Feb-06 19:11
deepscyberpulse13-Feb-06 19:11 
AnswerRe: Int to Hex Conversion Pin
DigitalKing13-Feb-06 21:08
DigitalKing13-Feb-06 21:08 
AnswerRe: Int to Hex Conversion Pin
Jon Sagara14-Feb-06 6:13
Jon Sagara14-Feb-06 6:13 
QuestionImportant Concepts in .NET Pin
engsrini13-Feb-06 18:50
engsrini13-Feb-06 18:50 

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.