Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rikeman
  • Content: Threads
  • Order by date
  1. rikeman

    Inet

    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?
  2. rikeman

    setfocus in webbrowser

    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
  3. rikeman

    Capture and stream webcam

    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...
  4. rikeman

    Progressbar

    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...
  5. rikeman

    CPU temperature

    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.
  6. rikeman

    Watch TV with WinSock control

    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.
  7. rikeman

    Services in Windows (Start, get info etc.)

    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.
  8. rikeman

    Scrolling in WebBrowser

    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.
  9. rikeman

    End process with program in VisualBasic6

    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.
  10. rikeman

    Put a picture in a spreadsheet (vb)

    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...
  11. rikeman

    Put picture in Excel document

    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...
  12. rikeman

    Change/set the proxy settings using a VB app.

    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...
  13. rikeman

    Winsock

    Does somebody know how I must send a picture from a picturebox using Winsock? And how must I receive it?
  14. rikeman

    Submit WebForm

    Does somebody know how I can subit the form on following site?: http://195.0.110.36/donnatop2004/rechts.htm
  15. rikeman

    Put picture in Word using visual basic

    Does somebody know how I must put a picture in a MS Word document using visual basic?
  16. rikeman

    Get typed in text

    Does somebody know how I must place everything that I type (ex. internet explorer; msn) in a tyextbox of a hidden program?
  17. rikeman

    Excel in VB6

    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...
  18. rikeman

    Save somethin' in a cell (Excel) in VB6

    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...
  19. rikeman

    Excel in Visual Basic

    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...

Part and Inventory Search

Back
Top