Category: Programming Notes

Count records using LINQ

I need to get the number of Tasks in a project for the MaxValue property of Telerik ProgressBar and the numbers of completed tasks for its Value property. Below are the codes I used: Public Sub progressBar() Dim projectID As...

Read More

How to run aspnet_regsql

Personally,  I prefer to use the wizard in running the executable file. Just locate the file from C:\Windows\Microsoft.NET\Framework\[framework version]\aspnet_regsql.exe) and run the file as Administrator. Provide information...

Read More

Remove hyperlinks in Excel

Scenario (Applies to MS Excel) When you type an entry in your worksheet that begins with any of the following prefixes, Microsoft Excel automatically creates a hyperlink: • http://     • www.      • ftp://     • mailto:      •...

Read More

Quick Search Function

Scenario (Applies to MS Access) I have a main form (frmSearch) with a subform (sfrmNamesList) by which its data source is a query (qrySearchNames). In a query, I added a Search field concatenating the fields that are included in...

Read More
Loading