TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Modern C++
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vinoth Rajendran (6)
Related resources for Modern C++
No resource found
Learn Universal Windows Programming Via Modern C++ (AutoSuggestBox Control)
10/19/2017 11:35:01 AM.
In this article we'll learn how to implement AutoSuggestBox and some of the important events and properties.
Learn Universal Windows Programming Via Modern C++ (SplitView Control)
10/11/2017 12:55:35 PM.
In this article, we are going to learn about Splitview control in Modern C++.
Learn Universal Windows Programming Via Modern C++ (CommandBar Control)
10/11/2017 12:03:02 PM.
In this article, we are going to learn about CommandBar control in Modern C++. The CommandBar control is a new control in Universal windows programming, it’s a like a Toolbar control, it has more feat
Learn Universal Windows Programming Via Modern C++ (Check Box)
9/19/2017 1:56:50 PM.
In the button control, we are using the IInspectable to set the content of the text. How do we get the value from the IInspectable interface ? By IPropertyValue; using the “as” operator, we can conver
Learn Universal Windows Programming Via Modern C++ (Button Control)
8/10/2017 5:33:54 PM.
Button control allows the user to click to perform actions, there are mainly two properties, content and click event. Content properties are used to the set the caption of the Button and click event i
Learn Universal Windows Programming Via Modern C++
8/6/2017 11:51:46 AM.
Universal Windows programs have developed based on the Windows Runtime (WinRT) technology, Windows Runtime (hereafter called WinRT) and runs based on the COM API, but is not designed to be directly us