how can copy contents from websites or otherapp like as unicode in IDE vb6?
i want copy any data like as strings or contents of websites in IDE vb6 my means is not about copy to forms or objects my means is about use contents in vb6 IDE. i know i can fix some fonts in editor...
View Article10tec IGrid ActiveX - Filter
I look around for best grid for VB6, I already use lynxgrid (free) and must say..very good though need more improvement And I saw modified Lynxgrid from Krool (i guess), improved a lot, but still very...
View ArticleBookmarkImageEditor does not show image after binding
Good Day I have an Image Editor defined like this Code: <imageeditor:SfImageEditor IsVisible="True" HeightRequest="525" x:Name="imageEditor">...
View ArticleRead time from excel sheet
2019 VB My program opens an excel sheet and adds the data in the cell in a textbox However, two of the columns consists of Date and the other Time. The Date cell shows OK but the cell containing time...
View ArticleHow to get combo box to show .exe files and not full path
Apologies in advance I am very new to all this and working on my first project. I am trying to get the exe filename only to show and not the full path to it. for example doom.exe. Thanks in advance....
View ArticleVS 2019 Need help with DrawEllipse() and Me.Refresh() and Label1.text
I want to draw 1000 random circles. During the loop, I also want to update a label to display a counter. If I do Me.Refresh() in the loop, all the drawing is lost. What is the correct way? Code: Public...
View ArticleList Box/Flexgrid with RichText -Has anyone seen a control like this ?
Hello everyone, Please have a look at this picture. This is a screen shot of a Homoeopathic Repertory Software. I want to develop something like this for another system of medicine. The region marked 1...
View ArticleVB NET Scaling
If I write an application that has labels with font 12 pt Tahoma in screen resolution 1366x768. Usually the size became bigger with low resolution and became smaller with high resolution. What I want...
View ArticleKrool'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 Article