• Member Avatar for rproffitt
    rproffitt

    Began Watching Portable Hard Disk error

    I was transferring large number of files from computer to one of my portable hard disks by copy & paste method when it malfunctioned. Now I cannot use this external …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Portable Hard Disk error

    The good news is you used copy and paste. That means you didn't lose files. As to the external I'd try the last hurrahs before last rites. To me this …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Read Microsoft Word file

    Hello.. i want to read a microsoft word file and i did search for this subject but i did not find a response. can any one help me, and thank …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Read Microsoft Word file

    Here I found many examples. As a Word file contains many elements you have to tell others what you wanted to read. What good is a Word text reader when …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to use Microcontroller Pic16F628

    Any one can give me a links or projects about How to use Microcontroller Pic16F628
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to use Microcontroller Pic16F628

    I'd start with the PICkit 2 Starter Kit since it comes with 12 lessons. There are too many web pages on PIC's so I'll give a node to the starter …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching what are the steps to do intextads for a website?

    I have seen some websites have intext ads in their content which goes to my facebook homepage? Can some one explain the steps how its possible?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in what are the steps to do intextads for a website?

    This looks like intextual.com to me. Since it's commercial ware, they should answer your queries.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Word, text boxes, & PDFs

    I am trying to create a PDF file that has typeable text boxes, so I guess I'm trying to create a PDF form. I'm using MS Word 2010 to create …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Word, text boxes, & PDFs

    http://answers.microsoft.com/en-us/office/forum/officeversion_other-word/create-word-2010-form-and-convert-it-to-a-pdf-with/a6739dc7-e973-4ea4-882e-d0bdfa2217db?auth=1 is the quick no answer. To make these there is an entry price of about 20 bucks. https://www.pdfill.com/how_to_word_to_pdf_form.html
  • Member Avatar for rproffitt
    rproffitt

    Began Watching loading Images - different directions

    How to load the images in different directions (top to bottom)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in loading Images - different directions

    I'm thinking rotate. There's HTML and CSS for that. Longer answer at http://stackoverflow.com/questions/20061774/rotate-an-image-in-image-source-in-html
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to minimize if else code to Bitwiset

    is there possible to simplify this statement ? There are same if I using the case statement and while loop. void decode (unsigned char* msg) { if (strstr (msg, "DO=0x00") …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to minimize if else code to Bitwiset

    I see 2 easy reductions in code. Take the msg, "DO=0x00" and if this is the always case for the string, convert the last srting number into a number. Now …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Is there a Live Code Change feature in Visual Studio for 2 machines?

    So I have Visual Studio on my pc and my friend's pc. Is there a way to get live code change? so if i change the code on my pc …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Is there a Live Code Change feature in Visual Studio for 2 machines?

    While I've seen live code systems in the past you want it for VS. Take a gander at VS Anywhere.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in numeric input with 2 decimal restriction

    That's not a big sin to repeat code. Solving it seems more important.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Edit Office Documents Online

    Hello to everyone, Currently I am building a web application in php. The users have option to upload/download files into the server folders, but the issue is that they should …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Edit Office Documents Online

    So OX? It appears you can host it on your server. http://oxpedia.org/wiki/index.php?title=AppSuite:Main_Page_AppSuite#quickinstall
  • Member Avatar for rproffitt
    rproffitt

    Began Watching numeric input with 2 decimal restriction

    The code below ensures that my entry is only numeric with 2 decimal. <input type="text" maxlength="10" name="numPrice" value="1.00"> $("input[name='numPrice']").keyup(function(){ if(!(/^\d+(\.{0,1}\d{0,2})?$/.test(this.value)) ){ this.value = this.value.substring(0, this.value.length - 1); } return this; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in numeric input with 2 decimal restriction

    Did you check prior answers like http://forums.asp.net/t/1846158.aspx?accept+input+only+number+with+2+decimal+javascript
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Target CPU: What shall I set it to?

    Hi all! I made my application and never worried about the Target CPU thing, it is set to AnyCPU. The application writes and reads value from registry (HKLM/Software/MyAppName) and it …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Target CPU: What shall I set it to?

    To dive into this one you need to look at the line where it fails. Is it an access issue or something else. https://msdn.microsoft.com/en-us/library/2kk9bxk9%28v=vs.110%29.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1 is about the SetValue but you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching 0 in Grand Total

    Hi - I have the below code to calculate EI2/MV2. The code works for subtotal when the numerator is 0 but it does not work for grandtotal so when my …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 0 in Grand Total

    About line 13? You may have to catch the exceptions to see what it is. https://msdn.microsoft.com/en-us/library/hf9z3s65%28v=vs.110%29.aspx looks complete as to the code you need to add.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Testing on different physical devices

    How do you test an Android app on different devices and screen sizes (not emulator)? So far I'm just assuming that the XML preview I get in design mode means …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Testing on different physical devices

    Old fashioned here. At the office we have a collecton of phones, tablets and usually, if we wrote it write it looks fine on the 4 inch phone, 7 inch …
  • Member Avatar for rproffitt
    rproffitt

    Stopped Watching Which version of Visual Studio is faster for old pc?

    Hello I have an old laptop which run most new games at around 40~60 fps at lowest settings.. I already have a key for Visual Studio 2012 Professional and thinking …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in share internet over Ethernet port, possible ?

    mouaadable, since I don't know your IP plan I can't see what's up. But the DNS is not one I'd use. Besides the IP plan, the most common gaffe with …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching need random numbers for a multiplication game

    hi I am trying to build this game. what i have been trying to build for a long time now. it is a multiplication java game that need random numbers …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in need random numbers for a multiplication game

    The thing is that your random sequence may be the same on each run. I don't see a setseed in there. See example and why at http://stackoverflow.com/questions/5533191/java-random-always-returns-the-same-number-when-i-set-the-seed There are other …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching vi editor creates bad data

    Hello, I am having a very strange problem. I am entering data in a file with the vi editor, and the data is to be read by a C program. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in vi editor creates bad data

    This looks to not handle the new line. This was discussed before at http://stackoverflow.com/questions/20108334/traverse-file-line-by-line-using-fscanf
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in share internet over Ethernet port, possible ?

    mouaadable, that app can share it to Ethernet which can use a WAP on. Remember that almost all routers can be turned into a WAP. Google "How to use a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching share internet over Ethernet port, possible ?

    Hi All, i have internet on my computer(desktop) via wifi. i want to create another wifi via the ethernet port of the pc, routers and wifi repeaters support that ? …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in share internet over Ethernet port, possible ?

    This looks like a job for (fanfare music) VirtualRouter. Since hijacking occurs here's the link. https://virtualrouter.codeplex.com/ Since you want to share your WiFi connection, this alone may do fine without …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in youtube downloader

    I tried my example google again and found source code and more. You write you want to create such yet you didn't show much of what you've done so far. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching youtube downloader

    I want to make a youtube downloader software but not with the help of any other kind of webpage
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in youtube downloader

    altjen, why didn't you start with https://www.google.com/search?q=youtube+video+downloader+in+vb as I did that and found source code and more. I can't guess why you would do this as YT downloaders are plentiful. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Business Slide show

    So let's say you want to write a slideshow app. I'll guess Windows is OK for this so go grab one of the free Visual Studio systems out there and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in ploting graphs

    Gnuplot certainly hits the mark on free, already invented with a lot of examples at http://gnuplot.sourceforge.net/demo/ HOWEVER it appears your specs were moving later in the discussion. For me, Gnuplot …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in ploting graphs

    While it may work, your last reply added new information or requirements. While GnuPlot will get it going, you can use that while you gen up some line charting and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in ploting graphs

    OK, let's extend our GnuPlot skills a little. I'm going to pull from memory here that GnuPlot outputs PNG. And yes it does. Then you only need to get that …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Business Slide show

    Hi all, I'm very new to software development. My main area is HTML/PHP/JavaScript, but have done a bit of C# before. I don't believe the idea I have is suited …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Business Slide show

    Why not use what you know? Since browsers can use local files with .html you could use what you know today. As to the clicker, I'm going to share I …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching ploting graphs

    Hi there, I hope I could find help about plotting graphs. My problem is I have a device which alows me collect some data and transfer it throught USB. Then …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in ploting graphs

    My first thought is GnuPlot. But as to library? Such may depend on your choice of C. https://www.google.com/#q=visual+studio+gnuplot seems to show folk using it in Visual Studio.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Simple Operating System

    altjen, I re-read your later replies and it didn't make it any clearer. My suggestion is you abandon this thread and try again but craft a better question. I see …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Directing all to traffic to router through proxy

    I want to direct all the traffic go to my router to be sent through a proxy before going to internet. I have a Win7 PC Sharing a Dialup Connection …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Directing all to traffic to router through proxy

    This sounds like a job for Squid. You can read more at https://en.wikipedia.org/wiki/Squid_%28software%29 With Squid instead of what you appear to be using, I never had to reconfigure browsers.

The End.