Multi Touch to Mouse Down/Key Down event...
Hi There! I am in the process of updating a VB6 application I wrote many years ago to support touch-screen use. I need to allow a user to "touch/press/hold" a "PTT" (Push To Talk") talk-back button on...
View Articleadditional tab
Hi I have the below code which copies a tab called Mainstay Master. Creates a xls then sends to a particular mail group with an attachment. Where do I add the code if I want to copy another tab called...
View Articlexml encoding
I have written a program that creates an xml using the following code Code: Dim writer As New XmlTextWriter(SaveFile, System.Text.Encoding.UTF8) Â Â Â Â writer.WriteStartDocument(True)...
View Article[RESOLVED] Excel copy after probem
I have some code which opens a source workbook and assigns it to a wbSource object and opens a destination workbook and assigns it to a wbDest object. My aim is then to copy some of the sheets from the...
View ArticleCTD using CommonDialog
Hi All, I have a really strange problem occuring from code that used to work but will now only work in the IDE. Compiles fine but when I run the exe it will CTD before anything is displayed. No error...
View ArticleVS 2019 Help. Need to clear an array without removing it.
Long story short: I need to clear an array. Using "Erase" removes the entire variable as if it never existed. And redefining it after the "Erase" isn't an option b/c it's defined in a separate Module....
View ArticleCreate a variable number of folders
Hi everybody, IÂ’m trying to code the following: In a listbox I compile strings of text (IÂ’ve got this part covered), the number of strings created at a time may vary. I wish to use these various...
View ArticleVS 2017 Add ID# To Each New Entry in DataGridView
I have a datagridview and when I add a new member in this case, I would like to assign an incremental number to each assigned cell for the member ID# number per new member entry. so if cell number one...
View ArticleVS 2019 Failure to Update DataTables to Access Database with Primary Key
I read in an access database and populate data tables and adapters Code: Â Â Â Â Â Â Â Â PBcon.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data...
View ArticleLogging Errors In Realtime
I have my standard Error Log routine in almost all procedures. Depending on how the log call is set in a procedure it will generate: 1) Msg Only 2) Log Only 3) Msg and Log What I've found in realtime,...
View ArticleGitHub Project Issue
I pulled a collaborative project off of GitLab (essentially GitHub, but not as well known). The project is a ASP.NET project using Web Forms, but that may not be relevant to the question. The problem...
View ArticleVS 2019 StartupNextInstance not always firing
My app processes files and is called from the right-click context menu from Windows Explorer. The user selects one or more files, right-clicks on the selection, then picks my app from the context menu....
View ArticleMake Pallette from Picture
Makes a 16 x 16 color palette from a picture you load. DISCLAIMER: it may not catch all colors because of the way I take the samples. Maybe someone can come up with a better way . Otherwise it seems to...
View ArticleVS 2013 Raise event with a programmatically added textbox: Possible?
Hi fellas, I've been attempting to create a dynamic GUI, where the plan is to add textboxes from a database file. So far I've managed to create textboxes from the database file, and save new objects...
View ArticleMYSQL Handle Concurrency Violation (Overwrite)
Hi All, I have been trying to handle concurrency violations for my app to no avail. The app is going on a network so these may be a regular exception to be dealt with. Load Datagridview: Code: Try...
View ArticleMicrosoft excel 15.0 object library missing
Hi In references it is showing - Microsoft excel 15.0 object library missing Thanks
View ArticleVS 2010 Only the first line is translated correctly
Hi, I am facing strange error - I have created offline translator in the past using visual basic 2008, today I converted it without problems into VB 2010. But, when I click on the translate button,...
View ArticleCosting App Development and Source Code
Hi there, I'm trying to quote for a client for the creation of a WinForms application. Is it a common practice that I'd just supply them with the final app and if they wanted to source code for anyone...
View ArticleDocumentFormat.OpenXml.dll
So I have a program (I didn't write) I was charged with repairing it of which I have. The basics are the program using web service to extract random PTS numbers from a SQL server. No when I compile the...
View Article