Search:

Type: Posts; User: axel48

Search: Search took 0.02 seconds.

  1. VS 2013 vb.net how to autocomplete textbox with a datatable

    I've this code:

    TextBox1.AutoCompleteMode = AutoCompleteMode.Append
    TextBox1.AutoCompleteSource = AutoCompleteSource.CustomSource
    If dttest.Rows.Count > 0 < 2 Then
    ...
  2. how to make a datatable without case sensitive and show the result with only 4-5 char

    I've a filter, a datatable linked with a listbox and if statements, now i need to know, how can i say to program, when user search on datatable to don't care if a word is written with an upcase or...
  3. VS 2013 Re: how to take automatic screenshot of a list of webpages and save it in folder

    Yes it's right it give this :
    135879
    (I was testing with some kind of code)
    It's italian language, but i can translate for you, so:
    Espressione=Expression
    Nome=name
    Valore=value
    tipo=type...
  4. VS 2013 Re: how to take automatic screenshot of a list of webpages and save it in folder

    Wow thanks for the information, (i'm new to visual basic from a few days) and i just confirm what you said because i see it with task manager, cpu % skipped to 100 in a second, thank you again for...
  5. VS 2013 [RESOLVED] how to take automatic screenshot of a list of webpages and save it in folder

    I've these controls on actual form:


    Textbox (Where at each cycle, there will be a new link with the webbrowser show it);


    Webbrowser (To check if the page (for example the first on the...
  6. VS 2013 [RESOLVED] Select an item from a datatable and show an offline webpage in webbrowser control

    I wanna know about, if this part of code, works to select an item from a datatable linked with a listbox for select a item from the index of datatable.


    If ListBox1.SelectedIndex = 0 Then

    and...
Results 1 to 6 of 6



Click Here to Expand Forum to Full Width