Unicode and delimiter
Hello guys, i have a small program which is for encryption, she have some functions which i split with delimiter, the problem is that I want to make the program to work for example on Chinese windows...
View ArticleProgrammatically adding and using buttons on a VB form.
Put this code in Form1, and make sure to set the form's AutoRedraw property to True (you won't want printed text disappearing permanently if it's below the form and you just need to resize it). Code:...
View ArticleShow Method of Valid Form Generates a Runtime Error
I appear to have a very unusual problem, at least unusual to me. I am working with VB6 Professional Edition. I developed a Project which navigates back and forth between various Forms with no problems,...
View ArticleRemove the title bar from a Form
Do I hear a collective groan of "Oh, no that's been addressed 1000 times". Bear with me please ... I have this code to turn off WS_CAPTION and DLGFRAME Code: ' GWL_STYLE = (-16) ' WS_DLGFRAME =...
View ArticleWebBrowser - Zooming - SendKeys
I thought this would be a straight-forward solution using the webBrowser To zoom in/out, you would use CTRL+{Add key} and CTRL+{Subract key) on your keyboard So, I tried this code Code: web1.Focus()...
View ArticleDns_probe_finished_nxdomain
My home system consists of a few computers connected to a switch, which then goes to a wireless router. The wireless router is then connected to a modem, which also has wireless, but that wireless is...
View Article[RESOLVED] Option Strict = ON - Late Binding Issue
I have turned Option Strict to ON. I am correcting all the conversion errors However, although I know having OS = On doesn't allow late binding.... Then how do I perform an action on the main form from...
View ArticleHOW TO READ a vb 6.0 project in VB Net
HOW TO READ a vb 6.0 project in Visual studio (.Net)?
View ArticleAnchor Control
This code example is so that the controls can be anchored to the Form to be resized. Although there are several examples of anchoring, I noticed that when placing the controls inside the FormChild, the...
View ArticlePlugin for VBA ?
Is there any plugin for vba ( EXCEL ) ? support Pagination tabs like the image
View ArticleFirebird COM Wrappers
Friends I'm trying to make a Firebird Wrappers, but I can't do this simple opening of the database Any help is welcome Banco_Dados_GJ.zip Attached Files Banco_Dados_GJ.zip (44.5 KB)
View Article[DONE] WebBrowser - Zooming - SendKeys
I thought this would be a straight-forward solution using the webBrowser To zoom in/out, you would use CTRL+{Add key} and CTRL+{Subract key) on your keyboard So, I tried this code Code: web1.Focus()...
View Article[RESOLVED] Synatax of ADODB Recordset
I'm currently in the process of implementing a legacy conversion from a VB6 application to an Angular/C# web application. We're lucky enough to be provided with the legacy source code, but even though...
View ArticleMonitorEnumProc issues
Hello, At work, IT has my laptop and two monitors set-up as per the screenshot. Code: Monitor 1 Monitor 2 Monitor 3...
View ArticleMsOf13 Deleting certain rows using VBA
Hi. I was looking for some assistance please, I have spent the best part of today trying to find a way to do this but really struggling Whilst browsing online I found a few examples but when I tried...
View ArticleI'm trying to make sort of a flow panel
I am trying to make a content management system using some variables for labels and fields which I am hoping to dynamically create labels textbox button as well as a grid which I only need one .. Of...
View Article[RESOLVED] Mistake with DGV Operator '' is not defined for type 'DBNull' and...
I tried this code Code: If DataGridView1.CurrentRow.Cells(0).Value = "" Then Exit Sub and it show me this mistake. how to fix it Operator '=' is not defined for type 'DBNull' and string ""
View Articlejava code errors
Hi, I have problems with this converted code from old java project: Code: Public Sub main(ByVal args() As String) Dim number As Double = CDbl("59607262055") Dim solution As...
View ArticlePrinter Problem
I have an Epson XP-6100 Series printer and every time I print from Excel it always prints double-sided even if there is only one cell to print. It does not do that when printing from any other...
View Article