Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ulasoc

i added file extesions to associate with my program from Puplish/Option/File Association But i dont know how to execute related codes when users open the file associated with my program? how can it perform a specific code associate file type and determine which file type it is after program loaded?

Member Avatar for TnTinMN
0
203
Member Avatar for ulasoc

i need to record mms video stream to my computer using .net. I can download video from rtmp server but i coudnt find more document about mms(microsoft media server) to save it. Do you have any idea if we can do that in vb.net. Is there a usefull lib or …

Member Avatar for adam_k
0
94
Member Avatar for ulasoc

i need to get source of facebook video page. Unfortunately i can't reach whole contents related video links. page link "http://www.facebook.com/photo.php?v=360736417354431" for example i cant get this " ["video_src","http\u00253A\u00252F\u00252Fvideo.ak.fbcdn.net\u00252Fcfs-ak-snc6\u00252Fv\u00252F232405\u00252F104\u00252F360736417354431_28435.mp4 " Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim sourceString As String = New System.Net.WebClient().DownloadString("http://www.facebook.com/photo.php?v=360736417354431") RichTextBox1.Text …

0
96
Member Avatar for ulasoc

would you help me how i can connect a unix server and send a command using .net for example changing chmod of a file? Unfortunately there is no usefull information about this on net. But i want to do this using ftp server(not domain name or ip address)

Member Avatar for Nutster
0
271
Member Avatar for ulasoc

Is it possible to delete non empty folder in web? I cant delete it using this code as long as its non empty folder. I can delete files under the folder but folder may consist sub folders too. Whats is the simple way to do this? Dim clsRequest As System.Net.FtpWebRequest …

Member Avatar for Nutster
0
153
Member Avatar for ulasoc

i want to append text to "file.txt" in each new line. But its joining text when i use "write" instead of "writeline" like this "TEXTTEXT" The problem is "writeline" leaves characters end of the text as if you press enter like space. you just see them when you open it …

Member Avatar for ulasoc
0
370
Member Avatar for ulasoc

i am using WebBroswer object in Vs2010 but it doesnt display some of scripts like flowplayer. i tried in internet explorer its ok. i think i cant use all features came with ie How can i update webbrowser to solve this problem? i cant see it in vb. cant work …

Member Avatar for TnTinMN
0
129
Member Avatar for ulasoc

i need a a code to make a simple youtube downloader. All projects i have found in internet dont work. Can anyone help me?

Member Avatar for M.Waqas Aslam
0
63
Member Avatar for ulasoc

i like to assign html codes to String variable Dim code As String code= " <meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> " i think i am getting this error because of double Quotation marks "character constant must contain exactly one character." how can i assign it to a string?

Member Avatar for ulasoc
0
202
Member Avatar for ulasoc

[CODE]Dim di As New IO.DirectoryInfo("c:\") Dim diar1 As IO.FileInfo() = di.GetFiles("[COLOR="Red"]*.jpg[/COLOR]")[/CODE] How can i use multiple filter to retrieve list of files in directory. i tried some examples for troubleshooting ("*.jpg|*.png") ("*.jpg,*.png") But its only filtering one type of file. i need your help about that.

Member Avatar for Begginnerdev
0
208
Member Avatar for ulasoc

i cant toggle wmp object full screen mod after i make FormWindowState.Minimized and show it taskbar false. its ok when i load it first but i am getting error after reload it from system tray with context menu.What can be wrong? i am using .netframework4

Member Avatar for codeorder
0
48
Member Avatar for ulasoc

i connect a database (.mdb) but getting error when i try to save a data in field more than 50 character. i also set document field for 255 char. then cant change it even i edit it from ms access. how can i set mdb. file to input 255 character …

Member Avatar for Naveed_786
0
77