-
Replied To a Post in Cannot download tracks from Amazon to i-Tunes
Here I have Amazon Music both the app and music. But it's on Windows 7 and Windows 10 so XP? It was nice while it lasted. The error to me … -
Began Watching Cannot download tracks from Amazon to i-Tunes
Hi Friends, Trying to download music tracks from Amazon to I-Tunes; have bought tracks and installed their download icon but when I try to open it I get the message … -
Replied To a Post in Php 7 Acting Weird - Failing To Send Email, Failing To Send Link With Rando
My first thought is that 9999999999 looks to be greater than 2147483647. Try using PHP_INT_MAX instead and check what values are supported in your table. Link about at http://php.net/manual/en/language.types.integer.php PS. … -
Began Watching Php 7 Acting Weird - Failing To Send Email, Failing To Send Link With Rando
<pre>Hi, I'm a beginner in php. Starting my learning at php 7 and not 5 or earlier. I don't understand why php 7 is acting weird. It give different result … -
Replied To a Post in How to read a line from a file input into a string?
Next time, consider matching your post topic with your question in your text. You lead by asking how to read a line into a string, then in your post ask … -
Began Watching How to read a line from a file input into a string?
i have a problem where i need to read lines of names from a file, and put the first line into a string then break up that string into three … -
Replied To a Post in Windows 10 Freezes
After a BIOS update I have to be very careful to reset the BIOS settings to defaults then change what is needed for this setup. -
Replied To a Post in How To Display Image From Access Database 2007 Although All Data Display in
Here's a thing. "jpeg" is not listed or noted in the article at [https://msdn.microsoft.com/en-us/library/ms251715(VS.80).aspx](https://msdn.microsoft.com/en-us/library/ms251715(VS.80).aspx) -
Began Watching How To Display Image From Access Database 2007 Although All Data Display in
I have problem in display image from access 2007 database to rdlc i work in windows form c# vs2015 Actually i need to display image from database to more records … -
Replied To a Post in Symbolic Link on Network Folder
PS. Someone noted Dsynchronize as a free real time sync app. http://dimio.altervista.org/eng/ -
Gave Reputation to MadDogMark in What is the good/best search engine in Windows/desctop computer
I love Agent Ransack. -
Gave Reputation to MadDogMark in What is the good/best search engine in Windows/desctop computer
I love Agent Ransack. -
Gave Reputation to Reverend Jim in Barcode system - Visual Basic
Your `barcode` array has a trailing blank included with every barcode and the one you are comparing it with (user input) does not include the blank so you will never … -
Replied To a Post in Symbolic Link on Network Folder
@Siberian, I think I listed them before but if I don't write the same list it's because it's late. For Windows, Roadkil's Unstoppable Copier, Syncback, SyncToy and the always popular … -
Replied To a Post in Write a C++ program that reads in from a file
This reads as if you want others to write this code for you. It looks far too similar to a post 7 years ago at http://www.cplusplus.com/forum/beginner/20873/ That's pretty strange. Try … -
Began Watching Write a C++ program that reads in from a file
Write a C++ program that reads in from a file that contains full names of employees of ABC Company. The file is formatted in the following way: John Jacob Schmidt … -
Replied To a Post in Symbolic Link on Network Folder
Hello Siberian. We've chatted a bit about what you wanted and to me the MAP to a drive letter is pretty good to know about. HOWEVER you have written a … -
Began Watching Symbolic Link on Network Folder
Most of us know how Symbolic links work, they point to another file or folder on the system. Symbolic links don't work with network folders. You can create a symbolic … -
Replied To a Post in RGB strip with Arduino
I'd get into the Arduino forums for this one. Example at https://forum.arduino.cc/index.php?topic=383640.0 -
Began Watching RGB strip with Arduino
Recently I have been trying to get a arduino to control the brightness of an 12v rgb strip using the serial monitor. The project that I'm doing this needs the … -
Replied To a Post in What is the good/best search engine in Windows/desctop computer
I see DIR getting a little bashing here so if I need speed I can do the DIR \ /s/b > dirtext.txt and then use search commands on the dirtext.txt … -
Replied To a Post in general programming query
As to question 1, it's all about what I need from my app. If I'm measuring task duration I don't care if it's local or UTC. Just as long as … -
Began Watching general programming query
1) While working dates, when and why the local time and universal times are used? 2) Which multi-threaded program is recommended for reducing CPU usage? Why? -
Replied To a Post in Excel survey one chart linked from all 20 duplicate sheets
My thought here is to create a sheet with the numbers from all those sheets first. That is, numbers first. Then on that sheet create your graph. To create a … -
Began Watching Excel survey one chart linked from all 20 duplicate sheets
Hi, I really need help and this is my first time of trying to link 20 sheets into a survey chart (Chart 1). How to do that? The chart in … -
Replied To a Post in how to control a stepper motor using a microcontroller programmed at c++
Yumie. For this, just go get your MicroChip CPU, circuit and code. Where? https://www.google.com/search?q=microchip+stepper+motor+code -
Began Watching how to control a stepper motor using a microcontroller programmed at c++
im having a problem controlling a stepper motor using a microcontroller..what i did is that i test it with my board coz it has led's to check whether its working … -
Replied To a Post in Chrome freezes - HP Spectra x360
In spite of you not installing/updating, Chrome, Windows and other browsers can do update. I find myself clearing cache, ejecting all addins and then another user account. So far that's … -
Began Watching Chrome freezes - HP Spectra x360
I have an HP Spectra x360, which I've been very happy with, however, lately it Chrome gets to a point where it causing high CPU utilization and freezes the computer. … -
Replied To a Post in What is the good/best search engine in Windows/desctop computer
For me I've use the DIR command to find a file I misfiled. For some, "Everything" (an app you find with google) is the cat's meow. -
Began Watching What is the good/best search engine in Windows/desctop computer
Hello what is the good soft/programm - paid program for effective search in computer under windows 10 / it s own serch Explorer is very very bad/ and DocFetcher don … -
Began Watching Hello there. I'm a "freshman" in programming :D and now I need a lil' help
// This program uses a switch-case statement to assign a //letter grade (A, B, C, D, or F) to a number test score. #include<iostream> using namespace std; int main() { … -
Replied To a Post in CGI error No such class after being required to add use strict
For this I take this is Perl code and read http://perldoc.perl.org/perlvar.html as a refresher. On line 14 you called out allgifs as a variable. Later it seems you added @ … -
Began Watching CGI error No such class after being required to add use strict
My ISP - upgraded the Apache servers and in doing so - the CGI/Perl script below that worked before since they didn't require use strict now does not - since … -
Replied To a Post in gateway ne511 will not turn on
Go back to how it worked. I can't assure you if this model has a whitelist of wireless cards (I must shortchange you here, use google if you didn't know.) … -
Began Watching gateway ne511 will not turn on
help, my gateway NE511will not turn back on after I tried to replace wireless card. fan turns on for 2-3 seconds and stops. once in a while the blue light … -
Replied To a Post in Failed to find style 'toolbarStyle' in current theme
The last time I had an error like this, I think it was something I changed in one of the many XML files. Dummy me didn't have a backup, rollback … -
Replied To a Post in Save the operation automatically
Your post is a little confusing. Auto-save would be built into the app (you call it tool.) So in your processing loop for key input and such you would set … -
Began Watching Save the operation automatically
I have a save function like noraml tool (Ctrl +S). I have a command line argument that is defined as (-A). I have to use this -A to perform the … -
Replied To a Post in API lin c++/linux for cpu and memory usage in %
There's a beautiful thing about Linux I think you should know. It's this. Almost all the apps that come with Linux have source code. Let's say you want to incorporate … -
Began Watching API lin c++/linux for cpu and memory usage in %
Hi, Below command will give the cpu and memory usage of process in terms of percentage. can we achieve same usin c/c++ API. ps -C <process name> -o %cpu,%mem | … -
Replied To a Post in Table fixed header in scrollable div
I don't want you to go without so what I know is this requires some javascript. Read priors with this search. https://www.google.com/search?q=fixed+header+in+scrollable&ie=utf-8&oe=utf-8 Codepen example at https://codepen.io/jgx/pen/wiIGc -
Began Watching Table fixed header in scrollable div
Dear Sir, I have these code <html> <head> <style type="text/css"> html, body { height: 100%; width: 100%; margin: 0; padding: 0; } body { overflow: hidden; } #content { max-height: … -
Replied To a Post in Multithreading - Invoke/BeginInvoke
Look for any code in the invoked method that closes objects or exits. Why? Begininvoke works like this: "Executes the specified delegate asynchronously with the specified arguments, on the thread … -
Began Watching Multithreading - Invoke/BeginInvoke
I have two forms the first FrmRecipe.vb form has all my calulations and functions in it the second FrmReports has a crystal report viewer with loads of reports. I am … -
Gave Reputation to happygeek in Android security: an analysis
Generally speaking, when it comes to being as secure as possible (and, just as importantly, staying as secure as possible) newer is better. This is certainly the case if we … -
Replied To a Post in Need suggestions for gaming desktop
About that ODD (optical disc drive.) I now have a pair of USB ODDs. One is the usual 20 buck on sale USB DVDRW and the other is a BluRay … -
Replied To a Post in Need suggestions for gaming desktop
Tough call on the GPU. I'm more of a Nvidia person so the 1050 is my call. http://www.tomshardware.com/reviews/best-gpus,4380.html As to the PSU, be sure it has a single +12V single … -
Gave Reputation to Benoit_1 in DHCP Problem causing ip to be 169.X.X.X and not 192.168.X.X
I presume no one will read this so many years after the question was asked, but just in case someone else is looking for an answer: Look at the switch. … -
Replied To a Post in I Only Have Local Access On My Acer Aspire 5570z Laptop
The link did have step by step instructions. If that's not possible, get the person that helps you to come over and try those steps. In some cases folk have …
The End.