Sudden 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 Article[RESOLVED] Exception 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 ArticleA Database-System called "Voldemort"?????
Stumbled across this one: https://en.wikipedia.org/wiki/Voldem...ed_data_store) Quote: Voldemort is a distributed data store that was designed as a key-value store used by LinkedIn for highly-scalable...
View ArticleHow to prevent - Application cannot be started.
Hi there, A lot of our users get the following message, usually following a published update. The solution we've been using to allow us to open the Application is to delete as much as we can from this...
View Article[RESOLVED] EnableWindow - Bad Calling converntion
Code: private declare function EnableWindow lib "user32.dll" (byVal hWnd as long,byVal fEnable as long) as long EnableWindow form1.command1.hwnd,0 Obviously I am doing something wrong but for the life...
View Article[RESOLVED] Terrible at math, can't figure out scaling
The following code works to draw an image centered, and can shrink it if the window is smaller than the image. But I'm so bad at this kind of thing I can't even think of a way to modify it to enlarge...
View ArticleVS 2022 ZipInputStream Read Size Mismatch
Hello, I am getting periodic "Size Mismatch" in my code. Below is the function in question: Code: Private Function Decompress(ByVal toDecompress As Byte()) As Byte() Dim currentEntrySize As...
View Articlehow to save all clipboard data with types
it's by AI I don't know if there is a ready-made code, and I don't know if it can run. ' ???????????? Dictionary?Format -> ????? Public Function SaveClipboardData() As Dictionary Dim fmt As Long Dim...
View ArticleVerstappen 5x World Champion ?
I don't really have a good reason for starting this thread, other than I think Hamilton is possibly done, and that other thread is getting dated. As of when he got promoted to F1, I've been a Piastri...
View ArticleVideo Size reduction
Hi. Does anyone have any code that reduces the size of a video and shows progress. I have been playing with FFmpeg and can get the size down, i can see the cmd pop up and shows the progress but would...
View ArticleC# : My code Doesn't work to prevent repeating barcode value
C# : My code Doesn't work to prevent repeating barcode value How to fix it ? Code: string msg = ""; try { //Add Data DB.run("insert into item values('" +...
View ArticleBest way to restart program to avoid reentrant (stack crash) for program
I need to have the program restart from function 0, but it can't be reentrant as the stack will eventually crash. I know because the VBA program does after some time, but it's single thread only. I was...
View ArticleOleTranslateColor for OLE_COLOR to D2D1_COLOR_F: Blues turns orange. red...
Black, white, grays, greens are all ok. But when try reds and blues, the color gets messed up. The pipeline is Code: Dim clrb As Long OleTranslateColor...
View ArticleOnly if I knew the keyboard better
User needs to precision fiddle with minute dimensions and position of objects on the form. Also I need fast gross changes. I know the simple use of Shift Ctrl-Shift Alt-Shift Ctrl-Alt-Shift along with...
View ArticleRelated File Usage
Project / Add File [] Add As Related Document Say I want to have Help text in this file ready to go.. Do I check the Box or not ? What is the difference ? How do I access the contents of this file at...
View Article