Call text_change event in array
Hello I need a well-talented person to show me how to call text_change event in array. I mean I can call Text1_Change but I want to call Text2(1)_Change. How can I do that please?
View Article[RESOLVED] Call text_change event in array
Hello I need a well-talented person to show me how to call text_change event in array. I mean I can call Text1_Change but I want to call Text2(1)_Change. How can I do that please?
View ArticlePictureBox Question
I'm using a PictureBox within my Form to save and email the Form. PictureBox is set to: Autoredraw = True 1st. Question: Does the Picturebox need to be the same size as the Form if it's set to...
View Articlehow to delete rows based on calculation
Hi, This is a VBA question - hope I have picked the right forum! I am not an experienced VBA person, so please be gentle!!:) I have a large excel sheet from which I need to delete certain rows, for...
View ArticleVB6 exe doesnt work on Windows 10 as well as previous Windows systems.
Hi, We have had a 32-bit VB6 software for over last ten years that talks to a device through a USB to RS232 converter. We have had minimal issues with this software. But with Windows 10 and especially...
View ArticleUserid question
In one of my applications I used the user Security ID (SID) to create a key that was used to shuffle the user provided password. Then I hashed the result (SHA-256) to create the actual password. Then I...
View ArticleRegion troubles
I have arrays of points that i'm using to create polygonal regions on panels. This works, but the polygon is narrowed slightly... Code: Dim gp As New Drawing2D.GraphicsPath...
View ArticleArranging textbox array causing IndexOutOfRangeException at 41
cancelling; trouble found
View Article[VB6]My new Quake-style shooter[sources]
Hello! Video: Game: https://disk.yandex.ru/d/Ua8YGg-3uxkhlg Sources: https://disk.yandex.ru/d/ETg2tzRBQHh-uA
View Article[RESOLVED] Region troubles
I have arrays of points that i'm using to create polygonal regions on panels. This works, but the polygon is narrowed slightly... Code: Dim gp As New Drawing2D.GraphicsPath...
View Article[RESOLVED] crossword answer vb6
Hello everyone I am trying to make a program for my girlfriend who can send her crossword answer to a magazine she subscribes to and there are 25 answers and then you can also send answers for me and...
View ArticleCan this be made 'cleaner'?
I have some code, which simplified looks like this: Code: for i = 1 to n For j = 1 To limit If test_is_false Then GoTo False_Test Next j <do stuff> ' because test was true limit times...
View Article[RESOLVED] Run-time error '380': Could not set the value property. Invalid...
Hi, I need some help below. I have created an array with multiple columns and assigned into the combobox.list with the combo setting of: Code: With myForm.Combo_Shift .ListWidth = 365...
View ArticleVB6 Rolling3Digits BitBlt
Just threw this together to have something to do . Does'nt really do much, but looks neat. It can only display numbers not add or subtract. Maybe someone will find something useful in it. Maybe even...
View ArticleProblem getting Excel Object Library
Hi, wanting to read/write to Excel worksheet from VB6. https://www.vbforums.com/showthread....-an-Excel-file I have added a reference to Microsoft Office 14.0 Object Library but the command Code: Dim...
View ArticleVS 2013 How do I modify an specific element in my listbox?
Hello, I am fairly new to VB.NET and I am building a Windows Store app in VB.Net. in my program I load an XML file, which I then display in a ListBox. Which I have not yet succeeded, is modify an...
View ArticleMulti-card 'Pick-up' ?
Hi, I'm considering programming a game of patience (solitaire), I've drawn my cards, and I don't expect any trouble placing 'em on the 'table', but I'm wondering about being able to pick up and move...
View Article[RESOLVED] From database to treeview
Dear VbForums I'm new to database and newwith treeview control I found a demo of dilettante on how to feed a treeview from database. Unfotunately he was using a textfile while I'm using access and ADO....
View ArticleMsflegrid check if cell have an image
on mouse move event on a msflexgrid, possible to ceck if a cell contain an image/icon?
View ArticleForms Designer will no longer show
I have been editing the code within a form (made a minor change) and have now come to edit the actual form, when I double click on the file name (to open the form) an error is generated, indicating...
View Article