Most voted "visual-basic-6" questions
Use for Visual Basic 6 or earlier versions. Do not use for VB.Net or other BASIC dialects.
Learn more…218 questions
Sort by count of
-
0
votes2
answers184
viewsDifficulty to loop in VBA
I made a code Visual Basics to identify the maturity of insurance policies and raise a pop-up and fire an email alerting you if you are close to maturity. The database is displaying the Policy…
-
0
votes0
answers59
viewsVBA item comparison and amount additions
Personal hj I came to insert the image description here a doubt that will be very specific I do not know what problem of this code in vdd Xp I spent a few days breaking my head in it but I have not…
-
0
votes0
answers135
viewsObject Reference not set to an instance of an Object - Does not display error message
My system (WEBFORMS VB.NET) has presented a null object exception(Object Reference not set to an instance of an Object), which happens only on the production server after an indefinite period of…
-
0
votes0
answers38
viewsCHECKBOX ON LISTVIEW DOESN’T MARK ALL CHECKS
Good afternoon Personal, I have the following structure: Table: User Codigo: 1 Login: João Codigo: 2 Login: Maria Table: User_permissions Codigo: 1 Permissao: 'ESTORNAR' Codigo: 2 Permissao:…
-
0
votes0
answers18
viewsVisual Basic for Word, Infinite loop when pasting image
Hello, first question here. I have very basic knowledge of VB. Need for each image of a Word document to perform the following task 1.Dimensionar 2.Insert Paragraph 1 3.Paste(pasted element will be…
-
0
votes0
answers269
viewsvba runtime error '-2147221164 (80040154)': Unregistered class
i made a class library in visual studio 2019 using the . NET framework which is registered for COM interoperability and generates a file (.tlb). It was programmed in VB.NET and has a simple class…
-
0
votes0
answers17
viewsmanifest file
We have a legacy app written on VB6. We are creating Dll resources/classes written in C# and would like to use the App.manifest file to "link" these resources/classes without registering via…
-
-1
votes1
answer129
viewsConvert Autohotkey script to C# or VB6
I would like to convert the following script done with AutoHokey: DllCall("shdocvw\SetShellOfflineState", "int", False) With that script I can "take" the Internet Explorer in the way offline without…
-
-1
votes2
answers177
viewsListview in the vb6?
I started programming with this language and would like a help of how to display data that was inserted in textbox in a listview in vb6?
-
-1
votes1
answer148
viewsHow to pick up text from a Span with Class [VB.NET]
<span class="odometer-value">0</span> That is the code. I need to take the "0" result and put it on a label. But sometimes you can have ex: 10 (2 numbers) and the code will be: <span…
-
-1
votes2
answers440
viewsVBA reverses day with month in variables of type Date
Context: I have the following code that receives from the user a date: dataAtualDefault = Day(Date) & "/" & Month(Date) & "/" & Year(Date) dataInsercao = Application.InputBox("Data…
-
-1
votes1
answer31
viewsBecause VBA returns #value error
Hello I have the following vba code which is a function that takes three parameters and calculates the functions Bult-in trend and rquad and depending on the result it returns trend or the average…
-
-2
votes1
answer1111
viewsInserting Items in a Vb6 Collection
Good morning, you guys. The situation is as follows. I created a Type and it has its attributes. I would like to know how I do to insert data in a Collection (in Vb6). FOR EXAMPLE: I created Type…
-
-2
votes1
answer776
viewsStrange txt symbol that prevents SEFAZ from reading . txt
I’m generating a file .txt with information from an electronic invoice, this is imported into the free application of the SEFAZ government for note generation. The genexus is generating the file .…
-
-2
votes1
answer56
viewsGenerate code (like option value)
I am developing a "program" in visual basic, but I would like to get some information. You know those HTML options values that we selected and it generates something? I’ll give you the example:…
-
-2
votes1
answer1375
viewsHow to convert a project from VB6 (.vbp) to VB.NET (.vbproj)?
I decompiled an application in VB, only it wasn’t . NET, it was VB6. I would like to know how to convert as I already used Vbto Converter and it crashed into one of the files. I am waiting quickly…
-
-2
votes0
answers32
viewshow to use "SET ARITHABORT ON" in vb6
Good afternoon Personal, I needed to use some commands to concatenate some records in a query... So far so good, I did it that way and it worked: SET ARITHABORT ON; SELECT COALESCE((SELECT…
-
-3
votes2
answers242
viewsFill a multiline-textbox with all items in a combobox list
And you guys are fine ? As I can Fill a textbox with all items in a combobox list in a textbox, and combobox items can be variables come from different places. Stayed like this Code : For Each Linha…