Search:

Type: Posts; User: trapo

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    1,092

    Re: UC in disabled UC

    My goal is prevent the user from pressing in the principal page (the UC parent) while the child is open
  2. Replies
    8
    Views
    1,092

    Re: UC in disabled UC

    Thank you, it works,
  3. Replies
    8
    Views
    1,092

    UC in disabled UC

    Hello guys,

    I have a usercontrol in a usercontrol (parent) and I wanto to have the user control (parent) disabled when the other UC is visible. If I try simply at set the property "enabled "of...
  4. Replies
    7
    Views
    892

    Re: Transparent label on textbox

    Not really but I think I'll use another method
  5. Replies
    7
    Views
    892

    Re: Transparent label on textbox

    Yes of course, I noticed if I enlarge the textbox, the label bord is transparent but the entire label change position respect to where I put it
  6. Replies
    7
    Views
    892

    Transparent label on textbox

    Hello everyone,
    i'm trying to make a transparent label on a textbox to avoid the gray space round the label and I tried with this code:


    Label1.Parent = TextBox1
    ...
  7. Thread: text box entry

    by trapo
    Replies
    2
    Views
    507

    Re: text box entry

    Thank you, it works
  8. Thread: text box entry

    by trapo
    Replies
    2
    Views
    507

    text box entry

    Hello erveryone

    in a vb.net project, I want to have a textbox ever active altough I press other controls.

    For example if I press in the textbox and then I press a button, the textbox has to be...
  9. Replies
    3
    Views
    817

    VS 2019 Get number of cell

    Hello everyone,
    in a form vb.net I bind the project to an excel file adding the reference "Microsoft Excel 16.0 Object Library" and with tihs code:


    Imports Microsoft.Office.Interop
    Public...
  10. Replies
    11
    Views
    1,870

    VS 2019 Re: Save on Access Database trough vb.net

    So to make sure that the software always connects to the DB in its same position, what should I enter here?
  11. Replies
    11
    Views
    1,870

    VS 2019 Re: Save on Access Database trough vb.net

    sorry for the ignorance but i haven't used vb.net for a long time and i don't know exactly how to set the connection string. Could you tell me where to set it? Thank you
  12. Replies
    11
    Views
    1,870

    VS 2019 Re: Save on Access Database trough vb.net

    Hello and thank for your answers, for connect the software to the database, I use the section "data source" trough the wizard. How can I do to do what you say?
  13. Replies
    11
    Views
    1,870

    VS 2019 Re: Save on Access Database trough vb.net

    yes but if I move the DB from the folder AppData it didn't work...
  14. Replies
    11
    Views
    1,870

    VS 2019 Save on Access Database trough vb.net

    Hello everyone.
    Creating a software in vb.net and connecting it to Access, through the wizard, there is a problem: the setup, when I bring it to another PC, looks for the database in the path where...
  15. Replies
    1
    Views
    654

    VS 2019 Get data from datagrindview

    Hello everyone,
    in a form vb.net i have a datagrindview and i want to put in a textbox the penultimate row of the first column. I tried in a different ways but i have not solved. How can I do?...
  16. Replies
    6
    Views
    1,355

    VS 2019 Re: Save on Access Database

    THANK YOU A LOT FOR YOUR HELP!
    But how can I bind the database through code???
    Thank a lot another time !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  17. Replies
    6
    Views
    1,355

    VS 2019 Re: Save on Access Database

    Hello,
    I propose again this thread because I haven't receive no answer. I hope you can resolve, as always, my problem.
  18. Replies
    6
    Views
    1,355

    VS 2019 Save on Access Database

    Hello guys and have a nice sunday.
    I have a problem with VB project. If I bind an Access database in a software, the database, If I publish di application, it isn't in the folder where I publish....
  19. Replies
    4
    Views
    2,635

    VS 2019 Re: Maximize form vb.net with taskbar

    It works perfectly!! Thank you sooooooo much :)
  20. Replies
    4
    Views
    2,635

    VS 2019 Re: Maximize form vb.net with taskbar

    doesn't work! there is a space from the form to the bord of the screen
  21. Replies
    4
    Views
    2,635

    VS 2019 [RESOLVED] Maximize form vb.net with taskbar

    Hello everyone!
    I have a form on VS2019 with no bord. In this form I created 3 button for maximize, minimize and normalize with this code:


    Me.WindowsState = Form.WindowsState.Maximize

    There...
  22. VS 2019 Re: Put Element in WebBrowswer in label with tagname

    doesn't work with Import.System.Linq
  23. VS 2019 Re: Put Element in WebBrowswer in label with tagname

    Vs 2019
  24. VS 2019 Re: Put Element in WebBrowswer in label with tagname

    I use the 16.9.3
  25. VS 2019 Re: Put Element in WebBrowswer in label with tagname

    ----------------------------------------------------------------------------------------------------------------------------------

    With this code


    Option Strict Off
    Public Class Borsa


    ...
  26. VS 2019 Re: Put Element in WebBrowswer in label with tagname

    Thank you for the advice, but how can I put the price in a label?
  27. VS 2019 Re: Put Element in WebBrowswer in label with tagname

    Sorry for this,

    the link is this and I would like to extract the price (for now 0,93$) in a label
  28. VS 2019 Re: Put Element in WebBrowswer in label with tagname

    I try with this but doesn't work


    Label1.Text = WebBrowser1.Document.GetElementsByTagName("span").Cast(Of HtmlElement).First(Function(el) el.InnerHtml = "IsqQVc NprOob XcVN5d wT3VGc")
  29. VS 2019 Re: Put Element in WebBrowswer in label with tagname

    I did right click on the text>inspects
  30. VS 2019 Re: Put Element in WebBrowswer in label with tagname

    how can i uniquely identify the tags?

    moderator action: removed the unnecessary size 7 BB tag.
  31. VS 2019 Re: Put Element in WebBrowswer in label with tagname

    Thank you for the answer,
    I don't know HTML so I don't understand your message. Can you please tell me what is needed for do this?
  32. VS 2019 Put Element in WebBrowswer in label with tagname

    Hello everyone!

    I would like to put in a label a text from webbrowser. There is one problem: this element doesn't have an ID. How can put this text in a label using tag name? The HTML code is:

    ...
Results 1 to 32 of 32



Click Here to Expand Forum to Full Width