5,430 Posted Topics
Re: > 17+ Odoo developer jobs in the United States area I looked at a popular job site to see how job listings there were. Given this particularly poor showing my answer is that you should only consider this if you have a job offer. | |
Re: First, VB6 is over 28 years ago and good luck buying a license today as well as installing the system on today's Windows. I'd move to vb.net and for your data grid I'd look at the DataGridView noted at https://www.dotnetperls.com/datagridview-vbnet | |
Re: Sadly we retired all VB6 systems years ago. This system is now decades old and unsupportable. Maybe you can outsource what you need or tell the client it's time to move to a current system. | |
Re: As to splitting functions each to a file, never adopted that because I am the author and it was my choice. Now this was all C code, not C++ so with each language we followed the rules that worked for us. In other words, standards are great since we have … | |
Re: Since the Circle method uses radians instead of degrees you'll want to write a little helper function or just do the math like I see on the web. Example: https://www.wikihow.com/Convert-Degrees-to-Radians | |
Re: For me it's a solid no. If you spam me, I mark as spam and never see your junk again. | |
Re: For me it's because: 1. Didn't have what I wanted. 2. Poor support/return policies. Some sites are just interesting in selling their imported c_ap. 3. Poor or missing product documentation. Sites seem to omit dimensions and all the data. Recent example: I needed a car battery because the dealer, my … | |
Re: On line 66, it appears you assigning "" to d rather than testing for equality. | |
Re: I have only one question: # Why should I read what nobody has bothered to write? # | |
Re: Would you care to comment about the California's Math Initiative which appears to have been thrust upon us without peer review? More at https://www.google.com/search?&q=california+math+misadventure+is+about+to+go+national | |
Re: Think of the reasons behind this. In fact I have in my office an old laptop from 1998 which reminds me of those days. 1. Laptops back then had not so bright displays. Today with OLED, LED and such displays, it's often too bright. 2. In smartphones, a light mode … | |
Re: The DateTime object is not a string. Read "Formatting DateTime objects as strings" examples at https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-7.0 | |
Re: https://vertexminds.com/our-story/ gave me the following: "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error. … | |
Re: Small world. My neighbor had the same problem. Drivers didn't resolve this one so we installed a USB dual band WiFi stick and it works now. | |
Re: This sounds like you want others to write the entire app. I rarely see that here. Instead you should share the code section that's not working along with why you think it fails and then ask for help on that function. If you need an app written entirely then I'd … | |
https://thehill.com/policy/technology/4162573-ai-art-cant-earn-copyright-judge-rules/ give us a preview that those that use AI, ML, GPT and such may be on uncertain ground if they want to copyright the code. You may not be aware that most of the online AI/ML/GPT systems keep copies of what you generate. So if you are creating code … | |
Re: Today I took a car in for repair. Not digital. On the way back we picked up breakfast at Taco Bell. Not digital. A few days ago I fueled up a car. Not digital. Also, no digital marketing was considered or used. Are you sure that every business is digital … | |
Re: From memory (pun unintended) I think you should think about using BitBlt. Read https://www.vbforums.com/showthread.php?271014-VB-6-BitBlt | |
I think this is more of a concern to Dani and I'm not writing this is a bug. Just interesting. Here's what it looks like now:  If DANIWEB is undergoing a rebrand like Twitter to X, I would used the greater than symbol. | |
Re: If you need the disk space, why not? If you don't need the disk space, why bother? | |
Re: There isn't one. If you look at what is out there today you will find them built on many languages and not just one. Also, is that you Elon? | |
Re: And now the bad news: QR Codes are common attack vectors. Example: # The FBI and Better Business Bureau warn criminals are taking advantage of the convenience — in some cases, even sticking malicious QR codes over real ones. # Because of this I never scan QR codes. I suggest … | |
Re: I used a C++ online compiler and it didn't like the stray single quote on line 30 but for the number ten it did something. Could you have a compiler setup issue instead? | |
Re: For decades we measured sales volume as one of the metrics. Isn't that along with profit margin what you need to strive for? | |
Re: Given each country, province, state and even cities can have different regulations your question is too open ended and can't be tackled here. | |
Re: For beginners I like to mention https://www.w3schools.com | |
Re: The thing is, when I work for a company I expect the company to provide the tools for the job. If you work as a programmer for a company they supply such things. The last work I did used a heck of a PC. It was a laptop with the … | |
Re: Looks like payware that I haven't encountered. Read https://en.wikipedia.org/wiki/Guidewire_Software Since you are paying them, ask their support for ideas. | |
Re: The green checkmark is the indicator that the question has been solved. | |
This just in from an AI researcher. Given the impact GenAI has had, it's been odd to see how unwelcome discussions about GenAI are here and other places. Then again, it is an existential threat to new and old programmers that don't add these new tools to their repertoire or … | |
Re: "CompoNet is a four-wire, industrial, bus with a master-slave architecture." As an electronics designer, I've never had to buy this. | |
Re: I see tutorials out there such as https://www.reddit.com/r/ReverseEngineering/comments/3exe9e/frida_intro_a_deep_dive_from_ui_instrumentation/ You can also see what they say at https://t.me/fridadotre | |
Re: That game with all its assets should be something close to 50 people years. Also, your site has broken links such as https://skydownloading.com/subnautica-free-download-for-pc--grand-theft-auto-v/ | |
![]() | Re: While it's ambitious, the only way for you to do this is to dive in and do this. If you were looking for tutorials, you would do research on Google to start. |
Re: That's an interesting word choice. > Affective is usually used in the field of psychology and addresses emotions and feelings. Effective is common in everyday language to describe something that produces a desired result. > - Grammerly.com Can you explain how emotions and feelings can change SEO ratings and rank? | |
Re: I think that's a basic flaw in your approach. That is, to draw RGBA you'll have an new image set as RGBA. Such as: img = Image.new('RGBA', (100, 100), (255, 255, 255)) But I don't see that so your draws will be RGB. PS. See example at https://stackoverflow.com/questions/69857786/how-to-lower-transparency-to-line-in-pillow | |
Re: 1. Web for mobile. No APP!!! 2. For Android we used the free dev system from Google. 3. For Apple the company used the free dev system from Apple. ## The best solution in the circles I run is a mobile friendly web site. ## | |
Re: From what I've experienced I have to install from oldest Windows to newest and leave unpartitioned space for the next Windows. As such I turned to google searches to find tutorials and there are plenty but. You are doing the install backwards and as such it's not a sure thing. … | |
Re: Funny you should ask. My answer is: Tesla. Here's the short version: Car makers DO NOT sell to consumers. They sell to dealers. As such they don't hear what we want. Tesla on the other hand only gets sales if they make what we want. Full disclosure: Bought a Tesla … | |
Re: As I've done a bit of Android programming I must refer you to the online documentation. Look up the following elements: Activities, Fragments, Views, Layouts, Intents, Services, Broadcast Receivers and Content Providers. There might be more but this was a list from the docs. | |
Re: I see decade old discussions about this but the short version is that the other items don't get loaded either. See https://docs.python.org/3/library/urllib.html and there are a total of 4 modules. Why it does in the idlex shell is a bit of a mystery. | |
Re: Again, until you move to a current Visual Basic we have to lean on prior discussions. 1. Google "loadpicture vb6" and plenty of examples that work. 2. To draw on that picture, example at https://www.vbforums.com/showthread.php?893506-Draw-on-StdPicture-objects 3. There will be limitations such as the Bitmap type pictures only. 4. There are … | |
Re: Can you start with a couple so I can tell what you are after? Also, I see you are in the business of either consulting or web development so you should have a few to lead this discussion with. | |
Re: To this and your other question, Yes. But I have to ask, if you want to blog why not go with WordPress or one of the others? | |
Re: Your profile notes you are in Bashkortostan Republic, Russia. Is there a city named Boston in Russia? | |
Re: My first look would be https://www.google.com/search?&q=example+blockchain+in+python Checking that out finds ready to use examples in about 60 lines of code. HOWEVER I would never do that because blockchain code should be more efficient as to energy use and more. https://www.efinancialcareers.com/news/2023/06/which-programming-language-uses-the-most-energy writes: > The results showed that Python, despite its popularity … | |
If we hadn't won the war for independence, we would have been using... ## **Biscuits!** ## | |
Re: There are at least six types of OLED displays noted at https://electronics.howstuffworks.com/oled3.htm but the pixels are being powered by row and column addressing which is why it does not take 3,020 external connections to the display panel. Similar addresses and schemes were used in LCD displays and many get confused … |
The End.