Skip to content
Code for Devs
  • Home
  • JavaScript
  • WordPress
  • Excel
  • VBA
  • C#
  • Miscellaneous
  • Contact Us
  • Home
  • codef4devs
  • Page 3

Author: codef4devs

Extracting Attachment from Outlook Mail Item using C#

June 19, 2023November 8, 2024 codef4devs

Here is an example C# code that helps you work on attachments in an outlook mail item. You can use Attachments property of Outlook MailItem object for saving attached file in outlook mail item by […]

Leave a commentC#Outlook, Outlook Automation, Outlook C#

Start, Stop and Restart MySQL Services on Windows 10

June 13, 2023June 13, 2023 codef4devs

This post will help you to know how to start, stop or restart MySQL services on Windows 10 operating system. While working with MySQL, sometimes it becomes necessary to restart or starting, stopping MySQL server. […]

Leave a commentMySQL

How to Protect an Excel File with Password

May 31, 2023May 29, 2023 codef4devs

Protecting the excel workbook with a password is the best way to prevent others from accessing data in your excel workbook. This ensures that the data in workbook will be accessed by only authorized person, […]

Leave a commentExcel

How to Programmatically Read Outlook Inbox Mail using C#

May 29, 2023November 8, 2024 codef4devs

This article describes how to create a C# program that reads mails from your outlook inbox. You can do this using the Microsoft.Office.Interop.Outlook.dll. Here is the step by step procedure of creating automation of reading […]

Leave a commentC#Outlook, Outlook Automation, Outlook C#

How to Open Password Protected Excel File using C#

May 28, 2023May 28, 2023 codef4devs

Are you developing a C# program that automates the password protected excel file? You might be in irritative situation as when your excel file is opened by C# code, it will prompt you to enter […]

Leave a commentC#

Free Global Classified Ads Posting Sites in 2025

May 14, 2023March 8, 2025 codef4devs

Want to advertise your services or products on digital platform? You should take advantage of free classified sites that help you to reach new audiences worldwide. It will help you boost up your business. Posting […]

Leave a commentMiscellaneous

How to Install IIS server on Windows 10

April 24, 2023April 24, 2023 codef4devs

If you are developing web application using ASP.net, you need to first install IIS (Internet Information Services) on Windows. In this post, we are going to show you the procedure to be followed for installing […]

Leave a commentMiscellaneous

MsgBox in Excel VBA – All You Should Know

March 19, 2023March 19, 2023 codef4devs

The MsgBox function in Excel VBA displays a message box to the user. You can use message box to inform your users by showing a custom message or to get some basic inputs (such as […]

Leave a commentVBA

Useful Windows CMD Commands to Work on Files and Folders

February 19, 2023February 19, 2023 codef4devs

The Windows command line (CMD) is one of the most useful utilities on a Windows PC. You can interact with the Operating System directly with the help of CMD and you can do a lot […]

Leave a commentMiscellaneous

Using InputBox in Excel VBA

January 29, 2023February 5, 2023 codef4devs

InputBox is an inbuilt function in Excel VBA that is used to get a value from the user. InputBox asks the user to enter the value and then can store the value in the variable […]

Leave a commentVBA

Posts navigation

Previous 1 2 3 4 … 6 Next

Categories

  • C#
  • Excel
  • JavaScript
  • Miscellaneous
  • MySQL
  • Python
  • Uncategorized
  • VBA
  • WordPress

Recent Posts

  • Python code to Find a Cell in Excel having Specific Date
  • Python Error: ‘module ‘win32com.gen_pyxxxx’ has no attribute ‘CLSIDToClassMap’ Solution
  • Group Concat in Excel-Concatenating Cell Values based on Grouping Rows
  • Python: Send Email from Outlook with Attachment
  • How to Add Checkbox in DataGridView in C# Windows Form Application
Copyright © All rights reserved.