VS 2019 Flowlayoutpanel not showing controls added at runtime
I am using the following code to add pictureboxes for each image in a directory to a flowlayoutpanel but nothing is showing up. I have also tried to add them to the form itself and adding them to a...
View Article[RESOLVED] Why does this not draw an image ?
Hi, I can't see why this does not draw an image on my form. I expect it's something basic but I can't see what. I've checked that 'img' does in fact contain a 'System Drawing Bitmap'. vb.net Code:...
View ArticleRC6 - New encrypt option for Sqlite DB: SqlCipher
RC6 Sqlite provided some options for DB encryption (new "codec" property) ... One of the options is SqlCipher ... however, I couldn't find a way to open a DB generated and encrypted by the SQL Browser...
View Article[RESOLVED] That annoying 'dong' sound when something ain't right....
I have textbox which converts lower to upper case, and then when I press the Enter key, it calls a small subroutine, which after setting some variables, starts a Timer. When I press that Enter key...
View ArticleVBA script to insert new rows based on data in other cells... then cut data...
Hi, I have a spreadsheet that contains mailing list data. It's in a format in which there are Alt1Email (column R), Alt2Email (column S), Alt3Email (column T), and Alt4Email (column U). Wanna cut and...
View ArticleNeumorphism Design
In this case, it is, on the one hand, a class Module and, on the other, a Usercontrol to create a modern user interface called Neumorphism, which began to become fashionable as of 2020, although it is...
View ArticleOffline Support for Database Operations
I am currently working on a desktop application that works in tandem with a web based application to manage maintenance tickets for an offshore company. The reason for the desktop application is...
View ArticleUse "Service-Client-Interface" design pattern in VB6
Recently, I've been browsing the source code of VSCode. VSCode seems to use a lot of "dependency injection" (Service-Client-Interface) design pattern. I'd like to know: (1) If there are similar design...
View ArticleITaskbarList No tlb?
Hello I am trying to pass the calls of ITaskbarList meditating CoCreateInstance + DispCallFunc etc etc, a bit for learning a bit more to not use the tlb, but apparently I have not been able to start I...
View ArticleVS 2017 [RESOLVED] how can i send waze directions?
hey is there a way to send waze direction with adress of my business? and when a customer openes the link it directs him to the shop tnx for any info salsa :)
View ArticleIssues with Basic Test Program
Hey everyone, I have tried to program a simple game in Basic. The game which is called Tic tac toe with a multi-page query. When starting the game I always get the error message Else without If. I...
View ArticleHow can I use fill from a typed dataset to be applied to my datagridview...
Hello: I have a typed dataset query that produces exactly what I want. How can I use fill from a typed dataset to be applied to my datagridview datasource? Code: Private Sub frmHistory_Load(sender...
View ArticleHow to paste data into multiple cellls in datagridview
Hi, i'm trying to copy datas like the following So I'm copying Quote: 03-17 10:55:03 DOGE/EUR Limit Buy 0.04816 0.04816 11,740.0 11,740.8 565.39840 (eventhough I don't know why when I copy it on a...
View ArticleChange app.path
Hello everyone I wasinstalling my application in C partition Now I moved the application to D partition. I was storing my images in the application path and save their path in database. they look like...
View Article[RESOLVED] Change app.path
Hello everyone I wasinstalling my application in C partition Now I moved the application to D partition. I was storing my images in the application path and save their path in database. they look like...
View ArticleVS 2008 [Solved] Detect the difference between A and a
Hi All, I have for a long time trying to detect the difference between the Chr "A" and chr "a" I can not use Shift to detect this difference as the Keyboard send it though either as a Capital A or...
View ArticleTesting references to Me
This is a learning exercise. Can someone explain to me why this code: Code: Public Class Form1 Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click Me.BackColor =...
View ArticleIFont Clone Method
Code: Private Sub UserForm_Click() Dim IButton1Font As stdole.IFont Dim IButton2Font As stdole.IFont Set IButton1Font = CommandButton1.Font Set IButton2Font =...
View ArticleNeed help or documentation on vba6.dll functions, Eb api
I've seen a few of these functions used before but can't find anything in my library about the other additional functions listed below. I pulled this list off a Russian forum from 2003, and at least...
View ArticleVS 2017 What is the counterpart of this C pointer programme in VB.Net?
I'd like to know how the following programme on pointer written in C can be written in VB.Net, especially how to use the keywords in the C programme like &i and *p in VB.Net. Please clarify. Code:...
View Article