Re: sequential file save read option button Programming Software Development by Reverend Jim Yes. People continue to ask about VB6. They shouldn't. And you likely won't see anyone answering questions about, for example, COBOL or QuickBASIC, except in a historical context. The only VB6 question that should be asked is "why are you still using it?" Re: sequential file save read option button Programming Software Development by rproffitt I noted the issues with your post and the problems with what is a dead system. While I do have one last VB6 dev laptop in storage I only pull it out for paid work. And at 250USD a hour the only company that pays is very careful about their requests. You ignored how such problems are presented. ZIP file? Too dangerous today. You could have … Re: sequential file save read option button Programming Software Development by arcon because it still works and there are many people who use it, thank you Re: sequential file save read option button Programming Software Development by arcon because it still works and there are many people who use it, thank you sequential file save read option button Programming Software Development by arcon I think I can record but I can't read with the option button checkbox I don't know if I do the recording procedure correctly Re: sequential file save read option button Programming Software Development by rproffitt 1. With so few having VB6 now, you need to move to a current release. Help will be hard to find. 2. I can't load up your project. Few others can so by not posting the relevant code in the clear with your assessment, you see the issue? 3. VB6, while I coded very large projects long ago, "It's Dead Jim." That is, you're on a deserted … Re: sequential file save read option button Programming Software Development by arcon Sorry but you have not given a solution to the issue, because I see that here in this forum people continue to ask about vb6.0 Re: Create And Install Windows Service Step By Step In C# Programming Web Development by rproffitt Since the answer would be many pages long, read https://learn.microsoft.com/en-us/dotnet/framework/windows-services/walkthrough-creating-a-windows-service-application-in-the-component-designer and consider the two other pages noted there. Create And Install Windows Service Step By Step In C# Programming Web Development by Rabiya_1 … = new FileStream(@ "d:\TestServiceLog.txt", FileMode.OpenOrCreate, FileAccess.Write); StreamWriter sw = new StreamWriter(fs); sw.BaseStream.Seek(0, SeekOrigin… Re: What is ROI in influencer marketing? Digital Media Digital Marketing by rproffitt Given your posting history, you seem to put out single line questions that would be dancing around your real question or goals. I see few reply to you so why not skip all that and write what you really want to write? Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by myresellerhome … email should be clean and visually appealing with easy-to-read fonts and mobile responsiveness. Focusing on these important components can… Re: How is Website Framework detected Programming Web Development by rproffitt 1. Read the source Luke. 2. Wappalyzer Chrome extension Read file properties of video files in C++ Programming Software Development by Thomasio I want to figure out what Windows does when you right-click a video file and check properties and I would like to write a similar piece of code in C++. I should be able to figure out how to read the file type and size, but I'm lost in how to get details of the video like resolution and runtime. Which API commands does Windows use there? Re: Read file properties of video files in C++ Programming Software Development by pritaeas … way I learn... There is no real Windows API to read video info, as this info is different for each video… format. With the Windows Property System you can read some information, but it is not accessible with all platforms…. Personally I'd choose to learn how to read the video formats you need (which IMO works best with… Re: Read file properties of video files in C++ Programming Software Development by rproffitt … to profile and log what apps access that I can write that Windows does open the file for a peek. And… Re: Read file properties of video files in C++ Programming Software Development by rproffitt … got better", such are better now but I still read complaints it's not exact. So here's the thing… Re: Read file properties of video files in C++ Programming Software Development by Thomasio … that may be because of a file format Windows cannot read correctly. But then for the video files where Windows does… Re: Read file properties of video files in C++ Programming Software Development by toneewa …/avio.h> } int main() { AVFormatContext* fmt_ctx = NULL; int ret; // read the header of input stream. ret = avformat_open_input(&fmt_ctx, "… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 ….name}") file_contents = file_tar_bz2.extractfile(file_info).read() elif file_info.isdir(): # Read the contents... logger.info(f"Is …name}") file_contents = file_tar_bz2.extractfile(file_info).read() elif file_info.issym(): # Read the contents... logger.info(f"Is… How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 …regarding the ‘TarFile’ object having no attribute ‘read’ after running my script. when it comes to…bz2', mode='r:bz2') as file_tar_bz2: # Read the contents of the compressed Netbox media backup file… file_contents = file_tar_bz2.read() # Create a file-like object from the… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem ….open('foo.tar.gz','rb') >>> bytes = gz.read() >>> print(len(bytes)) 10240 >>>…('foo.tar.bz2',mode='rb') >>> rawbytes = rawfile.read() >>> print(len(rawbytes)) 181 In other words… Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by usmanmalik57 …;>` and `<<database>>`. Next, you can write a query string and pass the database object and the… Re: Improve HAVING BY performance Programming Databases by Biiim … did on SSD vs M2 SSD was read: 447MB/s vs 5.9GB/s write: 460MB/s vs 4.1 GB/s… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … USB but selecting "World" as my region. I read somewhere a while back that if you select any specific… was not fun, especially when disk 39 frequently had a read error. @toneewa - it may seem as if I am being… Re: ASUS Laptops - my experience Hardware and Software by toneewa … was not fun, especially when disk 39 frequently had a read error. Not that many, I still have them. Highest was… 6 for booting, so I could read a CD. I wrote on them, "BAD" if… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim In your code where you write `mail($to,$subject,$message,$headers);` if you want to get … Re: AirTM API: How to Build a Form? Programming Web Development by Dani … other language. Are you using a server-side language to write your web app? If so, which one so we can… Re: Things I hate about TV shows Community Center Geeks' Lounge by KomalBhatt … out of the story and makes me wish I could write the script myself. And don't even get me started… Re: Improve HAVING BY performance Programming Databases by toneewa … not impressed by only 95 INSERTs/sec, and a maximum write speed of 175 KB/s for importing data. Increasing to… Re: Improve HAVING BY performance Programming Databases by Dani … whether where or having is faster. You would need to write queries that use each, but retrieve the same data, to…