Search:

Type: Posts; User: mukaram1128

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    3,185

    todl7.ocx file needed

    I need todl7.ocx file for running VB App. if any one have this kindly share with me
  2. Replies
    7
    Views
    1,362

    Re: How to secure Source Code In vb 6

    i use text1.text = karachi then

    but this easily to cracked
  3. Replies
    7
    Views
    1,362

    Re: How to secure Source Code In vb 6

    i am talking about VB6. i made some project but its easily cracked by others
  4. Replies
    8
    Views
    951

    Re: Need Help In DO while loop

    Thanks guys all Codes work but its to fast i am beginner Kindly add timers in code or some sleep function or pause

    i shall be very thank ful to you
  5. Replies
    7
    Views
    1,362

    How to secure Source Code In vb 6

    how to secure coding in visual basic how to add some protection
  6. Replies
    8
    Views
    951

    Re: Need Help In DO while loop

    Thanks Bonie West Its working..

    Its Work To fast, browser not full loaded, can we add something for wait until browser full load
  7. Replies
    8
    Views
    951

    Need Help In DO while loop

    Hi dear

    i need help in do while loop. i want open my blog 10 times


    Private Sub Form_Load()
    Dim i As Integer
    Do While (i < 10)
    WebBrowser1.Navigate2 ("https://blog.com")
    If...
  8. Replies
    2
    Views
    853

    Certificate error in browser

    101471

    I made my app in VB6 but this certificate error comes how to remove this
    i use this command
    webbrowser1.silent=true

    but its not work.
    kindly give me sloution
  9. Re: [RESOLVED] block popups, disabe scrollbars, no right click in webbrowser componen

    WebBrowser1.Document.body.setattribute "scroll", "no"

    try this
  10. Re: Insert Data Form Textfield To WebBrowser URL

    Thank You So much its to help full for me
  11. Re: Insert Data Form Textfield To WebBrowser URL

    Thanks Bro ... If I need to get Data From 2 TextBox then how..

    WebBrowser1.Navigate2 "http://www.lovecalculator.com/love.php?name1=" At this Place "&name2=" and At this Place
  12. Re: Insert Data Form Textfield To WebBrowser URL

    Jmsirckland... I want a data from textbox of my form... and Insert into WebBrowser URL
  13. Insert Data Form Textfield To WebBrowser URL

    How can i get data from textfield in webbrowswe url in VB6

    WebBrowser1.Navigate2 "http://hamariweb.com/islam/islamicnames.aspx?e= at that place i want to insert text form text field "

    Thank...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width