• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in object reference

    No, not at all. I didn't deep dive into MethodInvoker but your question is close enough to a system I wrote in about 2008 using VS2008 C#. While not exactly …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in object reference

    There are many priors on this and most if not all solutions involve more than a line of code. For my app that starts up many threads and even new …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching object reference

    Hi. I invoke method from other thread which did not create ui. Appears to work well... DVG.Invoke((MethodInvoker)(() => dgv.Rows.Add(DGVR))); But I need return value from Add method, so I do... …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to ddanbe in HOW DO I MAKE A FACE RECORGNITION PROGRAM

    Learn linear algebra thoroughly. Learn C++ thoroughly. Maybe then you begin start thinking about face recognition.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    And testing is all well and good but to me this reads as if you don't know your own network and gear. Here's an example where the router with its …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    "Ok on this router under the firewall Switch there was these options:" I can't be your router/firewall support here. While it looks as if someone was locking down the network, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    If client and server are on the same LAN, then the client uses the server LAN IP. This works as you told me in your first post. If your client …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in WNR614 Doesn't detect DSL Cable

    The WNR614 I looked up does not have the DSL modem in it so let's hear about the old Dlink Router. Model number please and let's see if it's one …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching WNR614 Doesn't detect DSL Cable

    I have bought a new Netgear WNR614 N300 Wi-Fi Router. I plug in the power cable and all the LEDs light up and then after few seconds only the Power …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Getting Percentages In Area Codes

    Sorry I had a memory lapse here. First read http://www.w3schools.com/sql/sql_top.asp Aha, you can get the top 10 percent from a query. For your idea sort by zip/postal code. But the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    Without commenting on networking skills.... The server is not what I'd touch. The client needs to find this server so whatsmyip is run on the server. And you supply that …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Programming Ideas

    My son decided to not do ANY community service and is now paying the price. No prior experience. As to up to date knowledge, the field is always in motion …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Programming Ideas

    Can someone give me some programming ideas to keep my knowledge up-to-date? I received a masters degree in computer science back in December and been job searching since then. I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Battery on a brand new laptop

    Nice enough PC. For this one you plug it in and the battery charges up and you use the laptop. All battery operations are fully automatic and can really upset …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What wrong with my code !

    I think the lack of replies means you have to tell more about what's broken. If possible try to code it up on IDEONE. https://ideone.com/Vc0043 coughs up an error on …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What wrong with my code !

    I am writing a code which prompt user to enter her mobile number and in result..I code to display it's user SIM network according to some principles which I code …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Getting Percentages In Area Codes

    The specification here is unclear but if I were to guess you want groups that correspond to 10% of the total by zip/postal code. I don't see how I could …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Getting Percentages In Area Codes

    I have Post code column and I want to get 60, 30 and 10% for each area code that I have, but the thing is there is a between statement …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How implement auto update functionality for wpf App by using NetSparkle

    Ouch. I read https://netsparkle.codeplex.com/ to see this hasn't been updated since 2011 and comments like: > Documentation on how to use this and what to expect is missing. Also it's …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How implement auto update functionality for wpf App by using NetSparkle

    Hello Friends, Thanks for helping me for my last queries. Right now I am facing problem on how to implement Auto Update function for my WPF Desktop Application. team decided …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Battery on a brand new laptop

    If you want to get into it read http://batteryuniversity.com/learn/article/how_to_prolong_lithium_based_batteries There's a lot of myths out there, including that idea you gave about break in.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Battery on a brand new laptop

    That's news to me. Here I get years out of laptop batteries and I never did any of what you wrote. I don't see the full make and model so …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Battery on a brand new laptop

    I'm going with no. LiON and such batteries do not need breakin or such schenagins. I guess if you want to wear out a battery like that, go right ahead. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Battery on a brand new laptop

    So my new Asus UX305 has just arrived. I charged the battery till full and I'm now using the laptop. I'm planning to switch it off very soon, and then …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    Mr.M. Tipping my hand here. While I did write router code in the '90s that doesn't mean I'm the best at explaining it all. Hope you can muddle or muggle …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    192.168.8.100 is non-routable and not an internet IP address. The client would not use this as the server IP. There are a few ISPs that do something strange and your …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    Remember you didn't reveal your internet IP so I'll use something in the example. Your server behind the router is at 192.168.8.xxx. The router the server is wired to has …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    That's a non routable address. So there's your problem. The server IP would be the one you get for the WAN interface. Since you are on the internet, and your …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    Since the server IP address and more is not told, I can't see if there's a basic mistake I've seen before. You don't have to tell the full address. Just …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    I don't know where to start. There's so much wrong with the given code such as "myServer IP Her" that I can't tell if your IP plan was even close …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My app doesn't connect over wan

    https://www.virustotal.com/en/file/7bbc9eadfa71d0610586403a0ef25bea06693447d9ebcb1e088867a0ead58a64/analysis/1470753671/ That's an .exe and not source so I ran it through VirusTotal. There's no way anyone here will run your possibly infected .exe. Here, I see the members work …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching My app doesn't connect over wan

    Hi guys. I'm having a very serious problem. I've created Client,Server Socket applications and they work great on local mechine and I also created a test Windows Phone 7 app …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Not installed TrueType fonts being an issue

    When this happens to me I boot Safe Mode to try again. If a file (does not matter if it's a font or such) must go I boot up any …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Not installed TrueType fonts being an issue

    Hi guys! It's been a while since I last posted here. I'm having an issue with not being able to remove non-installed fonts. Meaning, the fonts are not installed in …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Win10 BSoD Help

    PS. Just some observations from the field. If you get a collection of BSOD codes, the number of times it's been overheating, overclocking or malware is "too damn high." I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can I convert (move) individual HTML webpages in bulk into mysql forum

    While some don't want links about such, my thought here is that you'll have to code this up. But how to get your web pages into files for you to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can I convert (move) individual HTML webpages in bulk into mysql forum

    How can I convert (move) individual HTML webpages in bulk into mysql forum? What I have is just the 1000s of html pages which consist of question and answers. Now …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Win10 BSoD Help

    The thing is, that alone rarely has lead me to a cure. The one time it happened here it was a failing HDD. There are plenty of PFN_LIST_CORRUPT discussions which …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Win10 BSoD Help

    Hello, I was hoping for assistance in figuring out an issue I have been having ever since upgrading my machine to Win10. Most of my BSoD are in the form …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in lost my data when i restarted my pc

    While PC users eventually learn "we only lose what we don't backup" just last month it happened again and one of my clients had me try to recover. This time …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching lost my data when i restarted my pc

    My Computer is Dell and i have a Win 7 64 bit PC and when i restart it there are loss of data's both on Local Disk C & D …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in All my 3 fans are running though it doesn't boot as I click on the pb

    I take it you won't reveal further details. At this point treat it like the dead PC and strip it down to basics, replace the usual heatsink compounds, the CMOS …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in With Python

    By all means stick with web programming and management. The articles about jobs in that area say it's one of the places to be. What I see is not many …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in All my 3 fans are running though it doesn't boot as I click on the pb

    Sorry if I was too subtle. Finish telling about this PC, make, model, and why is this fan needed at all? Why did you clean it? Overheating much?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in With Python

    That's why I took a side trip to that link to double check if the LAMP stacks included Python. It looks like they can. So it's entirely your choice of …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in With Python

    Color me a little confused. All the stacks I know called LAMP have Python. There are five (well there are more than that) at https://en.wikipedia.org/wiki/List_of_Apache%E2%80%93MySQL%E2%80%93PHP_packages so if you have a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching With Python

    I've tinkered with php in the past but I'v also enjoyed playing around with python. I have been wanting to give python a try as a possible alternative to php …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in All my 3 fans are running though it doesn't boot as I click on the pb

    Remember to post the details you would want to know if you were going to work on your PC. You have 3 fans and a PC. That's not going to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching All my 3 fans are running though it doesn't boot as I click on the pb

    All my 3 fans are working BUT my PC's power button doesn't light up and, I have checked on the cables/fans/motherboard everything seems fine though as I press on the …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to jkon in Why my login code doesn't work ?

    Hello Stefan First of all NO , this code is NOT safe. As rproffitt mentioned it is wide open to SQL injection , take a moment to look at PDO …

The End.