Quantcast
Channel: VBForums
Browsing all 16030 articles
Browse latest View live

test

test to see if works

View Article


my waifubot is better than ever

https://streamable.com/pzlqvq hey funky hamster I wish cancer and horrors on you and your daughter tbh ngl you are inferior coders, I am the king of AGI, you cant even comrehand how much I mog your...

View Article


Need help with flexgrid

Hello vbforums I have a table like this ID---------- Item 1 ---------- aaa 1-----------bbb Code: Select* from Tbl where ID=1 group BY ID, Item" Do While Not Rs.EOF Text1.Text = Text1.Text & "  "...

View Article

[RESOLVED] Need help with flexgrid

Hello vbforums I have a table like this ID---------- Item 1 ---------- aaa 1-----------bbb Code: Select* from Tbl where ID=1 group BY ID, Item" Do While Not Rs.EOF Text1.Text = Text1.Text & "  "...

View Article

Vb6 res file size error?DWord Alignment of VB Resource File Entries

I put the DLL and OCX into the resource file, which can be loaded without decompressing it to the hard disk, but the file size was mistaken by the compiler. As a result, the DLL cannot be loaded in the...

View Article


Getting the selected item in a ListView control

I am trying to get the selected item in a ListView control, the multi select is set to FALSE. Is the SelectedIndexChanged event the best place to respond to a change in selection? How do I get the...

View Article

Why Windows Explorer sometimes goes blind

You probably know that in Windows Explorer, the address bar also acts as a progress bar (when loading the screen). When you navigate to a new folder, Windows Explorer shows the empty icons of all the...

View Article

API For StrConv(Block, vbUnicode),MultiByteToWideChar(GetACP

StrConv(Block, vbUnicode),Frequently prompts memory overflow for no reason。 ByteToUnicodeStr Under normal circumstances, it will run 30-50% faster than StrConv (Block, vbUnicode) how to call by api?...

View Article


Image may be NSFW.
Clik here to view.

Treeview CC version 5 error 360 'Object already loaded'

I'm using Treeview from Common Controls version 5 because it can be themed. I have SP6 installed. I found a weird bug: If the project is opened directly when you start the IDE it works fine, but if you...

View Article


[VB6] Windows 1.0 Project OPEN SOURCE NOSTALGIC

Hello everyone I would like to share my distribution of this program in vb6 that you helped me to make open source a mini windows 1.0 gui functional but I ask you to read infor.txt thanks to everyone...

View Article

radBasic Live Presentation

radbasic will do a live streaming presentation on may 3rd, here is the link: https://www.youtube.com/watch?v=2AauNNQeNS4 Please consider supporting this project, as many options as we can have to...

View Article

VS 2019 Apply text to PictureBoxes

Using : Microsoft Visual Studio Community 2019 - Version 16.9.4 I have a problem adding text to PictureBoxes in my application. The Form contains a grid formed by PictureBoxes inside a GroupBox. When a...

View Article

Image may be NSFW.
Clik here to view.

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 Article


Element 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

Image may be NSFW.
Clik here to view.

[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 Article

How 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 Article


Image may be NSFW.
Clik here to view.

Visual 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 Article

Problems 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 Article

Optimization 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 Article
Browsing all 16030 articles
Browse latest View live