-
Replied To a Post in android mobile app development in linux
To me this is odd. My PC came with Windows and with Windows 10 being a free update, well what fees? If it's Visual Studio there is Visual Studio Express … -
Replied To a Post in wifi adapter don't work on long range usb
Sorry but you were lucky with the first one. It's not the adapter but luck here. Look again at the USB spec then try those active USB cables. If you … -
Replied To a Post in wifi adapter don't work on long range usb
You're falling for the old trap that old worked, why not new. That is, it's beyond the USB spec and as such can be hit or miss. I don't see … -
Began Watching wifi adapter don't work on long range usb
Hi, i bought an alfa wifi adapter with realtek rtl8187 moderboard, when i plug it to computer using 10 meters usb cable it show me the message: usb device not … -
Replied To a Post in wifi adapter don't work on long range usb
That's beyond the distance we expect USB to function. Yes it might work with say an older device if said device was different in any way (USB 1 vs 2?) … -
Began Watching PDF Append
I have an invoice that is created in an excel spreadsheet. I need to print the invoice to a PDF and append a Terms and conditions .PDF to the file … -
Replied To a Post in PDF Append
Why not keep printing in your app? As to other apps, https://www.google.com/#q=command+line+pdf+append finds the usual titles. -
Began Watching How can I open .dbx files (saved Outlook Express bits)
I recently reformatted my computer, and saved my Outlook Express Inbox, Sent, and addresses . The only way I could find to save them was in .dbx files, which I … -
Replied To a Post in How can I open .dbx files (saved Outlook Express bits)
It's a shame folk don't look into this before formatting. http://kb.mozillazine.org/Import_from_Outlook_Express notes how to get to Thunderbird and that is cross platform and a lot safer to keep backups. Of … -
Began Watching win32 - how can i select a font?
heres my function for select the font: CHOOSEFONT ShowSelectFont(HWND hwnd=GetForegroundWindow()) { CHOOSEFONT cf = {sizeof(CHOOSEFONT)}; LOGFONT lf; cf.Flags = CF_EFFECTS | CF_INITTOLOGFONTSTRUCT | CF_SCREENFONTS; cf.hwndOwner = hwnd; cf.lpLogFont = &lf; … -
Replied To a Post in win32 - how can i select a font?
A long time ago, this happened to me. I'll share but make no claim this is it. What was it? The Windows machine had no default printer selected or printer … -
Replied To a Post in Desktop won't boot.. PLEASE HELP
That 1TB is the same mechanical size and connections as the 320GB original as far as I can tell. Now will it work? I'm encountering folk that can't install an … -
Replied To a Post in Desktop won't boot.. PLEASE HELP
(Microsoft) "Wink wink, nod nod, have a copy on us." http://www.zdnet.com/article/with-a-nod-and-a-wink-microsoft-gives-away-windows-10-to-anyone-who-asks/ This news is all over the web but there are folk that can't believe it. Here's part of the … -
Replied To a Post in Desktop won't boot.. PLEASE HELP
As to the key for Windows, it's likely the old story about OEM keys are not valid for Windows Anytime Upgrade. Maybe you should go for Windows 10 as it … -
Replied To a Post in Desktop won't boot.. PLEASE HELP
Here that's a 25 buck drive. http://www.amazon.com/Western-Digital-Caviar-Drive-WD3200AAJS/dp/B000Q85WOK With the model, here's how I find the test CD: https://www.google.com/#q=wd+hdd+test+cd -
Began Watching Desktop won't boot.. PLEASE HELP
Hello. I have tried for 2 weeks to get my Parents computer up and running again. It died several years back, but I cannot for the life of me figure … -
Replied To a Post in Desktop won't boot.. PLEASE HELP
Given the age, story it sure sounds like a failed HDD. Since the other OSes run from CD and USB, that adds to the story the old HDD may be … -
Replied To a Post in Calculate Quotation
Your code says otherwise. Look closely as your variable names. -
Began Watching Calculate Quotation
Hi Im using framework 4.5, asp.net, c# to caculate quote instantly. The quote for a delivery has be calculated using the kilometres between the pickUp point and DropOff Point, the … -
Replied To a Post in Calculate Quotation
So Kilometres or Kilometre (from data.cs)? Which is it? -
Began Watching Commission Calculator
Write a Java™ application using NetBeans™ Integrated Development Environment (IDE) that calculates the total annual compensation of a salesperson. Consider the following factors: A salesperson will earn a fixed salary … -
Replied To a Post in Commission Calculator
Is that still an assignment in class today? https://www.google.com/search?q=Write+a+Java%28TM%29+application+using+NetBeans%28TM%29+Integrated+Development+Environment+%28IDE%29+that+calculates+the+total+annual+compensation+of+a+salesperson&ie=utf-8&oe=utf-8 It appears that someone is recycling assignments. My bet is you'll get the same answers folk gave last time. -
Replied To a Post in Seagate external HDD not STARTING
Remember we are not trying to save the old case. When it absolutely must be opened I've used needle nose pliers of the just right size to remove the TS … -
Replied To a Post in Seagate external HDD not STARTING
I agree. Sounds like Torx Security (TS.) Look at the bits at http://www.amazon.com/Torx-Driver-Security-T-10-T-40/dp/B0002SPLQ8/ Long ago I went to Home Depot to buy a set. The folk there gave me grief … -
Began Watching how can you tell when your calculation is off
hi everyone system.out.println("thank you all for the birthday greeting!!!!!!!!! much appreciated.) hi james it has been quite a while. sorry that I had upset u the last time I was … -
Replied To a Post in how can you tell when your calculation is off
Double or float was never reccomended for currency calculations. More at link. http://www.javapractices.com/topic/TopicAction.do?Id=13 -
Replied To a Post in Problem in starting Android Studio
All I can do is nod. C2D and 2GB RAM will be slow. Should work but you may not be patient enough to keep at it. I suggest you focus … -
Began Watching Problem in starting Android Studio
Guys,i face problem while starting Android studio after installation. Error Msg is "The environment variable JAVA_HOME(with the value of c:\Program Files(x86)\java;) doesnot point to a valid JVM installation" Whereas i … -
Replied To a Post in Problem in starting Android Studio
Small world. A few years back I had that error. I read http://stackoverflow.com/questions/20033231/with-android-studio-no-jvm-found-java-home-has-been-set and one of the prior answers worked. Let me share that installing Java has got a whole … -
Replied To a Post in Video Player Speed Control. No page load - WordPress questions
I take you that you write code. http://bavotasan.com/2011/shortcode-for-html5-video-tag-in-wordpress/ shows the basic video player and then you add more for speed control. There are also add ons out there. I don't … -
Began Watching Video Player Speed Control. No page load - WordPress questions
I wasnt sure exactly what forum to put this in so i choose PHP since WordPress is made with PHP. I'm looking to have a video player on my website. … -
Replied To a Post in Video Player Speed Control. No page load - WordPress questions
Could be wrong directoin but a long time ago in HTML5 I implemented speed control. It's done with a little javascript and there are numorous examples if I google: How … -
Replied To a Post in Fuzzy screen. Laptop display goes biserk on battery power.
An example. http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/Creating-HP-Restore-Media/td-p/1298017 That's right from HP. For your restore media, look at the web page at HP for your model and somewhere there is an order page. If not, … -
Replied To a Post in Fuzzy screen. Laptop display goes biserk on battery power.
PS. "restore media from HP" do something more extensine than that? Why yes it does. It installs the factory set of drivers and apps that makes the laptop do all … -
Replied To a Post in Fuzzy screen. Laptop display goes biserk on battery power.
It should screen cap fine. And if you want, sure but my bet is on hardware if using the laptop maker's issued OS from the maker's restore media fails. -> … -
Began Watching How to submit form when closing browser tab
Hi, I want to submit form data, once the user close browser tab or browser window. Using javascript or jQuery. -
Replied To a Post in How to submit form when closing browser tab
Just a thought. Use the usual window.onbeforeunload = function(){ your code to save goes here; } -
Replied To a Post in Fuzzy screen. Laptop display goes biserk on battery power.
Plugged in and not charging has happened to thousands. But again if narrow your search to only an "HP Elitebook 2540p i7 2.31GHz" then you may come to the conclusion … -
Began Watching Fuzzy screen. Laptop display goes biserk on battery power.
Ok folks, I rarely log in to ask questions so forgive me if I'm in the wrong category. Ok, the pc is a laptop (HP Elitebook 8460p, i5-2520m CPU 2.50GHz, … -
Replied To a Post in Fuzzy screen. Laptop display goes biserk on battery power.
You may be looking for an exact symptom match. That may be too narrow a search. Here I know that laptop OS, driver and helper app install are wiping out … -
Replied To a Post in Visual Studio crashes
Lethugs, I have to go with a banged up OS. It took a few replies to know which OS but I can't tell if you tried another user account or … -
Replied To a Post in Visual Studio crashes
So it's on Windows XP? I have a buddy that their XP OS was so banged up over the years that they finally had to start over. There are those … -
Began Watching how to merge dbf files
Dear friends, I have several dbf files, by exporting them from the same shp file in ArcMap. I would like to know how can i merge them in one, in … -
Replied To a Post in how to merge dbf files
Never found a merge, but there is an APPEND command. Documented at https://msdn.microsoft.com/en-us/library/aa977271%28v=vs.71%29.aspx -
Began Watching How to get the contacts from OUTLOOK?
Hello! All mail Outlook stored on a network server. The server crashed. Accordingly disappeared and the Contacts folder. However, when sending a new message when you type the first letter … -
Replied To a Post in How to get the contacts from OUTLOOK?
I'm going with no. Outlook with Exchange server didn't store the contacts locally so you'll need to restore the server first. Also, who runs servers with no backup? Try not … -
Began Watching vb.net application run on other computer
hello guys please help me , i make a project of window form appliction , but work well on my own pc , but if i copy full project and … -
Replied To a Post in vb.net application run on other computer
Sounds like you didn't deploy the app. "copy full project" doesn't sound correct here but which Visual Studio? Example deployments at https://www.google.com/#q=how+to+deploy+a+vb.net+2012+project -
Began Watching Seagate external HDD not STARTING
Hello, I have an external Seagate hard drive (Part #: 9BD862-580 and Serial #: 4LSOLYMD) that I've used for years. I recently moved and had it in my car and … -
Replied To a Post in Seagate external HDD not STARTING
I'd open the drive case but not the drive. That is, I always try these in a new case on something I keep in my PC Medic Kit. It's this …
The End.