topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday September 19, 2026, 5:49 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 22 23 24 25 26 [27] 28 29 30 31 32 ... 146next
651
Living Room / Re: When you make your 100'th Post
« Last post by Ath on September 05, 2017, 12:51 PM »
I'll do a special edition post for my 3000 milestone :-[

Screenshot - 5-09-2017 , 19_57_47.png
652
Finished Programs / Re: FINISHED: Speed It Up, or Slow It Down
« Last post by Ath on September 05, 2017, 12:37 PM »
Great solution, thnx skrommel!

I hadn't started on extending WinButtons/WinSendKey, but I think this is what Nick needs.
653
Post New Requests Here / Re: Manipulate lines in a txt file
« Last post by Ath on September 05, 2017, 12:30 PM »
I understand.
Sorry if I cannot do my best.
 :tellme:
Well, the only thing we want you to do, in this situation, is to answer the question. Why is that so hard? It's not a difficult question, and only a yes or no answer is enough.
654
Finished Programs / Re: FINISHED: Speed It Up, or Slow It Down
« Last post by Ath on September 03, 2017, 06:18 AM »
With a 'little' work on WinSendKeys and WinButtons I could probably realize that.
655
General Software Discussion / Re: ERROR after upgrading Windows
« Last post by Ath on September 02, 2017, 10:12 AM »
Have you tried opening the file on another computer, and does that work as expected?
656
Living Room / Re: Weather notifications
« Last post by Ath on September 02, 2017, 10:07 AM »
The trouble with most weather forecast services is they don't provide the requested detaillevel for an entire day for free, usually only for 2 or 3 hours ahead. And the commercial services that are available are rather expensive, as that's more a b2b proposition, AFAIK.

There are several (smartphone) apps available that give you a warning 30 or 60 minutes ahead, maybe that's usable? I've used one for many years, cycling to work and back on a daily basis. But I don't always manage to arrive without getting wet... :huh:
657
And it will invalidate the urls embedded in some/many of the software published, as well as any links in forummessages :(
658
N.A.N.Y. 2018 / Re: N.A.N.Y. 2018 Announcement
« Last post by Ath on September 01, 2017, 12:12 PM »
+1 here on the added rule :Thmbsup:
659
Developer's Corner / Re: Your First Programming Language vs Now
« Last post by Ath on August 30, 2017, 01:22 PM »
Node.js is not even a language.
And the jury still hasn't decided on the js part...
660
Post New Requests Here / Re: Separate Out STOCK Symbols From Large Text File
« Last post by Ath on August 28, 2017, 01:32 AM »
Well, I tried a regex too, but I couldn't fix 1 issue.
My regex:
\b[A-Z]\b
But it keeps grabbing both the S and P from S&P, and I didn't want to replace the \b with a (rather complex) group construction of all possible punctuation to solve this so I stopped searching.
661
Screenshot Captor / Re: Blank white screen when capturing a browser window
« Last post by Ath on August 27, 2017, 10:37 AM »
Most likely your AntiVirus is blocking the use of a screen capture tool. Usually that behavior can be inhibited in the settings of your AV.
662
N.A.N.Y. 2011 / Re: NANY 2011 Release: Color Warlock
« Last post by Ath on August 25, 2017, 12:59 AM »
BTW...I was thinking at least .NET 4.0 for the .net version. Thoughts?
Well, .NET 4.0 is the last one supported on Windows XP, so for the ~3 users still on that platform it would be ideal... :tellme:

Haven't tried Color Warlock on *nix (and haven't scanned this thread if someone already did that), but it could possibly run there using Mono, so you may want to keep the current release available for 'backward compatibility', as not all .NET 4.0 features are ported to Mono (yet).
663
PopUp Wisdom / Re: New books wanted!
« Last post by Ath on August 24, 2017, 08:35 AM »
Wut.Are.You.Doing? :o
I am trying a book for puw about rsi

I would have expected a forum veteran like you to attach that blurb as a file, not drop it in the content of the post :(
664
PopUp Wisdom / Re: New books wanted!
« Last post by Ath on August 24, 2017, 01:23 AM »
Wut.Are.You.Doing? :o
665
Living Room / Re: Which call app consumes the least data?
« Last post by Ath on August 17, 2017, 03:26 PM »
99% sure it's Skype that both delivers usable voice-quality, and reasonable data-use.
666
Thanks for the elaborate explanation.
Quite a list indeed.

I'll pass though, as it's totally not my cup of tea.
Let's see who is interested.
667
N.A.N.Y. 2017 / Re: NANY 2017: Calculor - A Live, Handy, Dandy, Inline Calculator
« Last post by Ath on August 17, 2017, 10:23 AM »
AFAICS, scintilla is OSS, so why can't you fetch the sources yourself and build that dll?
668
Dan,

You're not alone in having that kind of dreams... 8)

But you seem to have left out the most important piece of information: What is the goal of the plugin to be devised? What should it add to your DAW that currently doesn't exist?
It can't be the goal of just creating such a plugin, as I assume there's some kind of cookbook for that.

(And talking about commercialization of a yet non-existing product is somewhat premature, IMHO.)

I'm pretty sure there are capable enough developers here that can create such plugins, including myself, but I'm not sure I can, and want to, spend the time on such adventure. It has to be worth the effort, aside from any monetary reward(s).
669
General Software Discussion / Re: Multi Search in the windows registry and options
« Last post by Ath on August 16, 2017, 12:18 PM »
Aha, refining my search found me RegAlyzer, and, great for you, it supports Spanish UI language!

With the proper regular expression you van find several terms in one search. (look for round braces for grouping, and the vertical pipe symbol). Or use a logical expression with AND/OR.
670
General Software Discussion / Re: Multi Search in the windows registry and options
« Last post by Ath on August 16, 2017, 12:11 PM »
Have you googled for anything like that? (Try this link)

Basically non of the available tools has the feature of finding multiple values, unless they would support regular expressions, but these come a lot closer than the standard RegEdit

O&O RegEditor https://www.oo-softw...e.com/en/ooregeditor (free)

RegEditX https://www.dcsoft.c...m/products/regeditx/ (non-free, 30 day trial)
671
General Software Discussion / Re: Edit this Autoexec.bat?
« Last post by Ath on August 16, 2017, 12:01 PM »
IainB, Hulkbuster is trying to run FreeDOS, not an incarnation of Windows, AFAICS.

He just has to get the proper line-breaks in his autoexec.bat file (CR/LF, not a single CR or LF) to get stuff running

It also might be needed to not use SET PATH=... but the regular PATH ... command, but I don't know for sure, as I've never tried FreeDOS,
Spoiler
only several PC/MS-DOS versions from 2.0 (used since 1985/1986) and up to 6.x (Without Windows on top of it, later there was DOS 7.0 with Win95, AFAIR, but that doesn't count as a real DOS).


Well, if adding the proper line-feeds hasn't helped, does it work if you type the entire path to the executable, while having C:\ as the current directory?
It may expect some additional files in the current directory, so you may need to run a batch file to CD to the correct directory and then start the exe.
672
Please provide some more details:
- Operating system?
- OneDrive installed? if yes: disabled capture of the PrtScr key there?
- Other screenshot/capture tools installed?
- What AV is installed? Does it allow/block screenshot tools?
- Where are the screenshot files stored, local disk or network/nas?
673
What was that on-line storage and sync util that grabbed the PrtScr key and does 'undecent' things with it...? (hint: it sits in the systray area)
674
General Software Discussion / Re: The Ghost Process
« Last post by Ath on August 15, 2017, 10:35 AM »
This is a bit more aggressive than I think is warranted in this particular audience.  We know that Contro is not a native English speaker, so is struggling through this.  If you can't work through this with him, it seems that a better approach for the community might be for you to ignore his threads?
Well, I've thought about both issues, and I still think it is in the right place and audience, as he's still pulling in new/other/related and unrelated info that further troubles the water (proof enough after your post...) and gives no or confusing answers to any questions asked. I won't ignore threads started by Contro as I think he needs (computer-)help, lots of it.



wraith808 please don't punish me.
Contro, wraith808 was trying to soften my reaction to your issue, and not pointing at you in any way.
We all know you can use all the help we have to offer, please help us helping you by a) not flooding your threads with small bits of non-related info, b) give complete details about the issue at hand, and c) give straight and simple answers on any question asked (like tomos requested)

Example:
I began this pc with only one monitor. And install several virtual desktop utilities like Virtual Dimension and others.
Knowing this from the original post would have been very helpful in tracking down the cause. There is a fair chance that one of those VD tools has installed or configured something in your system that is causing all this
From that time I observed the problem but give not importance because simple I was not using.
This is an indication that you need a lot of help in troubleshooting (anything), as the 'problem' has existed for quite a long time, and now you are making all this fuss about it? Why? Why now?

Yes, I still will offer help if and when I can, but I'll detach myself from this thread starting now
675
General Software Discussion / Re: The Ghost Process
« Last post by Ath on August 15, 2017, 04:25 AM »
try to forget that and concentrate in determining the ghost process or service.
You really don't understand how troubleshooting works, do you? It's a process of elimination and lots of questions/information, not of any assumptions. Please re-read the quote below my posts...

As long as I can remember the three or more point are for a configurable desktops program. I think is from Microsoft.
What makes you think so? And what did you do to obtain them, as nobody in this thread knows them or how to enable them, and we're (nearly) all experienced Windows users :huh:

[rant]
As so often, your thread is full of fuzzy (non-)information and unrelated bits, and short on answers to questions that are asked. And yes, that bothers me, as it is very unhelpful in us trying to actually help you find a solution.
[/rant]

As said before: Check your video drivers settings and options for virtual desktop features, and, as mwb1100 suggested, remove the (probably) unused nVidia drivers from your system.
Pages: prev1 ... 22 23 24 25 26 [27] 28 29 30 31 32 ... 146next