CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nqioweryuadfge

Search: Search took 0.04 seconds.

  1. Print text file contents on a console using HTTPClient

    How do you print a Text file on a console application with formatting like below in HTTPClient in C# Language?

    Here is how my textFile looks like:

    Hi|Fine!



    Here is all my code:
  2. Cannot Autocomplete again After deleting text with the Backspace-VB.NET

    I have this problem with my Autocompletion program in VB.NET where you cannot delete text eazily after Autocompletion is done because once you do that, you may not be able to Autocomplete again. The...
  3. How do you create columns on Autocompletionlist in VB.NET?

    How do you create columns on Autocompletionlist in VB.NET? From code not design view. My vb 2010 does not support that function

    Here is my sample code:

    Me.Autcomplete.ColumnHeaders = True
  4. Re: Remove any repeated characters from a string

    How did you manage to remove duplicates from your sentences like this: aand is the best place to buy a Pizza.
  5. Re: Remove any repeated characters from a string

    How did you manage to remove yours? E.g. Like this: thethe solutionsolution would be to prevent
  6. Replies
    2
    Views
    845

    Re: Listview issue

    Mine never worked:

    Dim x As Integer
    'This has a parameter because it's possible to select multiple items - 0 is the first item of the multiple items if there are any

    For x = 0...
  7. Replies
    6
    Views
    6,286

    Re: ContextMenuStrip in RichTextBox

    Can you help me use this code for a spellchecker suggester?
  8. Replies
    6
    Views
    6,286

    Re: ContextMenuStrip in RichTextBox

    How can I use this code for a spell checker suggester?
  9. Replies
    6
    Views
    6,286

    Re: ContextMenuStrip in RichTextBox

    Can you help me use this code for a spellchecker suggester?
  10. Re: ContextMenu on highlighted text on search button in VB 2010

    Where has it been moved?
  11. ContextMenu on highlighted text on search button in VB 2010

    How do you add a ContextMenu on a highlighted text on a search button in VB 2010? It should work as a suggester everytime it finds a similar word and alternative when you click the search button on a...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured