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 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 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 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[RESOLVED] Outlook automation to get email addresses
I am trying to get a list of email addesses from outlook. I have managed to get the Global List of emails but they are not emails. /o=ExchangeLabs/ou=Exchange Administrative...
View ArticleWebBrowser without "about:blank"
Hi friends, In the app, we can check updates and display changelogs in a WebBrowser control. A user reported me an error number -2147417848 (Error Description: Automation error) at line Code:...
View ArticlecCairoSurface: How can I load an image that throws an out of memory error?
Hello! I am using Olaf's great PDFium Viewer. I am trying to extract image objects, and it seems that one simply is too big for Cairo. The line in question is Code: Set GetCairoSurfaceFromImgObject...
View Article[RESOLVED] The fastest way to get strings from massive ASCII(integer) arrays
In order to improve the efficiency of processing ultra-long strings, my strings are stored in ascii(integer) array, for example, the string "Hello World, Hello vbForums" is stored in the following...
View Articlehow to make office addin by vb6,twinbasic for x64
MSADDNDR.DLL?it's only x86? win32: C:\Program Files (x86)\Common Files\Designer\MSADDNDR.DLL HOW TO CHANGE twinbasic dll project to activex.exe? Attached Images
View ArticleProblem with my own dll
I have just by a new computer with Widdows 11 where I have installed VB6 and SP6. When I try to run my VB6 program in the IDE I get this error “Compile error: Can’t find project or library”. One...
View Article