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?
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...
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.
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.
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...
Hello,
I would like to put a picture from a picturebox (or a picture file) in an excel file using Visual basic.
I've got following declarations:
Dim xlsApp As excel.Application
Set xlsApp = excel.Application
and with those declarations I do some processes (like filling in a cell and look for...
Hi,
I need to change/set the proxy settings using a VB app.
I am aware that there is a registry key etc for this, but I dont really know how to use it. What I'm trying to do is - use the VB web browser control VIA a proxy, (easy if using Inet, but that dosent do the job :(.)
Somehow I need...
Hi,
I would like to make a visual basic 6 application that works with excel :
There is a textbox and a command button, and when I write something in the textbox and I've clicked on the command button, the application must save the text in the textbox in an excel document (ex. in cell A5, and...
Hi,
I would like to make a visual basic 6 application that works with excel :
There is a textbox and a command button, and when I write something in the textbox and I've clicked on the command button, the application must save the text in the textbox in an excel document (ex. in cell A5, and...
Hi,
I would like to make a visual basic 6 application that works with excel :
There is a textbox and a command button, and when I write something in the textbox and I've clicked on the command button, the application must save the text in the textbox in an excel document (ex. in cell A5, and...
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.