.txt files
Without using Excel or Access, how can I sort a .txt file on one of the fields? Thanks
View Articleerror while returning values from API after passing parameters
Please help am having a problem with returning values from webapi by passing parameters Code: Imports System.Data.SqlClient Imports System.Net Imports System.Web.Http Namespace Controllers Public...
View ArticleSpinning Wheel Sound
So, I have this "Wheel of Fortune" wheel that spins (fast at first and then slows down) and eventually stops (Like the game show, there are three 'points' (indicated by arrows). I have been able to...
View ArticleVS 2019 Protecting files from theft
I have created a number of propriety applications that live on the company server. When a user requests an update, all these files are copied to their hard drive so that when they are off line, they...
View ArticleDeploying PDW setup to Windows 10 64 bit
I created an installer using the VB6 Package and Deployment Wizard and stared testing on both Windows 10 32bit and Windows 10 64bit. The apps seen to behave as expected. Development environment...
View Article[RESOLVED] Spinning Wheel Sound
So, I have this "Wheel of Fortune" wheel that spins (fast at first and then slows down) and eventually stops (Like the game show, there are three 'points' (indicated by arrows). I have been able to...
View ArticleVS 2019 [RESOLVED] Clearing part of a console
How can I clear part of a consoles output?? E.g if I have this: VB.Net Code: Console.WriteLine("The quick brown fox jumped over the lazy dog" & vbCrLf & "The quick brown fox jumped over the...
View ArticleVS 2019 vb webview2 new window
Is it the same if I use corewebview2newwindowrequested url to navigate the anticipated site instead of intercepting it to e.newwindow? Will there be difference on the anticipated result from without...
View ArticleHow to pass parameter to api with ? sign
This is the error it returns yet if i run it here in this format Code: http://192.168.14.205/KABOJJAAPPAPI/api/HandlerVBLoadterm/GetCustomersJSON/0782911364/Father on my web browser i dont get any...
View Article[RESOLVED] Reference ITEXTsharp works in one form but not another ?
Hi, I've imported the ItextSharp package into my project, in one form working just fine. But adding it to another form it gives compliation errors. What could be the cause of this? I've re-added the...
View ArticleVB6: NEWS - RADBasic VB6's Potential Replacement Kickstarter
This is a more visible link to the well-hidden thread for RADBasic, VB6's Potential Replacement which has just launched a Kickstarter and deserves some attention from the VB6 community....
View ArticleVB6: NEWS - TwinBasic VB6's Second Potential Replacement
This is a more visible link to the well-hidden thread for TwinBasic, VB6's Second Potential Replacement which has just launched a preview and deserves some attention from the VB6 community....
View ArticleIntroducing 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