Persist Input Control Values In Bootstrap-Table On Paging, Filtering And...
Team, Here's a post How To Persist Input Control Values In Bootstrap-Table On Paging, Filtering And Searching In ASP.NET MVC that preserves input control values during pagination, filtering and...
View ArticleVS 2015 working with multiple worksheets in an EXCEL workbook at one time
My VB.NET code creates an EXCEL workbook and adds 5 worksheets. I would to apply some formatting to all 5 worksheets at one time instead of applying the formatting to each sheet separately. For...
View ArticleTrouble updating field value with VBA
I have created a .docm file that contains a docvariable field called "previousBL". However, in my VBA code, when I try to run ActiveDocument.FormFields("previousBL").Select, I get an error that says...
View Articledrag ENTIRE ROW from listview and paste into treeview
I'm not sure... Possible to drag entire row from listview and insert over the the node of treeview?
View Articleadding 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? Code: <Image...
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 Article