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 derfloh 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: sal21
  • Order by date
  1. sal21

    THIS is new for me

    stronsm, tks as usual! my original code: Private Sub TEST_OK() Dim I As Long, TEXT As String, REQ As Object, DOC As Object, TABL As Object, TR As Object, LINK As Object, URL As String Dim N As Integer Set REQ = CreateObject("Msxml2.XMLHTTP") Set DOC = CreateObject("htmlfile")...
  2. sal21

    THIS is new for me

    during this code retrive an alert message , see image: Private Sub TEST_OK() Dim I As Long, TEXT As String, REQ As Object, DOC As Object, TABL As Object, TR As Object, LINK As Object, URL As String Dim N As Integer Set REQ = CreateObject("Msxml2.XMLHTTP") Set DOC =...
  3. sal21

    printing picturebox to the default printer

    i can have a series of picturebox on a form. how to print to the default printer, maintain the actually position. naturally only a picturebox witht the name named pic1,pic2,picxx MY TEST CODE: Private Sub PRINT_PICTUREBOX() Dim myitem As Control For Each myitem In Me.Controls...
  4. sal21

    delete ll picturebox in a form

    SIMPLE! tks bro!
  5. sal21

    delete ll picturebox in a form

    no.... sumple, i need to remove a single picturebox named PIC7, witouth to loop all controls sorry me
  6. sal21

    delete ll picturebox in a form

    OPS.... remove a single picturebox, for example PIC7
  7. sal21

    delete ll picturebox in a form

    strongm, tested and work great all subs. tks
  8. sal21

    delete ll picturebox in a form

    how to delete all picturrebox in a form with the name PIC1, PIC2, PIC3, PICnn note: the pictureboxes are over an image controll
  9. sal21

    copy and paste picture box

    because I was sure that you have more experience and then I don't like the use of flexgrid, naturally other solution is welcome. and I have doubts if I take the betting slip to the tobacconist it will not be read correctly, I think that the solution with the numbers covered by picturebox works...
  10. sal21

    copy and paste picture box

    STRONGM i'm very sorry, tks for code, in other case. But i have post a wrong gif image, here is the correct image SK1.GIF and i can re- explain my prob.. in the form SKEDINA are a label LARRAY1 with a value in my case 1 12 33 48 66 90. now i need to loop all value in the label LARRAY1 one to...
  11. sal21

    copy and paste picture box

    HI strongm, really my prob is other..... based the value in a label LARRAY1how to cover the related number in a red square o the image(SK1.GIF), with the little black square named NERO_12.GIF TKS NOTE: - The number in the label are alway six, but naturally with a dinamic value - Assign to the...
  12. sal21

    copy and paste picture box

    ho to copy and paste picture1 from one postion into new postion but rename it in pictutre2
  13. sal21

    Based the link above how to simulate click event

    wow... found this code: Sub TEST_CLICK() Dim HTMLDoc As HTMLDocument Dim oBrowser As InternetExplorer Dim oHTML_Element As IHTMLElement Dim sURL As String On Error GoTo Err_Clear sURL = "https://www.oklotto.it/ambi-frequenti.php" Set oBrowser = New...
  14. sal21

    Based the link above how to simulate click event

    ok strongm, can you create a code to use IE. Tks as usual. But before to click on "aggiorna" i need to set one item from dropdown "year", actually is 2025, but i need to set more...
  15. sal21

    Based the link above how to simulate click event

    https://www.oklotto.it/ambi-frequenti.php Possibile to simulate the click event on Aggiorna but set bifore the year 2024? Please without IE object. Naturally in VB 6.0
  16. sal21

    NOT FOR ME, get value from table web

    do not consider tyhe first question... Thi is the new problem. Get value from table cell My test cdoe Sub Getvalue() Dim htm As HTMLDocument Set htm = New HTMLDocument Dim CLS As Object Dim lRow As Long With CreateObject("msxml2.xmlhttp") .Open "GET"...
  17. sal21

    NOT FOR ME, get value from table web

    https://www.lottologia.com/lotto/previsioni-gruppi-omogenei/ Based this lin, how to get numeric value from each table, for: Bari Bari Milano Firenze Torino Note: the number of table is dinamic my test code: Option Explicit Private Sub Command1_Click() Dim objHtml As MSHTML.HTMLDocument...
  18. sal21

    please suggest me internet scurity antivirus

    please suggest me internet scurity antivirus, similare AVG inetrnet security. Tks Narturally free and with no expiration date
  19. sal21

    get value from html page

    tks bro work great. only a tips... I have goggoling to find a func for MSXML2.XMLHTTP, similar when i use IE object to be sure the page is really charged Do While .Busy: DoEvents: Loop Do While .readystate <> 4: DoEvents: Loop i have tested one with: Set html = New HTMLDocument With...
  20. sal21

    get value from html page

    sorry strongm yes in particular position

Part and Inventory Search

Back
Top