Programming an editable graphic in VB Forms Application
I have a request to build an element in a VB.net application using graphics. This is an area I am not familiar with and hoping someone can point me in a direction for research and coding examples. The...
View ArticleVS 2010 Using multiple Backgroundworker controls on one WinForm
Hello, My developing environment is : Win 10 64 Visual Basic 2010 WinForm application Front-End, MS-Access 2016 Database My Issue : I have a Form that contains 4 ComboBox Controls, each ComboBox is...
View ArticleEthics and choice
If a customer asks to make a desktop program, can I ethically seduce him to opt for a web system?
View ArticleVS 2019 Word - Bullet List Formatting
I have the following code that works great for inserting a list of bullet points. (Inserting strings and making them bullets.) My only issue and for the life of me cant figure it out is, the last...
View ArticleVS 2010 Invoke & Threading
Currently I have an application that is multi threaded. As such when the non UI thread wnats to access a control on the UI, it needs to invoke. To do this I have the following code for each control...
View ArticleWeb Development - Forgot Password
I am developing a web application with vanilla HTML/CSS/JavaScript on the front-end and PHP on the back-end (hello early 2000s!). I have authentication setup whereby the user submits a login request, a...
View ArticleVS 2019 .NET 5 - how to cut paste menu?
In older VB.NET I could easily cut a menu and paste in a different location. In .NET Core/5 I see that menu design is via collection items. How do I move a menu if I created in wrong location first...
View Article[RESOLVED] Disappearing Add-Ins
Hi folks, Hoping somebody can shed some light on a problem I have, per the thread title. I'm not a great user of add-ins, so this problem has probably been around (for me) for some considerable time...
View ArticleAuthentication Options
Hello Need some advice how to handle this situation. I'm building three websites and one web api (c#). The websites: - Institutional website, just showing statical content and will have a contact us...
View ArticleVS 2019 Anyone deployed .NET 5 app in Mac & Linux?
I have started re-developing a .NET Framework project to .NET 5 with the sole aim of being able to run it in Windows, Mac and Linux. But has anyone done it yet? I know it can be done in theory but how...
View ArticleTrying to get SUBSTRING
I have a label control with text Present: 1/1(2%) I want to change via script to Present 1(2%) When testing, I can get the string Present: 1 but I can't get the other half (2%) . What am I missing?...
View ArticleCopy and paste row when code no is matched
Hi, We have Three excel files. 1. Master 2. MRP & other update 3.Sent A sample file attached with this post. We frequently note the price and size in "MRP & other update" In both file "Code" no...
View Articlehow to copy some formulas to selected rows NEW
Hi, We are adding some formula manualy but now we have large data around 1200 and want help to do it with vba or code We are putting the Text Max in N2 and formula in O2:Q2 (All formula are different)...
View ArticleI'm in a news desert
There are "food deserts" that are an urban area in which it is difficult to buy affordable or good-quality groceries. There are also hospital deserts that are by some definitions a community more than...
View ArticleVS 2017 ListView Not Displaying From Top To Bottom
I am having some issues with listview, I am new to using the listview control as I usually would use a listbox but now require using the listview. When adding text to listview it is displaying the...
View ArticleVS 2017 How Can I Make The ListView Selection Highlight Fully Across The...
When selecting an item in listview it only highlights until the entry text has ended, but I would like it so that it highlights fully across the whole line to the end the the control. How can I do this?
View ArticleVS 2019 [RESOLVED] Arraylist vs List(of String)
Hi, I am looking for some guidance to understand arraylists versus string lists. I had an old application where I had all my arrays as arraylists. I am working on another application and decided to use...
View ArticleVS2019 Error, items inaccessible
Ive just generated a bit of an issue. Inside a MDIParent, I cut and pasted some code and then had second thoughts and removed it. However, I cant rebuild the solution as the ide thinks? it still...
View ArticleWhy is VB.Net/C#/XAML + VS2019 is better than VB6? Here's why.....
Visual Basic 6 Code: Private Type vbRECT Left As Long Top As Long Right As Long Bottom As Long End Type Private Type TEXTRUN TextString As String FontSize As Long TextColor...
View ArticleThreads -vba background task
Is it possible to run a VBA macro as a background task and as such will not lock up the UI or prevent other tasks from being carried out ?
View Article