5,430 Posted Topics
Re: Here's the thing. You can't do that without nailing down the compiler, compiler switches (optimizations) and more. You can however ESTIMATE it but as you can guess, ESTIMATES are just that and the real numbers never match. Do you know why the ESTIMATE doesn't match a REAL test? | |
![]() | Re: OK, so I thought if mobile was off, how about a Chromebook? Now that's really looped. There are so many things that don't work right that it's not going to help if I list them all. This reply may not work unless it shows up. But on the Chromebook there … |
Re: I think this a near perfect example of why we need to setup our PHP debugger. Read from https://www.google.com/search?q=php+debugger and then get yours setup so you can find where it fails. ![]() | |
Re: Who is Frien? Anyhow it appears you are posting widely. But searching seems to find a tutorial. So moving on. http://www.c-sharpcorner.com/forums/transfer-data-from-dgv-of-form1-to-crystal-report-of-form2 https://www.youtube.com/watch?v=7J_zpg1Xo0A shows passing data from grid to another form. https://www.codeproject.com/Answers/758276/How-transfer-data-datagridview-to-crystal-report-i#answer1 notes how to get data into CR without a database. You have a lot of stuff to read, and … | |
Re: @RJ. "There's got to be a better way!" See last image at http://imgur.com/gallery/c4BrU I think you can keep the street clear for years. | |
Re: While you can work out how to share more about this break screen/message I want to write about a basic design flaw. Never store those passwords. This is exactly why so many sites get into trouble so quickly. You never store the password, but it's salted encrypted value. This is … | |
Re: Remember this is your typical AMD system that hits repair counters all over. After the PSU the motherboard is suspect. You usually find this after a few years of hard use. The owners want proof and if you have the board you offer the fix for a price. If they … | |
Re: I found your Facebook in #1 position with web design jakarta. advance web studio or https://www.google.com/search?q=web+design+jakarta.+advance+web+studio&ie=utf-8&oe=utf-8 So you have that going for you. | |
Re: On another subject, get your web master to tell you why there are currently about 20 errors at your site. Read them at https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.astarsafety.com%2F This is usually due to someone in a hurry or something else. | |
Re: I read some back and forth on this and from 1 to over 4 weeks. This can really upset those that want instant results. | |
Re: To refresh our memory I read https://www.tutorialspoint.com/python/tk_messagebox.htm again and see this UI is for simple interaction with the user. If you were to try to place say a report in the message box you would indeed see oddities. I'd forget the messagebox here and take a run at dialog boxes. … | |
Re: Too similar to https://www.daniweb.com/programming/software-development/threads/509130/master-master-migration-and-master-slave-migration-on-same-mysql-server Since no one answered you might need to pare down the question to something a little simpler or rephrase. | |
Re: You need to think about your question a bit more and don't count on others guessing this is the old homework about printing star patterns. It's a long shot but read http://smallbusiness.chron.com/spacing-output-java-32722.html about spacing, etc. | |
Re: How about cheating? It's clear you are going to have to check if the new line has been drawn before. And here's what may be a cheat. Change the line draw to a rectangle with fill. If the lines are just vertical and horizontal the rectangle with the fill or … | |
Re: Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question to see how/what to post. Also https://en.wikipedia.org/wiki/DaniWeb | |
Re: Welcome. As this is your first post, read this so you can share where you are stuck. If you are looking to hire or outsource, the forum for that is at https://www.daniweb.com/community-center/for-hire-hiring/52 Now about how to get help, read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you know how this place works. Finally have a … | |
Re: Could be right. Read all the files folk edit at https://stackoverflow.com/questions/17946150/apache-is-not-running-from-xampp-control-panel-error-apache-shutdown-unexpect and what may need to be restarted. Don't rely on control panels. Read the source. | |
Re: Keeping your system safe is usually done with the usual antivirus suite or using a current Linux OS (two most common methods I run into.) The other way to keep your system safe is with backups. Let's say you give me your current boot drive for safekeeping. How long till … | |
Re: You may have to specify Linux, BeOS, Apple OS, DOS or another OS. Also what dev system on what OS since this will likely tap into the OS. Finally this may be called malware by some antivirus suites so be sure this is not something you'll use widely. Now for … | |
Re: It appears folk have written web pages about this. Here's how I found them: https://www.google.com/search?q=combine+Windows+7+32+and+64+bit+installer | |
Re: @M. So you note this is OLD, dump hundreds of lines of code then no question. Hmm, why? This is what I saw at the photobucket link.  | |
Re: The one big thing about app stores is the proliferation of malware, trojans, rootkits and spyware. The issue is not the cost overhead of the current app stores but the almost utter disregard of the other app stores in regard to apps that have malware and other issues. It's almost … | |
Re: Here's the first thing I think of when you or others ask about the Google Ad API. Ready? > The AdWords API is very powerful, but it's a serious commitment. More is at https://developers.google.com/adwords/api/docs/guides/start but I'm running into management types that can't make the commitment. | |
Re: So I went looking for this LG and at the Apple site read the reviews at https://www.apple.com/shop/product/HKN62LL/A/lg-ultrafine-5k-display That was not a happy reading. But did confirm a few things. One, you're not alone in seeing product issues and most of all, the display may have firmware. So that's my input … | |
Re: https://docs.microsoft.com/en-us/sql/t-sql/functions/dense-rank-transact-sql and other docs made no mention of added spaces. When I need formatting I do that in my report software. | |
Re: @M. I see http://www.baylan.com/contact_us.asp has a lot of contacts to ask for that. | |
Re: This one is simply no. https://www.gigabyte.com/Motherboard/GA-H81M-S-rev-10#sp shows one and only one video port. http://download.gigabyte.us/FileList/Manual/mb_manual_ga-h81m-s_e.pdf confirms one video port. Looks to be VGA. To get to 2 monitors you'll have to add a video card and the onboard might disable so be sure your card notes dual monitor support. | |
Re: OK, I take it you have your number of days from borrowdate to returndate. Now you need the number of Sundays between those dates. If I was going to look into that I'd read priors at https://www.google.com/search?q=PHP+How+many+Sundays+between+dates%3F ![]() | |
Re: I don't want to upset you again but my fix would be to use a timer then in the timer apply the effect you want on the controls. | |
Re: I worry your question was not worded well. Your topic question is "Get id of autocomplete textbox in c# windows form" so in the code provided the id or name of the control appears to be txtsupplier. If that's incorrect, just click once on the object you have on screen … | |
Re: I don't see any code so you may be working on getting that here. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you know what works best here. This sounds similar to https://www.cs.bu.edu/teaching/alg/maze/ And a Wikipedia on this subject. https://en.wikipedia.org/wiki/Maze_solving_algorithm And prior discussions with https://www.google.com/search?q=computer+navigate+an+ASCII+maze+on+its+own. | |
Re: > Why Worrying About Your Own Alexa Ranking Is A Waste Of Time That's what I'm thinking. | |
Re: Just a thought about line 16 which is if($currentdate > $returndate){ That looks like why you have to wait a day to see a fines result. What if you had used the => or >= so that line would work if today was the returndate? | |
Re: Add more detail. Such as is this something you want Windows File Explorer to do, or are you writing an app? If WFE, you have to share which Windows. If an app, share your code after you read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: I happen to have a W10 machine clean I can see if I can replicate this. But to do so you'll have to share the exact URL you used. I'll either use that or write I won't be using that site but another. Sometime over the next few weeks I'll … | |
Re: This might take you a few years to create so why not use one of the open source code editors like Ace? https://ace.c9.io/#nav=higlighter notes you can change what and how it highlights. EDIT: Just after I posted I read this: https://www.wired.com/2012/07/google-open-sources/ | |
Re: Can't see why I would use such a thing. To get up to speed read http://preshing.com/20110811/xkcd-password-generator/ Of course Correct Horse Battery Staple is no longer safe. Given you can do this on your own, why would you or I bother with such a site? That is, unless you are just … | |
Re: Here's the 411. First you do this manually then you convert those steps to a script. Some don't understand the need for the first step. | |
Re: If you are looking for codes (?) you might have to place this in a for-hire forum. This forum is about software development so take time to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question Now you can share what you have and what step you are stuck at. If you need a working app, then … | |
Re: Take time to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then add more detail to your discussion. | |
Re: @Mr.M. I'd also reveal what IDE and OS this is in. I can guess it's Visual Studio and Windows but don't leave that for all to guess. Either use the tags or just call it out. I recall in Visual Studio on a C++ app I think there is no … | |
Re: While I don't claim to solve this I always cringe when I see the "select *" in any query. There are a lot of articles why you always check for this and I don't know the table structure so I can't guess if you need all in the result set. … | |
Re: I can share what we do in the shop with such a PC. Ready? We downsize it. Any component that isn't required to get a BIOS screen is removed. If that doesn't bring it back we remove the case because a lot of homebuilt PCs have extra mounting posts and … | |
Re: I'm going with no. Since the bid can up by 0.01 there's no reason a bid can't be 0.01 or higher amounts during the 220 bids. I find it interesting you wrote you are buying bids. That sounds kind of scammy. When I bid on something I don't have to … | |
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 … |
The End.