www.dev4sys.com Open in urlscan Pro
2a00:1450:4001:810::2013  Public Scan

Submitted URL: http://dev4sys.com/
Effective URL: https://www.dev4sys.com/
Submission: On March 08 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET /search

<form action="/search" class="search-form" method="get" role="search">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input class="search-fieldnbt" name="q" placeholder="Search..." type="search" value="">
  </label>
  <input class="search-submitnbt" type="submit" value="Search">
</form>

Name: contact-form

<form name="contact-form">
  <p></p> Name <br>
  <input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" type="text" value="">
  <p></p> Email <span style="font-weight: bolder;">*</span>
  <br>
  <input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" type="text" value="">
  <p></p> Message <span style="font-weight: bolder;">*</span>
  <br>
  <textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" rows="5"></textarea>
  <p></p>
  <input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Send">
  <p></p>
  <div style="text-align: center; max-width: 222px; width: 100%">
    <p class="contact-form-error-message" id="ContactForm1_contact-form-error-message"></p>
    <p class="contact-form-success-message" id="ContactForm1_contact-form-success-message"></p>
  </div>
</form>

Text Content

PS C:\>


$

|
HOME ABOUT BLOG POSTS
TOPICS
WPF and PS MahApps LiveCharts
CONTACT GITHUB
ABOUT BLOG POSTS CONTACT


UNLEASH YOUR SCRIPT

Windows PowerShell is a task automation and configuration management framework
from Microsoft, consisting of a command-line shell and associated scripting
language built on the .NET Framework.




USE MAHAPPS.METRO BUILT-IN DIALOGS

Apply beautiful modal dialog into your project.




HOW TO APPLY A THEME ON YOUR GUI?

Some tips on how to apply a theme on your GUI ...


123



SUNDAY, 14 OCTOBER 2018


CLICK EVENT ON TREEVIEW

 dev4sys     Sunday, October 14, 2018     Powershell, TreeView, WPF, XAML     No
comments   

Sometimes PowerShell and WPF can be tricky to achieve what you want. Treeview
controls is not making things any easier. Just for a simple click, you need to
go through a lot of trouble. Before continuing reading, let's introduce some
variables: $treeviewItem is a TreeViewItem controls
([Windows.Controls.TreeViewItem]) $TreeView is the TreeView controls that holds
several TreeViewItem. If you want...
Share:
Read More




MONDAY, 16 APRIL 2018


POWERSHELL WPF - CUSTOMIZE TREEVIEW ICON

 dev4sys     Monday, April 16, 2018     explorer, Powershell, TreeView, WPF,
XAML     No comments   

       I have seen many people struggle with this so I decided to write
something about TreeView in PowerShell.  The script in this post is based on the
project available here (written in C#). I simply rewrote it in PowerShell and
added my personal touch.  He displayed...
Share:
Read More




THURSDAY, 12 APRIL 2018


WINDOW LIFETIME EVENTS IN POWERSHELL

 dev4sys     Thursday, April 12, 2018     Events, Powershell, Window, WPF,
XAML     No comments   

       In this post I’ll explain the lifetime of your window from the moment it
is initialized and the moment it's destroyed. I hope this post will help you
achieve easily what you seek and could be time-saving in some case. What I’m
going talk about here? «To find it you...
Share:
Read More




MONDAY, 9 APRIL 2018


POWERSHELL_CHARTS - INTRODUCTION TO LIVECHARTS

 dev4sys     Monday, April 09, 2018     Charts, LiveCharts, MahApps, Powershell,
XAML     2 comments   

As we all know flat design is the new black with material design and etc. So
basically we are following the trend here. Displaying graph does not escape this
rule. Personnally, I wanted to do something about this for a while but I had no
idea where to start. I wanted something compatible...
Share:
Read More




MONDAY, 2 APRIL 2018


POWERSHELL_WPF - PART V - DISPLAY DYNAMIC CONTENT

 dev4sys     Monday, April 02, 2018     DataGrid, Powershell, REST API,
UserControl, WPF     1 comment   

In this post, I will show you how to add dynamic content inside a WPF window in
PowerShell. Most of the time, we display dynamic data inside a Datagrid or a
Listview, but what if we want to create our own display for each item?  Recently
I came across this post: “Let’s play with...
Share:
Read More




MONDAY, 26 MARCH 2018


ADD MULTIPLE BUTTONS IN DATAGRID

 dev4sys     Monday, March 26, 2018     DataGrid, MahApps, Powershell, WPF,
XAML     No comments   

If you are reading this, that means you wanted to add a button inside a Datagrid
in PowerShell.  Let us suppose that you need to add one or multiple buttons
inside a single column in a datagrid. Data will be loaded inside the gridview
and at the same time: n-number of command buttons need...
Share:
Read More




MONDAY, 19 MARCH 2018


MAHAPPS CUSTOM DIALOG

 dev4sys     Monday, March 19, 2018     Dialogs, MahApps, Powershell, WPF,
XAML     2 comments   

When you design your apps, sometimes you need to add a custom content to your
dialog form. In this post, I'm going to show you how to create your own custom
dialog with PowerShell using Mahapps. Here is a preview of the result: You can
put whatever content you want inside the dialog....
Share:
Read More




MONDAY, 31 JULY 2017


FIND MISSING DRIVER OR DISABLED DEVICE

 dev4sys     Monday, July 31, 2017     Driver, Powershell, WMI, XAML     2
comments   

At one point of our life, we all had an issue with a missing driver on our
computer. A problem with the display not shown correctly because the driver
installed is not the appropriate one. A problem with a network card or embedded
WIFI card and so on … GitHub link for this project: htt...
Share:
Read More



Older Posts Home

Search for:


POPULAR POSTS

 * Powershell_WPF - Part III - How to load a splash screen
   What is a splash screen? “ A splash screen is a graphical control element
   consisting of window containing an image, a logo and t...
   
 * How to pass arguments to a powershell script?
   It’s been a while folks. Recently, a colleague of mine asked me how to pass
   argument(s) to a PowerShell script and how does it work. I even...
   
 * Powershell_WPF - Part I - How to create a GUI
   This is the first part of a series of tutorial that I’m going to write about
   powershell and WPF. How to create a GUI, apply a theme, mana...
   




JOIN US ON FACEBOOK






LABELS

 * Charts
 * Console
 * DataGrid
 * Dialogs
 * Driver
 * Events
 * explorer
 * HamburgerMenu
 * INI
 * LiveCharts
 * MahApps
 * Powershell
 * ProgressBar
 * REST API
 * TreeView
 * UserControl
 * Window
 * WMI
 * WPF
 * XAML





STATS

840 Pageviews
Feb. 08th - Mar. 08th







CONTACT FORM



Name




Email *




Message *










Hello,

Thank you for visiting my blog and reading this far.

I'm mainly focusing on scripting, software development and modern workpalce
experiences with Microsoft Technology. I created this blog for the main purpose
of sharing my knowledge. Hope you will appreciate my works and will help you in
yours. You are friendly invited to leave any kind of feedback in the comment
sections of my posts.

Please note that all posts on this blog are my own opinions and are provided "as
is", without warranty of any kind.

 * 
 * 
 * 



Copyright © 2023 dev4sys | Powered by Blogger

Back To Top
undefined
Diese Website verwendet Cookies von Google, um Dienste anzubieten und Zugriffe
zu analysieren. Deine IP-Adresse und dein User-Agent werden zusammen mit
Messwerten zur Leistung und Sicherheit für Google freigegeben. So können
Nutzungsstatistiken generiert, Missbrauchsfälle erkannt und behoben und die
Qualität des Dienstes gewährleistet werden.Weitere InformationenOk