Search:

Type: Posts; User: Adebiyi24

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    312

    Re: [RESOLVED] Date Add

    OptionBase1
    Thanks a lot
    It worked
  2. Replies
    3
    Views
    312

    [RESOLVED] Date Add

    Hello experts of Vb 6
    I have this code to fill my combobox.

    Dim i As Integer
    Combo1.AddItem "1 day"
    For i = 2 To 29
    Combo1.AddItem i & " days"
    Next
    Combo1.AddItem "1 month"
    For i = 1 To 11
  3. Replies
    3
    Views
    304

    Re: Fill combo items

    it worked very good thank you expert
  4. Replies
    3
    Views
    304

    [RESOLVED] Fill combo items

    Hello Vb6 experts
    I want to add items to my combobox with time in this way:
    7:00
    7:30
    8:00
    8:30
    9:00
    ... ..
    ......
    .....
  5. Replies
    3
    Views
    438

    Re: Clear textboxes

    yes, that's it
    thank you very much
  6. Replies
    3
    Views
    438

    [RESOLVED] Clear textboxes

    Hi all
    I have an array of 15 textboxes
    I am looking for a code to clear all the texboxes except the active one.

    Dim i As Integer
    For i = 0 To 14
    If Me.ActiveControl Is Me.Text1(Index) Then...
  7. Re: Move a picturebox below a textbox

    Million thanks SamOscarBrown
    It worked
  8. Re: Move a picturebox below a textbox

    Inside the textbox
    below the last line
  9. [RESOLVED] Move a picturebox below a textbox

    Hello experts of vb6
    I was looking if possible to move a picturebox below the last line of a multiline textbox.
    The content of a textbox is varrying not constant. It can have 10 lines or perhaps 25...
  10. Replies
    5
    Views
    900

    Re: Combo Box in vbflexgrid

    Thank you Sammi
  11. Replies
    5
    Views
    900

    [RESOLVED] Combo Box in vbflexgrid

    Hello
    Can anyone show me an example how to show a combobox when I click on the second column cells?
    thanks
  12. Replies
    13
    Views
    1,145

    Re: Flexgrid backcolor

    Thanks a lot for the valuable link
    In fact I have no experience with a flexgrid. i have always used listview.
    I tried to adapt this function to my situation but I couldn't get what i was expecting....
  13. Replies
    13
    Views
    1,145

    Re: Flexgrid backcolor

    That's why I'm here to look for help from programmers
  14. Replies
    13
    Views
    1,145

    Re: Flexgrid backcolor

    So it is not possible to tell Vb6 : Check values in col 2 and set a same color to similar values under a command button?
    thanks
  15. Replies
    13
    Views
    1,145

    Re: Flexgrid backcolor

    But in my case I want to change color of the row based on the content of the second column
  16. Replies
    13
    Views
    1,145

    Flexgrid backcolor

    Hello Vbforums
    I'm using Krool's flexgrid in my application
    I have some data in the second column.
    I want to color each group of data that have the same value with a distinct color
    Is this...
  17. Replies
    4
    Views
    737

    Re: From listview to textbox

    Zann
    you are a star
    thank you very much
  18. Replies
    4
    Views
    737

    Re: From listview to textbox

    Thank you Sam
    But not exactly that
    The listview can hold 20 or more rows.
    The first ListItems.Checked is not necessarely the first row or ListItems(1).
    The first checked ListItem can be the third...
  19. Replies
    4
    Views
    737

    [RESOLVED] From listview to textbox

    Hello VbForums community
    I have a listview and an array of textbox.
    I want to get this outcome:
    When I check one item in the listview, I get the two first textbox filled with the cheched row.
    If...
  20. Replies
    9
    Views
    1,296

    Re: Fail to install twinBASIC

    thank you but I could not install this update
  21. Replies
    9
    Views
    1,296

    Re: Fail to install twinBASIC

    thanks ut when trying to WebView2 I get a message : you have alredy a recent version installed.
  22. Replies
    9
    Views
    1,296

    Fail to install twinBASIC

    Hello
    Trying to install twinBASIC, I"m faced with this message error

    187032
    I'm using w 7
    thanks
  23. Replies
    18
    Views
    1,819

    Re: Textbox with left justify property but ...

    thanks DataMiser but this works only with thr first line.
  24. Replies
    18
    Views
    1,819

    Re: Textbox with left justify property but ...

    DataMiser
    Your contribution is helpful to me and gave good insiration.

    Please could you provide a code for doing this in the keypress event?
    I can delete space like this:

    txtD = Replace(txtD,...
  25. Replies
    18
    Views
    1,819

    Re: Textbox with left justify property but ...

    To make a white border on the left side of the text; I can do this:


    What I want is a textbox with left alignement property but behaving as a right alignement textbox.
    I mean if I type something...
  26. Replies
    18
    Views
    1,819

    Re: Textbox with left justify property but ...

    I think I don't need now to answer the why question
  27. Replies
    18
    Views
    1,819

    Re: Textbox with left justify property but ...

    Mybe this illustration will help me to clarify the issue
    This is what is happening now
    186576
    this is what I need
    186577
    thank you
  28. Replies
    18
    Views
    1,819

    Re: Textbox with left justify property but ...

    I'm sorry for that


    It is a multi-line textbox



    In fact I 'm exporting data from listview to textbox.
    I'm leaving some space at the left edge.
  29. Replies
    18
    Views
    1,819

    Re: Textbox with left justify property but ...

    SamOscarBrown
    thans for your interest
    if you set alignement to "Right", how can you determine the vbtabs (spaces) at the beginning of the line.
    How can you produce something like this?
    And...
  30. Replies
    18
    Views
    1,819

    Textbox with left justify property but ...

    Hello
    I'm looking for using a multiline textbox with left justify property but having the a characteristic of a right justify.
    I explain :
    I need to leave about 15 or 20 vbtabs or spaces at the...
  31. Replies
    3
    Views
    599

    Re: Open HTML file

    I tested the demo under w7 but I'm getting this error
    186547
    186548
  32. Replies
    479
    Views
    156,346

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hello
    I tested the demo under w7 but I'm getting this error
    186547
  33. Replies
    3
    Views
    599

    Open HTML file

    Hello every one
    I need to open a local HTML file but unfortunately the output on the webbrowser is too freaky compared to the output on Chrome browser.
    is there an idea to make the vb6 webbrowser...
  34. Replies
    3
    Views
    539

    Re: Is BSPrinter free?

    million thanks gentleman
  35. Replies
    3
    Views
    539

    Is BSPrinter free?

    Hello
    I have downloaded the BSPrinter ocx and register it then I have entered the license information but I still wonder if I can use it in my applications or not.
    thank you for your replies
  36. Replies
    3
    Views
    669

    Re: VB.Net & Sqlite help for query

    thank you sir
    would you please provide a direct link to examples of using Parameters ?
  37. Replies
    3
    Views
    669

    VB.Net & Sqlite help for query

    hello vbforums
    I'm querying for records of current month
    This query is doing the job

    Cmd.CommandText = "Select * from tblSales where strftime('%m', Sal_Date) = '08' and strftime('%Y',...
  38. Replies
    15
    Views
    2,077

    Re: Close all Forms except main Form

    jmcilhinney
    thanks a lot
    it worked
  39. Replies
    15
    Views
    2,077

    Re: Close all Forms except main Form

    I found a trick to overcome the issue
    In ToolStrip1_MouseEnter, I put :

    ToolStrip1.Focus()
    and in ToolStripButton_click, I call Endforms()
    Then it worked
  40. Replies
    15
    Views
    2,077

    Re: Close all Forms except main Form

    I can't figure out how to use that class
Results 1 to 40 of 108
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width