Search:

Type: Posts; User: JTvD

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    1,003

    Re: Close edge in a button

    i have search on "close edge with a button" and many hits... no answer?
  2. Replies
    3
    Views
    1,003

    Close edge in a button

    How to close Edge in a button in VB6?
  3. Replies
    3
    Views
    645

    Re: IE or EDGE in a form

    no one know's?
  4. Replies
    3
    Views
    645

    IE or EDGE in a form

    Hello
    Is het posible to start IE explorer or Edge in a form.
    Startup from VB6 i kown bud to start i a form not?
  5. Replies
    4
    Views
    566

    Re: Button with more funcions while press

    I'll think this works for me.
    I go to work this out..
    Thanks
  6. Replies
    4
    Views
    566

    Button with more funcions while press

    I have a question.

    Is there a posibility while press a button 1 time someting hapend press again the same button somthing else hapens

    Examlple:

    Press command1 open form2 with a mediaplayer1...
  7. Thread: Loop Text1.text

    by JTvD
    Replies
    2
    Views
    2,173

    Re: Loop Text1.text

    Thanks..

    This is what i was looking for..
  8. Thread: Loop Text1.text

    by JTvD
    Replies
    2
    Views
    2,173

    Loop Text1.text

    I have a textbox = text1.text
    I have a command button command1
    Text1.text = " the text is to long for the textbox"

    Is it posible to scrol the text from right to left and start again to right...
  9. Replies
    11
    Views
    3,855

    Re: Filename without path and extention.

    The solution from Elroy workt fine for me.
    Bud, magic, also thanks..
  10. Replies
    11
    Views
    3,855

    Re: Filename without path and extention.

    Yes... many thanks.
    I have hours search on the forums and tried many..
    Bud this one works..

    Thank you
  11. Replies
    11
    Views
    3,855

    Re: Filename without path and extention.

    I don't know how to do that.

    I'll try to learn and understand it.
    And ask al lot of questions after i have search on the internet without finding it.

    Bud the part i have i like..
    It workt...
  12. Replies
    11
    Views
    3,855

    Filename without path and extention.

    I have this from a earlier question.

    With CommonDialog1
    .CancelError = True
    .InitDir = "C:\test\"
    .Filter = "All files (*.*)|*.*|Text (*.txt)|*.txt"
    .ShowOpen...
  13. Re: How to delete a line in txt file by selecting it on listbox

    Yes.. this works..
    It might be easy for you, but I did not come up with it.
    Thank you
  14. Re: How to delete a line in txt file by selecting it on listbox

    This is what i use, i have help from 4x2Y

    Private Sub Form_Load()
    On Error Resume Next
    Dim strGame() As String
    Dim j As Long
    Dim i As Long
    Form2.Hide
    mstrGames =...
  15. Re: How to delete a line in txt file by selecting it on listbox

    Thanks.. but how.
    I'm a newby en tries to learn and understand it..
  16. How to delete a line in txt file by selecting it on listbox

    I have a form with list1
    In the listbox comes the text from a .txt file.

    Example: there are 12 lines en i will remove one of them
    So my question:

    How to delete a line in txt file by...
  17. Replies
    12
    Views
    1,089

    Re: Wrong text in .TxT file

    Thanks.. that was it.

    And sorry for my bad englisch..
    I have tried to translate it with Google translation but is is more bad than this.. (i hope)
  18. Replies
    12
    Views
    1,089

    Re: Wrong text in .TxT file

    Example:

    Button command1

    Text1.text = ""
    Open filedialog
    Search on harddisk for file.
    By finding the file
    Text1.text = "the filename"
  19. Replies
    12
    Views
    1,089

    Re: Wrong text in .TxT file

    I'll try

    In a text box Text1.Text i fil in a file start path.
    Example: c:\test\test.exe
    This i save in a filepath.txt file.. it's for a programm
    Bud a error is easy to type.

    When by...
  20. Replies
    12
    Views
    1,089

    Re: Wrong text in .TxT file

    Thanks..

    Can you help me with another "problem"

    i fill in in Text1.text a path and filename example "c:\test.exe"

    This is no problem..

    Bud what i realy like is a button and goto the...
  21. Replies
    12
    Views
    1,089

    Re: Wrong text in .TxT file

    Thanks, You fix't it..
  22. Replies
    12
    Views
    1,089

    Wrong text in .TxT file

    I have a programm most i get help from here and copy a part en write a little part.

    Wat goes wrong.

    I want some text in a TxT file
    I have option to fill in each one write seperated with the |...
  23. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    I have finnised it and make it an .exe file.

    One problem is that i move the exe file for example to the desktop.
    I get a error.
    Is this from this part "App.path"
    When i left it in the app dir...
  24. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    Youre realy fantastic...
    It works..
    Many thanks.
  25. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    When the TxT file exist there is no problem it works fine

    The problem is that the program tries to read a textfile that not exist.
    I tried on error go to 0 bud no succes. it dosnt work
    ...
  26. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    I tried the IsFilkeExist bud where ever i put it i get a error.
    I don't know where to put it and how to write


    Meaby can you help me with this:

    I tried"on error goto 0
    and by 0 text1.text...
  27. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    I have a problem.

    This part read the .TxT file for info game.
    Bud when the .TxT file exist i get a error.
    "On error resume next" it freese the program

    Can you help me to make that if the .TxT...
  28. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    I have found it with "List1.Text" i kan change te picture.
    With a little cut and past.

    If the picture have the same name as the game it shows the picture in the picture box.
    One thing i can't...
  29. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    Ah that's true the optional i missed, i have seen your program and stop reading..

    Then a other question.. if i ask to muts just say it and i'll stop.

    To make the program even nicer to look at i...
  30. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    Can i ask you a question.

    If no ISO needed.. it starts a dir window.
    Is is posible to make "if no ISO needed then onlye start the instald game"
  31. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    Youre program finisit it all.

    This is very nice.. Thanks a lot..
  32. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    Wow this works...

    Wunderfull many thanks.

    I hope i'll learn it a little bit more.
    I'ts nice to see a programm that works..
  33. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    I tried to change it a littlebit..
    Bud it don't work

    It show the EXE file bud when i start up i get a debug error

    Dim F As Form


    'button min
    Private Sub Command1_Click()
  34. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    Perhaps i can install all games and when i start the game exe file is wil set de iso file to a simulation cd/dvd and start de game.
    It will only start when the game's cd/dvd is in a simulation drive.
  35. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    I mean when i place a iso file like a game on my harddisk en i start this up to play when i stop then is there this VB6 programm to open a new game.

    I have many iso files on my pc en when i go to...
  36. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    No not many problems only many Help VB6 questions
    And i see here is the kowhow..

    I wish i was that good...


    I have made
    'button min
    Private Sub Command1_Click()
    Form1.WindowState =...
  37. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    Even when i select a .exe file i get the same error.


    And when the iso is ready.

    I want to start a new project programm and open the iso file
    I'll make it like before Drive, directory,...
  38. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    Wow thanks..

    I get errors
    1: at the start up i get a box with the message "Cannot mount the ISO file!"
    2: by select the drive, the directory en then the iso file i ged a run-time error 5:...
  39. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    I have search many pages on the internet but dont know where i put the file path.

    Also i changed my mind.
    While seaching i see that there is al file list box.

    Thinking loud:
    I want the drive...
  40. Replies
    37
    Views
    5,121

    Re: Mount and start a iso file

    Thanks

    I have read many on this link it works not on VB6.
    I'm looking for a VB6 script.
    VB6 is instald on my laptop

    I'm running win 10
Results 1 to 40 of 68
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width