• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PC turns off at random, then back on

    Sure. When it does come up, look in the bios for a power resume on loss mode. Turn that off. Such a PC has priors and tracked to heat, PSU, …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching My c++ has one error, please help?

    My c++ program using visual studio 2012 has one error that i cant figure out what. The error says " 1 IntelliSense: expected a ';' " I do believe that …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My c++ has one error, please help?

    Where is the right } for the left { on line 199?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Auditing VB.net Application users in MySQL database

    So item 4 is where you start working. There are many ways to do this, it's your app so you decide. And item 5 is where you wrote how you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Lightbox html content

    http://stackoverflow.com/questions/26379161/jquery-lightbox-opening-html-content-instead-of-an-image and other folk wrote no.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Cannot upload files to my windows server not sure what else to do

    I have modified permissions, edited config files, and rewritten my code several times and no results whatsoever. I am at a dead end and I have no way around this …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Cannot upload files to my windows server not sure what else to do

    I do not have this setup to test. But the first thing I heard about was an uploadlimit in IIS 8.5. I'd check into that. https://www.google.com/search?q=IIS+8.5&ie=utf-8&oe=utf-8#q=IIS+8.5+upload+limit
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Lightbox html content

    Hello i want to put some html content on a lightbox pop up window, not just an image i use this script <a class="example-image-link" href="img/demopage/image-2.jpg" data-lightbox="example-2'cxxzxzzx'" data-title="Optional caption.'cxxzxzzx'"><img class="example-image" src="img/demopage/image-2.jpg" …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Lightbox html content

    I haven't used this but Fancybox looks to let you put HTML code in that popup. Said HTML could have an image from the looks of things.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Do anyone ever happen to window 7 taskbar is unable to click the icon (appl

    I had a notebook(gateway), used window 7 will have a strange thing happen. I went to internet and search, but unfortunately wasn't able to find many resource about it. Problem: …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Do anyone ever happen to window 7 taskbar is unable to click the icon (appl

    I've seen this and the causes are all over the map. While you think you clearly showed the effect, the cause can be so many that no one might guess. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Auditing VB.net Application users in MySQL database

    Dear All May you kindly help me. I have a windows login form in VB.net. I have a users table in MySQL. How can i use the users table in …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Auditing VB.net Application users in MySQL database

    Since you have only one user, then by design you are not logging what each user is doing and audit logs may not be very useful. MySQL now has audit …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Converting VB5 Application

    Hello, I have for a number of years supported a VB5 application which controls customers equipment. We are now going to do some major changes to software because hardware is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Converting VB5 Application

    Having dealt with such before. It's all up to the client what they want. For me I made the leap over to C# since I wanted to move away from …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Printing out words that cross at a common letter

    I am trying to figure out how to print out w1 and w2 at the point it crosses like so: b l ottery a t .... and so on Here …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Printing out words that cross at a common letter

    This looks familiar. What are lines 10 and 11 for?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Adding sms functionality to MySQL

    Sort of. You would choose what language you write in and then see if there are priors on SMS senders. No one can know what your SMS gateway or hardware …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Adding sms functionality to MySQL

    hello A newbie in database constuction, need help in adding automated sms functionality in mysql database. A user needs to sent a certain sms with certain keywords like 'location' to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Adding sms functionality to MySQL

    Tell more. https://www.google.com/#q=mysql+to+sms finds gateways and video examples but you may have left out a lot of detail. No one can guess it all. But past that, more forums don't …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how do i restore windows 8.1 environmental variables ?

    accidentally deleted user environmental variables ... how do i restore ?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how do i restore windows 8.1 environmental variables ?

    Here you go. Read http://ss64.com/nt/syntax-variables.html to learn what most are. My bet you don't need all of those and let's see if you read it. That is, I see how …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Obfuscate my EXE program compiled with pyinstaller

    While you could rot13() the strings that only obfucates the app a little. Your password is then exposed when I run it. How? http://www.nirsoft.net/utils/password_sniffer.html I can't guess why anyone would …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Networking

    Hello I have DSL router and I also have aa linksys router. My question can I connect the linksys to the dsl router? I am running out of IP on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Networking

    Tell more. The usual LAN and such can support about 254 IP addresses. What is "running out of IP" since it can't be addresses unless there are config errors there …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Application going down without logging any error

    Hi, using sql server 2012 as backend and coldfusion 11 as front end for development.Nowadays, weird scenario happening that the application is not working at some times. But there is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Application going down without logging any error

    Just a simple check. In the past Coldfusion didn't log on a stock install. Did you enable logging? Remember I'm outdated as it's been a long time since any client …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Rude replies while helping

    I can't really understand how some people are thinking , the are inexperienced ok but what do they think ? . This thread has nothing to do with me , …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Rude replies while helping

    My story is about helping someone change a tire. I grew up where folk pitch in and help so out on the country road someone with a flat. It's slow …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in object required run time error 424 but the code works elsewhere

    No need to reply. Thanks for hanging in there as I only have helped a few of our Access folk at the office and never used it in my apps. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in object required run time error 424 but the code works elsewhere

    I am now wondering about the Form name. I read an article and this code snippet to get the current form. https://msdn.microsoft.com/en-us/library/office/aa223199%28v=office.11%29.aspx?f=255&MSPPError=-2147217396 Dim frmCurrentForm As Form Set frmCurrentForm = Screen.ActiveForm …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Ohiri Vincent

    I want to develop a facial recognition application in Java but I don't know how to start the app. please I need advice on what to do.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Ohiri Vincent

    I have to ask this. With all the web today at your disposal, why not start there. That is, why would you start from scratch when there are many sources …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching object required run time error 424 but the code works elsewhere

    I dont fully understand this issue at all, it makes no sense to me for several reasons but ill liust the main ones i have code elsewhere that works just …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in object required run time error 424 but the code works elsewhere

    I'm not an Access VBA expert but what if the field at the time was hidden. Maybe you can yield to the CPU with a DoEvents to let the form …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching CKFinder UI uploading files to AWS S3 server throws date error in Firefox

    I have a CKFinder UI in a ColdFusion application to manage file uploads. In migrating our application to AWS, and preparing it for running it in an array of load …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in CKFinder UI uploading files to AWS S3 server throws date error in Firefox

    2 thoughts here. I've lost count of apps that rely on timezones. Lucky me I was exposed early to that trouble with UNIX (yes, UNIX, not Linux) long ago so …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to identify black dots on dice via image processing? (MATLAB)

    That's going to take a lot more code. You'll have to find the outline of each dice to slice up the pictures into 2 images and then process each one. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to identify black dots on dice via image processing? (MATLAB)

    Hi, I have some pictures of two white dices with black dots, and I need to recognize the value on each visible face of dices. For example, from image that …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to identify black dots on dice via image processing? (MATLAB)

    Hmm. Cross posting? http://www.mathworks.com/matlabcentral/answers/248036-how-to-identify-black-dots-on-dice-via-image-processing-matlab It seems to be a question asked a lot (I googled it) with some ideas like http://www.mathworks.com/matlabcentral/answers/131033-identifying-number-on-dice I think you should share your code and approach …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching project work needs help

    The Scenario Wyndham Summer Houses are a construction company based in US. The company specialize in building summer houses and outbuildings such as sheds. They want you to design and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in project work needs help

    How does this differ from https://www.daniweb.com/programming/databases/threads/493151/database-scenario-normalization-er-diagram Is this some copy/paste from some assignment?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Program with sensor

    How can I develop an information system that works with sensor, for example to count something
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Program with sensor

    This sounds like the old Yoda problem where you do or not do. For me it's just a matter of getting the sensor counting on something like an Arduino then …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Error while using nasm

    hi guys, I'm new to assembly alnguage. I hanve installed NAM in my ubuntu linux. I'm trying to execute a .asm file in NASM using command , nasm -f elf32 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Error while using nasm

    That's the example command and not the one you would really use. The <filename.asm> is not literal. You replace that with your text file.asm you want to assemble. Same goes …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C++ - How resize a window console buffer?

    how can i resize a window console buffer? i know that i can use the SetConsoleScreenBufferSize(), but i'm getting problems convert from pixels to characters, because the vertical scrollbar is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++ - How resize a window console buffer?

    This looks too similar to http://www.cplusplus.com/forum/windows/10731/ Try their code as-is then modify it to your needs.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching android studio TOO SLOW any alternative

    I installed android studio on my laptop i5 processor and 4GB ram but it is real slow and it also slows my laptop down. I browsed some forums and read …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in android studio TOO SLOW any alternative

    I have it on my old Dell i15r with an old first gen i5 460m but 6GB RAM. It doesn't seem too harsh here. What is slow is the emulator. …

The End.