Authentication 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 ArticleVB.net - Issue with a textbox using databinding
Hi, I am experiencing an irritating issue which I am unable to figure out. I am binding a datatable to a textbox and I would like that there is no text in the text box at load but there is always the...
View ArticleProblem with DirListBox giant icons
The correct thing would be to look like this: However I have a machine where the DirListBox is getting like this: I looked about but without success, does anyone have any suggestions?
View ArticleRestore DB
I Hope this is in the correct place. I created and app with visual studio 2012 using sql Server Compact for a localDb I have code to copy the sdf file so as to have a back. problem is when I bring it...
View Articleoffice plants smell of urine.
Hello, i rent this private office room in this co-working space place, the room has a window and this big pot plant in the corner with some weird ass mini tree looking thing in it (great description i...
View Article[RESOLVED] vb.net Issue with public shared variables declared in another class
Hi I am having a new issue after installing MS visual studio on a new PC and modifying my project. On my previous PC, I have created a class (Public Class SharedThings) and declared bunch of variables,...
View ArticleHighlighting a single bar on a chart
Hey Guys, I have a bar chart that is populated from a database, and is stock levels. So x is the product name (text) and Y is the quantity. The chart draws fine. But I would like to search the products...
View ArticleFlip Frame - "4, frame" animation player
You might ask what the significance is of playing an animation that is 4 frames. I include a project that you can experiment with. Basically this is a frame flipping player. That means it plays an...
View ArticleBCryptSignHash Error
To create an ECDSA Certificate Verify. we need a signed hash. Using a Private ECC Key Blob: Code: If BCryptOpenAlgorithmProvider(hProv, hAlg, StrPtr("Microsoft Primitive Provider"), 0) <> 0...
View Article