I made a program to download files using Inet. Works fine, but I don't know how I can download a file, starting at, for example 8000 bytes, so that the program must start downloading with byte 8001, that it may not download the first 8000 bytes. Does anyone know the command?
If You open the site and click on a textbox you will notic that the send button will be bolder.
so I have to click in my program on the textbox in my webbrowser to let the program automaticly click the send button.
I've found a website to send online mail.
http://silverchips.mbhs.edu/mailtofriend.php?sid=5447
The problem is that you have to click on a textbox to activate the send button.
I have other websites that work like this.
anyone have an idea? maybe with setfocus??
Thanks rikeman
Hello,
I want to make a program that captures video from my webcam, that's not the difficult point, but then, I want to stream the captured video, like an *.wmv file, so when the program is running and capturing, and I open the wmv file, that file must show what the webcam has captured, live...
Can I use FTP controls (such as GET, SIZE etc. ) when downloading from a HTTP site? Can someone give me a concrete code to download a file from a HTTP site with a progress bar or something?
How can I get the file size of the file on the website and how can I get the file size of the file that is already downloaded on my computer? Cause the file will be written when it's completely downloaded, so I can't get the size of the file when it's still downloading.
Hello,
I've made a program that can download a file on a http site with inet.
--------------VisualBasicCodeBEGIN--------------
Private Sub Command1_Click()
Dim URL As String
Dim LocalFileName As String
Dim Contents() As Byte
URL = "www.mysite/file.mp3"
Inet1.Protocol = icHTTP...
Hello,
I want to make a program that shows the temperature of my CPU, chipset etc. Does anybody know the visual basic code to measure this temperature?
Greetz,
Rikeman.
The card supports DirectX (ASUS TV FM Card). Can you tell me now how I can make an app that shows TV video (and maybe how must stream it with winsock); if you can tell me how I can show TV with a VB app it's all right.
Thanks for help,
Rikeman.
Hello,
I've got a TV tuner card in my pc, is there any way to make a VB app that gets video from a certain channel and sends it over a local network with Winsock to a client who can watch this video?
Regards,
Rikeman.
Hello,
Is there anyway to start a windows service (ex. Remote Procedure Call [RPC]) and get info about it (is the service started etc.) using a code (program) in Visual Basic?
Regards,
Rikeman.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.