Krool's ListView and ListBox -How do I configure the number of Columns?
Please see the following screen shot. I am loading the same set of data in all. I have configured the ListBox MS using its "Columns" property to show the data in two columns. This is what I want for...
View ArticleShow firstname and familyname after login.
I want to show the firstname and familyname in a textbox in the main form. I've got a registrationform with a firstname, familyname, username and password After registration it is registrated in a...
View ArticleJRO Database File Size Limitations??
I am working with a particular client database (my design) that will "works with all features of my program but will not compact. My program stalls, no VB6 Error thrown, even though there is an error...
View ArticleVS 2019 StackOverflorException on closing form
Good Afternoon All, I'm hoping that someone can assist me with this one as I'm struggling. I have the following code on a form to display and update a datagridview with data from a MySQL Database....
View ArticlePicture1.Picture Isnull()
Hi, how can I detect if Picture1.Picture is null or if Picture1 contains a picture? I tried : 1) MsgBox (Picture1.Picture = Picture1.LoadPicture("")) -> returns: method not found 2) MsgBox...
View ArticleWebBrowser Control | Mutliple iFrame Embedded YTPLAYER Vids | Only 1st Vid...
If I load a HTML page with multiple ytplayer iframe embeds only the first video functions. The others appear as white boxes. If I load the exact same HTML page in Internet Explorer all of the videos...
View Article[RESOLVED] vbs to download data from url as csv table
Hi! I am using the following code to download data from a website using vbs. The data is held in the webpage in table form. However, the resulting downloaded data is in the form of a simple continuous...
View Article[RESOLVED] Reference Versions
This thread is related to this other one: https://gitlab.com/ifwis/fisheries/s...g-permit-in-vb In that other thread I was somewhat misunderstanding what was going on. I'm still not really...
View Articleis there a faster way to dynamically LOAD an object?
Is there a faster way, perhaps via API to load a dynamic control via the load/unload routines ? I'm currently doing quite a bit of unload all controls and then re-build(load) then again and again and...
View ArticleApplication-level "Printer banding"
Printers. Sometimes you need to print Unicode text, or perhaps you want to force a file name to a virtual printer driver (e.g. Microsoft Print to PDF") so no output dialog is raised. Both of these...
View ArticleWhere to store JWT secret?
I have the following file that I use to generate and validate JWT tokens: Code: <?php use ReallySimpleJWT\Token; require_once(__DIR__ . '/../../vendor/autoload.php'); class AuthUtility { private...
View Articleany way to can load or show animated svg in form?
i am use animated svg in webdesigning or i see example in b4a(basic 4 android ) or like this but here? any sample ? ( i dont need use webbrowser (maybe not work too for play animated svg too) and put...
View ArticleVS 2019 If Statement IS Not Working After For Next
Hello, I am trying to figure out why if statement is not working after the For-next statement. Everything seems oke with no error but when i click the button nothing happens:( Here is the code. Code:...
View ArticleWhat are the ideal dimensions of a button
Hi Guys I would like to know your opinion on the ideal dimensions of a button, i.e. width and length.. Thank you in advance:canard: :rouler des yeux:
View ArticleKrool's VBFlexGrid -How to adjust row height and col width to eliminate grey...
Hello, I want my Flexgrid to appear like this, without any grey area. I got it by Code: fg.ColWidthMin=fg.Width/fg.Cols fg.RowHeightMin=fg.Height/fg.Rows fg.ScrollBars=vbSBNone...
View ArticleCombo Box ListIndex Problem
I get an "Invalid Procedure Call or Argrument " error when I try to set my combo box to show a default user, and then as the code tries to set the focus to a textbox (a password text) on the same form....
View ArticleAgain about Olaf's SQLiteServerMode RC6
Hello Olaf I was using RC5 RPC connection via CRpcConnection Regarding Olaf's advice. Quote: What you forgot in the above Project-list, is the 3rd-Project: - the Server-Dll-Project BackGround: - a...
View ArticleFinding list item that matches a pattern
This should be easy, but I have been beating my head against this for a while and need help In Visual Basic, I have created a list of strings, each string having the same number of characters. For...
View ArticleHide a DIV when page renders
I'm trying to do some minor changes on a web application but the source code is missing. I think I can modify the ASPX page for minor visual changes and that's what I'm trying to do but not really...
View Article[RESOLVED] Krool's VBFlexGrid -How to adjust row height and col width to...
Hello, I want my Flexgrid to appear like this, without any grey area. I got it by Code: fg.ColWidthMin=fg.Width/fg.Cols fg.RowHeightMin=fg.Height/fg.Rows fg.ScrollBars=vbSBNone...
View Article