[RESOLVED] Update Textbox From Module
Hello, I have created a module which will handle my Serial Port. originally i created the project all in one form and now ive decided to tidy it up (having multiple forms) and was all working before as...
View Article[VB6] AddIn IDE Codefolding
This is an add-in to Add Codefolding like capabilities to VB6 IDE Unfortunately VB6 doesnt support codefolding so I came with an idea to mimic its functionality by relocating part of the code...
View ArticleCheck if a array contains value from other array
Hi, I want to check if what a user enter on a textbox is present on a array. The code below do that, by the way, the Q("TXB_CODE_ING") mean it query the value of the textbox named "TXB_CODE_ING".It is...
View Article64x compiler for vb6
Is there any compiler that can compile vb6 to 64x instead of compiling C2 and link.exe that transform the object file or program into .EXE or some way to edit a setting or hexadecimal that can be...
View ArticleHow to generate string by specifies a maximum number of repeated characters?
Dear all expert programmers, I make string with for .. next loop. I want to specifies a maximum number of repeated characters. But I can't figure out what to do. Please help me to solve this problem....
View ArticleHow to pass variable to other Function/Function return a response?
Hi all, I would like to ask of how does the visual basic have to perform to get the variable of other functions. In my case I would like to have the called function to pass the variable to the method...
View ArticleAlmost found another UTF-8 codec
This might have been nice... if it worked. Instead this classic ASP helper object is worthless to us. Code: Option Explicit 'Needs a reference to "oleprn 1.0 Type Library" and three multiline TextBox...
View Article[RESOLVED] List all textboxes in a ActiveReports Designer...
Hello, eberybody Those familiar with ActiveReports, do you know how to access the controls in a desiger at runtime? When the report loads, i need to switch some texts in some text fields... The code i...
View ArticleWhat's the best way for me to distribute my VB6 program?
I realize this may not be the best place to ask this question, but I need some ideas. I've written a VB6 program that I think will be useful to a large group of people. One way I know to distribute it...
View ArticleInstrb No variant
The Instrb function gives a "variant" value; it's certainly fast but it would be faster if it generated a "long" value. Has anyone ever programmed an alternative using eg. the api functions?
View ArticleReading/Writing to a file, fastest method?
I have a series of arrays (string and integers) that I need to write to a file (text file for now). I used the My.Computer.FileSystem.WriteAllText (with append) while looping through the arrays...
View ArticleCreate Procedure Headers
Creates a Procedure Header and copies it to clipboard , to be copied into your code. Very simple code. Attached Images Attached Files Proced Header.zip (7.7 KB)
View Articlesql bacpac creation
I am trying to write a simple vb program to create a bacpac file from an sql database. This needs to be independent of SSMS and cannot use any command prompt interaction. Any links or advice would be...
View ArticlePHP7 - IIS 10 - MySQL
This is my first time deploying a web application written in PHP/MySQL on a windows server and boy oh boy it has been tough. For background, I'm used to purchasing a hosting service like HostGator and...
View Article[RESOLVED] get part of string between ( )
myvar="CLI0010-ROSSI MARIO-(16)-OSPITE SINGOLO" in my case varfind="16" i need to get all between ( ). note: all part of string are variable lenght, fixed instead (xx)
View ArticleFlip render direction of a window and all of its child control?
I know Delphi/Lazarus already support that through BiDiMode, ParentBiDiMode,.. etc Is this possible with VB6 & APIs or do I have to manually write the code to get it done?!
View ArticleMJPEG: byteArray2Picture .bas module
Hi, I'm loading a mjpeg webcam picture into a vb6 picturebox and I'm using the sample from ... https://www.vbforums.com/showthread.php?768387 Posting #11. But unfortunately the colors shown in the vb...
View ArticleRefining AutoComplete Search Combobox from VBA Excel to VB.Net 19 with 2...
Hello Can anyone help me to refine the AutoComplete Search Comobbox from VBA to VB.NET19 Following is the code in VBA-Excel for Searching particular item from a Range of Column and same being loaded in...
View ArticleSmall form always on top
I have 2 forms on the screen. Form1 is maximized. Form2 takes up a small portion of the screen. I want Form2 to remain on top, even when I click on Form1 or on any of the controls on Form1. I can't...
View Article[RESOLVED] Small form always on top
I have 2 forms on the screen. Form1 is maximized. Form2 takes up a small portion of the screen. I want Form2 to remain on top, even when I click on Form1 or on any of the controls on Form1. I can't...
View Article