Search:

Type: Posts; User: Coding

Page 1 of 9 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    2,068

    Batch script language related questions

    Hello guys,

    I was wondering if this forum have batch script language related questions.

    I have been using Compressed2TXT for a while now, and...
    I always wondered if there is a way to change...
  2. Replies
    18
    Views
    2,977

    Re: Get external file path

    Hello Eduardo,

    I wanted to thank you for your code, thanks again.
    But at the end all I wanted was to get the path of the file.
    Thanks
  3. Replies
    18
    Views
    2,977

    Re: Get external file path

    Hey Option, I'm so sorry, I should read messages better next time. actually it was you who posted the answer to my question. I wanted to apologize and say thank you for your great answer. Thanks...
  4. Replies
    18
    Views
    2,977

    Re: Get external file path

    Hello Option,
    I know my questions and my projects are always are hard for others to understand, but it does works for me. and the story behind this code it is bery useful to me. for example not long...
  5. Replies
    18
    Views
    2,977

    Re: Get external file path

    Hey Sam, thank you so much, I did not see this coming, thanks a lot! :wave:
  6. Replies
    18
    Views
    2,977

    Re: Get external file path

    This is all the code in the app:

    Private Sub Form_Load()
    Dim strFile As String
    strFile = Dir("*.txt")
    Name strFile As "MyFile.txt" 'In this case: Preview.txt
    End
    End Sub
    Then in the registry...
  7. Replies
    18
    Views
    2,977

    Re: Get external file path

    Thanks Sam, let me explain...

    1.) That user will be me, just me :) and yes, the purpose of my file is to go any where in my computer and use the right-click menu context that I created it in the...
  8. Replies
    18
    Views
    2,977

    Re: Get external file path

    Hello Sam, I really appreciate your answer.
    But my Form doesn't have a given path to the file to be rename it.
    That's because I access my file from anywhere on my desktop and from any folder.
    ...
  9. Replies
    18
    Views
    2,977

    Get external file path

    I came out with this code with the intention of renaming my files from explorer context menu:


    Private Sub Form_Load()
    Dim strFile As String
    strFile = Dir("*.txt")
    Name strFile As "MyFile.txt"...
  10. Replies
    0
    Views
    666

    Hex To String or Read Write Binary File

    Hello everyone,

    I am trying to make a project that can allows me to read from a specific file as binary and from an specific offset in the file.

    Searching the forum I found the following...
  11. Replies
    14
    Views
    2,453

    Re: Suppress error message or trapping it

    dilettante

    Really? ...please read my post#5

    Thanks for participating in my question, but let me ask you, do you consider this is an answer?
    I don't think so, and I suppose you're waiting for...
  12. Replies
    14
    Views
    2,453

    Re: Suppress error message or trapping it

    Thanks westconn1, but what I meant was...
    Not just that one, but any giving unknown GUI registry root path.
    I posted that root as an example only.
  13. Replies
    14
    Views
    2,453

    Re: Suppress error message or trapping it

    Maybe you are right techgnome, but let me put it this other way...
    This is the Apple Software Update installation root path, which to make it easier, you can try the following batch script:

    Call...
  14. Replies
    14
    Views
    2,453

    Re: Suppress error message or trapping it

    Thanks for you comment techgnome, but thats not what the code does.
    the intention of the code is to check if a giving registry key exist or not.
    then if exist a shell is invoke, which is the...
  15. Replies
    14
    Views
    2,453

    Suppress error message or trapping it

    Hi everyone,

    I'm having difficulties trying to avoid a GUI error popup alert.
    144527
    I tried error trapping function, unfortunately did not worked for me.
    Since I could not trap the error and...
  16. Replies
    15
    Views
    2,091

    Re: Problem using Shell RunDll32

    Thanks Tyson, I solved the problem, I posted it on post#10.
    I don't get that annoying popup error no more.
  17. Replies
    8
    Views
    1,017

    Re: Images sizes problem on Forms

    Thanks dilettante, I'm reading LaVolpe's Tutorial...

    But I don't see such of options in my image control.
    143995
    baka, would be nice if I could just add a code to my form project and thats it....
  18. Replies
    15
    Views
    2,091

    Re: Problem using Shell RunDll32

    Yes Plausibly, I tried all possible ways.
    I also tried westconn example, but the path was correct, but could not get it to run until I did what I did.
    but thank you so much for your help.
  19. Replies
    8
    Views
    1,017

    Re: Images sizes problem on Forms

    Thanks Baka, but I think this will be more complicated than what I thought.
    The problem with me is not just the images in my form, but also the labels.
    because in my case, it is not about resizing...
  20. Replies
    8
    Views
    1,017

    Images sizes problem on Forms

    Hi everyone,

    I made a simple project with a picture in my form.
    Works fine on this desktop computer and on few other computers.
    But on some laptops or AIO desktop computers I get a different...
  21. Replies
    15
    Views
    2,091

    Re: Problem using Shell RunDll32

    Okay, I see Magic Ink, maybe you are right.
    Honestly this is my first time getting this problem.
    But I feel good having solved the problem I had.
    I will bookmark your solution as well just in...
  22. Replies
    15
    Views
    2,091

    Re: Problem using Shell RunDll32

    Hey guys, thank you all for your help, I found the solution.
    I shorten the path by changing this part:
    "C:\Program Files (x86)\Common Files\InstallShield\Professional"
    To this:...
  23. Replies
    15
    Views
    2,091

    Re: Problem using Shell RunDll32

    And yes, that's correct, the issue here is the order or the way the quotes goes
  24. Replies
    15
    Views
    2,091

    Re: Problem using Shell RunDll32

    No, let me explain, thats the full path, actually thats the path of an uninstallation for a Toshiba app.
  25. Replies
    15
    Views
    2,091

    Re: Problem using Shell RunDll32

    Yes, I have tried in many ways, but no luck.
  26. Replies
    15
    Views
    2,091

    Problem using Shell RunDll32

    I'm having a problem using Shell RunDll32, this is the complete path and command:

    Shell RunDll32 C:\Program Files (x86)\Common...
  27. Replies
    10
    Views
    1,369

    Re: Running Run("cmd.exe") commands from VB

    For the genius who said "Command Here ???"
    Someone with little knowledge could know what that means, but is okay, I won't bother from now on reading at this person comments. But not a problem...
  28. Replies
    10
    Views
    1,369

    Re: Running Run("cmd.exe") commands from VB

    Thanks for trying to help, but AGAIN, and no offense, but if you have no idea about my thread, then why bother commenting something you have no clue? ...as I stated, my code works in VB and thats...
  29. Replies
    10
    Views
    1,369

    Re: Running Run("cmd.exe") commands from VB

    Hey calm down DataMiser, you are always trying to put people's questions down, thats not right. I always had trouble understanding you in this forum body. If my question is irrelevant to you, or if...
  30. Replies
    10
    Views
    1,369

    Running Run("cmd.exe") commands from VB

    Hi everyone,

    I've been trying to invoke commands that I normally would with the Windows run.exe but from VB.
    And what got me into this is because there are some commands that connat be executed...
  31. Replies
    26
    Views
    7,574

    Re: Prevent Form from freezing...

    Thanks for all the help guys, I tried, but could not come out with anything.
    I wish I could accomplish what Schmidt suggested on post #22
    Thank you all
  32. Replies
    26
    Views
    7,574

    Re: Prevent Form from freezing...

    Thanks dilettante.
    but my project doesn't crash because everything is very neat, I know you are not asking me if my project crash or not.
    but the hanging is understandable to me, as there is a very...
  33. Replies
    4
    Views
    1,047

    Re: Installing VB6 on Win 10

    Well, all I did was share what really works for me at 1000% ...it is up to you to try or not.
  34. Replies
    26
    Views
    7,574

    Re: Prevent Form from freezing...

    Okay, I see, I was able to just add the code on my project without using your code example.
    But still freezes, and not just that, after my form finish his task, your example code keeps looping,...
  35. Replies
    26
    Views
    7,574

    Re: Prevent Form from freezing...

    Thanks, but I don't get it, I got confused in this part:


    Then as for this, how exactly do you use it with the timer?
    I no longer have anything in the Form_Load event,
    I used Sub MyCode() and...
  36. Replies
    4
    Views
    1,047

    Re: Installing VB6 on Win 10

    Guys, I am a Visual Basic 6 user in Windows 7, 8, 8.1, & 10.
    Try this
  37. Replies
    11
    Views
    3,597

    Re: Combine 2 vbs Scripts

    Are you looking to run this script silently? is that what you are trying to achieve?
    as for your example, you don't have to combine this two scripts together,
    what you need is two files, the...
  38. Replies
    26
    Views
    7,574

    Re: Prevent Form from freezing...

    Hi Dragokas, I tried your suggestion, but it doesn't seem to do anything at all.
    I can move, minimize, or close the form while this is working, but it doesn't do a thing.
    the asigned task doesn't...
  39. Replies
    26
    Views
    7,574

    Re: Prevent Form from freezing...

    Hey guys, I really appreciate all your suggestions, I really do, Thanks.
    If dilettante is right, could I get some example code like Dragokas did?
    I added a gif to my form, when the form load his...
  40. Replies
    26
    Views
    7,574

    Re: Prevent Form from freezing...

    Thanks Elroy, but the only post I've found was posted yesterday, and therefore there is not much info.
    I've also searched in other vb6 forums, but all I found was: "You need to get into standard...
Results 1 to 40 of 333
Page 1 of 9 1 2 3 4



Click Here to Expand Forum to Full Width