(VB6) Add-In - Move selected controls
Move several controls certain left and/or top at the same time. Not sure if other add-ins do this (probably), but one feature that the VB6 IDE lacks is the ability to move all the selected controls at...
View ArticleHow to Get the Listindex of the cursor position(Listbox,FileList)
I am studying the transparent control. The LISTBOX is transparent, and it is difficult to click on the text, so I can find the corresponding LISTBOXA line number by clicking on the form, and simulate...
View ArticleMove to line
Friends -- a quick help I use Set ts = F.OpenAsTextStream(1, 0) Once i run ts.readline, the pointer move to next line Question: How to move back to first line. :wave:
View ArticleUse TypeScript in VB6
We can use JavaScript in VB6 through some methods or tools (such as RC5/RC6). I wonder if there is a way to use TypeScript in VB6? Thanks.
View ArticleVS 2019 [RESOLVED] ToolStrip Split Button - Custom highlight Color not...
I am using a custom renderer to change the highlilght color dor a ToolStrip Split button (code below). It works and the highlighted color is indeed changed, the problem is when highlighted it does not...
View ArticleUsing Post string
Please help i have this example about posting string and returning data . How can i use this very example to my coding please help . Code: Dim J As HttpJob J.Initialize(Null, Me)...
View ArticleVS 2019 System.MissingMemberException: 'public member ToList on type String()...
I am trying to save a list of words in a textfile but get an error, at this line: Dim w = hOO.Words.ToList() System.MissingMemberException: 'public member ToList on type String() not found Code:...
View ArticleVS 2019 StartsWith/EndsWith vs Like
Is there any difference between following commands? Code: If mwd.EndsWith("ous") Then mwd = mwd.Replace("ous","ás") Code: If mwd Like "*ous" Then mwd = mwd.Replace("ous","ás")
View ArticleCreateIconFromResourceEx not working
This is driving m crazy ... I am storing the bytes of an icon file in a Byte array and then trying to create the icon with the CreateIconFromResourceEx API but for some annoying reason, it is not...
View ArticleNeed Help for Chrome Extension
Hello everyone. First of all, I want to say that, I am new to this forum. I have not been able to install any extensions in my computer's Chrome browser for the last few days. Whenever I try to install...
View ArticleMore Misc Programs
Here are 8 more misc programs from my unfinished folder. They are : Create Dummy Files , DrawOnForm with floodfill, Filename generator, Morse Code, Names List Maker, On/off usercontrol, random Strings,...
View ArticleProgramatically Change Number Values In A String
I am using VS 2008, and coding in VB.Net for an Excel 2007 Add-In. I am looping through a range of cells and programatically changing the value within the cell. I have the code to accomplish this when...
View ArticleXML Class to read & write
Hi. I am wondering if anyone has a drop in class that is easy to read & write nested xml files. Ive seen and got a few that read very basic xml files. but i am not good enough to make it read &...
View ArticleModifying an array based on a structure within a function
Hi guys I've run into a bit of an issue which I'm struggling with and wonder if anyone can give me an idea of what I'm missing. I have an array based on a structure which in turn has three string...
View ArticleVS2019 Throw new gives excpetion
I'm following the book Visual Basic 2012 How to Program I've created a very simple class : Code: Public Class Form1 Dim First As Employee = New Employee Dim Second As Employee = New Employee...
View ArticleGet Length of MIDI File
Hello, Below is code I use to get the length (time in milliseconds) of a MIDI file. It works perfect provided there is only one one Tempo setting in the sequence. I've attached 2 MIDI files that...
View ArticleUCase$ Invariant?
Is the UCase$ function in VB6 invariant or culture sensitive? I read that a case-insensitive string comparison is equal to make a binary string comparison where left and right string are upper cased in...
View ArticleVS 2019 Help with tables
So I'm making the mouse move to specific coordinates to draw an image for me. It takes alot of time to type all off the coordinates in like this: moveCursor(140, 204) moveCursor(123, 193)...
View Articleprint list1 four columns
Hi, I'm ontro I am making an application where there is a list1 and a commandbuton to print On the screen it does it well, I can change position, but the problem is that I cannot change position when...
View ArticleAbbreviate Text
This has very little use but I enjoyed the programming. Can be used to create control labels. See what you think about it. Attached Images Attached Files Abbrev.zip (3.9 KB)
View Article