5,431 Posted Topics
Re: Sorry no but I did find http://blog.karmadust.com/lets-create-a-calendar-using-a-uicollectionview/ to mention a Swift version. Maybe that's it. | |
Re: Is the LSF or LFS? (Linux From Scratch.) Anyhow as each major distro has it's own install methods that the Awesome Company can use or ignore, as it stands today there is no such book. It's the WWW (wild wild west.) I sincerely hope that the Awesome Company would add … | |
Re: There's plenty of YouTubes about building your first PC. If you don't know the parts, you watch the YouTubes and then if that's not enough take a community college class on PC repair. You'll learn a lot there and have instant answers to "what is this?" I have yet to … | |
Re: Let's change that word scrape to parse. I see that if I do that I can research like this: https://www.google.com/search?q=parsing+html+in+vb.net Parsing is something we get taught almost from the beginning in programming classes. So you already scraped the HTML and now you need to parse it. | |
Re: Yes. I used google to find priors. A pretty good prior is at http://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php | |
Re: Sorry not really. But a long time ago I used some neurons about something else. That registry entry may be specific to the sound card or device in each PC. This means unless you field identical hardware across the fleet, my bet is this will be inconsistant. I'm finding PC … | |
Re: Line 9 is not doing what you think. The compiler would complete the OR before doing the comparison. So that's a complete miss. You should rewrite that to check each name on it's one or try the old is this string in that string (contains.) example: if ("Peter John".find(name) != … | |
Re: That's what I call a design question. That is, I don't know which design you used but to make it chat across the web you need a server that arbitrates and forwards to the other clients. WIthout that you can't sling a message directly across the web through a router … | |
Re: Oh dear. Is that the [Scanner Java Class](http://www.tutorialspoint.com/java/util/java_util_scanner.htm) or another [scanner](http://www.fnal.gov/pub/today/archive/archive_2014/images/pct-detector-schematic.jpg)? | |
Re: That booming varies where you are in the world. I've seen Java be big in one city and C++ be the thing in Redmond, WA, USA. So there is no one language to learn. You need the skill to solve problems, design a system and use many languages. For example … | |
Re: I think the lack of replies is because you left out the details of your web server/service. You have a few tags but few words about your host and site. My thought is that you need to consider leaving something that open and what it means. If it's anonymous, it … ![]() | |
Re: I looked up that bulldozer and it looks outdated, years old. I think you need to head to https://kivy.org/#home and see what they suggest for setup and what to use to make Android apps. | |
Re: You tagged this with THREE languages. I have to lead with you know how to use the 3 shells (Demolition Man.) So while that's a little misleading not one of those languages directly treats a polygon as an object so you have to step back and think about how you … | |
Re: I'm going with don't do this. To get your app into the Google store, such a move may trip up the code analyzers or at worst get you banned. I'd focus on your app quality before this worry. | |
Re: https://en.wikipedia.org/wiki/Conio.h tells us this is something from many decades ago. It's no longer used in most compilers and certainly nothing I've seen in the past decade. If you have a need to use old functions like that, you may want to reasearch replacements for the compiler you choose. | |
Re: That's all well and good but how about making it modern? That is, why must it have a convert button at all? If one were to respond to changes in the entry boxes then it would be instant conversion from F to C and so on. Think mobile, phone users. | |
Re: That's not python. I dumped it into http://pythonfiddle.com/pysomething and it looks like you have a lot of work ahead. You didn't post much detail. Just a post title and code. Don't be shy. If you want members to write your code, just ask. But read this first. https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question While I … | |
Re: Share that error. Otherwise you are asking others to debug. I see folk will read a few lines but let's here what line blew up and then backtrack from there. | |
Re: Let's say you have the XML file. Why all that code when you just want to parse out the url in question? That is, I've found MSFT XML to blow up on me so when I go to production now I either don't use it or publish it with warnings. | |
Re: I think I want to ask you why do all that if you are on a https connection. Yes, we know that certain governments have cracked https but for the rest of us it's good enough. Unless you want to launch yet another https "is it secure" discussion. Maybe you … | |
Re: Hi lewashby. The thing is that Android memory spaces have been discussed for so long that I take it you are not going to read from the past. So, check out if any apps show a move to sd card button and move what you can. I am NOT a … | |
Re: To develop such a system takes years of learning not only the languages and tools but basic design skills. That is, you design in your head on paper what you want the system to do and look like. It's your design so no one here may do that step. Also, … | |
Re: Here I am on Chrome Version 52.0.2743.116 m (64-bit) As to the DNS I'm using 8.8.4.4 And the only plug-ins on this machine are Web Of Trust and Adblock+ The ISP is TWC in SoCal, USA The router is a stock TP-Link AC1900 Wireless Wi-Fi Dual Band Gigabit Router (Archer … | |
Re: I see no code so I'll offer this. VB has an event called "onchange" or similar that you can hang your code to fire (run) when a cell changes value. This is not an offer to write your code or tutor vb.net. | |
Re: Here's how I work with modems and other things on serial ports. FIRST I use a terminal program and document what I do as the Human step by step. SECOND I sketch out my new app. THIRD I meet with my stakeholders and see if they buy in. FOURTH Coding … | |
Re: I think this was summed up at http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/difference-between-windows-7-product-key-and/9de1d99c-f5e4-41e2-9c7b-6b81e39b5b97?auth=1 > Product Keys and Product IDs are two completely different things, > despite the similarity of the terms. > The 20 character Product *ID* is created during the installation > process and is prominently displayed towards the bottom (in the > Activation … | |
Re: Tell more. For example some models do not beep but hold in reset when the CMOS battery is too low. Tell more. As a PC Tech I expect you to have a Volt meter at the very least to measure and check things. If not, just pop in new batteries … | |
Re: This looks like what you started at https://www.daniweb.com/programming/threads/505842/how-to-concatenate-the-characters-read-from-a-file-with-fgetc The reply there is spot on. That is you don't have any code to identify number, words as well as didn't specify what is an identifier. I'd stick with your first post until you solve it. | |
Re: Read https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question again. Your post is too short and if I were to guess you are asking for folk to write this for you or maybe you lost your books on the said products. | |
Re: OK, I read this a few times and can guess the query is in PHP. But to get that table output you have to reveal how you will view the result. It might be this is the backend of a server and the viewer is a browser, but that's not … | |
Re: Tell me more. I had a rough time with some beginner when they filled to root folder of their FAT32 card. Maybe it's something basic? (tell me how many files in the root.) | |
Re: This sounds like you want to share this array. [Here's the docs for NumPy about shared arrays.](https://pypi.python.org/pypi/SharedArray/) | |
Re: > Your website's bounce rate is a metric that indicates the percentage of people who land on one of your web pages and then leave without clicking to anywhere else on your website -- in other words, single-page visitors. The most common bounce I see is when you click on … | |
Re: Here's my go to link for the set of scanners I use. Read http://www.cnet.com/forums/discussions/how-to-remove-pup-option-603542/#post-f742c795-5881-433b-a29b-6d758efe5cd3 Read http://www.cnet.com/forums/discussions/drive-bat-shortcut-virus/ where Grif adds a little more. | |
Re: First, VB6 is so old that it's something you need to avoid for any new system. As to the divisor you should chnage that to a variable that holds the number of exams. | |
Re: This could be where I'd use the [sizeof()](https://en.wikipedia.org/wiki/Sizeof) function instead. You may find int or integer could be 2 or 4 bytes today. | |
Re: This sounds like a standard HTML feature. Read http://www.w3schools.com/jsref/event_onmouseover.asp There are many examples on jsfiddle. https://jsfiddle.net/lannymcnie/abyCW/ | |
Re: That's a good guess. Rather than run it from the server, why not install it from the maker as intended and test if it runs on W7? If it doesn't run, then back to it's maker to ask about updates or requirements. For example I had an old old app … | |
Re: To check if this is empty, look at the Count. It's noted at https://msdn.microsoft.com/en-us/library/system.net.cookiecontainer(v=vs.110).aspx along with other properties, methods and more. Just in case you didn't know. A new object should have a count of zero (that's after line 1.) | |
Re: Frankly I would go get TESSERACT and learn how to use that. I recall it's open source if you wish to dive into this but for me I rarely encounter folk that will spend the years needed to work OCR at the source level or beat TESSERACT OCR. Just in … | |
Re: Keep in mind you posted 100 lines of code but didn't point out the line that failed. However, if you know it fails on empty cells, add code to handle that. As this is your first post, be sure to read the sticky about making a good post at https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question … | |
Re: I have to ask why the date on the logs are last year. -> Why is the date on the logs from last year? Many systems blow up if the date+time is too far off. | |
Re: OK, so I'm not confused, you are working thread IDs and not process IDs. I think I'd be checking the thread APIs starting with: [https://msdn.microsoft.com/en-us/library/windows/desktop/ms684847(v=vs.85).aspx#thread_functions](https://msdn.microsoft.com/en-us/library/windows/desktop/ms684847(v=vs.85).aspx#thread_functions) If you can, reveail what you are trying to do to that thread. | |
Re: Are you sure? VB6 is so old that I no lower create anything new with it. Since newer versions are out there in free form, skip this and move to a newer version. Your question about getting a single record is something in the archives. | |
Re: Be sure to keep an eye on http://www.codeproject.com/Questions/1119382/Show-the-windows-calculator-on-a-winform where it looks like the same topic and has some current ideas on this. | |
Re: I looked at BonnMotion and it is Java based and not something you run through make. I'd get back to their website about how to install. | |
Re: Just a guess. Maybe it's the missing or extra comma's? | |
Re: I don't see the full app but in the last vb.net app I did, the button has a name and a reference id number so it's possible to hide the one you need to hide (set visible to 0) and then not respond to in that button's handler. Given the … | |
Re: When this happens to me I boot Safe Mode to try again. If a file (does not matter if it's a font or such) must go I boot up any of the current Linux Live CD/DVD/USB and get it done. No learning Linux. It's just boot, click around like Windows … | |
Re: While PC users eventually learn "we only lose what we don't backup" just last month it happened again and one of my clients had me try to recover. This time RECUVA saved the day. **-> BIG HOWEVER !!!! <- ** Since we can't run the OS or install apps the … |
The End.