• Member Avatar for rproffitt
    rproffitt

    Began Watching insert items from CheckedListBox to table in database

    I was very tired of searching, but I did not find anything i have a from and its minted textbox and CheckedListBox the CheckedListBox have five choices and i want …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in insert items from CheckedListBox to table in database

    That CommandText, is it what you expected when you single stepped your code? If single stepping doesn't show it, put your CommandText into a string so you can examine it …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching c++ help

    Hello, I’ve got an assignment from my math teacher to do with c++, because I am studying IT. The problem is that we didn’t even learn c++, I know only …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in c++ help

    That looks like code you found on the web. I think it's also at http://cboard.cprogramming.com/cplusplus-programming/170525-help-would-appreciated.html so found code may not help you get to your goal. Think over your problem …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Problem with the datetime format access vb.net ASP

    Hello everyone has been a while since i made a question here i have a real problem with a web app that i been doing recently the problem is related …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem with the datetime format access vb.net ASP

    At first glance this sounds like our old friend date format is in play. I can't know your Windows or Access data time format but 10/05/2016 in say Britain is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Prevent socket clients from freezing GUI

    In my opinion the changes to the client will go much smoother than what you are trying to do now. I think your current path won't scale and if that's …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to remove database connection

    Hi Dw. I have a timer that in every 600 interval access the database and the database I'm using is MS Access database. The problem I have is that with …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to remove database connection

    This sounds like a carry over from your other discussion thread. Even if we use MySQL you don't hold the connection open for longer than you need it. Yes you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Rooting Android

    I think you'll do fine given the back and forth here. About rooting. About the only time I was about to root was a rather cr***y Sprint phone with apps …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Prevent socket clients from freezing GUI

    All this and you are repeating why folk move to a real SQL. The move was not painful for me the first time and you'll also get a server that …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in AMD RADEON HD 8350 GPU (OEM)

    Yes but you left out the host machine details. Maybe it's a short card in a SFF PC or there is not power available for a new card. The 8350 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in AMD RADEON HD 8350 GPU (OEM)

    Maybe you could but all signs point to all 8350's being made with 1GB. A vague reference seems to say the 8350 only had that much address space on this …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching AMD RADEON HD 8350 GPU (OEM)

    Hi I have an AMD RADEON HD 8350 GPU 1GB (OEM) in my work computer and I want to get an equivalent card in 2gb. Can anyone recommend an exact …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in AMD RADEON HD 8350 GPU (OEM)

    http://gpuboss.com/graphics-card/Radeon-HD-8350 and other readings point this to be only in the 1GB design. It ranks very poorly in benchmarks so it must be for low power applications but still better …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Rooting Android

    Just my thoughts here. Your approach is what we use when there is no source. Android has a lot of its basic apps open for perusal. This way you can …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Rooting Android

    Glad you're not doing the life to death tracing. But rather than looking at it via a blackbox approach why not grab the source for each app in question and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Linear stack with BST

    I need help with the following program: Create linear representation of stack with size N. Stack contains N binary search trees with serial number of the position on the stack …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Linear stack with BST

    Odd nearly the same post at http://qa.geeksforgeeks.org/7685/c-stack-with-bst but without the allocation error? Anyhow, why not use a C debugger to single step your code to see where it runs off …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Rooting Android

    I'm a beginning Android Developer trying to learn the file system, etc. I'm hoping to eventually delve into Home Automation and traffic analysis using phones/GPS, but I'm in the beginning …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Rooting Android

    You covered a lot of area in your post so next time try to keep the topic to one topic. 1. Exploring the file system has lots of priors like …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Prevent socket clients from freezing GUI

    I meant your code. And SQL is SQL. I learned that years ago. Once I have a SQL app, it's pretty easy to migrate to another SQL server. Now is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Prevent socket clients from freezing GUI

    Another read of your code seems to tell my you are implementing your own username and password system. But it looks flawed from here. Hey, I only read it twice …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Prevent socket clients from freezing GUI

    Hi Dw. I am developing a client server multi-thread application. This application uses signals(certain messages as signals), in order to perform a task for a client. For instance if a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Prevent socket clients from freezing GUI

    As I read https://msdn.microsoft.com/en-us/library/system.net.sockets.networkstream.flush%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396 I wonder why you bothered to make that call. I looked at this as a design and don't see why I would design this like this. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in need some help with netbean java programming

    I see same error as you had 22 hours ago. You never fixed that.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching need some help with netbean java programming

    I am new to java and trying out a question but I have no idea why it can't calculate my commission public static void main(String[] args) { Scanner keyboard= new …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in need some help with netbean java programming

    Share that error. Otherwise you are asking others to debug. I see folk will read a few lines but let's here what line blew up and then backtrack from there.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Animate icons on home screen in android app

    Dear all! Is there any way to animate icons on home screen in android app using android studio like [IPhone](https://www.youtube.com/watch?v=Q9HOne7zLro) provides some effects of motion. There are some apps like …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Animate icons on home screen in android app

    That's a Widget. Other ideas are at https://www.google.com/search?q=Animate+icons+on+home+screen&ie=utf-8&oe=utf-8#q=animate+icons+on+home+screen+android I guess you could create a launcher and then you would control it all. I'm unsure if many would invest that much …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching c++

    Create a simple login and signup form in which the user should choose if he wants to login or signup at the beginning. Signup: In which a user enters user …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in c++

    I see this is your first post. Remember that most agree this is not for others to write your code for you so try again and show what you tried, …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Mount External Hard Drive Even Reboot

    Good Day DaniWeb Users, I'm having hard time to mount my 3 TB External Hard Drive/Disk I do mount my external hd using this command.. sudo mount /dev/sdc1 /media/Archive/ I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Mount External Hard Drive Even Reboot

    Something's off here. Red Hat has been mounting NTFS for years. https://access.redhat.com/solutions/23993 for example. Maybe you left out detail like your Red Hat is way out of date?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem when I try to Display a imagem after selected input tag

    Sorry but this is for you to fix. I can't maintain your code. If this is all new, then learn more about coding or hire someone. If I touched your …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching plzhelp:Warning: mysqli_select_db() expects exactly 2 parameters, on line 9

    <?php session_start(); $username=$_POST['username']; $password=$_POST['password']; if($username&&$password) { mysqli_select_db("user",$myconnection) or die("couldn't find db"); $sqlcommand="SELECT * FROM users where username='$username'"; $query= mysqli_query($myconnection,$sqlcommand); $numrows= mysqli_num_rows($query); if($numrows!==0) { while($row= mysqli_fetch_assoc($query)) { $dbusername=$row['username']; $dbpassword=$row['password']; } if($username==$dbusername&&md5($password)==$dbpassword) …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in plzhelp:Warning: mysqli_select_db() expects exactly 2 parameters, on line 9

    Looks incomplete. 1. The mysqli_select_db() function is used to change the default database for the connection. 2. $myconnection looks undefined at line 8. Read the example on how to use …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Windows phone Splash screen creations

    how do i create a splash screen on windows phone 8.1
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows phone Splash screen creations

    That seems to be out there for the taking. Example: https://www.google.com/search?q=how+do+i+create+a+splash+screen+on+windows+phone+8.1&ie=utf-8&oe=utf-8
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem : There is no wireless interface on the system

    It won't fix the problem but would let us test and know if the WiFi hardware is working. It gives us a direction. Also, you didn't write why you were …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem : There is no wireless interface on the system

    Added question. About thate "miniports" issue. As was said in some old movie. "Ray, what did you do?"
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem : There is no wireless interface on the system

    Try this with an alternative OS like a Live Linux OS. No install required. Run it off some USB or DVD. I don't see a model number so try the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Problem : There is no wireless interface on the system

    Hello, I am running an Asus Windows 8.1 64bit lappy and I can't connect to the internet. I clicked on the internet connection icon in the tray and the green …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem : There is no wireless interface on the system

    The link would have me join and log into another forum. Try Imgur or other picture sharing site? Maybe your laptop is indeed in Airplane mode. Do you know your …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem when I try to Display a imagem after selected input tag

    Your code at lines 15 and 16 in the function switchImage. That's why it be so.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in help needed

    And why does it look like posts from years ago? You should understand your code even if you lifted it off the web. Then you work it line by line …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching help needed

    <?php require('config.php'); if (!isset($_FILES['image']['tmp_name'])) { echo ""; }else{ $file=$_FILES['image']['tmp_name']; $image = $_FILES["image"] ["name"]; $image_name= addslashes($_FILES['image']['name']); $size = $_FILES["image"] ["size"]; $error = $_FILES["image"] ["error"]; if ($error > 0){ die("Error uploading file! …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in help needed

    I gave this a -1. You dumped code without crafting a nice post title as well as left this to imagination what help is required. Try harder next time. PS. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in javascript homework

    Perils of using document.write. That queues up that to be done after your javascipt exits (well at least here.) You may want to use other than document.write. Or change the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching javascript homework

    <!DOCTYPE html> <html> <body> <script type="text/javascript"> var images = ["strawberry.jpg", "apple.jpg", "cherry.jpg", "orange.jpg", "pear.jpg"]; var length = images.length; var randImg1 = Math.round(Math.random() * (length - 1)); document.write('<img src="' + images[randImg1] …

The End.