5,436 Posted Topics
Re: @m. As I read from https://www.daniweb.com/members/1101722/moaz-amin-37/posts/downvoted it appears you are falling into the habit of asking for code or not checking the docs. Try making better posts. Read how at https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: https://reference.epson-biz.com/modules/ref_charcode_en/index.php?content_id=118 seems to tell me this model may or may not have an Arabic character set. Also https://en.wikipedia.org/wiki/Persian_alphabet#Differences_from_Arabic_alphabet is worth adding here as the printer does not have any indication there is a true Persian character set. Yes I also checked other posts like this -> https://stackoverflow.com/questions/45605440/print-a-persian-file-by-thermal-printer-and-python-escpos-mnodule and https://community.activestate.com/node/21907 but … | |
Re: It appears this is a question posed many times. Read priors at https://www.google.com/search?q=Connect+VB6+App+to+Another+Computer+Access+2003+Through+Internet Your skill in exposing the "server" to the internet plus assuring you are ready to restore from backups will be tested as your system will be subjected to attacks from the internet. In other words, I wish … | |
Re: First I can't duplicate your app but have worked with coders that burn out on OpenGL issues like this. For example "This worked fine on NVidia cards but bugged out on ATI cards." or vice versa. So be sure to test this on other cards to see if it's a … | |
Re: I took a moment to google "DBConnection: No update query specified and failed to generate one." and found priors. In those prior discussions folk would provide code blocks for others to pick over and comment. That said, I don't use that compiler and have actively avoided MS Access for over … | |
Re: One of you best resources are prior discussions about this. Example: https://www.google.com/search?q=c%2B%2B+program+which+lets+me+change+the+password What I do want to warn you is that you should never put the information into plain text storage. Here's the word on that: https://www.google.com/search?q=Never+store+passwords+in+a+database! So for you that's a lot to digest as your new programmer may … | |
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 |
The End.