Search:

Type: Posts; User: Zachtk8702

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    947

    Re: Help with WebBrowser controls

    What you could always do is host a page on a webserver that has the google ads on it.........Then have webbrowser1.Navigate ("http://www.mysite.com/ads.html")
  2. Replies
    1
    Views
    344

    listbox question (nooby)

    I have a listbox that loads data on form load....Anyways I want to assign the top item in the listbox to a variable so I can use the data in a webbrowser....

    ex.

    webbrowser1.navigate...
  3. Replies
    11
    Views
    914

    Re: Read Text File On Internet

    What you have highlighted is the browser... If he is wanting Inet then he needs Microsoft internet transfer control (Right below what he has highlighted)
  4. Replies
    11
    Views
    914

    Re: Read Text File On Internet

    Just use Inet and parse the string you need. You can also use the split method.
  5. Replies
    13
    Views
    1,385

    Re: How to clear cookies

    lol it didnt seem to work for me, and yes I did click the button.... Why not dust the cookies lol if you only have 8.
  6. Replies
    2
    Views
    6,707

    Re: Game Engine.

    wow thats pretty cool....Even a few mt dew machines were thrown in :p
  7. Replies
    13
    Views
    1,385

    Re: How to clear cookies

    Hmm basically I want it to clear when I hit command1.

    Private Declare Function GetUserName _
    Lib "advapi32.dll" Alias "GetUserNameW" ( _
    ByVal lpBuffer As Long, _
    ByRef nSize As Long) As...
  8. Replies
    13
    Views
    1,385

    How to clear cookies

    I am learning Visual Basic myself, I use vb6. I am making a small program for a game I play, I want to add a command button that when its clicked will clear cookies..

    I really dont even know...
  9. Replies
    9
    Views
    883

    Re: how can i solve this???

    This is what I got when I tried to work it.............. If you know what X nad Y are just plug them In.



    4x^2 + 72x + 65 = 4y^2 + 4y + 1


    72x +4x^2 =88x
    4^2y=16 + 4y = 20y
  10. Replies
    4
    Views
    905

    Re: Simple algebra question

    hey I assume ^ means to the power of..... Use ( ) to seperate things......


    Ex.
    y^2/2-x^3/3=C

    y to the power of 2,divided by 2,minus x to the power of 3 divided by 3 eqals C.......Is this...
  11. Replies
    2
    Views
    467

    Re: VB6 and Webpage FormFields

    Guess Not?
  12. Replies
    2
    Views
    467

    Logging Into Yahoo With Inet

    I am not familiar with using VB6 for internet use at all. I know that I will need to use INET to do this but how exactly would I login to a website such as yahoo.com and make it submit...
Results 1 to 12 of 13



Click Here to Expand Forum to Full Width