• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Urgent help on VB6 Datareport issue on other computers

    Stumper at this point. There are priors on this error all pointing to same. Sounds like it's time for the boss to hand you the credit card.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Pig Game: Dice Rolld

    I am trying to create a method entitled rolledOneOnlyOnce that takes in two integers as parameters and returns a Boolean. This method must be public and static. In this method, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pig Game: Dice Rolld

    May have to show what code and errors you are seeing. Also, [this.](https://www.google.com/#q=daniweb+pig+dice+game+site:www.daniweb.com)
  • Member Avatar for rproffitt
    rproffitt

    Began Watching pls i need help in creating a traffic control system

    pls i need help in creating a traffic control system .for my project
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in pls i need help in creating a traffic control system

    What if this was looked at from a systems analyst point of view. They might consider increasing fees exponentially in areas of over congestion. That would certainly be a way …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Windows 10 apps

    Hi, some of my Windows 10 apps will not open and calculator doesn't open either. Any ideas? Thanks
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows 10 apps

    Since priors like https://www.google.com/search?q=windows+10+calculator+won%27t+open&ie=utf-8&oe=utf-8 fail, you may have to start over.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JOSheaIV in Questions Never Being set to "Answered" or Followed Up

    So I have to say this is starting to become an annoyance of mine. It seems so many of the questions I answer tend to go dead, never followed up …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Database Normalization

    Greetings, I read about database normalization and I knew that there are 8 normal forms to follow. I understand the 3 first normal forms, however, I did not understand the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Database Normalization

    Small world. Many years ago I was tasked with speeding up a database system. Turned out we denormalized it. Many articles on the web abotu your 5 items but had …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Pseudocode

    I need help understanding this logic: itemList = call Function getItemListFromUser for (each item in itemsList) listItemPrice = get price for item totalOrder = totalOrder + listItemPrice
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pseudocode

    Sounds like what happens at a cash register all the time. The checker scans items, the price is looked up and the final tally is the bill.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Help me convert this to python

    char patron10(int m , int n ) char patron10(int m , int n ) { for ( int = 0 ; i < m ; i++) cout<< "." ; int …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Help me convert this to python

    Looks incomplete. Missing right }'s maybe more wrong. GIGO?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching windows displaying video input?

    Hi...Just received a refurbished HP Computer desktop and when I plugged in the monitor HP Pavilion F70 it flashes up on the screen video input ... Do I need to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in windows displaying video input?

    That's the monitor telling us it's not getting a signal. Since you don't see the BIOS screen either you need to try this monitor on another PC and another monitor …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to jwenting in Installing OS (Linux/Ubuntu)

    There is no 'official linux'. Rather, as you've found out, there are hundreds of different variations, each of which is linux. Which of the platitude of options you choose would …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Need to Buy Hosting Server

    Hi I am looking to By New Hosting Server please tell which one is best in Market ?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need to Buy Hosting Server

    That's a big question. It's been kicked around for decades now but new ideas like a CloudOS may change what your server farm looks like. If you're some old school …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Win32 Exception Unhandled

    Hi all, i am using a ribbon in my c# 2010 project, first i had .net framwork problem while i was running the form then i changed that to .net …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Win32 Exception Unhandled

    Try completing a ribbon tutorial first like http://www.codeproject.com/Articles/364272/Easily-Add-a-Ribbon-into-a-WinForms-Application-Cs
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to nullptr in Why daniweb attracts only newbies with no interest to stay in programming

    I think the teachers of these coding classes tell their students "If you have any problems, just copy/paste your homework on Daniweb - the people there really dig that kind …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Telerik

    Hey I have a question, how many people actually use telerik? Does anybody have experience with it, and what are your opinions on it? To me it is just another …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Telerik

    My experience is to keep it simple (KIS.) My longest living project didn't use a simple third party tool or add ons. It's my Duracall Rabbit of apps.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Preview underrated devices ?

    That's a very thorough test. Unless the 16 devices don't include say iPhones and Samsung Galaxy phones.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Preview underrated devices ?

    Parting advice. If your boss has an Blackberry then of course target that. You should know why by now.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Sorting names alphabetically using structure (Linked List) in C.

    I looked at that code and didn't see where you couldn't comment out conio.h. Remember you didn't specify what compiler or such. So any code will do. I took it …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Preview underrated devices ?

    By focusing on the 99% plus devices out there such as iOS, Android, Windows browsers, Apple Safari I would not call that focusing on a *few* devices. If you get …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Sorting names alphabetically using structure (Linked List) in C.

    Hello can someone help me to complete a program that allows the user to input names and for the output it should prints the names in alphabetical order. starting would …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Sorting names alphabetically using structure (Linked List) in C.

    Seems that was easy to find the source. Try http://www.sourcecodesworld.com/source/show.asp?ScriptID=800
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Java Coding HELP. Object-Oriented

    Minimal Submitted Files You are required, but not limited, to turn in the following source files: Assignment8.java(More code need to be added) Food.java (given by the instructor, it needs to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Java Coding HELP. Object-Oriented

    That was pasted years ago at http://pastebin.com/GHGcR6uU What? No progress since then?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Text Messaging through WiFi Only

    Have an Android 4.1.1 just for Wifi use. No cellular contract for it. Looking for some android app choices...How can one get a texting address Guidance sought
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Text Messaging through WiFi Only

    I've been using it a few ways. Now before I reveal them, some member just couldn't get it done. I don't know why but for me, I can text using …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Urgent help on VB6 Datareport issue on other computers

    Remember this error has been kicking around since about 2002. https://www.google.com/search?q=Run-time+error+%27372%27%3A+Failed+to+load+control+%27DataReport%27+from+C%3A+\+WINDOWS+\+SysWOW64+\+Msdbrptr.dll.+Your+version+of+the+C%3A+\+WINDOWS+\+SysWOW64+\+M&ie=utf-8&oe=utf-8 OK, I still think it's permissions or maybe your VB6 isn't all patched up to SP6. I can't do …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What i need to program an online 2d game?

    Hello! I always wanted programming my own games, but i dont know where to start. At school im coding in C, and i read a lot that some people suggest …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What i need to program an online 2d game?

    @Apolonian. YES. Just look at what's on Steam and 2D scrollers etc. that look like throwbacks to the days of Pong to DK are still there.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Preview underrated devices ?

    @Siberien. It's a financial angle from my CIO. If we have say 1,000 web views, and 1 is on that rare device plus they may not be buying the cost …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Preview underrated devices ?

    When previewing sites on devices, I have access to the common devices to see how a page renders, what I don't have access to is the devices that take up …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Preview underrated devices ?

    At some point you don't worry about it. That is, your web sales to those can't support the effort to make it look good on these. Right now the mobile …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Urgent help on VB6 Datareport issue on other computers

    Hello I have created a installer package of my project build in Visual Basic 6.0. I have using Advance Installer for making package. every thing works perfectly on other systems …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Urgent help on VB6 Datareport issue on other computers

    I don't see any quick fix. Did you install it like https://support.microsoft.com/en-us/kb/942870 noted? That out of the way, while we loved VB6 I no longer will do anything new with …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in get a random file name from a specific folder

    It's actually less trouble to just show you the code than it is to chastize you for not showing any effort to solve it yourself ^_^. Dim myFiles As New …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching PHP Scaling

    Hi all, I'm working with a function that only accepts values between 0 and 1, so I need to scale my data first. The first part involved in this is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PHP Scaling

    Just one. In an app long ago I need to scale video data to get the most out of an embedded display. So I didn't want to destroy the raw …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Open File Chooser With Camera Option In Webview File Option

    In this example opening url in webview and showing progress Dialog for page. Show file chooser option on clicking file option for web form . Open new link from webview …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Open File Chooser With Camera Option In Webview File Option

    I would be guessing if this was about your Android app. Try to be a little clearer in the future. That said your topic on google finds the priors.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching VB6 Screen recorder

    I am trying to make a program but I am stuck with something. I can't solve the problem of saving the contents of a form as a video file. Please …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in VB6 Screen recorder

    Did you start with a search like [this](https://www.google.com/search?q=vb6+screen+video+capture+source+code)? -> https://www.google.com/search?q=vb6+screen+video+capture+source+code
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What's wrong with the website?

    I opened https://www.daniweb.com/ and off to the right are forums. "Hardware and Software" is at the top and more below. So I click on one of those and I see …

The End.