• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in WPF - Assigning a common style to all "Window" and "Grid" elements

    @KM not at all rude. I do have apps in C# and found that styles only appled to just a few things but not the window. So as xrj writes …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in WPF - Assigning a common style to all "Window" and "Grid" elements

    I was refreshing my reading on styles and this passage kept coming up. "apply styling to your controls" as in the style is all about the controls and not the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in WPF - Assigning a common style to all "Window" and "Grid" elements

    Why the aversion to x key? I read http://www.wpf-tutorial.com/styles/using-styles/ for my primer on application wide styling.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching WPF - Assigning a common style to all "Window" and "Grid" elements

    Hi Everyone, I started creating a new WPF project wherein, I have just added a style to all the elements of type "Window" and "Grid" but none of these are …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about ERD

    Is the ERD correct? I'm going with no for the reasons I questioned above. I do know folk that try to enforce rules by database design but that's their choice. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about ERD

    That's a start. Shouldn't there be code between the database and the screen that completes your requirements?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Question about ERD

    Hello, I have make a ERD. And there is a case. Can someone look to this both? Did I forget something? Would anything else have to be done? my case …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in write a program in assembly

    Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first. If you are shopping for a finished app, be sure to tell how much you are paying.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching write a program in assembly

    write a program in assembly that do the following: 1-ask from the user to choose the system of numbers(binary,hex,oct,dec) 2-then ask from the user to insert two values and mathematic …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can i create mcq quiz in vb.net

    I don't see folk giving up code for apps when asked. Please read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you can understand how these forums work. If you are paying for an app to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can i create mcq quiz in vb.net

    I want to develop project on the mcq based quiz in vb.net in that i want to provide four radio button and user will select one when he will click …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in rsync not syncing some files

    @Lewashby. I'm glad you asked. FAT32 is a Microsoft design. In case you don't believe me. https://en.wikipedia.org/wiki/File_Allocation_Table writes: > In order to overcome the volume size limit of FAT16, while …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Arabic and English String was mixed after combining

    I am guessing by the tag you are using Visual Studio. If so, break on line 9 and examine the contents of the vars.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Arabic and English String was mixed after combining

    Hi guys, I just need a little help. I have the below codes: dim var1 as string dim var2 as string dim year as string dim fullpath as string year="2017" …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C#, OOP and .NET General Queries

    While those sound like a collection of questions from a programming class, I see your prior posts so you've been at this for years. By now you know how to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C#, OOP and .NET General Queries

    Hi All, I would appreciate if someone could please answer to the following queries. 1. Difference between "new" and "new virtual" when deriving classes from other classes. 2. Difference between …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to ddanbe in C#, OOP and .NET General Queries

    Google? 6. async just so happens I'm reading[ this book](https://www.amazon.co.uk/Async-C-5-0-Alex-Davies/dp/1449337163/ref=sr_1_1?ie=UTF8&qid=1496858113&sr=8-1&keywords=Async+in+c%23) for the moment. Suggest you do the same.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in rsync not syncing some files

    That's your best clue -> "two identical files on my desktop". Microsoft's implementation of long file names is well, a hack that is one for the history books. You found …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to display xml feed using asp.net mvc

    Is this a tutorial or example? It needs more work. If there was a question be sure to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question and try again.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to display xml feed using asp.net mvc

    XML File :http://goalserve.com/samples/soccer_inplay.xml Model: [XmlRoot(ElementName = "localteam")] public class Localteam { [XmlAttribute(AttributeName = "name")] public string Name { get; set; } [XmlAttribute(AttributeName = "goals")] public string Goals { get; set; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in rsync not syncing some files

    @G. Yes, and the file system + rsync is not playing ball. Time to try another sync app since a manual copy works. While rsync is open source, it's the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in rsync not syncing some files

    Since you use luckybackup and it has been left with known bugs at http://luckybackup.sourceforge.net/bugs.html I think it is time to find another sync app. However it is open source and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hospital Management System

    I don't know what to write here. Either you left out some code or this is amazing that such a system fits in 58 lines of code. Next time, tell …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hospital Management System

    Admin USERNAME: IT-1 PASSWRD: IT-1 Nw use index.php file t lgin. If an errr ccurs that “Multiple lgins nt allwed” then run errr.php and try again. 2. Nw yu will …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gentlemedia in How to add backgroung image to body through css?

    Check this old, but stil relevant, article about file paths. That explains it. https://css-tricks.com/quick-reminder-about-file-paths/
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Difference between Google Adwords and Google Adsense

    I have a question for you as well. Why not create your questions in the right categories? Also, I googled your question and found it wasn't a new question. I …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Difference between Google Adwords and Google Adsense

    Hi friends, I have a question and want detailed and prompt question. What is a difference between Google Adwords and Google Adsense.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Tips About Penalized Site.

    Too vague. I would be guessing if you meant SEO or such scores. So let's see if Google has a tool for that. Reading http://www.wired.co.uk/article/google-chrome-ad-blocker see if the Ad Experience …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Tips About Penalized Site.

    Hi friends, Please help me by giving the answer of the following question. Is there any tool with the help of which we may detect whether our site is penalized …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gateway Desktop will not start

    I think you marked this solved so I'll comment about the CPU dislodgement. I have yet to see that happen unless the owner had removed the CPU or HSF. If …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Tips to find guest posting ?

    Sadly there are FARMS where you pay for guest posts and other sites like FAKESPOT take you down. My thinking here is Google will eventually use something like fakespot and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Tips to find guest posting ?

    I want to do a guest posting for my blog as I have heard that it is an excellent way of getting backlinks. Is there anybody who can help me …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in TIPS ABOUT ON PAGE SEO

    My buddies tell me to focus on great pages and products. If you are not making ends meet then pivot and try something else.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching TIPS ABOUT ON PAGE SEO

    Hi friends, I am having some real problems about on page SEO. I want to fix these problems. Is there anybody who can help me by giving some useful tips …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Importance of Domain Authority

    Hi Mikky. I see a lot of folk ask questions that have prior answers, discussions and well, how to repeat all that or why repeat at all? Then the last …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Importance of Domain Authority

    Hi friends, I have a question and want detailed answer please. What is the Importance of Domain Authority? What should be the minimum domain authority for any website to get …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Find the duplicate words count in a File

    What about textonyms? What is being counted? Read https://rosettacode.org/wiki/Talk:Textonyms As to performance, you have other considerations such as is this some embedded Java, single or many core and so on. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Find the duplicate words count in a File

    Is there any better way to find the duplicate words count in a file using Java. I have found one solution using Map like below : while ((line = br.readLine()) …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gateway Desktop will not start

    Try to not leave out details. About the PC just shut itself off. After what steps? For a dead PC we strip it down till it beeps in protest or …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gateway Desktop will not start

    A passing voltage here is any reading over 3.00. 3.00 and lower and it gets replaced. A Volt meter is required but if you don't want to get some 10 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gateway Desktop will not start

    Let's start simple. What is the voltage reading on that CMOS battery. If it's too low, many PCs sit in reset. At about 9 years old, be sure to inspect …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Gateway Desktop will not start

    After recently reciving a used Gateway GT5622 from my grandfather, opened it to see what ram and GPU it was running. About 3 weeks after this, i decided to boot …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I manage data that is being submitted/edited offline by multiple use

    The answer is yes but. The yes is just that but it requires a programmer to sit down with the client to discuss what the problems are then send the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do I manage data that is being submitted/edited offline by multiple use

    We are building a solution for field technicians that utilize Apple iPhones out in the field to track data for installations at assigned sites. The iPhone is running a custom-built …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to print qr code in windows form c#

    @thines01. This seems to be a near duplicate of https://www.daniweb.com/programming/threads/508583/generating-200000-datamatrix-2d-barcode-take-too-much-time-how-to-less-time
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to print qr code in windows form c#

    I work in visual studio 2015 windows form application and i need to print qr code by using c# How can i print qr code generation ? I generated using …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in handling model validation on multiple submit buttons

    To help others help you read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then update your post with code and questions. As is, you've told what you will be doing but not what the issue that …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching handling model validation on multiple submit buttons

    Hello, I have two submit buttons(submit OTP & Resend OTP) in form. I need model validation(submit OTP) on one button(if OTP is not entered) and on second button(Resend OTP), it …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to fix my duel monitor

    That's not a problem but how splitters should work. Both displays should show same content and in Windows show as "monitor 1." I get the feeling you want more displays, …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to fix my duel monitor

    Hello. I have coem across a problem where both of my monitors are detecting as monitor 1. They arae also displaying the same exact picture and I cannot seem to …

The End.