how 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 ArticleCreating a proxy for LLamaSharp with TB to consume in VB6
Hello everyone! I'm still using VB6 for most of my projects, as they're very large and take years to migrate. So far, I only use TwinBasic (TB) partially. With help from this forum, I already managed...
View Article[twinBASIC] ucAniGifEx - Animated Gif Control for tB/VB6//VBA x86/x64
ucAniGifEx v1.0 Code: /******************************************************************************** ucAniGifEx v1.0 by Jon Johnson, ported from Windows SDK WicAnimatedGif example, with...
View ArticleConverting RGB to Grey scale
Dear all i have been away from VB.net for a long time. Just dealing some codes VSCode in Ubuntu. Just succeeded some till dealing floating point errors in C. According to my age and time line just...
View Article[RESOLVED] VS2022 4.5FW Application icon problem
I’m just finishing up a project I’ve been writing. I changed my app. Icon, but I didn’t like it, so I made another. Added my icon to my.resources, swapped the icon in the properties page. The new icon...
View ArticleOpening a specific Excel file for VSTO add in
Good afternoon, I'm using VB.NET to create an excel vsto add in. When we run the debug process in a "Normal" way in VB.NET, the excel app opens. But what I would like to do is instead of opening the...
View ArticleExcel WB Fails to open
I don't see what the issue is so I'm back here to see if anyone can see the issue. I have an OpenWB function that pulls in the path, filename, ext and combines them into the path. Then I call...
View ArticleRC6SQLite WAL-Mode + Encryption + Multi-Process Access via ActiveX/OLE - Any...
Hello everyone, I’ve enabled WAL (Write-Ahead Logging) in my RC6 SQLite database using: Code: cn.ExecCmd "PRAGMA journal_mode=WAL" It seems to work fine – the -wal and -shm files are created as...
View Article