Search:

Type: Posts; User: ontro

Page 1 of 6 1 2 3 4

Search: Search took 0.20 seconds.

  1. Replies
    12
    Views
    738

    Re: random error in windowsmediaplayer

    Thanks SamDscarBrown

    Now it just plays a random song for me, it would have to be when I press the command_click button it plays the mp3s in the list
    thank you





    Option Explicit
  2. Replies
    12
    Views
    738

    Re: random error in windowsmediaplayer

    Thanks SamOscarBrown

    and to randomize random mp3 how would it be?
  3. Replies
    12
    Views
    738

    Re: random error in windowsmediaplayer

    Yes I already know, but I need it in windowsmediaplayer
    If it were in mmcontrol, what would the random mp3 songs in a list be like?
    thank you
  4. Replies
    12
    Views
    738

    Re: random error in windowsmediaplayer

    If it is on Windows 10, is there a way to make it work correctly?
    thank you
  5. Replies
    12
    Views
    738

    random error in windowsmediaplayer

    Hello
    In the example of the player everything is going well but after about 8 songs or so it stops I don't see where the error is I have tried a lot of things but it doesn't work well





    ...
  6. Replies
    19
    Views
    1,491

    Re: random songs in a row

    resolved
    thank you so much
  7. Replies
    19
    Views
    1,491

    Re: random songs in a row

    iles contained in one of your subDirectories
  8. Replies
    19
    Views
    1,491

    Re: random songs in a row

    Now I can see the folders





    Private Sub Form_Load()


    Dim strFolder As String
  9. Replies
    19
    Views
    1,491

    Re: random songs in a row

    Hello, I can't see the folders in combo1
    it shows me the folders and files





    Private Sub Form_Load()
  10. Replies
    19
    Views
    1,491

    Re: random songs in a row

    now it works fine it always gave me an invalid value error, now it works fine
    If you can look at the combo1, thank you
  11. Replies
    19
    Views
    1,491

    Re: random songs in a row

    sorry Sam Oscar Brown
    now it does fine, but the progress bar is not working
    the rest works correctly





    Option Explicit
    'this is what I did:
  12. Replies
    19
    Views
    1,491

    Re: random songs in a row

    hello
    Now I can make the list in list1, but when I select an item from the list the mmcontrol1 control is not activated so that it works




    Option Explicit
    'this is what I did:
    '1---added a...
  13. Replies
    19
    Views
    1,491

    Re: random songs in a row

    1. I get an error in mmcontrol1.length and then in list1.listindex=0
    I can't put the mp3 files in list1




    Option Explicit
    'this is what I did:
    '1---added a timer to the form, leave it as...
  14. Replies
    19
    Views
    1,491

    Re: random songs in a row

    Thanks for the response but I still don't move forward to continue with another song





    Private Sub Command1_Click()
    Dim r As Integer
    Dim storeit As String
  15. Replies
    19
    Views
    1,491

    [RESOLVED] random songs in a row

    Hello
    I'm trying to make an mp3 music player
    The question is when I press the check button and the command1 button plays the random mp3 song well, and it stops, and another random song would have...
  16. Replies
    8
    Views
    660

    Re: delete a record list1

    Hello Dry Bone

    resolved issue


    thank you so much
  17. Replies
    8
    Views
    660

    Re: delete a record list1

    Hello

    I have made the following code and it always deletes the last record of list1





    Private Sub Command5_Click()
    'delete record
  18. Replies
    8
    Views
    660

    Re: delete a record list1

    Hello

    What would be an example of deleting a record list1?
    thank you
  19. Replies
    8
    Views
    660

    delete a record list1

    Hello

    I try to delete a record in the id and it doesn't work






    Dim i As Integer
  20. Replies
    18
    Views
    1,467

    Re: modify a record in list1

    Hello

    Dry Bone

    resolved

    thanks a lot
  21. Replies
    18
    Views
    1,467

    Re: modify a record in list1

    Hola

    Dry Bone

    resuelto

    muchisimas gracias
  22. Replies
    18
    Views
    1,467

    Re: modify a record in list1

    Hello

    Do you have a clearer example so that it is better understood?
    thank you
  23. Replies
    18
    Views
    1,467

    Re: modify a record in list1

    error






    Dim hj As String
    Dim st As String
    Dim g As Integer
  24. Replies
    18
    Views
    1,467

    Re: modify a record in list1

    hello

    I try to do this





    Dim hj As String
    Dim st As String
  25. Replies
    18
    Views
    1,467

    Re: modify a record in list1

    hello Dry Bone
    any ideas to do this with code
    thank you
  26. Replies
    18
    Views
    1,467

    Re: modify a record in list1

    You are right, I am testing to be able to modify the registry but I can't do it
    do you have any idea?
    thank you
  27. Replies
    18
    Views
    1,467

    Re: modify a record in list1

    Hello

    I have set id as integer, and the same thing happens

    in id=1 I introduce an element and save it, I introduce another element and save several elements in list1, I save them and when I...
  28. Replies
    18
    Views
    1,467

    Re: modify a record in list1

    Hello Dry Bone
    When I enter data at id=1 it does fine, but when I enter data at id=2 then it adds an item with the modification



    Dim hj As String
    Dim st As String
    Dim g As Integer
    st =...
  29. Replies
    18
    Views
    1,467

    Re: modify a record in list1

    thank you very much for the great help
  30. Replies
    18
    Views
    1,467

    modify a record in list1

    saves the data well reads the data well the problem is modifying a record

    When it comes to modifying a record in list1, it does it manually, the problem is when it saves the data correctly but not...
  31. Replies
    18
    Views
    1,447

    Re: consecutive number msflexgrid1

    Thanks for the help
  32. Replies
    18
    Views
    1,447

    Re: consecutive number msflexgrid1

    ok now it works
    but when I press the new button and I enter data and I press the accept button it shows the previous data entered
    The data entered must go with txtNoCtrl.Text
  33. Replies
    18
    Views
    1,447

    Re: consecutive number msflexgrid1

    hello
    the one below it (the 'data' row)
  34. Replies
    18
    Views
    1,447

    Re: consecutive number msflexgrid1

    row number 1
  35. Replies
    18
    Views
    1,447

    Re: consecutive number msflexgrid1

    Hello
    okay. What would it be like to eliminate the rows until there is only one left?
    to re-enter new data
    thank you
  36. Replies
    18
    Views
    1,447

    Re: consecutive number msflexgrid1

    Hi Sam Oscar Brown
    perfect one more thing
    When I press the new button I would like to delete all the lines of grid1

    Thank you
  37. Replies
    18
    Views
    1,447

    Re: consecutive number msflexgrid1

    hello

    here I leave the example
  38. Replies
    18
    Views
    1,447

    Re: consecutive number msflexgrid1

    Hello
    When I click on grid1=msflexgrid1 it does not read the data in the txtnoctrl.text , txtEdad.Text, txtProm.Text, txtNombre.Text,cboArea.Text correctly
    In the txtNoCtrl.Text box the counter...
  39. Replies
    18
    Views
    1,447

    consecutive number msflexgrid1

    hello
    What would be the consecutive number in text1.text in a cell msflexgrid1
    How can I read the data from msflexgrid1 to text1.text,text2.text,text3.text

    thank you
  40. Thread: modify list1

    by ontro
    Replies
    0
    Views
    353

    modify list1

    Hello, I have a problem when modifying an invoice number in list1.
    It add me when I make a modification to the list1
    here I leave the example





    Option Explicit
Results 1 to 40 of 210
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width