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.
Hello,
can someone tell me how I can scroll in a simple webbrowser; for example: when I click on a command button, the webbrowser must go to the bottom of the page.
I have already found it:
Dim Process As Variant
strProcess = "Program to end"
For Each Process In GetObject("winmgmts:").ExecQuery("Select * from Win32_Process Where Name = '" & strProcess & "'")
Process.Terminate
Next
But I have one question more: how can I get the filesize of a file?
Regards.
Hello,
Does somebody know how I can end a progress when I click on a command button with a VisualBasic program?
Ex.: When I click on the command button, the process msnmsgr.exe must stop (MSN Messenger must end)
Regards.
Hello,
The code to insert a picture in excel works perfect! But when I want to put a picture in an excel spreadsheet in visual basic, it doesn't work. Must I use another code to do that? (You can insert a spreadsheet by inserting the component 'Microsoft Office XP Web components')
Regards...
The code to insert a picture in excel works perfect! But when I want to put a picture in an excel spreadsheet in visual basic, it doesn't work. Must I use another code to do that? (You can insert a spreadsheet by inserting the component 'Microsoft Office XP Web components')
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.