5,437 Posted Topics
Re: I have to add this. Go get the free Visual Studio before you get old ideas locked in that you have to unlearn. More on topic, VB6 worked as an event driven system and you may have to add a doevents() after the graphics action to see it happen. Otherwise … | |
Re: I hear that and decided to head to https://jqueryui.com/ to read why this is. Right there, at the top is a great reason why it's the way it is. > jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery … | |
Re: Nice revamp. But can you save us a click? That is, if I click on Read on the top bar and there are no results, the top bar is gone and I have to click on <DANIWEB>. Call me lazy. | |
Re: Language. You asked to "disable the play" and not stop playback. So I would be guessing what you meant. Since controls can be disabled I have to guess you mean what you wrote. Solution: In the handler for the stop button. Disable the play button. Remember you didn't share what … | |
Re: I wouldn't call it cloaking but https://support.google.com/webmasters/answer/66355?hl=en does give us pause that we could run afoul of Google's view on this. I think User Agent Content Negotiation ( from https://en.wikipedia.org/wiki/Content_negotiation ) is not uncommon and I see no problem with that. That is, if the content on the page differs, … | |
Re: I worry there is some hardware issue here. For example, all my machines can get recording going and if I forget I read a tutorial like https://www.howtoforge.com/tutorial/sound-recording-with-audacity-on-ubuntu/ again. But here's the pin in the grenade problem. Not all PCs are the same so one time you can use the front … | |
Re: I see a few issues. 1. If the new string is longer than the declaration, overflow. 2. The way you declared the string is not a variable but a fixed string. You wrote you didn't declare a variable then you tried to treat it as a variable. You can't have … | |
Re: Define safely. Not once have I lost the hardware but occasionally one of the Windows fails to boot for a simple reason there is no "uninstall" for an OS. We have to know the boot system as well as have repair methods ready. For me this would be the W10 … | |
Re: Sorry but no. You left out full model numbers as well as a product page so it's a stretch using the provided information. Also, unless I own your exact model and reinstall the same OS taking notes along the way of what worked, I can't be sure of my advice. … | |
Re: Just in case you want to know more. Amazon has been working on such apps for years. There are folk that forget that such software is currently not open source so Fedex, Amazon and other companies have software teams on this topic. Once in a while a person new to … | |
Re: My first change would be off of VB6. It's been out of distribution for over a decade and what you learn on it, well, you would have to relearn in your new system. Often the reason is because it was handed out for free or such, so to avoid getting … | |
Re: It's been a week so help others help you and call out what line number you see it fail at. My reading of your problem statement has me looking at line 18. Is that it? | |
Re: To me this looks like you wanted quote marks in your string. Look for the <br and the comma before that and the Hello string stopped there. Till you get a handle on this, try putting your string into a string variable to help you see where the issue is. | |
Re: Just because I'm trying some python stuff I looked at priors on this issue. Not once did they fix your issue except by changing to another Excel reader/writer or change to other than Excel for the data source. Other times the responders chided the OP about using Excel like this. … | |
Re: I have to answer that learning how to google is ranked highly here. For example https://www.google.com/search?q=usa+programming+jobs+what+language+and+skills finds articles that seem to answer what language and skills are required. What I often find that right out of college some never learned to research with google and are asking basic questions that … | |
Re: Line 4 looks incorrect. Read http://php.net/manual/en/datetime.diff.php which has some examples for you. ![]() | |
Re: Those IDs must exist and match what's on the form or database. They are also case sensitive. I don't have more than your post so in parting. This_ID <> this_ID | |
Re: There is no symbol for switch. Read https://www.edrawsoft.com/flowchart-symbols.php OK, so how to show a switch? That's easy. It's nothing more than more decision symbols. I see such at http://stackoverflow.com/questions/22067090/how-do-i-draw-a-switch-statement-in-a-graphical-design | |
Re: https://www.google.com/search?q=Size+of+page+table+per+segment seems to indicate this is a homework assignment. Your posting scores here look to have gone negative because you appear to be asking for homework solutions. The same answer as last time seems to apply here. Read https://www.daniweb.com/programming/threads/501968/bank-management-system-in-assembly-language | |
Re: Duplicate at http://stackoverflow.com/questions/42100554/questions-about-programming-vb-net | |
Re: I only tried from 2008 to later but not 2015. But will share I only needed to open the solution file in VS and then correct my app to work in the new VS. I'm used to "porting" my apps to other systems so to me this is just work. … | |
Re: What's the goal here? a) Create your own social web site. b) Learn programming. I ask since it's it's option a you don't write it from scratch today. Read http://www.makeuseof.com/tag/the-5-best-open-source-social-networking-software/ If it's option b, then your question needs refinement. Share what code passage you are stuck on. | |
Re: Sorry fo2sh, but the error seems to tell you something interesting. Are you unable to check free space? | |
Re: My first glance tells me you would use USING or ON but not both. Read https://lornajane.net/posts/2012/sql-joins-with-on-or-using | |
Re: To me this is deeper than one line of code. From the beginning of time (as in when I began to code GUI things) I would have code to set up the button's event handler then some function that would be called to do what I wanted when the event … ![]() | |
Re: I have another thought on this. I don't see your database schema so What if? What if there's an @name column and it's value has no default? Then adding records missing that value may fail. | |
Re: Pictures? No code. But someone has it completed in a codepen ready for you to look over how they did it. http://codepen.io/AbhishekGhosh/pen/doqywd | |
Re: Hi Bb, I can't guess why prior examples don't work for you. Try https://www.google.com/search?q=button+shows+click+count+javascript+example | |
Re: Just asking, why line 3 here? Just remove and fix line 5. | |
Re: While you are correct, many can't write the code to do that. Why not use AUTOIT scripts instead? | |
Re: As I read from https://kivy.org/#home I found no reason why connecting a kivy app would be any different from any other app. As such to connect would be done just like you do in any other system. That is you setup you central server and then write your code to … | |
Re: No programmer I know does this. But if you must, try ones found with https://www.google.com/search?q=compiler+that+runs+on+android+phone Android programmers tend to be on a PC with Android Studio. I can't imagine why anyone would do otherwise on Android today. | |
Re: As others noted, you may have reasons to do this but my view is you should pick an opensource project and contribute to it's development. Examples at https://sourceforge.net/directory/business-enterprise/financial/pointofsale/os:windows/ | |
Re: In short why I install Chrome on my older Android phone. The phone maker is never going to update it so Chrome it is. | |
Re: I would be guessing why one would write this "wheel" given what I see at http://rosettacode.org/wiki/Hailstone_sequence That is, the C++ version is there and ready to use. | |
Re: I've read this complaint before and many MP3 CD players have no clue on order by tag or meta data. The most common fix is to prefix 01 to 99 in front of each file name. | |
Re: Just for you. Read and run http://www.w3schools.com/code/tryit.asp?filename=FCCZ4KEI353K Nope, never looped. You should fix that. | |
Re: Connect to the port that has the b/w image then somewhere in the TV menus there's a component/composite setting. You want composite, it is currently set to component. | |
Re: @Dani, after this week in the USA, I was searching for a little humor in my upvote. If you didn't see it, https://www.youtube.com/watch?v=ELD2AwFN9Nc and our 45th was the influence. The search is absolutely great, seriously. Sorry if folk miss humor. | |
Re: Just tried it. Thank you for doing that and the front page fixes. | |
Re: I can't tell which browser was used. Try the other web browsers. I often find when on bleeding edge platforms that can help. | |
Re: Answered years ago at https://www.daniweb.com/programming/software-development/threads/236961/linker-fatal-error | |
Re: I'll share a spat of recent boot failures in W10 that I've worked on and got by. It was stupid. I'll leave others to point out where stupid is. It appears some updates on reboot will hang on boot. This is not a boot record issue but some sort of … | |
Re: Crossposting is going to get noticed. Anyhow my first thought would be asking if there's an API for this. Seems Dr. Google says there is. https://www.google.com/search?q=prestashop+api&ie=utf-8&oe=utf-8#q=prestashop+api+login | |
Re: I'd use a search like this. https://www.google.com/search?q=c%23+delete+locked+file | |
Re: I'll defer EMS to Dr. Google. OK, I don't have a make and model here so I'll share a recent install that was a HP dv6910us running Vista. Nothing would appear to let it run Windows 7 or beyond, 32 or 64 bit. I had a break and came back … | |
Re: For those that didn't know, https://en.wikipedia.org/wiki/Keno and other sites show you the odds. Only the new or still foolish think there's an app to help them win. | |
Re: [Sometimes it just works.](https://www.google.com/search?q=how+the+domain+and+subdomain+work&ie=utf-8&oe=utf-8) | |
Re: I looked at the HTML and maybe some comments can be tossed. Why send that to the client? As to the javascript I see a passage where a programmer could roll up what looks like a near repeating line of code inside a for loop but there are tomes about … |
The End.