Re: VB2010: how use CopyMemory() API function? Programming Software Development by rproffitt Take a look at the example at https://www.codeproject.com/Articles/8641/Equivalent-of-CopyMemory-in-NET GCC Fails to Recognize Parameters Programming by snah19 RE: ffmpeg-4.4 Andrew Wu DJGPP CROSS COMPILER, GCC v12.2.0 Host Macbook Pro, macOS Monterey [Click Here](https://ffmpeg.org/platform.html#DOS) DJGPP Cross Compiler 12.2.0 Fails to Recognize "certain" Parameters in FFmpeg Source Code Hi, I am using the DJGPP cross compiler 12.2.0, developed by Andrew Wu, github, to build the … The Rise of AI Scams: Deciphering Reality in a World of Deepfakes Community Center by Johannes C. **Discover the world of AI scams and find out how you can shield yourself against the cunning deceptions of deepfakes.** ![deepfakes-deep-implications.jpg](https://static.daniweb.com/attachments/4/782a49e1fa4e86bd0bedf3957bec4df9.jpg) In an incident that underscores the alarming capabilities of artificial intelligence in the realm of fraud, a… Re: what's the correct way of learning programming? Programming by tinstaafl I would suggest first off is examining exactly what you want to do with your programming. There are a great many areas to explore and most languages excel in only some of those areas. If your interest is as a hobby, you could do far worse than vb.net. Not only is it a robust, plain language coding language it also includes a WYSIWYG gui editor … VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho How use and declare CopyMemory() API function VB2010? Re: VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho that link\tutorial have some errors: VB2010 don't have the 'any' type Re: VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho correct me: the Bitmaps.lockbits() and Bitmaps.unlockbits(), for change the pixels(all pixels), are more faster or like DIB's speed or more slow? Re: VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho understood ;) thanks for all... using the VB2010 is best use GDI+... if i need change all pixels, we must use lockbits() on a Bitmap Re: Getting Started With C# - The List Programming Software Development by Shahzad111 C-Sharp Tutorial is for student and prefessional who want to learn C# programming from basic to advance. We have discussed every topic of C# alonge with examples in this tutorial guide. https://c-sharptutorial.com/ Re: GCC Fails to Recognize Parameters Programming by Reverend Jim I can't offer any suggestions other than to just download the compiled app for your system instead of building it yourself. Re: GCC Fails to Recognize Parameters Programming by rproffitt Here's another problem. When we change the OS not only must we setup the compiler, environment and such but sometimes an OS API could be deprecated or removed. You made mention of a possible OS change so that's a possibility. You obtained this code from somewhere. Go back there and see if they updated it for your new OS. With All the Hype Around AI, Be Cautious Where Your Tax Money Goes Community Center by Johannes C. **Find out how a lack of understanding and accountability in government spending could be burning your tax dollars in the rush to fund AI projects.** ![tax-money-wasted.jpg](https://static.daniweb.com/attachments/4/781cd43a2d89a6b6911cc5c6a09f0f8b.jpg) Talking about AI is all over the place these days, and debates on risks, ethical concerns, … Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 I am working on an exercise from Google's Python class dealing with popular baby names. I have the program running properly when using only one filename, but when I try to use the wildcard to get all files with baby####.html files I get differing errors every time I run the program. Here is the problem code: matches = re.findall('<… Re: How can I make my website easier to use? Programming Web Development by rproffitt 1. Fix your ReviewMyLink site. Firefox balked and said: "**Your connection is not private Attackers might be trying to steal your information from www.reviewmylink.com (for example, passwords, messages, or credit cards). ** NET::ERR_CERT_COMMON_NAME_INVALID" 2. Add your other website to your DANIWEB tagline. 3. "Users:1,382&… Re: Theory on the VPN Programming Mobile Development by hazeeq Let's assume I already have a remote server with internet access, how do create such a setup similar to how ha tunnel plus works so that I am able to make a connection betweethe server and my physical device without data. Even if I have cellular data then we can use that to make the connection thereafter we can use the remote server's internet to … Re: Need best substitution for google adsense Digital Media Digital Marketing by bessieexum When searching for alternatives to Google AdSense, consider platforms such as Media.net, which provides contextual ads similar to AdSense with a large pool of advertisers. Ezoic stands out with its AI-powered optimization features that could increase ad revenue. Publishers might want to explore AdThrive with its premium ad management services and … 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 to convert from vb.net to C# ? Programming Software Development by Alilou_2 The tool is paid, but you can get its free demo license on our website https://www.ispirer.com/application-conversion/visual-basic-to-cs-migration Re: how to convert from vb.net to C# ? Programming Software Development by Emanuil23 It seems to me with the application of the programs there will be a lot of mistakes. So the best solution is to do it manually. Get error please help me the server threw an exception. Programming Software Development by JModak The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) My Code is Private Function GetXlUsedRange(ByVal filePath As String) As Object(,) Dim xlApp As Excel.Application Dim xlWorkbooks As Excel.Workbooks Dim xlWorkbook As Excel.Workbook Dim xlSheets As… Re: Get error please help me the server threw an exception. Programming Software Development by pritaeas At what line exactly did the exception trigger? Re: Get error please help me the server threw an exception. Programming Software Development by tinstaafl Have you tried looking at the answers on this page? [Click Here](https://stackoverflow.com/questions/973206/what-causes-error-hresult-0x80010105-rpc-e-serverfault) Re: Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 After I posted this question I noticed that I was missing the raw string indicator and the capture group enclosing parenthesis on the findall, which explains the subscripting error. So, hold off on the answers for now. I'm still having other issues with multiple file runs, though. Re: Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 Finished the assignment and was able to work out the bugs I was encountering. In addition to the issues I mentioned in my last reply, I had several instances of not indenting properly so that statements like exit() were not executing because their indention made them part of an if statement. Re: Refresh Database without closing form Programming Software Development by khair.ullah .NET .NET Interview questions can i create a object of abstract class and interface? Programming Web Development by jigneshdesai .NET Interview questions can i create a object of abstract class and interface? Re: .Net Framework Programming Web Development by Ramesh S .NET Framework: An integral Windows component that supports building, deploying, and running the next generation of applications and Web services. Metadata: Information that describes every element managed by the common language runtime: an assembly, loadable file, type, method, and so on. Manifest: An integral part of every assembly that … Re: .Net Framework Programming Web Development by kameswari .Net framework in short form is: Multiple languages on one platform... Re: difference between asp.net and .net framework Programming Web Development by aakanshmehra .NET framework is a collection of ready to use classes and interfaces to create applications.There are many kinds of applications which can be created - - Windows Services - Windows applications - ASP.NET web applications - ASP.NET web services - Palm/handheld device applications etc. ASP.NET is a framework inside the .NET framework … Re: Cannot get a VB.NET exe program to run on another computer. Programming Software Development by dmohanty .net framework 1.1 is there in microsoft2003 server incase u want to install in win 98 than u can find out .net framework in ur CD/DVD incase of cd the frame work will be in last cd.....