5,430 Posted Topics
Re: Try the reset and troubleshooting at https://support.sprint.com/support/device/Sprint/Pocket_WiFi-dvc8540015prd | |
Re: This is something you do before you display the field. That is "check for a value before displaying it." Examples at https://www.advancedcustomfields.com/resources/hiding-empty-fields/ ![]() | |
Re: Quite the odd duck there. It's a strange one so I'd want to know more about the PC as to make, model, age before I'd guess what it is this time. HP Pavillions were desktops, laptops, etc. Mostly cheaps so you always consider repair versus replacement costs. Be sure to … | |
Re: Too little detail. You didn't reveal where this was going to be saved. Be specific. MySQL? DB2? Jersey? Here's an example: https://www.daniweb.com/programming/web-development/threads/193775/how-to-insert-checkbox-data-into-mysql | |
Re: I think you need to take advantage of the prior answers and finds at https://www.google.com/search?q=How+to+convert+a+swing+based+application+to+Android+application There appears to be many paths, which will you take? | |
Re: I'll guess PHP or such needs to restart. Look directly into the Sun? (nope, look at the php.ini file to see if the control/ini editor is changing it or not. http://phpsec.org/projects/phpsecinfo/tests/allow_url_fopen.html | |
Re: This is what we call The Dead PC. I see you removed most things but one part I rarely see folk remove is the case. Be sure to pull out the mainboard onto cardboard and try it without the case using the bare minimum parts. If those parts don't work … | |
Re: A few issues. Read these and show your work so far. 1. https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question 2. https://en.wikipedia.org/wiki/Software_design_description If you are hiring out this app, be sure to supply how much it pays, etc. | |
Re: While I no longer write new apps in VB6, my old apps would poll RS232 connections and do things (doesn't matter what here.) https://www.google.com/search?q=Zkemkeeper+sdk+real+time finds folk are looking for this for years so you are here and my thought is to forget VB6 since it's long gone and you'll find … | |
Re: Did you post this 3 times? Avoid that. Spamming doesn't get you points or faster replies. Where is your code? Without it members can look it over. Also, where in the code are you having issues? Before you reply read this: https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: Tip: Try a few Python tutorials to see if you like programming. | |
Re: If you need an analysis of over 300 lines, consider Jlint first. Get that clean then follow advice about how to narrow down the issues. | |
Re: Take a moment to clear up what your question is. If this is the usual iPhone can't connect to your router question, Apple iPhones can forget connections, I mean you use the menu in the setup of the WiFi to forget the old connection and then connect again. If your … | |
Re: Two thoughts. 1. Line 34 what is in the result? 2. Is this the old deprecated mysql calls? I don't see the full code so it's a little light to me. | |
Re: I read a few priors with h[ttps://www.google.com/search?q=Can't+open+%2Fdev%2Fnull%3A+No+such+file+or+directory.](https://www.google.com/search?q=Can't+open+%2Fdev%2Fnull%3A+No+such+file+or+directory.) and here the first hit although not Centos did give some other commands to work around it. Specifically try the sudo mdadm at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/575333 Apparently this is a bug. I'd talk to your provider if they have a workaround (Redhat owns this?) | |
Re: As a programmer you would choose to write from scratch or fork an existing project. Your post told so little that I would have to guess too much. Try this. Add a programmer to your staff and tell them what you want. They'll make you the app and you can … | |
Re: Take time to point out what lines of code for members to focus on. You dumped 300+ lines of code so where to start? Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question to see how to improve your posts and questions. | |
Re: I see some ask for more information as you cross posted. https://social.msdn.microsoft.com/Forums/vstudio/en-US/82c81b02-7117-450a-a641-23d728e2c62e/how-to-save-all-data-from-datagridview-to-access-database-vb-net?forum=vbgeneral | |
Re: I let this stew for a day so I'm not going to get into actual record formats but comment on what a DNS does. In short it takes an English (or words) and turns them into the IP address of the server. So let's go with your site is currently … | |
Re: Take a moment to consider this is like telling a car repair shop your car won't start but you don't tell make, model and much else. It matters. Without that I can't tell what you mean by the lightbulb. | |
Re: I think you need to check spelling too. I used https://www.google.com/search?q=Jquery+slider+for+commercial+use and find there are such offerings. If you use someone else's code/app/plugin/other then you have to check license/use agreements. If you start with free to use stuff that allows you to re-sell then you are done. Bottomline? It's work … | |
Re: I start with this search. https://www.google.com/search?q=How+to+login+192.168.1.254%3F | |
Re: Very nice and very similar to what we read at https://www.reddit.com/r/PCMasterRace/wiki/builds | |
Re: As a programmer your first lessons were usually about basics like parsing. So to get the site information I always turn to wget then parse what I want from that. https://www.google.com/search?q=wget+for+android finds it's been ported. ![]() | |
Re: I think that used Syslinux as the boot manager. http://www.syslinux.org/wiki/index.php?title=Config is your Wiki page on that but you can google like "How do I change what OS Syslinux boots? as well. | |
Re: Can you share this here in DANIWEB? Your link appears to want me to sign up for yet another site. | |
Re: As you want to get your files out first, you NEVER write to that drive until you have your files safe. This is the first rule of data recovery. So get your host PC working on another good drive and then install Recuva from Piriform. Now plug in that drive … | |
Re: MSFT writes how at [https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell.tooltiptext(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-2](https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell.tooltiptext(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-2) I think you only need to decide when to change that text. | |
Re: A bit too easy. Look at MessageBox. Examples are plentiful. https://www.dotnetperls.com/messagebox-show | |
Re: Wouldn't that create blogs only commented on by autobots? Or spammers? This would lead to a new Captcha or blogs with more checks. PS. You also need to avoid asking for full up code solutions. Show your work so far and where you are stuck. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: That's the message but does not tell me how to cure. As I read https://www.google.com/search?q=Welcome+to+emergency+mode! I see many fixes but not one. Did you fsck everything? | |
Re: Happy 150th to you as well. Sorry I'm just a part time Canadian resident as I lived in Richmond, BC for many years. Good times and educational. | |
Re: I agree you are hiding too much. How about one thing. Did you open a SQL command line and see if the server is running? | |
Re: To test this out I tried my profile and it seemed to work. Then I gave you a +1, checked your profile, clicking on the "thumb up" icon and it worked. So back to this thread, gave it a thumb down, back to your profile to click on the thumb … | |
Re: I'm going to write no, not worth it. Why? From https://www.quora.com/How-much-money-can-an-Android-developer-earn-from-a-free-app-on-the-Google-Play-store I read this. > 200000 installs in and earned around $1500. Although it was called an interesting game and is highly rated, most users stopped playing it after a day or two. That was over 2 years so unless … | |
Re: https://www.virustotal.com/en/file/7bbc9eadfa71d0610586403a0ef25bea06693447d9ebcb1e088867a0ead58a64/analysis/1470753671/ That's an .exe and not source so I ran it through VirusTotal. There's no way anyone here will run your possibly infected .exe. Here, I see the members work with source code. And while I may know a thing or two about network programming, this exe is not going … | |
Re: Pasting the assignment verbatim? Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then tell the forum what line is in error or what the problem is. | |
Re: This may be working as designed. That is, you put the image in that canvas, width and height so that's all the pixels your are going to get when you upload. Try a much larger width and height. | |
Re: Everybody starts somewhere. Here you need to present your problems with care. The code you pasted was sloppy and could have folk slagging you on that. You want quality answers so put quality into the question first. It's hard to add later. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then try again. "Never give up, … | |
Re: Could be too easy. Lately my two GO TO SOLUTIONS are: 1. NTPASSWD. Widely documented, free, takes about 5 minutes to reset the password. 2. The old Accessibility trick. Free, widely documented, try this link. https://www.technibble.com/bypass-windows-logons-utilman/ I've used Windows 7, 8, 8.1, 10 boot DVD/USB sticks for method 2. | |
Re: How can that work? https://www.w3schools.com/tags/tag_textarea.asp does not tell us that textarea supports rich text. Maybe that's why it's not done that way at all. I think you have to host the content/text somewhere like Google Docs does. Maybe it's a deeper problem after all. I checked again with a simple … | |
Re: Your choice to start such a project but there are now plentiful IDE's for coding today. Let's call this a wheel. How is your wheel going to be different? Why would I use your IDE? I take it something was missing from: 1. https://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments 2. https://www.g2crowd.com/categories/integrated-development-environment-ide Also, what about no … | |
Re: Reverend Jim noted an excellant tool at https://www.daniweb.com/programming/software-development/threads/508393/visual-regular-expressions If no one writes this for you, you are now better equipped to hash this out. | |
Re: @OP, this is either a job up for grabs or homework. Please read the link JC gave along with clarifying pay for the work or if homework, show your work and where you think you are stuck. | |
Re: This reads either as a paying job or homework. In either case Daniweb encourages you to show your work so far, and where you are stuck. If you are hiring for a software app, post that detail and the rate of pay. Please read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then complete your post and … | |
Re: I worry about the age of this machine. BE AWARE that similar models, refurb are selling at the near 200USD price point so parts and repair is unlikely. Just get another that is working is my advice. http://computers.woot.com/forums/viewpost.aspx?postid=7152497&ref=cnt_odet_tc_jtd was such a deal and I bought 2 for the office here. … | |
Re: Here's the deal. vb.net can use quite a few databases so you need to share more. My last setup was for MySQL for the database server since we wanted to scale up. Your question is also, not one but a few. Break it down to a few questions along with … | |
Re: I wonder if you used a language translator. I've read similar from others while overseas. No big deal really but you may want to translate it back to your language to see how bad the translation is. Or have others that read English tell you how bad it was. |
The End.