VS 2019 Datagridview selected cell forecolor not to be changed
Hi, I would like to avoid the selected cell forecolor of DatagridView when it is selected. How it is possible? Code: Me.dgvTable.Columns(19).DefaultCellStyle.ForeColor = Color.Red...
View ArticleElement ID not Found
Hi! Any idea how I can get elementID of the disclaimer button from this site https://notams.aim.faa.gov/notamSearch/disclaimer.html to be able to executescriptasync button click? I can't find the...
View Article[vb6] mimic windows 3.11 gui project
hello everyone as well as you know i'm fanatic for imitating windows gui for fun and free for the guys to use and edit as the only thing i ask is that if a relevant modification is made be shared, but...
View Article[RESOLVED] Phone WiFi issue
Well, I'm moving into the modern era, and the technology is fighting me all the way. My phone sees the WiFi network, but refuses the password. I'm not even sure how to study this further. I have two...
View ArticleHow much dollars of VB6 developer a month?
How much is the salary of a VB6 developer a month In China, I can hardly find a job with VB6 development, and the salary is low. It is mainly used for some industrial controls, touch screens, and upper...
View ArticleVisual Form Editor by vb6(For VBS,Python,Javasript,Lua)Scripting language tool
OCX FOR :Webbrowser,MSflexgrid,VB6 UserControl,MediaPlayer,*** Code: Dim WithEvents oControl As VBControlExtender 'After the declaration with event declaration, you can find that the object appears in...
View ArticleProblems with combo boxes
I have two problems with comboboxes: Problem 1: I have found a very good webpage regarding VB6 combo boxes: https://www.thevbprogrammer.com/Ch09...Comboboxes.htm In there, one of the examples is...
View ArticleOptimization bug in vb6
I tried to execute this piece of code: Code: Private Sub Form_Load() Dim a As Integer, b As Integer a = &H8000 ' INT_MIN b = a + 1 ' b = a -1 is obvious underflow! b = b - a End Sub -...
View Articlelist1 how to sum the 5 column
Hi, I'm ontro I can't sum the 5 column of list1 I have the code in excel that does it well How would the code be in vb 6.0, thanks the code in excel is the following Code: Dim I As Integer Dim Sum As...
View ArticleIf there a component just like the Excel spreadsheet but not the FarPoint Spread
hi, everybody : I think the component should be add functions or references in cells.
View ArticleExport text to a web page
Hello my friends Please Help What is required for this code to work is to export text to the web HTML Code: Private Sub Command1_Click() Dim objIE As InternetExplorer Set objIE = New InternetExplorer...
View ArticleTextbox Control
Hi On a form I have 22 textbox's all of them have the enabled property set to false can I change 12 textbox's enabled to true in a similar way as my example The textbox's are in a Array txtSum() Code:...
View ArticleThinfinity UI
Hey people. I'm playing around with the Thinfinity UI which is a commercial product. It's supposed to allow you to publish your VB6 program to the web with 1 line of code. And weirdly enough it really...
View ArticleVS 2019 progressbar math
I am trying to process files in a folder. I use a progressbar to show the progress. i = number of documents found Code: ToolStripProgressBar1.Maximum = i...
View Article.NET Framework 4.0 for Windows XP PE
Hello everyone, I have the .NET 4.0 file for Windows PE but I have a very rare version of Winpe and it is not possible to compile another one as it is a Logohorn base I would like to know how I can...
View ArticleVS 2019 display label relative to textbox
I use a textbox on a sizable form. At the end of the textbox I display a label. I want the label to stay at the position at the end of the textbox when I change the size of the form. How can I do that?
View ArticleChange Open For Binary Access with Private Types to something with Unicode...
Hi, Im looking for some support/suggestions on transitioning my Open For Binary Access approach, to one that supports Unicode characters in path and filename. One of the features in my app saves...
View ArticleVS 2019 Optimizing VB.NRT code with Stringbuilder
I have been reading several internet articles recommending the use of Stringbuilder to concatenate strings. My question is....are there a minimum number of items being concatenated into a string before...
View ArticleCannot Register vbzip11.dll
Dear all, Recently, I have a problem when setup the software that will use vbaccelerator vbzip11.dll. The problem is when I try to register the vbzip11.dll then it appear the DllRegisterServer is not...
View Articlehow to zorder controls? move top,move up
How to write the code of the visual sequence adjustment tool I am developing a visual form designer, how to adjust the order of the controls arbitrarily, and encountered a problem in this regard. I...
View Article