02-23-2012, 11:51 AM
I need to know how to make the icon, program a media player, and program a Web-browser. Any Ideas?
I need help Programing a new program.
|
02-23-2012, 11:51 AM
I need to know how to make the icon, program a media player, and program a Web-browser. Any Ideas?
02-23-2012, 04:16 PM
Well, this seems like a very large job. Well, WebBrowser tutorials and icon tutorials can be found here:
WebBrowser: <!-- m --><a class="postlink" href="http://www.youtube.com/watch?v=5R8I1fYzBm0&feature=plcp&context=C34c3132UDOEgsToPDskIFjM_uTtAoE9sqlnE73sIm">http://www.youtube.com/watch?v=5R8I1fYz ... sqlnE73sIm</a><!-- m --> Icon: <!-- m --><a class="postlink" href="http://www.youtube.com/watch?v=BkO4EAsHvw0&feature=plcp&context=C322e31eUDOEgsToPDskK9c_-OCENEeHwzWSO_Mojs">http://www.youtube.com/watch?v=BkO4EAsH ... wzWSO_Mojs</a><!-- m --> This reply made me realize that I talked really slow in my older videos.
02-24-2012, 01:58 PM
Thanks! Any thing on Medea players or do you not know the code for that one yet?
02-24-2012, 03:38 PM
Hm, I don't really know the code for that yet, sorry!
02-29-2012, 08:05 AM
One more question.
Is it possible to search For a file and open it threw Web Browser 1? If not then haw do you search for a file and have it open automatically or show up on Panel 2? This is the cod that I used Code: Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Code: WebBrowser1.Navigate(FileOpen, ComboBox1.Text)
02-29-2012, 04:35 PM
I do not know what the variable FileOpen is doing... but remove that from your code, and it should work!
02-29-2012, 04:47 PM
I,m Trying to git it to search and automatically view a file in WebBrouser1.Is that possible?
02-29-2012, 07:08 PM
Well, what do you mean by search. Do you want the user to find the file themselves?
02-29-2012, 08:29 PM
No, when I type in the File I wanna open into ComboBox1 I want WebBrowser1 to find it and automatically open it by itself threw WebBrowser1.... That is, If it's Possible.
03-01-2012, 03:49 PM
Well, This is kind of tedious to do, but you would need to scroll through every file in the computer, and see if it has the same name as your String "FileOpen". Here is the code that you are looking for:
Code: Dim file As String = "readme.txt"
03-02-2012, 07:05 AM
Access to the path 'C:\$Recycle.Bin\S-1-5-21-2123078216-1120606443-2303232418-500\' is denied.
Code: f = d.GetFiles(file, IO.SearchOption.AllDirectories)
03-02-2012, 03:39 PM
Just surround the statement with a try/catch block, and when it catches an error just
Code: continue For
03-04-2012, 06:44 AM
What's a try/catch block?
03-04-2012, 11:20 AM
It is a segment of code that catches all errors in a code, so for example:
Code: Try
03-08-2012, 08:02 AM
Now I just need to figure out how to make a Download manager and I’m dun. Can you help me?
03-08-2012, 03:58 PM
Well, I must mention that it does seem like I am doing your whole project for you.. But this is what this forum is here for!
Unfortunately, I am not sure how to make a download manager. Sorry!
03-12-2012, 11:09 AM
Actually, I've been doing other stuff on it to and when I'm dun I'll post an attachment to show what all I've dun to it.
It's pretty cool to........ Or, At least, thats what me, my mom, and my frends thank. Let me know what you thank Ones it's posted!
05-04-2012, 11:03 AM
How do you program timer1?
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
help with making a simple program | Yevzor | 2 | 14,794 |
03-29-2013, 05:04 AM Last Post: Yevzor |
|
How to Package MySql Connector and MySql Program? | Moldraxian | 3 | 14,754 |
07-20-2012, 12:23 PM Last Post: brandonio21 |
|
Still difficulties with username and password program | selimaydi | 4 | 18,429 |
10-18-2010, 07:45 AM Last Post: selimaydi |