PDA

View Full Version : سوال: show يا hide بودن فرم



melika999
پنج شنبه 02 دی 1389, 22:14 عصر
سلام دوستان چطور ميتونم بفهمم فرم من الان در وضعيت show يا hide??
ممنون ميشم

و سوال ديگه اينكه چطور وقتي يه آهنگي با open file dialog مياري time اون فايلو گرفت؟

:لبخندساده:

melika999
پنج شنبه 02 دی 1389, 22:35 عصر
كسي نميدونه دوستان؟

ahrimaneahurai
پنج شنبه 02 دی 1389, 22:45 عصر
تایم آهنگ یا تایم ایجاد یا ویرایش فایل ؟

melika999
پنج شنبه 02 دی 1389, 22:49 عصر
تايم آهنگ ميخوام بگيرم

milad.biroonvand
پنج شنبه 02 دی 1389, 23:00 عصر
سلام
من می دونم الان بهت می گم

milad.biroonvand
پنج شنبه 02 دی 1389, 23:01 عصر
سلام

اگه مدیا پلیر رو اجرا کنی به جای دیوریشن بنویس fulltime


Const g_strV2FPath As String = "C:\Program Files\VidFilters\Flash to Video Console\FVEConsole.exe"2Dim strSourceFile As String = "C:\Program Files\Adobe\Flash Media Server 3\applications\FlexWebCamCapture\streams\_definst_ \CapturedVideoAudioFile.flv"
3Dim Process As New System.Diagnostics.Process
4
5Dim objPlayer As New WMPLib.WindowsMediaPlayer objPlayer.mediaCollection.add(strSourceFile)
6objPlayer.currentMedia = objPlayer.mediaCollection.getAll
7Dim sngDuration As Single = objPlayer.currentMedia.duration
8Process.Start(g_strV2FPath, "-Input " + """" + strSourceFile + """" + " -Output " + """" + "E:\converted wmv\CapturedVideoAudioFile.wmv" + """" + " -MaxTime ""600""" + """" + "")

milad.biroonvand
پنج شنبه 02 دی 1389, 23:05 عصر
زمان جاری


testplay.controls.currentPositionString)