5,430 Posted Topics
Re: When you take your app to another PC, what SQL server did you install there? That is, I've yet to see vb.net's installer install the server for me. I have to add that. As to the connection string, you HARDCODED that. Seems this is your first rodeo so next time … | |
Re: This does not sound like the topic you started with. It sounds more like some multi-level-marketing web site you want to create. If it's urgent, put up what the pay is for this. | |
Re: Simply yes. Long ago I had an app with this requirement. So the EVENT that I triggered my resize was the form.resize event. More at https://www.google.com/search?q=form.resize+event+handler&ie=utf-8&oe=utf-8 | |
Re: Bad news I fear. A good motherboard is usually all it takes to bring back a dead laptop. However try the following. 1. NEW CMOS BATTERY. Cheap. 2. A reset like this. Unplug AC, battery, then press and hold the power button for 60 seconds. Release, apply battery, power and … | |
Re: That's the short version and you forgot to ask a question or show your code and where your app failed. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question about how to post a better question. | |
Re: That's vague. Why would I use an arduino or such? Tell more why we can't just use what we got? (Yes, show me what you got!) | |
Re: Tell more. What is this DevExp? https://github.com/golang/go/wiki/DevExp ? | |
Re: > I need to restore microsoft my sql 2000. That's an odd statement. MySQL was grabbed up by Oracle so why did you write Microsoft here? Maybe you run this on Windows? Read https://teamtreehouse.com/community/145-table-phpmyadminpmarecent-is-marked-as-crashed-and-should-be-repaired for an idea as you clarify your statements. | |
Re: I have found the old checker from MSFT to be hit and miss. That is, old iron that failed actually runs W10 very well. Example: 2006 Dell E1505 didn't run W10 until the BIOS was updated. Then it was fine. Yes we changed it to SSD otherwise it would have … | |
Re: Given all the prior work on this, shouldn't we be using off the shelf solutions (wheels)? Example at https://github.com/BenGriffiths/pdo-mysqli-pagination | |
Re: Welcome to the forums. You need to share your code so far and where you are having troubles. Some folk want code to be written for them but this is not that place. C++ (11 and on) has sort() noted at http://www.cplusplus.com/articles/NhA0RXSz/ | |
Re: Take a moment to clarify if the issue is overwriting a file or is it the topic question? | |
Re: I see you need to get your command line working then we can share that command and help you put that into your Line 2. | |
Re: Take some time to tell more. Supply the line of code that fails or is this about a Cellular Phone SIM? https://www.google.com/search?q=Jio+sim | |
Re: Just a thought. Aren't there [prior discussions](https://www.google.com/search?q=pdating+the+version+of+com.google.android.gms+to+9.2.0&ie=utf-8&oe=utf-8#q=updating+the+version+of+com.google.android.gms+to+9.2.0) on this? I know a lot of new programmers are in a rush today. | |
Re: Welcome. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you can add more to your question. | |
Re: Welcome new member. Please take time in making good posts. Topic titles are important since it is what folk see first. Take time to make a good impression. This and more is covered at https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: Those permissions. Can you go 777 for a test? Read https://www.tutorialspoint.com/unix_commands/chmod.htm | |
Re: A few notes. 1. I don't see the complete page code. 2. Priors at https://www.google.com/search?q=Form+Data+value+wont+pass+on+Chrome don't find one cause or cure. | |
Re: 1. Crossposted it seems. https://www.sitepoint.com/community/t/basic-php-proxy/260637 2. I'd try something more current. Here's one to try from late 2016. https://gist.github.com/iovar/9091078 and there are others out there. Since you want to use code and not create such, try other flavors. | |
Re: How many years do you have? I mean if you don't google for this, can't find it, I worry you'll be in development for years. Is your goal to make and sell storefronts? Or do you have something for sale? | |
Re: Something's unclear here. First you want to create it then you want to download it. Which is it? https://www.google.com/search?q=downloadable+English+dictionary | |
Re: It's still breaking a rule about storing passwords and should NEVER be used in any active site. Read http://blog.moertel.com/posts/2006-12-15-never-store-passwords-in-a-database.html until it sinks in. Why learn this lesson first hand? | |
Re: This looks like one of those tutorials. But Airports was always airports. http://www.sqlines.com/postgresql/oid Check your capitalization. | |
Re: Regarding item 4. Single equal signs are for when we want to assign a value to a variable. Double (and triple) equal signs are when we want comparison tests. (varies with language) Time to read http://php.net/manual/en/language.operators.comparison.php again. | |
Re: Resources are not files. Let's see some code that opened and read a file, not the app's resource. More detail at [https://msdn.microsoft.com/en-us/library/7k989cfy(v=vs.90).aspx](https://msdn.microsoft.com/en-us/library/7k989cfy(v=vs.90).aspx) | |
Re: If you need tutorials, I found them with this search. https://www.google.com/search?q=vb.net+classes+tutorial | |
Re: I know you must be a little frustrated on the lack of replies to your questions. I can see why when I did a little digging around. But I do see this editor does have its own forum which was over at http://ckeditor.com/forums and now directs to a new place. | |
Re: A few issues with your post. If you meant Access, just add that in your post or tags. There's a sliver of a clue in your post but you didn't tell. Next I rarely see members write your code. Everyone seems willing to check out a short passage but if … | |
Re: Test that. You are talking about a 5 minute test to see if it does. My answer is it should not. HOWEVER some sites autobot/drop/block shortened URLs. Maybe you are asking more than you revealed. | |
Re: I'm confused by this question. Clarify what you are trying to do. Don't tell me how you intend to do this, tell me what you are trying to do. ![]() | |
Re: First, forget how to do this in python. Start with how you do this manually. Let's get that working first. Back to you. | |
Re: Looked at the zip and can't see what I'm supposed to look at. Example.asm is zero bytes? Weird. OK, let's google this. https://www.google.com/search?q=Assembly+program+x8086+that+converts+the+Decimal+number+into+a+binary+and+hex+number Looks like folk have done this. That is, it's a wheel. Use wheels, create big things. Don't reinvent the wheel. | |
Re: We have to ask such questions as Word Perfect does web pages. > Corel WordPerfect 7, Lotus's Word Pro 97, and Microsoft Word 97—have tools for generating Web pages | |
Re: How are you going to get your app to run? https://www.engadget.com/2011/02/12/microsoft-rolls-out-long-long-awaited-windows-update-to-disable/ So even before you write one line of code, do you know that this was disabled about 6 years ago? As to items 1 and 2, you are the author so let's see your code to date. | |
Re: Would need more to go on. Google had zero hits on that name so let's here what's inside that case. Beware that I can get a new USB DVDRW at Wally's World for 25ish clams. So you may find it cheaper to donate this or use it in some desktop? | |
Re: Pen drives are not forever drives. I come across dead ones all the time (folk bring me their bad things to look at.) Go try that HP USB FORMATTER and see if it comes bout but we are talk a MacD happy meal priced item today. | |
Re: I have a design comment. I see you are storing the password instead of a hash/encrypted version. For example, [https://www.google.com/search?q=don't+store+site+passwords+on+your+site](https://www.google.com/search?q=don't+store+site+passwords+on+your+site) Stop and fix that first. Make what you stored in your database useless if it leaks out. | |
Re: @R, don't take this the wrong way but when I went to that page I saw so little of your text. That is you are proud of that picture but is that what you are selling here? Why all the empty space? | |
Re: It's going to be sheer luck anyone is running that setup so try this. Break the problem down to smaller steps. If a step can't be accomplished then it's too big a step. Break it down further. | |
Re: Time to read https://help.ubuntu.com/community/UEFI (again if you already did.) The Celeron looks to be 64 bit so be sure your selected Ubuntu is 64 for the reasons given in the Ubuntu UEFI article. | |
Re: Remember this isn't one of those "give me the codes" forum but one for discussion and more. To save to a database you'll need to select your database first. Not all web hosts have MySQL so what database you use depends on your choice and your hosting offerings. http://phpfiddle.org/ has … | |
Re: The scope is as wide or narrow as you decide. That is, I've use single chip devices (Microchip PICs) at 20 cents each with no external parts to solve a problem up to a big board with 3 DSPs and a big MCU. So scope includes not only your usual … | |
Re: Take a gander at prior c++ implementations. Links. https://github.com/Ibrahiim-Pasha/06-Rock-paper-scissors-lizard-Spock https://www.youtube.com/watch?v=VNfwC5Jzc5c | |
Re: That can be annoying. It's usually a driver issue then a failed card or device. Here's what I use to inventory the PC to save a lot of time. Read https://www.piriform.com/docs/speccy/using-speccy/publishing-a-speccy-profile-to-the-web Do try the PC maker's drivers first then if you can't sort it, consider some USB SOUND CARD. Examples … | |
Re: I hear you. My software and apps over the years have had so many licenses that I would not be able to tell you there is a right answer here. Go with your choice of the above and add some protection to yourself with some passage/text like. > Not for … | |
Re: Just thinking that LAST or TOP may be what I'd want to know more about. https://www.w3schools.com/sql/sql_func_last.asp ![]() | |
Re: If the proxy is working, then you should not find their real IP. This is by design. If you feel this is not acceptable and you detect a proxy you could warn the user they are using a proxy and that is not allowed. | |
Re: Please add what browser this is. On iOS devices, this will not work and never will. Why has been explained many times. Without the full context, I would be guessing what you are trying to do this on. | |
Re: XML is a programming language would be news to me. I only thought of it as what it was, the extensible markup language that served as a way to write something that might work across many systems. https://www.google.com/search?q=explain+xml seems to tell us this and more. |
The End.