adding data to a combobox.list.controlset
Hi, this is probably really dumb but i have spent the last 2 days scouring the forums to see if i can find an answer, i am not a coder or even working in an IT field but enjoy trying to do things with...
View Articlechange vb6 splash screen user
I installed VB6 Professional. How do I remove user data from VB6 installation? I should have put my name... Attached Images Â
View ArticleAbout VB6 AST (Abstract Syntax Tree)
I'm currently analyzing/parsing the VB6 grammar structure. I'd like to know what tools (open source or closed source) can generate abstract syntax trees of VB6 code? (Preferably something like...
View ArticleHow to Update and Remove the .xaml Image.Source Property using Visual Basic code
Microsoft Visual Studio Community 2019 Version 16.8.4 VB.NET WPF How to Update and Remove the .xaml Image.Source Property using Visual Basic code? <Image x:Name="ImgPicture" Grid.Column="0"...
View ArticleConnectivity to Oracle broken after lates Win10 update
First some background. We have ERP solution which is package (ActiveX DLL based) where each module resides in a DLL and is loaded in the host application as and when needed. This solution is working...
View ArticleInvalidCastException
Hi, I am trying to retrieve an image from the SQL database to my form (VB.NET) on a Picturebox. See code below: Code: Private Sub BtnRetrieve_Click(sender As Object, e As EventArgs) Handles...
View ArticleCuriosity! (about Controls at Runtime)
Hello everyone! Good day! I wanted to ask: I ran into this problem: When any Controls are made in RunTime mode, then, how do you make it work like any other control? Do you need to set properties to it...
View Article[RESOLVED] Data not inserted in the Database
Hi, The following code executes without error but refreshing the database record not inserted. It does tell me that 'New Tenant has been added' Code: Â Dim command As New SqlCommand("INSERT INTO...
View Articlestart window
when i start vb.net 2019 the last created .sln opens where can i choose start window
View ArticleSimple Usercontrol Assistant
This is not ,by far, a complete and error free app. It will help in developing the properties for a control . Knowledge on usercontrols is still needed though. Feel free to use and improve on it. Enjoy...
View ArticleRich Text Box in-string formatting
Hi guys, probably a long shot here but I had some code a while ago, and lost a hard drive, resulting in the code being lost. I've recently started a new project and there's some code that I'm trying to...
View Articleresults in Combobox will not save
I have a Combo1 with all the states listed but when I close my form/program it will not save the state that was selected. Any help please!
View ArticleGet results from textbox rather than putting email directly in code, then...
Is there a way to change this code to: Instead of having the email within the code to automatically read whatever is in Text7.text then use that email to send email? Here is the code. Works great...
View ArticleVS 2019 Naudio - recording from a specific point in time
Hi all, I based on this solution to recording from microphone and its working. https://github.com/naudio/NAudio/blo...ordingPanel.cs but can't find function to achieve recording from specific point in...
View ArticleVS 2015 Break while running code inb debug mode
Is there anyway to break into the vb code without setting a breakpoint so that I can get into the code while the program is running?
View ArticleClsComDlg.cls【VB6 api for comdlg32.dll without COMDLG32.OCX】
Code: 'in form1 Private Sub Command1_Click() Dim A As ClsComDlg Set A = New ClsComDlg A.ShowColorFlags = cdlCCFullOpen Or cdlCCRGBInit A.Color = vbYellow A.ShowColor (Me.hWnd) Me.BackColor = A.Color...
View ArticleVS 2019 Faster Bitmap SetPixel & Memory Management
Howdy people, I have recently been experimenting with the Bitmap.SetPixel function. While it does work fine it's incredibly slow and I was interested in faster methods to edit Bitmaps pixel by pixel. I...
View ArticleVS 2010 Check if F7 key is pressed
Is there are way to check if a key like F7 is pressed? I don't mean something like check to see when F7 is pressed then do something. F7 itself will do nothing when pressed. What I am looking for is...
View ArticleVS 2010 [RESOLVED] Check if F7 key is pressed
Is there are way to check if a key like F7 is pressed? I don't mean something like check to see when F7 is pressed then do something. F7 itself will do nothing when pressed. What I am looking for is...
View ArticleVS security warning for WinForms component (dll downloaded from a network...
Our customers have a legal copy of a WinForms component compiled for .NET Framework 4. Recently they surprised us - they can no longer add it to the Toolbox in Visual Studio 2019 and use it in VB.NET...
View Article