Search found 63 matches
- Tue May 05, 2015 6:09 am
- Forum: MMB (Legacy)
- Topic: Replace white-spaces in string/path
- Replies: 3
- Views: 1366
Re: Replace white-spaces in string/path
Thanks but that doesn't work for me. I have to replace the white-spaces in the string.
- Tue May 05, 2015 3:54 am
- Forum: MMB (Legacy)
- Topic: How to disable 'ESC' & 'ALT-F4' button when run MMB ?
- Replies: 9
- Views: 3831
Re: How to disable 'ESC' & 'ALT-F4' button when run MMB ?
Late reply.. Is there any way to disable the standard EXIT-Button in the titlebar? I want to use minimize and maximize, but I have to execute a special command on exit. // Edit: omg, I'm an idiot: Use this to catch the Close button on the title bar or the Escape key. Note: The object or group MUST b...
- Thu Feb 12, 2015 8:26 pm
- Forum: MMB (Legacy)
- Topic: Replace white-spaces in string/path
- Replies: 3
- Views: 1366
Replace white-spaces in string/path
Hey MMB guys, I want to use a path like <SrcDir>\test , which results in "C:\Users\Dummy\Desktop\My Folder\test" for example. Now I want to call an external application which doesn't support white-spaces in parameters, so the path has to look like "C:\Users\Dummy\Desktop\My%20Folder\test" Is there a...