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

C#

 
QuestionDraw a rectangle on picture box and crop that rectangle from picture box Pin
Babita Shivade13-Apr-09 21:25
Babita Shivade13-Apr-09 21:25 
AnswerRe: Draw a rectangle on picture box and crop that rectangle from picture box Pin
Mbah Dhaim13-Apr-09 22:25
Mbah Dhaim13-Apr-09 22:25 
AnswerRe: Draw a rectangle on picture box and crop that rectangle from picture box Pin
Paresh H20-Jul-09 18:55
Paresh H20-Jul-09 18:55 
Question"Error saving document" Pin
raesa13-Apr-09 21:20
raesa13-Apr-09 21:20 
AnswerRe: "Error saving document" Pin
Mycroft Holmes13-Apr-09 22:39
professionalMycroft Holmes13-Apr-09 22:39 
GeneralRe: "Error saving document" Pin
raesa13-Apr-09 22:43
raesa13-Apr-09 22:43 
GeneralRe: "Error saving document" Pin
Nagy Vilmos13-Apr-09 22:53
professionalNagy Vilmos13-Apr-09 22:53 
QuestionLoading videos through c# Pin
divya_reddy13-Apr-09 20:19
divya_reddy13-Apr-09 20:19 
I have played a video using the WindowsMediaPlayer tool.......i am able to play the video through "axWindowsMediaPlayer1.URL= @""

The code is as follows:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace WindowsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{
axWindowsMediaPlayer1.URL =
@"http://go.microsoft.com/fwlink/?LinkId=95772";


}
}
}

I need to extract the videos from a specified folder or a directory from my computer .......
Please Help.....
Questionbring to front(process) Pin
shefa' isied13-Apr-09 19:52
shefa' isied13-Apr-09 19:52 
AnswerRe: bring to front(process) Pin
Giorgi Dalakishvili13-Apr-09 20:21
mentorGiorgi Dalakishvili13-Apr-09 20:21 
Questionchanging final result of compiling Pin
ariyanna13-Apr-09 19:35
ariyanna13-Apr-09 19:35 
AnswerRe: changing final result of compiling Pin
Abhijit Jana13-Apr-09 19:59
professionalAbhijit Jana13-Apr-09 19:59 
GeneralRe: changing final result of compiling Pin
ariyanna13-Apr-09 20:09
ariyanna13-Apr-09 20:09 
GeneralRe: changing final result of compiling Pin
Abhijit Jana13-Apr-09 21:00
professionalAbhijit Jana13-Apr-09 21:00 
GeneralRe: changing final result of compiling Pin
Tom Deketelaere13-Apr-09 21:02
professionalTom Deketelaere13-Apr-09 21:02 
AnswerRe: changing final result of compiling Pin
Pedram Behroozi13-Apr-09 20:22
Pedram Behroozi13-Apr-09 20:22 
GeneralRe: changing final result of compiling Pin
ariyanna13-Apr-09 23:29
ariyanna13-Apr-09 23:29 
QuestionDataGridView Pin
Marla Sukesh13-Apr-09 19:35
professional Marla Sukesh13-Apr-09 19:35 
AnswerRe: DataGridView Pin
Mbah Dhaim13-Apr-09 20:17
Mbah Dhaim13-Apr-09 20:17 
QuestionFacade... Pin
Illegal Operation13-Apr-09 19:24
Illegal Operation13-Apr-09 19:24 
AnswerRe: Facade... PinPopular
Colin Angus Mackay13-Apr-09 21:50
Colin Angus Mackay13-Apr-09 21:50 
AnswerSo, what was wrong with my reply? Pin
Colin Angus Mackay13-Apr-09 22:21
Colin Angus Mackay13-Apr-09 22:21 
AnswerRe: Facade... Pin
Pete O'Hanlon13-Apr-09 23:51
mvePete O'Hanlon13-Apr-09 23:51 
Questionproblem with DateTime objects Pin
cppwxwidgetsss13-Apr-09 19:14
cppwxwidgetsss13-Apr-09 19:14 
AnswerRe: problem with DateTime objects Pin
Mycroft Holmes13-Apr-09 19:26
professionalMycroft Holmes13-Apr-09 19:26 

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.