[RESOLVED] PictureBox Control
I am using a PB as a command button. I need to put a picture on the control. At times during program execution, I need to make the PB not enabled, and later on make it enabled. The problem is that with...
View ArticleCreate Controls Name
Create and save a control name for your projects. Attached Images Attached Files CreateControlNames.zip (4.1 KB)
View ArticleVB.net - Get the value of a specific column of a filtered data-bound...
Hi, I cannot find out how to get this to work. I have a datagridview where user can fitter if based on some options they have. There is also a double-click feature that gets some additional info when a...
View ArticleLayout manager Class
Hello Group I was wondering if anyone has written a configurable class that can allow users of a vb6 written app the customize the layout of the screen I am picturing a window that shows the...
View ArticleSubclassing in a class module
Hello everybody! I am very familiar with the concept of subclassing. In order to subclass, a new WndProc address is required to redirect the messages to that proc. In order to get the WndProc address,...
View ArticleVS 2019 [VB.NET] Nearest Neighbor Algorithm compare audio two audio files...
I was looking for something related to manual recognition of two files per wave to identify something spoken, I found Nearest Neighbor Algorithm that takes something like that. i want to create my own...
View ArticleVirtual Table Offsets in "Events Interfaces".
Hi, Why do the functions in Events Interfaces not have VTable Offsets as opposed to Dispatch and Dual Interfaces ? I have a typelib browser and I can only see the offsets of functions in Dual...
View Article[RESOLVED] Displaying a Form inside another (unbound) Form after it has been...
Doing this with vba in MS Access. Have a form (named: List_Items) which has acouple controls, one being a listbox with items, when an item is selected it is added to different listbox (on same form,...
View ArticleWhat version without Teams, Git and all those things?
What is the latest version of VB.net that doesn't come with functionality for Teams, Git and similar features?
View Article[RESOLVED] VISUAL STUDIO 2017 how can i to get specific number or name from a...
hey im using a certain api that returns to me a big string. this string length changes depend of the data i send. for 2 hours im breaking my head to find a solotion no luck. this string can contain 400...
View Articlegetting audio from webpage to server
Hello, I am trying to send real time audio from a webbrowser to a server written in vb6. It appears the easiest way to do this is with winrtc, but I cannot find the dll's that I may be able to use. Has...
View ArticleSlider by Ken
A simple slider control. Nothing fancy , but maybe it can be useful. See what you think of it. Enjoy. Attached Images Attached Files SliderKLF.zip (3.6 KB)
View ArticleFind In Files
Like many programmers, I have a large collection of source code. I wrote this to ease searching for text in vb files. The file display uses Scintilla, so if you don't have SciLexer.dll here is the Url...
View ArticleRetrieving the correct Identity number during an Add and cascade to child...
Been trying to modify a code bank submission by jmc which shows how to do a parent/child form with autonumbers using Access database. I'm using a Sql Server mdf database....
View ArticleVS 2012 Bitmap.Save - how do I overcome an InteropServices.ExternalException...
Following is a very simple program, extracted from my 'real' program. that demonstrates the problem. (For those interested, the jpg file is of dimension 200x200 - any jpg will work.) When I run the...
View ArticleVB6 QUESTION: Code for reading ICNS file types from Mac?
Has anyone heard of any VB6 code that can read ICNS file types from Mac OS x? ICNS is the default icon file type under that foreign o/s. LaVolpe's stdpicture code can read ICO files but not ICNS, his...
View ArticleVS 2010 [RESOLVED] there is no end if why
Code: Public Function getkeystate(ByVal key1 As Integer) As Boolean Dim s As Short s = getasynckeystate(key1) If s = 0 Then Return False Return True End Function...
View ArticleIf I wanted to have a Windows PC that only ran VB6 programs...
If I wanted to have a Windows PC that only ran VB6 programs then I'd probably have a limited set of tools and utilities. So, would I be able to create a functioning and useful system that had all the...
View ArticleDownload Problems
When I tried to send an associate an updated zipped copy of the PicView executable, Gmail blocked it. So I put a copy of the executable on my web site. Low and behold, it was also blocked. He reported...
View ArticleVS 2019 [RESOLVED] Upgrading Framework 4.8 to 5.0 -- x64 or x86 version?
I would like to upgrade from the Framework 4.8 to 5.0 and would like to know how to find out which platform I should download (32-bit or 64-bit). I have a Windows 10 Pro O/S (64-bit). I am running...
View Article