• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is the future of automative or automobile ecommerce Industry?

    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 …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What is the future of automative or automobile ecommerce Industry?

    Hi guyz, What is the future of automative or automobile ecommerce Industry?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Python IDE Gotcha

    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. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Python IDE Gotcha

    I came across this item while programming something that should have been very simple. VLC Media Player will save the last viewed position in a media file (assuming you have …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how i can read an image on memory?

    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 …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how i can read an image on memory?

    how can i read a file to StdPicture? and draw it on memory HDC? Public Sub LoadImage(strPath As String) Dim myPic As New StdPicture Set myPic = LoadPicture(strPath) NewImage myPic.Width, …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Joaquim_5 in how i can read an image on memory?

    how can i read a file to StdPicture? and draw it on memory HDC? Public Sub LoadImage(strPath As String) Dim myPic As New StdPicture Set myPic = LoadPicture(strPath) NewImage myPic.Width, …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Joaquim_5 in how i can read an image on memory?

    how can i read a file to StdPicture? and draw it on memory HDC? Public Sub LoadImage(strPath As String) Dim myPic As New StdPicture Set myPic = LoadPicture(strPath) NewImage myPic.Width, …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Joaquim_5 in how use CopyMemory() on VB6?

    thank you so much for all to all
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Joaquim_5 in how use CopyMemory() on VB6?

    on VB6 is more hard to use pointers.. it's possible, i know that, because i'm doing it, but we must know what we are doing, because it's pointers(like Multithread)... but …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how use CopyMemory() on VB6?

    While I can't guess the intended use, read https://stackoverflow.com/questions/55909731/how-can-an-hdc-bitmap-be-copied-to-a-3-dimensional-array-quickly on how to go from an HDC to arrays.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how use CopyMemory() on VB6?

    From memory (pun unintended) I think you should think about using BitBlt. Read https://www.vbforums.com/showthread.php?271014-VB-6-BitBlt
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how use CopyMemory() on VB6?

    how can i use CopyMemory() on VB6? i have these funcion: Public Sub Clear(BGRColor As Long) Dim i As Long For i = 0 To (Width * Height) - 1 …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Is AI understanding the nature language of software development?

    AI doesn't "understand" anything.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Attribute Error in Python Code

    As the message says, strings do not have a "reverse" attribute (method or property). You can reverse a string by newstring = my_string[::-1] If you run idle or idlex and …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Tarık Can in Where to get nice high quality 3D graphics?

    here have a lot of free texture. [LotPixel](https://www.lotpixel.com) Can you use this texture on Unreal engine 5.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Has anyone else had this Windows 11 Problem

    TBT, while I have a spiffy new W11 laptop I'm still migrating so I haven't seen this issue. But I won't give you nothing. (?) See https://i.imgur.com/1N625p5.png and look at …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Has anyone else had this Windows 11 Problem

    I've only ever noticed this happening while playing a video in vlc media player. I'll have the video playing in full screen with the video's folder in the background. Without …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Are there many hourly freight companies in Boston?

    Your profile notes you are in Bashkortostan Republic, Russia. Is there a city named Boston in Russia?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Are there many hourly freight companies in Boston?

    I live in Boston and here I moved many times to different areas where I lived. But of course it was hard to move independently for the first time. Then …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how about odoo development, is worth to do

    > 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 …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how about odoo development, is worth to do

    is ok to focus ?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Do you guys heard about Sustainable web designing?

    Or the way they slapped "User Friendly" on the outside of the box without actually making the software user friendly.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Do you guys heard about Sustainable web designing?

    I have no idea what it is, other than adding "sustainable" to doing everything nowadays to hint that it's earth-conscious.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in JavaScript WYSIWYG editor

    Yes, you can use something like TinyMCE.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Daniel_183 in Is it possible to perform URL-based image transformations? How can I achiev

    Is it possible to perform URL-based image transformations? How can I achieve this in my application?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in JavaScript WYSIWYG editor

    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?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching JavaScript WYSIWYG editor

    I'm developing a blogging platform and want to integrate image and video embedding capabilities. Can a JavaScript WYSIWYG editor help with this?
  • Member Avatar for rproffitt
    rproffitt

    Created Why do we use Cookies on web pages? Happy 4th of July to all.

    If we hadn't won the war for independence, we would have been using... ## **Biscuits!** ##
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Why do we use Cookies on web pages? Happy 4th of July to all.

    If we hadn't won the war for independence, we would have been using... ## **Biscuits!** ##
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How would you implement a simple blockchain in a programming language of yo

    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 …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How would you implement a simple blockchain in a programming language of yo

    Hello everyone, I'm currently exploring blockchain development and would like to learn how to implement a simple blockchain in a programming language of my choice. I understand the basic concepts …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to stackbd in Hi everyone, I'm Will

    I'm new to the forum, and just came across this community. It looks great! I myself am a sales and marketing tech guy, for full funnel business development. I look …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Does anyone track time?

    I found such to be loved by those that micro-manage. It can and has resulted in lower productivity because you spend time tracking time rather than working on the projects. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Does anyone track time?

    Hello anyone? Does anyone track time? My new project manager requires our team to track time and this is the first time this is happening to us. We are about …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Joaquim_5 in on VB6 how we create a memory DC?

    isn't working.. have to do with Windows 10?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Dani is going to be MIA

    Wishing you the best.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Dani is going to be MIA

    Hi Everyone - Just wanted to post here that Dani is MIA for a little bit, she's keeping an eye on DaniWeb via her phone, but is away from her …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in The Application of Greedy Algorithm in Computer Monitoring Software

    Maybe the tag system changed but in the past I could create a new tag if there wasn't one. And no bother at all.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in What are the 2 main types of software?

    > What are the 2 main types of software? Software with known bugs, and software with bugs we don’t know about.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in The Application of Greedy Algorithm in Computer Monitoring Software

    Why the Windows-7 tag? Also, why limit yourself here? Other algorithms such as dynamic programming or heuristic approaches may be more appropriate for achieving the desired outcomes.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching The Application of Greedy Algorithm in Computer Monitoring Software

    Greedy algorithm is an algorithm based on the greedy approach, which is commonly used to find the globally optimal solution by selecting the locally optimal solution at each step, considering …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need watspp data

    Here's what Whatsapp has to say about your Whatsapp Data: > Can’t restore my data Unfortunately, we aren't able to help you restore your chats, documents, media files, backups, or …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Need watspp data

    I need watspp data
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to mkhoeli620 in Modifying this random word program

    CAN ANYONE ASSIST ME WITH THIS PROGRAM ESPECIALLY THE LAST PART (DEF PLAY) QUESTION. IM JUST A BEGINNER IN PROGRAMMING Implement a function word_list() that reads the 5_letter_words.txt file and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to compress the over crowded data in mobile app development?

    Seems too easy an answer. Don't overload the data in the mobile app.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to compress the over crowded data in mobile app development?

    Hi Guyz, How to compress the over crowded data in mobile app development?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how win more speed with DDA?

    It's been decades since I had to optimize such but hey, let's go! 1. I see Sin() and Cos() in lines 7 and 8. Since we are dealing with graphics …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how win more speed with DDA?

    i can create a DDA algoritm.. but pixel a pixel. so what is the best speed for it? IncrementPixel = 2 For RayAngle = StartAngle To EndAngle Step IncrementAngle Distance …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in front end web development

    I posit that new web dev trends might not land you a job. Imagine a company that has a working web site and the new prospective employee wants to tear …

The End.