Search:

Type: Posts; User: public

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,056

    Re: find ip range in textbox

    Thx Sir That what i realy want :)
  2. Replies
    4
    Views
    1,056

    [RESOLVED] find ip range in textbox

    if i say that my ip is : 88.198.24.4
    and i get it using this code

    it`s show it in the text box but how can i get the rang of ip only? like as "88.198"
    and how can make textbox write 4 num in it...
  3. Replies
    3
    Views
    3,704

    VS 2010 Gecko Browser view-source to RichTextBox

    Hi guys, is it possible to add text from:

    GeckoWebBrowser1.Navigate("view-source:" & GeckoWebBrowser1.Url.ToString)

    inside of RichTextBox?

    since the view-source: only gives me the right...
  4. Replies
    3,724
    Views
    1,846,901

    Re: CommonControls (Replacement of the MS common controls)

    Yeah

    Changing "ParentControls" with "Parent.Controls" seems to work better.
    I have no error on "ControlsEnum" at the request of the properties in the IDE!! :)



    Public Property Get...
  5. Replies
    3,724
    Views
    1,846,901

    Re: CommonControls (Replacement of the MS common controls)

    Hello

    Here is a screen copy this happens when the demand for property stops.


    116197

    In the IDE, all routines using "ControlsEnum" have this problem.
    The OCX works correctly.
  6. Replies
    3,724
    Views
    1,846,901

    Re: CommonControls (Replacement of the MS common controls)

    Is it possible to have the property "BackgroundColorArea"?
    This would "perhaps" easier to know the inside of your OCX

    or better

    Have an object "TabStripContainer"

    Otherwise VERY good job
  7. Replies
    3,724
    Views
    1,846,901

    Re: CommonControls (Replacement of the MS common controls)

    Hello (again)

    In the "TabStrip" object, how to know the background color of the client area.
    Why the selected tab is called "SelectedTab" and not "SelectedItem" as in VB6?

    best regards
  8. Replies
    3,724
    Views
    1,846,901

    Re: CommonControls (Replacement of the MS common controls)

    Hello,

    With the object "ComboBoxW" mode "DropDown List" (2) mode , change the value "Text" do not update the "ListIndex" list. The ComboBox VB6 yes.
    Why?
  9. Replies
    3,724
    Views
    1,846,901

    Re: CommonControls (Replacement of the MS common controls)

    thank you

    But if I write


    Private Sub Create_ListView_VB6()
    Dim nb As Long

    With ListView_VB6.ListItems
    .Clear
  10. Replies
    3,724
    Views
    1,846,901

    Re: CommonControls (Replacement of the MS common controls)

    115617

    Hello

    My test program crashes with your ocx control.:cry:
    why?
  11. Re: Check listbox for duplicate items and add suffix if they exist

    I can't thank you enough! Amazing! Thank you very much!!!
  12. Re: Check listbox for duplicate items and add suffix if they exist

    You're the legend!

    One more thing, can I have just (2), (3) etc. without (1)?
  13. Re: Check listbox for duplicate items and add suffix if they exist

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

    Dim nm As String = RichTextBox1.Text
    Dim r As New...
  14. Re: Check listbox for duplicate items and add suffix if they exist

    VB 2010 & .Net Framework 3.5
  15. Re: Check listbox for duplicate items and add suffix if they exist

    Thanks guys, .paul. what am I doing wrong?

    http://oi57.tinypic.com/11kjgj9.jpg
  16. Check listbox for duplicate items and add suffix if they exist

    I'm loading some names and informations into listbox and some of them have the same name but different informations, I don't want to remove them I just want to add suffix, something like numbers....
  17. Replies
    1
    Views
    632

    Find all RichTextBox matches

    Hi guys :) I need some help, I'm trying to add all matches from RichTextBox1 to RichTextBox2 (names) and RichTextBox3 (numbers)

    RichTextBox1 contains text:


    </div>
    <div class="clear"></div>...
  18. Replies
    7
    Views
    1,182

    Re: [Help] Multidimensional array

    Thank, i already passup the assesment
    our lecturer didn't teach us about string.format and enviroment.newline yet, so i didnt use it.

    Here is my code


    Private Sub cmdAdd_Click()

    Dim...
  19. Replies
    7
    Views
    1,182

    Re: [Help] Multidimensional array

    i did it in the form and it look so messy and if we continue to other number, the result will keep going down the form
    can we make the output show on the label and replace each time we calculate...
  20. Replies
    7
    Views
    1,182

    Re: [Help] Multidimensional array

    by using the 4 input box for x,7 and output
    x=
    box1 box2
    box3 box4

    y=
    box1_1 box2_2
    box3_3 box4_4

    then the output =
  21. Replies
    7
    Views
    1,182

    [Help] Multidimensional array

    Q:Write a program to add x and y using multidimensional array and display the result.

    http://i.imgur.com/9i6bxEM.png

    what does it actually mean?
    i know how to do if it doesnt use...
  22. Replies
    0
    Views
    646

    if then, different elements

    '<div id="status" > CLOSE
    '<input id="Button1"


    Basically, i want to make an if then statement with the above elements.

    if the CLOSE text becomes OPEN (1st element), it would automatically...
  23. Replies
    2
    Views
    1,100

    Re: Loop for a web bot

    EDIT: Loop is done perfectly. In the list appears all i need.
    Code I used:


    Dim PageElement As HtmlElementCollection = WebBrowser1.Document.All
    For Each CurElement As...
  24. Replies
    2
    Views
    1,100

    Loop for a web bot

    well, i'm working in a bot for a web page, i know how to get the values of things that i want, but i have a problem.
    When i do that..


    Dim allelements As HtmlElementCollection =...
  25. Thread: Re: web browser

    by public
    Replies
    2
    Views
    626

    Re: web browser

    Hey Friend's Can Any One Tell me The Coding Of "Save Image As" Option In My Browser???
    Plz Help FrnDz
  26. Replies
    22
    Views
    19,166

    Re: Intellisense isn't working

    http://support.microsoft.com/kb/813809/en
  27. Replies
    1
    Views
    666

    Command-line arguments to listbox

    Hi guys :wave: I want to make my GUI app to run in command prompt, something like:

    app.exe -load http://....

    and I want to display http://.... in listbox

    I tried so many things but no luck...
  28. Re: How to get a progress bar like in this picture in vb.net? Please help

    thanks a lot man

    rated :)
  29. Re: How to get a progress bar like in this picture in vb.net? Please help

    thanks for the help.
    Can you please describe it little more? with an example please? Im very new to vb.net

    thanks
  30. Re: How to get a progress bar like in this picture in vb.net? Please help

    I have progress bar under toolbox, thats not the problem. I need the progress bar to be loaded, like, block by block as in 1st picture.

    thanks for the reply any way.
  31. How to get a progress bar like in this picture in vb.net? Please help

    Hello,

    I need a progress bar, like this:
    100215

    But by as you know, by default we get a progress bar like this:

    100217

    Please help me to code/get the progress bar like in the first...
  32. How to get a progress bar like in this picture in vb.net? Please help

    Hello,

    I need a progress bar, like this:
    100215

    But by as you know, by default we get a progress bar like this:

    100217

    Please help me to code/get the progress bar like in the first...
  33. Re: RichTextBox Multiline to RichTextBox Singleline

    Thanks guys, you are the best. :) Best forum ever. :wave:
  34. Re: RichTextBox Multiline to RichTextBox Singleline

    Do you have any examples? :(

    I even found this but still nothing:


    Dim lines() As String = RichTextBox1.Lines
    RichTextBox2.Text = Array.Find(lines, Function(s) s.StartsWith("Number:...
  35. RichTextBox Multiline to RichTextBox Singleline

    Hi all :wave:, I have a small problem, I'm loading a file to RichTextBox1:



    I want to copy all numbers to RichTextBox2 and all names to RichTextBox3, so, my RichTextBox2 should look like this:...
  36. Replies
    32
    Views
    63,544

    Re: VB6 System tray icon / systray

    Oh dear why ya're messing around with a picturebox? :afrog:


    What about the VB 6 - Ressource-Editor to include icon's to the exe?
    If the menu item 'Tools\Ressource editor' is not visible in ya...
  37. Replies
    10
    Views
    7,045

    Re: Turning PaintEventArgs into a BackroundWorker

    Im unfamiliar with the progresschanged event also i dont even know how one would scroll a chart.

    Actually i just though of how to scroll a chart, i have to shift the variables one data point to...
  38. Replies
    10
    Views
    7,045

    Re: Turning PaintEventArgs into a BackroundWorker

    What im trying to achieve is a dynamically scrolling graph, but i cant figure out how to do it for the life of me.
  39. Replies
    10
    Views
    7,045

    Re: Turning PaintEventArgs into a BackroundWorker

    Or is there a way to set up a chart and set it so that only a certain number of x-axis values appear on the chart, and the min and max x values are constantly increasing by 1 making it look like the...
  40. Replies
    10
    Views
    7,045

    Re: Turning PaintEventArgs into a BackroundWorker

    Yes my data is being produced by a backgroundworker in visual basic, and I would LOVE to do that however i need visual basic to display a dynamically scrolling graph, and im not sure how to do that...
Results 1 to 40 of 109
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width