Re: What is best method for link building nowadays? Digital Media Digital Marketing Search Engine Strategies by KomalBhatt Use keywords in anchor text. Commit to regular link building. Build links from relevant websites. Create infographics and other visual assets. Re: preschool management system Programming Software Development by simhakidsden A preschool management system is a tool or software used to organize and manage activities, records, and communication within a preschool. It helps streamline tasks like enrollment, attendance tracking, scheduling, and parent communication for efficient operation. 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: 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 Re: sequential file save read option button Programming Software Development by arcon thanks for everything Re: sequential file save read option button Programming Software Development by SCBWV I don't understand a few things. There are option buttons and there are check boxes. So I don't know what you mean by "option button checkbox." I also don't know what you mean by "record." Do you mean print? Read values from a file? I would suggest instead of checking for "1" that you use "If chkExtra(0).Value … ChatGPT ‘Lobotomized’? Performance Crash Sees Users Leaving in Droves Community Center by Johannes C. … who believe in Santa Claus. Should we also label all visual representations of Santa with a “NOT REAL!” disclaimer? I’d… Re: What is most effective social media platform for paid campaign? Digital Media Digital Marketing by Deftsoft …, which is owned by Facebook, offers similar targeting capabilities and visual appeal, making it a strong contender for paid campaigns, especially… for brands with highly engaging visual content. Ultimately, the effectiveness of a social media platform for… Re: How do you use LLM AI tools in your daily programming workflow ? Community Center by rproffitt … tools like this. That said, I just moved up to Visual Studio 2022 and AI tools/assistants are baked in now… Re: A reliable way of detecting AI content? Hardware and Software Cloud-based Apps by Dani … deploy mechanisms that enable users to understand if audio or visual content is AI-generated. 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/ 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: 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 ;) how converte C to VB6? Programming Software Development by cambalinho how can i convert these C line: (py>>6)<<6) to VB6? Re: how converte C to VB6? Programming Software Development by Reverend Jim Remove the trailing `)` and it should work. Re: how converte C to VB6? Programming Software Development by SCBWV VB6 doesn't support <<. As best I can determine, the C code is shifting bits to the right, then back to the left, effectively clearing the lower 6 bits. In VB6, you can do the same by: Dim py As Long Dim shiftedValue As Long shiftedValue = py / (2 ^ 6) ' Shift right by 6 positions shiftedValue = shiftedValue * (2 ^ 6)… Re: how converte C to VB6? Programming Software Development by Reverend Jim Glad you were able to work it out. Why are you still using VB6? 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: how converte C to VB6? Programming Software Development by cambalinho Reverend Jim: i installed the VS2010.. seems much more faster on my laptop ;) Re: how converte C to VB6? Programming Software Development by pritaeas This might work too: shiftedValue = py And &HFC00& Visual Basic and C++ and Debug and DLLs Programming Software Development by complete …written in C++. Now, using it with my Visual Basic GUI seems to be ok up to a… point. The Visual Basic program compiles and "links" (for…same sort of variables back and forth between the Visual Basic program and the DLL. It seems to …is this. How can I run the two -- the Visual Basic GUI and the C++ DLL -- in debug … Visual Basic coding for excel database - am tearing my hair out! Programming Software Development by jonwildman Visual Basic coding for excel database - am tearing my hair out! …