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

C#

 
GeneralRe: problem in use <marquee> in MasterPage. Pin
Not Active15-Jan-07 10:03
mentorNot Active15-Jan-07 10:03 
AnswerRe: problem in use <marquee> in MasterPage. Pin
Guffa15-Jan-07 12:54
Guffa15-Jan-07 12:54 
QuestionHelp requested event Pin
Dan Neely15-Jan-07 8:14
Dan Neely15-Jan-07 8:14 
AnswerRe: Help requested event Pin
jonny515-Jan-07 13:40
jonny515-Jan-07 13:40 
QuestionMedia Player Pin
mike810915-Jan-07 6:25
mike810915-Jan-07 6:25 
AnswerRe: Media Player Pin
TrooperIronMan15-Jan-07 6:34
TrooperIronMan15-Jan-07 6:34 
AnswerRe: Media Player Pin
Christian Graus15-Jan-07 13:19
protectorChristian Graus15-Jan-07 13:19 
AnswerRe: Media Player Pin
electriac16-Jan-07 2:32
electriac16-Jan-07 2:32 
For over a year now I have used "Media Player Classic" because it has
a very good set of command line arguments. I renamed it to MPC.exe and
initiate it in this manner.

string sysCommand = Environment.CurrentDirectory + "\\mpc.exe"; 
string filename = " /play /close /fullscreen \x22" + fname + "\x22";
System.Diagnostics.Process proc =
System.Diagnostics.Process.Start(sysCommand, filename );
proc.WaitForExit();

QuestionBackup and Restore Data SQL Pin
Banjo Ayorinde15-Jan-07 6:21
Banjo Ayorinde15-Jan-07 6:21 
AnswerRe: Backup and Restore Data SQL Pin
Colin Angus Mackay15-Jan-07 12:53
Colin Angus Mackay15-Jan-07 12:53 
QuestionAdobe Acrobat Pin
Civic0615-Jan-07 6:06
Civic0615-Jan-07 6:06 
AnswerRe: Adobe Acrobat Pin
Luc Pattyn15-Jan-07 6:51
sitebuilderLuc Pattyn15-Jan-07 6:51 
QuestionC# & things I can put in XML? Pin
TrooperIronMan15-Jan-07 6:06
TrooperIronMan15-Jan-07 6:06 
AnswerRe: C# & things I can put in XML? Pin
Not Active15-Jan-07 6:12
mentorNot Active15-Jan-07 6:12 
GeneralRe: C# & things I can put in XML? Pin
TrooperIronMan15-Jan-07 6:32
TrooperIronMan15-Jan-07 6:32 
GeneralRe: C# & things I can put in XML? Pin
Not Active15-Jan-07 6:44
mentorNot Active15-Jan-07 6:44 
GeneralRe: C# & things I can put in XML? Pin
TrooperIronMan15-Jan-07 6:51
TrooperIronMan15-Jan-07 6:51 
GeneralRe: C# & things I can put in XML? Pin
Not Active15-Jan-07 7:05
mentorNot Active15-Jan-07 7:05 
GeneralRe: C# & things I can put in XML? Pin
TrooperIronMan15-Jan-07 11:01
TrooperIronMan15-Jan-07 11:01 
GeneralRe: C# & things I can put in XML? Pin
Not Active15-Jan-07 11:14
mentorNot Active15-Jan-07 11:14 
GeneralRe: C# & things I can put in XML? Pin
TrooperIronMan15-Jan-07 13:05
TrooperIronMan15-Jan-07 13:05 
GeneralRe: C# & things I can put in XML? Pin
Christian Graus15-Jan-07 13:20
protectorChristian Graus15-Jan-07 13:20 
GeneralRe: C# & things I can put in XML? Pin
TrooperIronMan15-Jan-07 14:07
TrooperIronMan15-Jan-07 14:07 
AnswerRe: C# & things I can put in XML? Pin
bluewavestrider15-Jan-07 13:01
bluewavestrider15-Jan-07 13:01 
GeneralRe: C# & things I can put in XML? Pin
TrooperIronMan15-Jan-07 13:08
TrooperIronMan15-Jan-07 13:08 

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.