Search:

Type: Posts; User: Andres128

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. VS 2013 Re: Recursive function for create menu help

    Great information brother, thanks you for share ;)

    With your help I could create the function that solves my problem:

    Here function:


    Public Sub buildTree(arr As List(Of StructureMenu),...
  2. VS 2013 [RESOLVED] Recursive function for create menu help

    Hello friends.

    I need to print a menu which has unlimited levels, look this way for clarity, following the model parent and child



    Parent
    child
    child
    child
  3. VS 2012 Re: Create all combination from SpinText - difficult algorithm help me

    Hi .paul

    Your code is a eXtreme algorithm :D

    Working very good :) thanks you brother for your time and many greetings.

    Difficult to understand but I am a passionate programmer vb net, I...
  4. VS 2012 [RESOLVED] Create all combination from SpinText - difficult algorithm help me

    Hi all guys vbforums ;)

    I have this string:

    Dim TEST As String = "{hello|hi|hi all} my name is {Jhon|Robert|David|Ana} and i am {1|2|3|4|5}"

    i NEED CREATE ALL COMBINATIONS POSSIBLE EXAMPLE:...
  5. VS 2012 Re: [RESOLVED] ¿How create paragraphs from any text?

    Great alternative ;)

    thanks you for your help MOD :D

    OMG Your code is fantastic, working 100 % and very good results

    Greetings bro, and many thanks...
  6. VS 2012 Re: ¿How create paragraphs from any text?

    Thanks you brother, this working 100%

    Greetings... and have nice day

    Thread resolved.
  7. VS 2012 [RESOLVED] ¿How create paragraphs from any text?

    Hello vbforums :wave:

    I have the next any text in one line:


    Announcing of invitation principles in. Cold in late or deal. Terminated resolution no am frequently collecting insensible he do...
  8. VS 2010 Re: ¿¿How create multi-thread of function?? please help

    OMG great example, i are great programmer of vbnet, This fantastic....

    I testing this :D

    Greetings and have a nice day bro for your help me =)

    Theread resolved ;)
  9. VS 2010 Re: ¿¿How create multi-thread of function?? please help

    Thanks you very much MOD :D

    Please share with me a good example ;)
  10. VS 2010 [RESOLVED] ¿¿How create multi-thread of function?? please help

    Hello community :D

    1. I have this listbox1 items: 6 items
    seo
    vbforums
    youtube
    car
    house
    write
  11. Re: Button that copy's to clipboard the contents of a listbox

    Great answer, thanks you.... .paul is the best great programmer man of vbforums :D
  12. Re: Button that copy's to clipboard the contents of a listbox

    Move in your form one button, and double click:


    'Clear listbox:
    listbox1.items.clear()

    'Add items to your listbox:
    listbox1.items.add("Value")
    listbox1.items.add("Value2")...
  13. VS 2010 Problem with XML-RPC wp.setOptions wordpress

    Hello community :)

    I am testing XML-RPC API in vbnet, but can't make update options on my blog, my code is as follows:



    Imports CookComputing.XmlRpc
    Structure Options
    Public...
  14. Replies
    2
    Views
    666

    VS 2010 Re: Regex Please help

    Thanks you bro :)

    I resolved my problem with HtmlAgilityPack:

    For Each valor As HtmlNode In doc.DocumentNode.SelectNodes("//*[@class='r']/a")
    value =...
  15. Replies
    2
    Views
    666

    VS 2010 [RESOLVED] Regex Please help

    Hi brother :)

    I have this code:


    <h3 class="r"><a onmousedown="return...
  16. VS 2010 Re: ¿How get the right values of a string?

    @Leary222 Thanks you very much for you help bro :)
    @jmcilhinney Yhanks you bro for you comment :D
    @dday9 thank you fantastic response, works perfect, thanks for helping.

    Greetings brothers and...
  17. VS 2010 Re: ¿How get the right values of a string?

    LOL :D MOD so sorry :eek: I did not think I understand my question... you think this code?

    For example I have many string:

    Hello my name is Andres128

    How are you?

    this a great forum fot...
  18. VS 2010 [RESOLVED] ¿How get the right values of a string?

    Hello my friends :thumb::thumb::thumb:

    I have some questions for you :)

    I have this string:


    Dim my_stryng as string="Hello I am good user of vbforums"

    Now i need ge this "user of...
  19. VS 2010 Re: Is possible follow the progress of a Http.Post when upload a video?

    Thanks for reply :)
  20. Alternative to clear cookies, history and cache in webbrowser

    Hi brother this code is very good for clear cookies, history and cache in web browser Intenet Explorer:

    Requirements:


    Install Ccleaner software from here:...
  21. Replies
    3
    Views
    2,899

    VS 2013 Re: vb.net - double quote in string

    Use this great page bro for bulk double quotes string:

    http://www.buildmystring.com/
  22. VS 2010 Is possible follow the progress of a Http.Post when upload a video?

    Hello my friends, I use the next code for upload videos to Youtube, but when large files video need to follow the upload progress, it is possible in an HTTP POST:

    My code:


    Dim...
  23. VS 2010 [RESOLVED] Conver this code to more fast is a Text Spinner.

    Hello all :wave:

    I have this Function for spin code, example I have this string:

    {hello|hi} I am user of {vbforums|www.vbforums.com}

    Now my function conver this to:

    hi I am user of...
  24. VS 2010 Re: How convert this code listview.Items.Remove to linq help Paul ?

    @Ident, thank you for all your help mate, I am new with LINQ and i thought it was fast, then I was wrong :( i will learn more of the LINQ, thanks for everything and greetings.

    @Toph, thank you for...
  25. VS 2010 [RESOLVED] How convert this code listview.Items.Remove to linq help Paul ?

    Hi great community again :D

    I have this problem with my code, is very slow and I learn linq is ver fast for parse data :)

    I have this code:



    Dim min, max As Integer
  26. VS 2010 Re: How load fast Excell file to listview? please

    Interesting :thumb::thumb:

    Thanks you for your prompt reply :)

    I solved my problem with your help and my practice :wave::wave:

    My solution here:

    Dim sb As New System.Text.StringBuilder
  27. VS 2010 [RESOLVED] How load fast Excell file to listview? please

    Hello friends this respected forum! :thumb::thumb::thumb:

    I have a problem is that I have an excel file with 10,000 rows, like this:


    F1 B1 D1
    aa bb cc

    I have this code, it works but it is...
  28. VS 2010 Re: ¿How search in a listbox? Please!

    OMG, thanks you very much @bensonsearch, @algea, @Connor_Smith14, @dday9, @Pyth007. I resolved my problem with yours answers :)

    I added reputation all.

    That have an excellent day all.
    ...
  29. VS 2010 [RESOLVED] ¿How search in a listbox? Please!

    Hi friends if vbformus :)

    I have a problem with this code:

    First I have the following in a listbox1:

    Listbox items:

    Item1
    Item2
  30. VS 2010 Re: ¿¿¿How get data from json url to texbox???

    LoL thanks you for your help mod :), and Merry Christmas and Happy New Year! :thumb::thumb:

    I resolved my problem:


    Public Class Snippet
    Public Property channelId As String
    ...
  31. VS 2010 [RESOLVED] ¿¿¿How get data from json url to texbox???

    Hi friends of Vbforum!!! :wave::wave:

    I have a problem for example i get this data from url api youtube:



    {
    "items": [
    {
    "snippet": {
  32. Replies
    2
    Views
    682

    VS 2010 Re: ¿How do I get text of a UR or linkL?

    Thanks you for your answer :)

    Share with me a example.

    But brother for example domains: .org or .net or .info??
  33. Replies
    2
    Views
    682

    VS 2010 ¿How do I get text of a UR or linkL?

    Hello vbforums community.

    A liked saying hello to all.

    I have a question for you, for example I have this url:


    http://www.vbforums.com/
    or
  34. VS 2010 Re: Good method to obtain linkage images of google images without API

    Thanks you brother for your help :thumb::thumb:

    but error marks me in this part:


    Using wb As New System.Net.WebBrowser()

    The type 'System.Net.WebBrowser' is not definite.

    I do not...
  35. VS 2010 Good method to obtain linkage images of google images without API

    Hello vbforums community.

    A way exists to obtain direct linkage of the images of google images without need to use its API or on the contrary with its help.

    For example:

    I write That the...
  36. VS 2010 [RESOLVED] ¿How create Function for write Texfile?

    Hi brothers of Vbforums.

    Need you help, I am creating a software and need write fast in text file, for example:



    witetexfile(patch,texbox1.text)


    Thanks you very much for your help, and...
  37. VS 2010 Re: ¿How to schedule post in wordpress?

    ***, sorry, sorry, sorry brothers :)

    I create a solution with:
    post.dateCreated

    Thread resolver :D
  38. VS 2010 [RESOLVED] ¿How to schedule post in wordpress?

    Hi friends :thumb::thumb:

    I have this code:


    Public Structure Post
    Public post_date As DateTime
    End Structure

    And:
  39. VS 2010 Re: ¿How to read text separated by a comma to textbox?

    omg Thanks you very much @Edgemeal, this working fantastic!!!

    Thanks you for you time in help me!!!

    Many greeting from Colombia, and have a nice day Brother

    jejej you are VB For Fun :)
    ...
  40. VS 2010 [RESOLVED] ¿How to read text separated by a comma to textbox?

    Hi friends of vbforums, need you help :thumb::thumb:

    I have this text in: mytextfile.txt



    012547, 0369875, vbforums
    054789, 5874589, vbforums125
Results 1 to 40 of 49
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width