• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in RadioButtons and checkboxes!!!

    You can replace TextBox1.Text = price1 If (CheckBox1.Checked) Then TextBox1.Text = price1 + open Else TextBox1.Text = price1 + wine End If with TextBox1.Text = price1 + IIf(CheckBox1.Checked, open, wine) …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Dell Hell Part 2

    Since I got the last Dell I have been asked to pick out a laptop for my brother and father-in-law. I recommended an ASUS for both. My older son also …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Dell Hell Part 2

    Before the first wireless card was replaced the wifi and bluetooth worked just fine at the same time. I'm not saying the bluetooth was all that it's been touted to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Dell Hell Part 2

    Just got off the phone with Dell and explained that the bluetooth was still not working after restoring to factory. I have had three replacements of the wireless card and …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Dell Hell Part 2

    I ran Dell Backup & Recovery to create factory restore media. There are three options 1. create on USB HD (Dell recommended) 1. create on USB flash drive (next best) …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in 2016

    You can add my name to the MIAs as well. There just isn't anything interesting happening anymore and with still more surgery coming up in a couple of weeks I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Dell Hell Part 2

    I restored the factory image and applied the Dell automatic driver updates. One of the updates was to the BIOS. When it did the boot into setup to do the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Run- time error '-2147467259 (80004005)' Could not find file Account.mdb

    Hii all this is my lab program (vb program to validate the user name and password from the database and display the appropriate message) use Data control i getting Run- …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Dell Hell Part 2

    Dell came today to replace the motherboard. The Bluetooth still does not work. The tech took out the old motherboard, removed the fan, then applied conducting paste before connecting the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Joseph_19 in need an answer plz

    write a c++ program that can use a linked list to store10 studets records with following fieds,reg no marks and grade.program shoould be able to enter records one after the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in water spill is laptop

    Sucks to be him, I guess.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in An Old Fake Microsoft Scam

    My younger son says I should just play stupid (don't go there) and see how long I can keep them on the line. I figure if I do *stupid* as …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in SQL Like Command - how to find records without 1-9 but using 0

    Based on what you've said the command would be something like SELECT * FROM settlement WHERE settlement = 0
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited An Old Fake Microsoft Scam

    I just got off the phone. It was an interesting call. It was a technician from Microsoft calling to tell me that my computer had been sending a lot of …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created An Old Fake Microsoft Scam

    I just got off the phone. It was an interesting call. It was a technician from Microsoft calling to tell me that my computer had been sending a lot of …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in water spill is laptop

    It is important to NOT power up until everything is dry. I had the same thing happen to my in December of 2014. Open the machine up and let it …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Visual basic 6

    A good start would be paying attention in class and reading the book. And it wouldn't hurt to read the [Daniweb posting rules](https://www.daniweb.com/community/rules).
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Dell Hell Part 2

    The tech came at noon today to replace the wifi card. The new card did not recognize my bluetooth device. It also didn't see the tech's phone although his phone …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Add button during runtime

    To see how this works, start with a new project. Drop a button control onto the blank form and double click on the button. This will create an empty `Click` …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in combine different mysql queries

    You should also normalize your tables to remove duplicate info.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in HELP A KID IN DIRE SITUATION!

    No one here is going to give you code. You won't learn anything unless you do the work yourself. Show us what you have so far and we cn offer …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited HELP A KID IN DIRE SITUATION!

    I have a project. Our prof. said to choose between a smiling face animation and a maze game using gotoxy() im just a 1st year and programming isnt our major. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Dell Hell Part 2

    Postscript: After promising to replace both the motherboard and wifi card, Dell is now going to replace just the wifi. You can believe I will test it out **thoroughly** before …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in guidance to right sort of script

    What kind of messaging system are we talking about? If it's Skype, Microsoft removed that functionality when they bought the software.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Undeleted a Post in calculate the grades for a student using if..else statements.

    //StudentsGrade.java //a program that generates grades for the marks //capture marks for five subjects/course units //calculate the GPA //Display student details plus grades(letter, points), and GPA please members help me …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Dell Hell Part 2

    Dell sent a local tech out Friday evening to (finally) replace my wifi card. It took him only 5 minutes to swap the card and when we powered up, Windows …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Keyboard keys on laptop on not working

    Most Dells these days do come with a diagnostic partition that yu can select if you tap-a-tap-a on the F12 key while powering up. I think POWER+D just boots into …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Deleted a Post in calculate the grades for a student using if..else statements.

    //StudentsGrade.java //a program that generates grades for the marks //capture marks for five subjects/course units //calculate the GPA //Display student details plus grades(letter, points), and GPA please members help me …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Keyboard keys on laptop on not working

    I have repeated problems with Dell Hardware Support in trying to convince them that a problem is hardware (warranty) rather than software (not covered). I have found that the easies …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in vba codes to connect mysql database

    It means that when you tried to do conn.Open() the database connection was already open. Because you declared `conn` globally it will retain its connection state between ececutions of your …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Employee Performance Consolidating System

    Is there a question here?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    Fortuna’s wheel had turned on humanity, crushing its collarbone, smashing its skull, twisting its torso, puncturing its pelvis, sorrowing its soul. Having once been so high, humanity fell so low. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Migrating to Linux - Any Tips?

    Another possibility is to build a liveCD on an external haard drive. I did this with kubuntu and picked the option to allow perseverence (so I could install apps, make …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Jokes

    An 80 year old man goes to confessional and says to the priest, "I just had sex with twin 25 year old women.". The priest says, "I don't think you …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    Sort of how you would feel if every time they resurfaced the roads you had to buy a new car.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Ĥtüt in Help Generating All 3 Digit Numbers

    import java.util.*; public class RandomTestingTest { public static void main(String[]args){ Random noob=new Random(); int n1=noob.nextInt(10); int n2=noob.nextInt(10); int n3=noob.nextInt(10); System.out.print(n1); System.out.print(n2); System.out.println(n3); } }
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    I actually went for the upgrade in early January (I am not a luddite) after taking a disk image (I am not an idiot). The one piece of software I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in My code can not display the output in a listBox please help me.

    A TextBox displays only one item which is a string. You set the value by TextBox1.Text = "some string value" Or you can add to the existing text by TextBox1.AppendText("more …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Krypton component suite

    Read the error message. It tells you exactly what you are doing wrong. That's the problem with 3rd party controls. In order to get help you have to attract the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    I'd rather play a nice game of chess.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    @CimmerianX - try creating a simple exe that does nothing but exit. Then rename it `gwx.exe` and use it to replace the real `gwx.exe`. Then open a command shell as …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in break inside while

    If you want to use the `if` at the end then use if (x == X || y == Y) break;
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to make a USB token

    Or perhaps he is harkening back to the days of the dongle which was an external device resembling a flash drive but which contained custom circuitry with a unique ID.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Adult Website On Portfolio?

    Have you actually made the site or are you just considering it? Personally, I would refuse. However, if you are trying to build a portfolio at the start of a …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    I'm not anti-Windows 10 per se. Yes, change is inevitible, but change with a benefit to the end users should be the goal. Changing how things work under the hood …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    Where >lets users learn about Windows 10 or start an upgrade to Windows 10 will eventually be >You have pressed the space bar. Do you want to upgrade to Windows …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in break inside while

    If your starting values guarantee at least one execution then use the `while` as in while (x != X && y != Y) {
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Dell Hell Part 2

    Until my latest purchase (above) I had always been happy with Dell machines and service. But since December 2014 my opinion is that both are shit. I could accept that …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    According to [InfoWorld](http://www.infoworld.com/article/3042155/microsoft-windows/windows-patch-kb-3139929-when-a-security-update-is-not-a-security-update.html) >If Microsoft's documentation is correct, installing Patch Tuesday's KB 3139929 security update for Internet Explorer also installs a new Windows 10 ad-generating routine called KB 3146449.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in break inside while

    Your choice will depend on whether of not you want the loop to execute at the least once or zero times. If you want to execute at the least zero …

The End.