[VB.Net & Word 2019] Problem with an IF statement
I have written my own Ribbon add-in in Visual Studio, to replace lost functionality in a move from Word 2010 to Word 2019. My button in question is intended to embed an outline around a selected...
View ArticleForm on desktop background
Hello friends, I want to place a form in full screen under the desktop icons. I saw several articles and projects but none of them worked properly. It seems that the handling of forms has changed in...
View Article[RESOLVED] "This breakpoint will not currently be hit"... code mysteriously...
"This breakpoint will not currently be hit. No executable code of the debuggers target code type is associated with this line. ..." That's what it's saying about a class Initialize routined. But it's...
View ArticleChanging Font. Get warning about it being ambiguous
I have a function that will change the font, enable, and visible of a ctrl. The issue is that I am getting an Abiguous error message. Looks like several inports has a similar functions. I use a Label...
View ArticleShow ToolTipText
How can I get a control ToolTipText to show and Hide when the control has any change e.g. BackColor etc. My app slowly goes through a set of controls changing, for example, BackColor and I want the...
View ArticleVB6 complains about not being able to find project file C:\WINDOWS\TEMP\VB...TMP
Hi! I don't know what I did to trigger this, but when I stop debugging, VB6 acts as I attempted to fully close the project and tells: VB6 could not find the project fileC:\WINDOWS\TEMP\VB...TMP Does...
View Article[RESOLVED] Do I really have to distribute comctl32.ocx for ever?
I'm trying to weed out unneeded declarations in my app. A long time ago I started having to install the ocx due to problems with users common dialog control. My declarations refer to comctl32.dll. Is...
View Articleget also hyperlink from in html page
This site. https://www.lottologia.com/lotto/arc...ault&year=1871 With the code: Debug.Print oDom.all.tags("table")(2).Rows(I).Cells(0).innerText i get 30 Dicembre but i need to get the link in...
View Article[RESOLVED] Anyone familiar with WIC/D2D who can help figure out why nothing...
I was trying to make a UserControl from the WIC Animated Gif sample. The C++ example works (for 64bit, PtrToUlong(pThis) must be changed to (LONG_PTR)pThis). The UC wasn't working and seemed to have...
View ArticleString To File, Fastest
I have many (qty unknown) variable length strings to write and read to and from a file. I do not know the maximum length of string. The string is using a verticaltab to delimit arguments in the string....
View ArticleNeed help with PCRE2
I have downloaded ver 10.XXX from git hub but cannot find a binary dll. I also down loaded cmake and then set as an Eviron path. all ok so far. i then CD to the PCRE2 folder. then in cmd type cmake -B...
View ArticleVS 2022 Can't "programatically" check a checkbox in ListView?
Help. I fill a listbox (with "checkboxes" attribute set to True), and then try to check the boxes. But when I try to "programmatically" check a box, I get an "Invalid Index" error. Code: For...
View ArticleOperator '=' is not defined for types 'Integer()' and 'MyDefines.ENUM_RUN'.
I'm getting the shown error for a Case statement. Now I don't get any error for similar calls in my main form EPIQ class, however, in the Browser Form this is happening. This is a Webbrowser1 base...
View ArticleSudden VB6 run-time error 48 on Windows 11
I have a VB6 program that I wrote years ago and update often. I use it frequently twice a year to run fundraisers for several local non-profits. The last fundraising effort ended several weeks ago...
View ArticleException Unhandled on MouseMove
I have a textbox that I am growing and shrinking based on wether the mouse is on or off of the control. Everything works great for several moves, maybe a dozen, then the program crashes with the...
View Article