Entity Framework Core 5 appsettings.json and logging using SQL-Server
If using .NET Framework 5 with Entity Framework Core5 and like to configure your connection string and logging see the following GitHub repository. Log options (which can be modified easily) Code:...
View ArticleCool menu,Nice menu for vb6,Modern UI style menu
The image below shows a very old my subclassing menu: Download Menu Extended https://www.vbcorner.net/download_menuex.htm It runs very slowly, for unknown reasons,on win8.1 Attached Images
View ArticleVB6 Office ribbon Activex Control,ribbon Ocx
Code: .AddTab "tab2", "Tab 2", True .AddCat "cat2", "tab2", "Group 1", False, "" .AddButton "but8", "cat2", "Search1", "save", False, "", False .AddCat "cat3", "tab2", "Group 2",...
View ArticleHow do I code pointers in Visual Basic? (Relating to Cheat Engine) I'm so...
I use Cheat Engine and in Cheat Engine you have Memory Addresses and Pointers. In Cheat Engine I got my Memory and Pointers to work just fine. Now trying to do this Visual Basic is a pain. I must be...
View ArticleMsOf365 Can you find the problem with this?
Hi, I am struggling through this code. Goal: If value in column F changes then call mail sub based on the condition on respective value in column C as well as new value in F. Note: My dashboard values...
View ArticleUsing registry to determine Window's OS name, any downside?
I just verified manually that I can determine which Windows OS I'm on from the registry: HKEY_LOCAL_MACHINE\software\microsoft\windows nt\ currentversion ProductName I manually verified on W7, W8, W10...
View ArticleVS 2019 How do I create a many-to-many Relation?
I need to bind a DataGridView to a many-to-many Relation. I know how to create both of the one-to-many Relations: Code: 'VendorTypes and VendorMembers dsMain.Relations.Add("VendorTypes_VendorMembers",...
View ArticleVB6 Call Web Api Winhtt 5.1
Hello friends, I need to call VB6 with a few commands from the website, such as receiving the price of digital currency I have a sample code but it has a problem please guide me To get information from...
View Article64-bit process remote hook technology and some changes in the 64 module...
Talking about the 64-bit process remote hook technology and some changes in the 64 module export table I have used Yi Language for more than 10 years, and what I have left is only some nostalgia and...
View ArticleHey, We can build ActiveX dll with the MSOffice's VBE now!
Only the question is we don't have the 64 bit of MSVBVM60.DLL such as the dll cann't be registid crecttly. for more information please look at the thread...
View ArticleReading specific elements from item in database and placing them in multiple...
Let's say I have an item in the database which contains "?! ES ?! AW ?! FF ?! XM". How do you place the the letters "ES" "AW" "FF" and "XM" in multiple textboxes, each textbox containing one of the...
View ArticleHow to add my ordering items in a table before saving them in DB
Hi. I'm new to PHP development. I'm working for my practice on a dummy website. Its kind of sale project. Its an ordering Form. Where I have list of items to select from. Once the item is selected,...
View Articlehow do we fill in school.xlsx file age column from age.xlsx file by using...
*how do we fill in school.xlsx file age column from age.xlsx file by using name column with visual basic in excel? Tables have variable length and have more than 10000 rows. school.xlsx |A | B | C|...
View Articlehow do we fill in school table age column from age table using age column...
how do we fill in school table age column from age table using age column with visual basic access using update? Tables have variable length and have more than 10000 rows. school table |A | B | |:----...
View ArticleVB6 check for sound on speakers
Hi, looking at some old code to 'test for silence' on the speakers... https://www.vbforums.com/showthread....Sound-Tutorial Comment #4 to 'record sound', although I'm not looking to save anything, just...
View Articlewhy loop_2 is faster more than loop_1?
hi ALL ~ Code: Private Sub Form_Load() Dim w As Long Const count = 100000 ReDim aaa(31) As Long ReDim ccc(count, 31) As Long ReDim id(count) As Long For w = 0 To count...
View ArticleHow do we change our update statment? we want to add rows from NEWschoolmark...
How do we change our update statment? we want to add rows from NEWschoolmark table that does not existed in schoolmark table UPDATE schoolmark INNER JOIN NEWschoolmark ON schoolmark.field1 =...
View ArticleW10 Update and Scoll bar
Hi there I hope that everybody is fine, and safe Please, I would be extremely grateful if somebody could help me to detect following problem. I am utilizing a VB6 project in W10 1909. Following is the...
View ArticleAdd something to default Right Click Menu
I have been wanting to know for a while how to do this, but I guess I dont exactly know what to look up to find it. How do you add a context menu/item to the default windows context menu for right...
View Articledeclaring variables and not using them
HI, One of the most common mistakes a programmer makes is declaring variables and not using them. But what is the negative effect of this, besides lines of code not used? Reagrds!
View Article