RC6: Possible bug report NOT NULL DEFAULT constraint error
Hello! I get an unexpected error in the following case. Does anybody know a workaround? This is currently blocking me. Thank you! Perhaps RC6 has a problem with internally treating '' as NULL. This...
View ArticleChange "Startup object" of the current project via Add-In
Hello all! I'm developing a VB6 add-in that should make several changes on the current project. Now I'm stuck on modifying "startup object". 1) There is no such property in VBIDE.VBE.ActiveVBProject....
View ArticleMS is closing Skype and moving to teams that is...
A blotted piece of crap. I don't like skype much but I definitely hate teams. You need to be MS depended on all the office tools and I definitely not using it outside of the company. So is there and...
View ArticleMerge cell of first row
Instead to fill the first row with a number in msflexgrid, i need to merge the cell, from 1 to 10, with text "Seleziona" and center text... my code: Code: Private Sub CREA_MSFLEXGRID() With...
View ArticleMake Hex File
I found a need to use data samples in Hex format that were created using "C" based programs. The problem I ran into was the fact that they used lower case characters (eg 5a) and VB used upper case...
View ArticleVB Net does not have GetElementsByClassName what is the substitute?
I'm finding out that there are some GetElements not available in VB like in VBA, so I need some help to obtain the class of a tree. I have a class "TreeCategoryViews" that I would like to capture and...
View ArticleRC5/6 & Cairo: How to Preserve Alpha Transparency in Picture for VB.Image...
Hi, Using only RC5/6 and Cairo, how can I get a Picture with proper alpha transparency from an SVG and a PNG image for use in a VB.Image Control ? In the example below, the transparent pixels are...
View ArticleAssertions, Assertions, Assertions - How much is too much?
PS. What I'm specifically asking about is when the same thing is being asserted multiple times as it gets passed from procedure to procedure. This is all in place and working very well, thank you. :)...
View ArticleVB6 HOW TO GET RES DATA BY FindResourceEx API?
FindResourceEx CUSTOM GROUP,ID=STRING OR 101?
View Article[RESOLVED] Hourglass class not working
Hi I've take this class (hourglass.cls) from vbIDEUTILS (https://github.com/tannerhelland/VBI.../tree/master): Code: Option Explicit Private nOldMousPointer As Long Private Sub Class_Initialize()...
View ArticleVS 2022 [RESOLVED] Need assistance editing code.
I have this project, most likely many members here helped me create it about a year or so back. I think I am in the correct section of code where I need to add an "If"(?) statement to not load data...
View Article[RESOLVED] After importing a VB6 project into tB, do I still need the...
A basic question here: After successfully importing a VB6 project into tB, do I still need the original VB6 files? It looks like all the code files are now in the tB project file and any changes made...
View ArticleSite Access Good Now.
Congratulations! I see VBForums has addressed the large number of visitors that has been hampering site access. When I attempted to add a posting, I was greeted with the message that Cloudflare was...
View ArticleFILL aaray with space
I ned to fill an array in this mode: 1 22 58 14 26 for each click cell in msflexgrid: this is my flexgrid in attached file and post the result in a label named LARRAY Attached Images
View ArticleVB6 - DIB's and Pointers: sharing some code
using VB6 is hard for graphics... but we can do several things using API functions with DIB's and Pointers... heres a resolte: https://i.imgur.com/Ykk9Tfn.png it's a RayCasting code... on these code i...
View Article