Microsoft Word is more than just a place to type—it’s a powerhouse of hidden features that can make your work faster, cleaner, and more professional. Whether you’re a student, a content creator, or running…
Tips & Tricks
How to Budget a 20,000 Monthly Salary in the Philippines
Can you live comfortably with a 20,000 salary? With proper budgeting, yes. It’s enough to cover your essentials, build savings, and even enjoy small luxuries—if you manage it wisely. Why You Still Need a Budget…
How To Get An Advance Queue Number For Any Transactions In PS Bank?
How To Get An Advance Queue Number For Any Transactions In PS Bank?One of the best service in PS Bank for me is the Advance Queue Number for any transactions. To avail this…
How To Get The Last Update Of Any Table In MSSQL?
How To Get The Last Update Of Any Table In MSSQL?…
How to install video/graphics drivers DELL E6400 Notebook in Windows 8
How to install video/graphics drivers DELL E6400 Notebook in Windows 8 1. Download the Graphics Drivers (Mobile Intel(R) 4 Series Express Chipset Family) from this link: http://www.driverscape.com/manufacturers/dell/laptops-desktops/latitude-e6400/328 2.
Set Default Page Setup in ReportViewer
Dim pg As New System.Drawing.Printing.PageSettings() pg.Margins.Top = 0 pg.Margins.Bottom = 0.25 pg.Margins.Left = 0 pg.Margins.Right = 0 Dim size As System.Drawing.Printing.PaperSize = New PaperSize(“custom”, 300, 200) ‘the custom size…
Get All COM Ports in VB.Net
Enumerate COM Ports using VB.net Public…
VB.Net Message Box Modal
MsgBox(“Modal Message”, MsgBoxStyle.SystemModal + MsgBoxStyle.Exclamation, “VB.Net Message Box Modal”)…
How To Embed Windows Media Player In Windows Form Using VB.Net
How To Embed Windows Media Player In Windows Form Using VB.Net1. Go to “Tool Box” pane then right click…
How To Get The Movie Duration Using VB.Net
Function Get…