Introducing MixLangz a Visual IDE
Hi, We have just completed a new programming tool called MixLangz. Here is a teaser video Quote: MixLangz is an integrated development environment (IDE) from Indic Software. It is used to develop...
View Articlehow to use alpha png for buttons,Transparent toolbar Control by vb6
it's use ImageList1.MaskColor ,how to use alpha png for buttons ?or use api without imagelist control ? [VB6] ListView / TreeView Extended and Custom Checkboxes-VBForums...
View Article[RESOLVED] Passing UDT to a form...
Hello, guys. I'm an old VB6 programmer who seems to have ran into a problem. I cannot pass a UDT to a public function inside a form. Works fine with functions declared in a module. I need to pass a...
View ArticleVS 2019 Maximize form vb.net with taskbar
Hello everyone! I have a form on VS2019 with no bord. In this form I created 3 button for maximize, minimize and normalize with this code: Code: Me.WindowsState = Form.WindowsState.Maximize There is...
View ArticleResize workbook window in Excel 2019
I just started using Excel 2019 and I have a small problem. In my old Excel 2010 when I open a workbook I see something like this where I can use controls in the upper right-hand corner of the...
View ArticleVS 2019 Using hoot to create indexes of documents in a folder
I am trying to build an index of documents in a folder with hOOt. I am getting an error at this line: Dim hOOters As New hOOt(SearchFolder, "documents", True) saying "type expected" Code: Imports hOOt...
View ArticleVS 2019 WndProc for console applications??
Hi, Just wondering how we can WndProc for console applications? I want to capture some key events that I cannot by other means. Thanks in advance, Kris
View ArticleVB6 GameMenu (like a start menu) with Joystick / Xbox Controller support
When exiting one controller game and launching another, it's annoying to have to reach for the mouse in between. Here's a game menu the joystick can control. Works flawlessly with my brand new xbox...
View Article(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 Article