5,430 Posted Topics
Re: This is an issue since about W7 64 bit. Read this issue kicked around at http://www.masmforum.com/board/index.php?PHPSESSID=786dd40408172108b65a5a36b09c88c0&topic=16569.0 and consider the workarounds there. If you can't find a 16 or 32 bit Microsoft OS or DOS to run in the VM, read http://masm32.com/board/index.php?topic=736.0 since it appears to be MASM32 for Linux which … | |
Re: Just a few issues here with your post. Formatting is non-existant (read https://www.daniweb.com/welcome/rules ) and is there a language called "programming"? You need to tag with the language or tell us in your post so folk will know instead of guess. Also, I can't guess why hours is multiplied by … | |
In light of the self driving car discussion I thought I'd start revving folk up about the electric cars we have today. For me it was almost by accident I moved into my current EV which is a 2014 Nissan Leaf SV. I have a nice enough van but I … | |
Re: https://datatables.net/forums/ seems to be specific to this product. https://datatables.net/forums/discussion/35702 seems to note centering the table on the page. Notice how they want their examples. | |
Re: Let's make some other assumption that it is not the line 1 or 2 you supplied. Did you try to debug the app further? That is, let's just exit on line 3 with exit() for a test. https://www.tutorialspoint.com/c_standard_library/c_function_exit.htm | |
Re: While your code formatting leaves much to be desired, to check/uncheck has a lot of priors at https://www.google.com/search?q=uncheck+radio+button+in+c%23 All those blank lines are distracting and have me scroll up and down so I'll ask you try harder on the formatting. | |
Re: Are you willing to risk a dollar? Try a new CMOS battery. And tell more about make, model and age. | |
Re: As a developer of apps for embedded devices, testers on the production line and field diagnostics I've run afoul of IT groups that were for the most part not willing to invest the time to embrace the product development side of the business. IT seems OK for run of the … | |
Re: While having a broken machine is a pain, kiosks can be custom things and you have to get with its maker to see what spares and manuals they have. But you tested some of the parts. What parts didn't you test? It's likely one of those parts. | |
Re: @cainam29. Since the top post issues appear to be solved, you should start a new thread for your new issue or problem. I don't see a mention of send email in your top post. | |
Re: This is something that doesn't have one solution for all answer. https://en.wikipedia.org/wiki/Insomnia and the Prevention paragraph works for me. I used to be an all hours on call person and it took its toll. About a decade ago I recognized the signs and found that setting limits along with getting … | |
Re: Just an observation. You have 240 lines here and if you could be nice you would highlight or point out which lines you are having trouble with rather than have everyone find where the relevant lines are. To troubleshoot this you could print values where you suspect an issue. I … | |
Re: That's one long error. Can you rummage through it to find Waldo? (the error.) I mean I read the first line "<html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><title></title><style>.ErrorStyle { font-family: tahoma; fon" and all that and more can be tossed to get down to the error. That is, can you do the rummaging … | |
Re: Be aware you might be [spamming this question](https://www.google.com/search?q=VS2005+I+embedded+a+picture+(file+in+the+form+*.png)+normal+but+when+the+rebuild+was+reported+The+%22GenerateResource%22+task+failed+unexpectedly.&filter=0&biw=1536&bih=732) and when folk see that, they usually don't answer. My thought is that there are a few scenarios this will happen. I saw it with a 20 megapixel 4K UHD image, a corrupt image, an image that VS can't handle and maybe … | |
Re: After your last post about this I decided to check out the Instagram API. But disaster there as I read this: > You cannot use the API Platform to crawl or store users' media without their express consent. So that could be why it's borked. Instagram likely breaks what folk … | |
Re: There's simple and then there are "I must protect this to the maximum including man in the middle and more" discussions. Are you sharing via a network share or just a web portal? Are you concerned about man in the middle attacks to only allow HTTPS? Is your programmer aware … | |
Re: That's one deep rabbit hole. Read and think over the discussion at https://bugzilla.redhat.com/show_bug.cgi?id=1409631 Notice this? > Some HP notebooks using this rtl8188ee hardware module can't get AP scan results with pin-based interrupts mode, enabling MSI interrupts mode could fix it. Now you might complain that this isn't exactly your version … | |
Re: I read your code and line 7 looks suspect. Very few apps would have a window title of "ProgramName". So my bet is that's why it doesn't work. | |
Re: A few problems with your new post. The title doesn't work as you already tagged the post as being about python. Next there is no question here. It looks like a copy and paste of your homework or assignment without showing what you wrote so far. Before you reply read … | |
Re: You may have to write more about your target system and most of all, the end goal. I've seen folk spend far too much time worrying about CPU cycles when the product delivery date had already passed. At that point it's time to stop counting and start delivering a working … | |
Re: My first test is these mice on other machines. Then I'm looking at the Apple docs such as https://support.apple.com/kb/PH19094?locale=en_US | |
Re: I'm sure all that is on the web. Here's a start. https://en.wikipedia.org/wiki/List_of_DOS_commands | |
Re: I recall there are rule and security changes from one to the other. We don't use IIS so I'm far from expert but it appears that message means you have work to do. I'll share the search I used to find priors but want to write no, I don't expect … | |
Re: I'd have to know a lot more about the app. Many batch jobs are run as scripts and for each line in the script, the task scheduler should start a new task on another CPU according to its rules. If you want to get into this you'll have to know … | |
Re: The C Language as in what is in the K&R book isn't too hard to read and practice what's there. It's when you go beyond what's in that book at move to real apps today that frankly I'm not using C except for embedded work and some legacy apps I … | |
Re: There are so many full image backup apps that without a name or better yet a link to the site/app/etc it's just guessing. Why not clone from old to new. Many use this one. Applies to W8 and 10. https://www.easeus.com/todo-backup-resource/move-windows8-from-hdd-to-ssd.html | |
Re: To OP. That link is one of the usual fake Microsoft support sites. It tries to rope folk in and don't play dumb what is going on here. It's going to get blacklisted and I can add that sites with spambots will blacklist that phone number. You know why you … | |
Re: While you didn't put this into a programming forum I did find this question has been kicked around for over a decade. https://www.google.com/search?q=How+to+read+from+a+text+file+into+an+html+page+using+Java+Servlet%3F So given folk have been working it for so long, it's a sure bet something good has been created you can use. | |
Re: I have to ask for you to clarify your question as phpmyadmin is not a database. Read https://social.msdn.microsoft.com/Forums/en-US/7d302e40-3cab-4df4-ad5c-344bca3e2d61/how-to-connect-visual-studio-to-phpmyadmin?forum=vbgeneral as it's a similar first question and the OP has to clarify. | |
Re: My thought here is to replace what's broken. Getting an answer from the maker to "what happens when the cable is broke to the NFC?" is unlikely. I don't want to tell you how much that module will cost as costs change from mass production to FRU. My other thought … | |
Re: Just so others know, there are replies at https://www.daniweb.com/community-center/threads/509357/how-to-read-from-a-text-file-into-an-html-page-using-java-servlet So this must be so the post is in the right forum but I fear you are ignoring prior discussions on the subject. | |
Re: When I start looking at code or pages I always check with some LINT checker. In your case the findings at this link: https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.renardwatches.com%2Fpages%2Fpr-fw17 show a few too many errors. Clean those up and then see where it lies. Also, see what others offer here. | |
Re: It's a fine topic. For example the math behind the now ancient Moon Lander involved a lot of math. Need to read source code? I have you covered at: https://sourceforge.net/projects/moonlander/ | |
Re: Your link 404'd for me. I wonder if this is just spam. | |
Re: Which line threw the Error CS0029? Also, read https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/not-equal-operator | |
Re: Are you sure the usual failures noted at [https://www.google.com/search?q=Error+1+The+"GenerateResource"+task+failed+unexpectedly](https://www.google.com/search?q=Error+1+The+GenerateResource+task+failed+unexpectedly) are not happening again? There are few causes besides something ancient that we don't expect to work today. | |
Re: Try sharing your code. Also, you also may be interested in prior answers from https://www.google.com/search?q=PHP+Meta+Tags+in+with+different+tags+in+every+page | |
Re: Or.... your browser or server cached the content. Restart the web server and flush caches in your browser. | |
Re: Looks to be mildly complicated. Try the answers at https://social.msdn.microsoft.com/Forums/en-US/e9b2c76c-c96e-46a8-b5cc-d26798e831ae/get-windows-calc-values-using-vbnet?forum=isvvba | |
Re: Good luck with the rebuild. My thoughts is you should NEVER power on this one until you open it up to find the rattle and then try again. A rattle could be as hard to find as it was in my car. That is I was just about to tear … | |
Re: No code or app on a page to see what's going on but my scanner apps just have the keyboard wedge style scanner input to a text back and I fire an OnChange event then see if the text is complete. Then in the OnChange I can do what is … | |
Re: You left out details that might help. Always supply full model numbers, age and prior service. For example if it's years old I always try a new CMOS battery (cheapest part, might fix it, worth the risk.) Some feel that spending 1 dollar is too much a risk and maybe … | |
Re: @rubberman. Long ago, we used the 2500AD C compilers. Even then the assembler was free but I knew better than to let the staff slug it out on assembler. What we had to do wasn't that tight on CPU use so a lot of us learned C way back when. | |
Re: So CSV with more than one tab? No. (plenty on the web like https://stackoverflow.com/questions/9131744/is-it-possible-to-create-csv-file-with-multiple-tabs-in-command-prompt ) Most likely need to write some code using https://sourceforge.net/projects/xlslib/?source=directory | |
Re: First I understand what you asked. Next if you hard assign the phone IP address you break what could be a way out. That is, your app on the widget could query the router for a list of current DHCP clients and change depending on if the client is there … | |
Re: Just a thought. Did you try the right arrow key? Also try tab, control+right arrow. | |
Re: This may explain why folk have to unlearn what they learned in Turbo C. -> Isn't it time for you to move up to say GCC or the now free to use Visual Studio versions? | |
Re: While I like ideas like CI, one of the issues I take with any of the systems is the idea it should catch all errors. That would be nice but I don't think we're here yet. First, this is CI. > Continuous Integration (CI) is a development practice that requires … | |
Re: @Chris. 2 things bother me about your last post. 1. CNET doesn't have this app but download.com and they messed up a few too many PCs with their downloaders. Read https://www.howtogeek.com/198622/heres-what-happens-when-you-install-the-top-10-download.com-apps/ Download.com plays this down by writing that was years ago. So you first Mikey. 2. That app doesn't seem … | |
Re: As there are many Outlook versions as well as passwords to the email at your ISP you need to be more specific today. Also, only Microsoft can reset your Outlook.com password. BEWARE folk that will for money reset it or sell you spammed Outlook PST/OST tools. Those are spammers, not … |
The End.