Make A Telnet Application To Communicate With A Special Video Player?
May 28, 2009
I am trying to make a telnet application to communicate with a special video player I have, I have gotten the telnet session to connect to the video player (server) but it won't respond back....I think the problem might be with the coding...the strData string below is supposed to be the replies I get back from the server, but it won't show any strings on the screen.
[Code]...
View 5 Replies
ADVERTISEMENT
Jan 27, 2010
How to send commands to a telnet session and then read the output from the telnet session?
I can easily create a Telnet session using something like this[code]...
View 2 Replies
May 9, 2008
I am trying to make an application which logs on to a server using the telnet protocol runs a couple of commands and stores the output of these commands in a text file.The problem is that I cant really seem to figure out how to negotiate the telnet commands. I have done a packet capture of a telnet session todifferent servers using a packet capturing program and I dont seem to find any fixed pattern. Every server negotiates the command in its own different way and in a different sequence, moreover the commands exchanged are not the same.
What I want to do is to exchange the bare minimum commands which will allow me to log on to any server via telnet, run my commands, take the output and logout.I have searched the internet for such a set of 'general' telnet commands but I wasnt able to find any.
View 13 Replies
Sep 16, 2009
i need Help to make Audio or Video Player With Using DirectX. how many Different b/w DirectX and Windows Media Player???
View 8 Replies
Feb 13, 2011
I'm trying to make a small video-player in Vb.net with WPF.
Got everything working beside 2 things:
Mkv-files and subtitles,.
I've installed FFDShow.
I've read that if you install it to WMP, then it will automatically work to MediaElement. It did work first, but then i had DivX installed, when i uninstall'd DivX, it stopped working.
View 1 Replies
May 1, 2009
how have a media player to play video on the application??? is there a drag and drop media box?
View 1 Replies
Jul 12, 2010
i want to buffer a video file on client side when it request.. what syantax i use to buffer the video the video in client's media player
View 1 Replies
Nov 8, 2011
I have developed a desktop application that connects to a MS SQL server over a network. One of my clients wants a third party company to be able to use my desktop application but connect to the MS SQL database in my client�s office. Obviously my client could open the ports to the SQL server to make this accessible from the web, but this is a huge security issue and obviously not one I want to even recommend. Is there a way that I can make my desktop application securely communicate over the web to the SQL database?
View 3 Replies
Jun 3, 2012
I'm trying to make a gravity application (with speed readings/music player) for in the car.So I've found some sample code to create an event handler in C#, except I don't know any C#. This is the code to add an eventhandler:
motion.CurrentValueChanged += new EventHandler<SensorReadingEventArgs<MotionReading>>(motion_CurrentValueChanged);
How do I do this in VB.NET? as there is no CurrentValueChanged...
View 8 Replies
Nov 1, 2010
how to start a video on vlc player embedded in a form?I add the VideoLAN VLC ActiveX Plugin v1 and v2 to toolbox, and place both to my form.What is the code to start a video playing on VLC embedded to forms?
View 2 Replies
Jan 19, 2012
So I am trying to make a program that allows you to move two shapes using two KeyPress events, one to move the first object and another for the second. It works, but it can only move one of the two objects, not both at the same time.
Private
Sub
Form_KeyPress1(ByVal[code]......
View 9 Replies
Jun 2, 2011
I'm having trouble working with VB.Net 2010, I'm trying to have a Windows Media Player video play, and once it ends I want it to go to a new task. But I cannot figure out how to get it to get to that new task in the event that the video ends.
View 1 Replies
Feb 27, 2010
how can i add media player without controls and border in visual basic....
View 3 Replies
Sep 22, 2009
I want to know how to make my own video player in the dll class library. The methods that I want to create is to make the size frame border, make the size of the video screen, control to improve the video quality, enable contextmenu anywhere, controls the video like play, pause, stop.....etc. Are there is possible to create my own video player in the dll class library?
I wish to use the flash player but I can't control them by make the size of the frame border, disabled the flash menu and replace with contextmenu, control to improve the video quality, apply to change the skins.....etc
View 2 Replies
Sep 17, 2009
I want to know how to make my own video player in the dll class library. The methods that I want to create is to make the size frame border, make the size of the video screen, control to improve the video quality, enable contextmenu anywhere, controls the video like play, pause, stop.....etc. Are there is possible to create my own video player in the dll class library? I wish to use the flash player but I can't control them by make the size of the frame border, disabled the flash menu and replace with contextmenu, control to improve the video quality, apply to change the skins.....etc
View 6 Replies
Jul 13, 2009
I want to make window application in which I want zoom in and zoom out functionality.I mean I want to change size of video running inside window media player.I have tried but did not suceed.
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
xWindowsMediaPlayer1.URL = "C:\Documents and Settings\Node2\Desktop\video\bear.wmv"
[code].....
View 1 Replies
Jun 22, 2010
i want to make a video streaming server or a Video Lan chat programe in VB.net
View 1 Replies
Sep 1, 2010
I've made a video player, that can play almost all popular video formats. But the problem is that I want to add a pan & scan effect to the end user, also if possible a overscan effect also. I'm using MSVidCtl to view and then MSVidFilePlaybackDevice to play and control the file, I've searched the net a lot but found nothing helpful especially in VB.NET, I can use managed DirectX directxaudiovideoplayback.video but the same problem exists, can't find a way to add these pan & scan, zoom in and overscan effects.
View 2 Replies
Dec 5, 2009
How can i record a video via webcam in visual basic application and then display the video on user's request either live or recorded video.
how to develop video webcam recording application.
View 4 Replies
Dec 11, 2011
I m design a media player in vb.net..now i play 1Gb video movie.. i want to set the commercial time like every 15 mint my video automatically stop and some commercials play automatically after complete commercials my video[code]...
View 6 Replies
Jun 10, 2008
I have a VB.NET application that uses the AXWindowMediaPlayer ActiveX to embed mpg videos to my application. I have used the Play/pause/stop Ctlcontrols a lot but now i am stuck as i needed to change the video size of the playing video from 100 to 200% hence my Questions:- How can i by code change the video size of the video being played? by Video size i do not mean the control's size.. but the Video being played inside it. for example, i could want the videos to play at 200% and not at 100%.- Is there a way to check the dimensions of the video being played so that i can by code change the video size if required as per the video.
View 6 Replies
Dec 20, 2009
Display Windows Media Player song/video name in a label?
View 1 Replies
Aug 25, 2010
I try to create a dual video player with VB 2010.
With that I have 2 forms, 1 main form (with all the controls and it should contain a preview screen of what is being displayed on the second form.
And a second form (with a windows media player component).
Now the main form should have (as told) a preview screen of what is shown on the second screen, I want to know if it is possible to have is as the windows 7 taskbar thumbnail (when preview the mediaplayer).
View 2 Replies
Jul 13, 2009
I am developing an window application in which I have to change the size of video playing inside media player. i don't want to change the size of media player.
View 3 Replies
Jul 18, 2009
So I found the Windows Media player and added it on my form. I have a sample wmv called bear.wmv file in my solution explorer. How do I get the video to play? I was hoping for a smart tag and just connect the player to the wmv file,
View 1 Replies
Apr 13, 2012
One of the things my VB.NET program does is play video files using the Windows Media Player component that comes with VB. My program also switches the WMP component to full screen but once in a while the form will be on top of the full screen video. I am hoping that you fine and knowledgeable folks cat this from happening. The problem occurs when the next video file is played automatically. I'll do my best to post a bit of code but since I don't have much of an idea what might be causing this I'll just have to guess. The project has gotten quite large over the years I've been writing it and if any more code ito post any or all of it, though I'm sure no one would like to go through all 1771 lines of it.
Private Sub WMP_PlayStateChange(ByVal sender As Object, ByVal e As AxWMPLib._WMPOCXEvents_PlayStateChangeEvent) Handles WMP.PlayStateChange
If Stopping = True Then
[code].....
View 7 Replies
Sep 18, 2009
I'm using the windows media player (wmp.dll) in vb.net 2008 and would like to know if it's possible to play a specific portion of the video. For example, I would like to start to play the video X minutes from the start and for Y amount of time.
View 1 Replies
Sep 18, 2009
I'm using the windows media player (wmp.dll) in vb.net 2008 and would like to know if it's possible to play a specific portion of the video. For example, I would like to start to play the video X minutes from the start and for Y amount of time.
View 1 Replies
Jul 5, 2010
Can i make an app that when you click register a textbox come up and you enter your email address and press send. can i make another app receive what was in that textbox over the internet.
View 4 Replies
Jun 9, 2011
make media player in vb6 or vb2010.. not using windows media player..
View 1 Replies