Re: ASUS Laptops - my experience Hardware and Software by rproffitt https://www.asus.com/support/faq/1044458/ notes the Intel RST as well. As to BB/GS, I've found them hit or miss on this area. And on some models you "Disable Intel Volume Management Device (VMD) technology". I'm of the opinion that such steps should be automatic and built into "modern" Windows. Yes, ChatGPT Got Dumb & Lazy, but 4.5 Could Be a Gamechanger Community Center by Johannes C. **OpenAI admits that ChatGPT has become less efficient. Can version 4.5 defeat the current slump and lead us to the edge of AGI?** ![chatgpt-lazy.jpg](https://static.daniweb.com/attachments/4/b8e14034d1a6168c59a69dc79552f349.jpg) Last week, the AI community was stirred by a [leak](https://bgr.com/tech/chatgpts-gpt-4-5-update-might-have-just-… The Roles and Responsibilities of a Full-Stack Developer Programming Web Development by minap54304 A full-stack designer makes and keeps up with both the front-end and back-finish of a site, web application, or PC program. Here is a breakdown of the jobs and obligations related to the profile. * Making intuitive UIs with JavaScript and HTML/CSS structures and libraries * Keeping up with cross-stage similarity so applications run as … how convert cur images to image? Programming Software Development by cambalinho how can i convert cursor files to image? i need see the cur\ani on picturebox?(just for learning) Private Sub btnChooseImage_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnChooseImage.Click If (ofdChooseFile.ShowDialog = Windows.Forms.DialogResult.OK) Then If (ofdChooseFile.… Re: VB6 how send parameters on CreateThread()? Programming Software Development by rproffitt While I see the discussion at https://www.vbforums.com/showthread.php?902072-how-use-CreateThread()-with-parameters appears to have solved this I will share an old workaround I used decades ago. It was decades ago and the API was limited so I put the parameters into a file that the new thread would read and act on. It worked and as such never… Re: How can I resolve the 'SSL_ERROR_NO_CYPHER_OVERLAP' error in Firefox? Programming Web Development by rproffitt This is now something we might see if some site is not maintained. You contact the web master and ask them to fix it. The second reason could be trying to use a very old version of Firefox on say Windows XP. You left out what Firefox version so do try it on a current smartphone and PC that is up to date. Re: how converte C to VB6? Programming Software Development by Reverend Jim I always recommend ditching VB6. It is super old technology. If you were using Python 2.x I would also advise moving to Python 3.x for the same reason. If you stick with the old you will be left behind. If I were a potential employer I would not hire anyone who only worked in old tech except for the very rare case when it is required to maintain … Re: VB6 and Windows 11 Programming by wolfnero How you fix the taskbar flickering? Problem with the external hard drive Hardware and Software Microsoft Windows by Ryan Morgan Hello, I have encountered an unpleasant event. My external hard drive has stopped working. The disc is no longer readable . When I connect the disc to my computer, the system asks me to format it. There are very important files on the disc. Does anyone know how to help me? Re: Problem with the external hard drive Hardware and Software Microsoft Windows by rproffitt If this is your first foray into data recovery, it's best to send it to data recovery shops. Any do-it-yourself or recovery apps are never a sure thing. You can try RECUVA but sometimes folk balk that it doesn't FIX the drive. No data recovery app should write to said drive. It should only recover or copy files out. Writing to a damaged … Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Reverend Jim You might try [spin-rite](https://www.grc.com/sr/spinrite.htm) Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Dani Ugh, I'm so sorry that happened. I've had that happen with two different external hard drives over the years ... both were LaCie drives from a very long time ago. Unfortunately, I never took any steps to try to recover them, and lost the data on them at the time. I hope you're able to figure something out in this case. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Ryan Morgan I was recommended to pull the disc out of the box and connect it directly through the SATA interface. Now I have this picture. ![1705410656369.png](https://static.daniweb.com/attachments/5/faf0387d6f2856e439aaa3f87fb6add2.png) Re: Problem with the external hard drive Hardware and Software Microsoft Windows by pritaeas I'd recommend to stop messing around and bring it to a specialized recovery shop, as rproffitt already mentioned. The more you tamper with it, the more chance you'll lose your data. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by cored0mp Assuming you intend to ignore the sound advice of your compatriots here, I recommend having a look at a tool called Foremost. I'm a specialist and that's what I would use. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Ryan Morgan I was able to solve this problem. First, I was able to make a copy of the disc using [Clonezilla](https://clonezilla.org/downloads.php). I came across this video tutorial. [Click Here](https://www.youtube.com/watch?v=0L2vCS-dV-M) True, it cost me $97.95, but that's nothing compared to taking the disc to a specialist. I risked … Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Dani I’m glad you were able to recover your important files. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by mreza Have you tried connecting your external hard drive to another computer which running a different operating system? Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Mikey37 Hi Ryan Morgan, I'm am glad your were successful in recovering your data. I have dealt with several similar situations. Some were with my computers, other times, friends and family members. As you, I bought data recovery software and dealt with the process myself. Making the decision whether to take it to a pro or do it myself, came down to … Re: 9 Digital Marketing Secrets For Businesses in 2023 Community Center Say Hello! by bessieexum In 2023, businesses looking to enhance their digital marketing strategies should focus on several key trends: **User-Generated Content:** Utilize customer-generated content for authenticity and effective word-of-mouth marketing. **Artificial Intelligence:** Employ AI for content creation, keyword research, and brainstorming. **Short Videos:** … Re: The Roles and Responsibilities of a Full-Stack Developer Programming Web Development by Deftsoft A Full-Stack Developer is a professional with expertise in both front-end and back-end technologies, capable of handling various aspects of web development. The roles and responsibilities of a Full-Stack Developer encompass a wide range of tasks, including: **1. Front-End Development:** * User Interface (UI) Development * Client-Side Scripting… Re: Yes, ChatGPT Got Dumb & Lazy, but 4.5 Could Be a Gamechanger Community Center by carriejo810 I did not quite feel it personally thought. But Bard is catching up for sure. Re: PHP Contact Form to Send SMS Programming Web Development by geethu_3 Hello, nice tutorial .I used this form but not send sms . Could you please help me solve this problem. Re: PHP Contact Form to Send SMS Programming Web Development by pritaeas What exactly is your problem? As stated in a reply, SourceSMS is no longer available. Re: how convert cur images to image? Programming Software Development by pritaeas Not easy, but [here](https://github.com/thetrik/VbPng)'s a lot of information. Basically, it's an [ICO file](https://docs.fileformat.com/image/cur/). Re: how convert cur images to image? Programming Software Development by cambalinho damn i can't edit.. it's VB2010 and not VB6... but the tags is vb.net... i'm sorry Re: how convert cur images to image? Programming Software Development by Reverend Jim Why not just load it into paint.exe then save as whatever format you want? Or you could download [ffmpeg](https://ffmpeg.org/) (free) and do ffmpeg -i myfile.ico myfile.jpg (or whatever format you want) ffmpeg can also be used to convert video between any formats. Also subtitle files. ffmpeg is a portable app (no installation required)… Re: how convert cur images to image? Programming Software Development by cambalinho like i said: is for learning... we can use that images in several places ;) Re: My Screen Stuck At 4 Bit And 640 X 480 Pixels!! Help Please Hardware and Software Microsoft Windows by jbennet Windows Re: 3 word story game Community Center Geeks' Lounge by Serunson windows can be