Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Shimmy613
  • Content: Threads
  • Order by date
  1. Shimmy613

    Win8.1 updates failing since 4/17/2022

    I just noticed that nearly all of my Windows updates have been failing since 4/17/2022: Just a few exceptions succeeded: Upgrading to Windows 10 (or 11) isn't at all an option now, so I would truly appreciate help getting the updates for 8.1 working. What can I do to get all those updates...
  2. Shimmy613

    Excel formula question: finding last two columns that are almost identical

    I have a filepath in each row. I've broken up the path using the backslash as the delimiter. So the columns look like this: C My Data Bob's Stuff Monday green.lnk C My Data Bob's Stuff Monday Monday.lnk C My Data Bob's Stuff Tuesday Tuesday.lnk C...
  3. Shimmy613

    Systematically and safely deleting folder shortcuts seemingly to itself

    I had a "shortcut virus" which I believe I successfully removed. It placed shortcuts called "Downloads" and "Games" in folders all over my system. I was able to delete those using Windows search. There is one issue that isn't "dangerous", just annoying. There are these shortcuts all over the...
  4. Shimmy613

    Avira Free: "Your computer is not secure! A Service is not working correctly"

    I installed Avira Free on a new Windows 8.1 computer and began receiving the ‘Your computer is not secure! A Service is not working correctly’ and also see the ‘Fix problem‘ button. I tried following directions I found online to update manually using Fusebundle Generator from Avira's site. But...
  5. Shimmy613

    ConfigurationManager.GetSection throws exception: "The entry '____' has already been added&quot

    I’m using System.Configuration.ConfigurationManager.GetSection to read a custom configuration section from an App.config. If I have two nodes that contain an identical value (such as the two “Station” nodes, below, with the identical highlighted values) – which is a project requirement – I get...
  6. Shimmy613

    How to get my USB voice modem to speak to callers

    I bought a USB fax-data-voice modem to zap telemarketers (using a program like Identafone or PhoneTray Free). It can answer calls and properly detects caller ID and passes that information to the computer - but it cannot play any WAV files to the caller. The caller hears only silence before...
  7. Shimmy613

    Formatting text to be pasted in an Outlook email

    I need to copy the values of several standard textboxes to the clipboard - so that can they can be pasted into an Outlook email. Obviously, the text in the textboxes will not be formatted at all. What I'd like to do is make some of it bold, some underlined, etc. - so it will be nicely...
  8. Shimmy613

    Using Task Scheduler to play an audio file

    I'd like to schedule a task to play an audio file. From the command line, this works successfully to play the file: "%ProgramFiles(x86)%\Windows Media Player\wmplayer.exe" /play /close "C:\ALL DATA\Shimmy\Shimmy's Documents\Morning audio reminders for kids\8-00 AM reminder.WMA" (Although it...
  9. Shimmy613

    Changing the default value of VS.NET's "Data Source Update Mode"

    Is it possible to change the default value of VS.NET's "Data Source Update Mode" in the "Formatting and Advanced Binding" dialog from "OnValidation" to "OnPropertyChanged" Please see screenshot: http://codeidol.com/img/windows-forms-programming/17wfp13.jpg I know it's possible to change...
  10. Shimmy613

    How to check for changes on the BindingSource and cancel them

    I'm sure this question has been asked and answered a million times, but I've been Googling and can't come up with an answer that works for me... I've got a bunch of UI controls wired up to a BindingSource. I've got the databinding set up to update the objects on PropertyChanged. I need to now...
  11. Shimmy613

    DataGridView: enter cell without it being entirely selected

    I have a DataGridView with a button that I created that adds a new row to the DataGridView - that works fine. The problem is that when the user clicks that button, the entire cell is selected. In order to allow typing into that cell, the user has to first click in the cell. I'm told this is...
  12. Shimmy613

    Persisting NTFS permissions on an external drive

    I've set the permissions on my internal hard drive so my kids can't mess anything up. :-) I tried doing the same thing on an external USB hard drive, but it seems like my addition of their user accounts to the Security tab of that drive was lost somehow: I don't see their account names...
  13. Shimmy613

    Enforcing password strength on NON-networked PC

    I have Windows 7 Home Premium and would like to force all "standard" (non-administrative) users to create passwords with the following rules: at least 8 characters long has a mix of numbers and letters has at least one "other" (~!@#$%^&, etc.) character I believe "group policy" is not an...

Part and Inventory Search

Back
Top