[RESOLVED] Any troubleshooting ideas to solve CR causing VS crash?
I can't preview a crystal report because whenever I do it crashes Visual Studio. We might be using CR not the way everybody else does. We have rpt files and we run them in Visual Studio. We have a...
View Article[RESOLVED] ManagementObjectCollection on PC shutdown
Hi. I'm using a ManagementObjectCollection object. My issue is that when a remote PC I'm monitoring shuts down, the ManagementObjectCollection will not function anymore. To explain further, if I do...
View Articlevb6 Convert a value beyond the long range to a hexadecimal number?
I want to convert a decimal number to a hexadecimal number program, to convert a value beyond the long range to a hexadecimal number, is there a way, 20200430110900, how to become 125F477608B4 Code:...
View ArticleVS 2017 rename assembly uncode hex encoded names using dnspy like \uE000
:wave: How can I rename every single unicode variable name ? Its hard to analyse, and also build. It raises a lot errors. I know, I can change their name via edit property, but its really hard to...
View ArticleFill a Data Table
Hello, I need to populate a DataTable in order to display it with a DataGridView afterwards. I stored in a variable a string of 670 characters that I have to split into groups of 10 in order to display...
View ArticleHow many programming communities have closed down? Source website closed
3.63 million programming source materials united development network-pudn.com http://www.pudn.com/ Upon receiving a request from the Office of the Cyberspace Administration of China, this site contains...
View ArticleIntegrate Node.js to VB6 (or RC6)
There are many excellent libs on the Internet that are written in JavaScript or TypeScript, but it is difficult for us to use these libs directly in VB6, because the default running environment of...
View ArticleVB.NET, Powershell and Exchange Online O365 (Connect-ExchangeOnline)
I have an application that automates multiple processes in my organisation including manipulating settings in Exchange 365 Online, setting setting for new users/leavers, amongst the tasks of logging to...
View Articlemy waifubot is better than ever
https://streamable.com/pzlqvq hey funky hamster I wish cancer and horrors on you and your daughter tbh ngl you are inferior coders, I am the king of AGI, you cant even comrehand how much I mog your...
View ArticleNeed help with flexgrid
Hello vbforums I have a table like this ID---------- Item 1 ---------- aaa 1-----------bbb Code: Select* from Tbl where ID=1 group BY ID, Item" Do While Not Rs.EOF Text1.Text = Text1.Text & " "...
View Article[RESOLVED] Need help with flexgrid
Hello vbforums I have a table like this ID---------- Item 1 ---------- aaa 1-----------bbb Code: Select* from Tbl where ID=1 group BY ID, Item" Do While Not Rs.EOF Text1.Text = Text1.Text & " "...
View ArticleVb6 res file size error?DWord Alignment of VB Resource File Entries
I put the DLL and OCX into the resource file, which can be loaded without decompressing it to the hard disk, but the file size was mistaken by the compiler. As a result, the DLL cannot be loaded in the...
View ArticleGetting the selected item in a ListView control
I am trying to get the selected item in a ListView control, the multi select is set to FALSE. Is the SelectedIndexChanged event the best place to respond to a change in selection? How do I get the...
View ArticleWhy Windows Explorer sometimes goes blind
You probably know that in Windows Explorer, the address bar also acts as a progress bar (when loading the screen). When you navigate to a new folder, Windows Explorer shows the empty icons of all the...
View ArticleAPI For StrConv(Block, vbUnicode),MultiByteToWideChar(GetACP
StrConv(Block, vbUnicode),Frequently prompts memory overflow for no reason。 ByteToUnicodeStr Under normal circumstances, it will run 30-50% faster than StrConv (Block, vbUnicode) how to call by api?...
View ArticleTreeview CC version 5 error 360 'Object already loaded'
I'm using Treeview from Common Controls version 5 because it can be themed. I have SP6 installed. I found a weird bug: If the project is opened directly when you start the IDE it works fine, but if you...
View Article[VB6] Windows 1.0 Project OPEN SOURCE NOSTALGIC
Hello everyone I would like to share my distribution of this program in vb6 that you helped me to make open source a mini windows 1.0 gui functional but I ask you to read infor.txt thanks to everyone...
View ArticleradBasic Live Presentation
radbasic will do a live streaming presentation on may 3rd, here is the link: https://www.youtube.com/watch?v=2AauNNQeNS4 Please consider supporting this project, as many options as we can have to...
View ArticleVS 2019 Apply text to PictureBoxes
Using : Microsoft Visual Studio Community 2019 - Version 16.9.4 I have a problem adding text to PictureBoxes in my application. The Form contains a grid formed by PictureBoxes inside a GroupBox. When a...
View Article