並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 522件

新着順 人気順

WinFormsの検索結果321 - 360 件 / 522件

  • The Evolving Infrastructure of .NET Core - .NET Blog

    With .NET Core 3.0 Preview 6 out the door, we thought it would be useful to take a brief look at the history of our infrastructure systems and the significant improvements that have been made in the last year or so. This post will be interesting if you are interested in build infrastructure or want a behind-the-scenes look at how we build a product as big as .NET Core. It doesn’t describe new feat

      The Evolving Infrastructure of .NET Core - .NET Blog
    • ScottGu's Blog - Announcing release of ASP.NET MVC 3, IIS Express, SQL CE 4, Web Farm Framework, Orchard, WebMatrix

      Announcing release of ASP.NET MVC 3, IIS Express, SQL CE 4, Web Farm Framework, Orchard, WebMatrix I’m excited to announce the release today of several products: ASP.NET MVC 3 NuGet IIS Express 7.5 SQL Server Compact Edition 4 Web Deploy and Web Farm Framework 2.0 Orchard 1.0 WebMatrix 1.0 The above products are all free. They build upon the .NET 4 and VS 2010 release, and add a ton of additional

      • /cameraFlow : Optical Flow with a Web Cam for User Input

        Web Cam Optical Flow on a Tablet http://www.brains-N-brawn.com/cameraFlow 8/15/2005 Introduction i have a fetish for non standard user input devices (dont take that out of context). so when i saw that somebody had created a Camera Driven Table Tennis for Mobile Phones, i got really excited. it works by using the camera of the phone to control the table tennis paddle on the screen. this is done by

        • Fear and Loathing and Windows 8

          (Or: Why Windows 8 Scares Me -- and Should Scare You Too) I was very excited when I saw the first demos of Windows 8.  After years of settling for mediocre incremental improvements in its core products, Microsoft finally was ready to make bold changes to Windows, something I thought it had to do to stay relevant in computing.  What's more, the changes looked really nice!  Once I'd seen the clean,

            Fear and Loathing and Windows 8
          • Windows SDKと旧DirectX SDK - syghの新フラグメント置き場

            DirectX SDKは、DirectX 11.0対応の「June 2010」がリリースされた後、まったく新しいバージョンが出ない時期が続いたんですが、Visual Studio 2012にバンドルされているWindows SDK 8.0において、DirectX SDKはWindows SDKと統合されました。 Windows SDK for Windows 8 – Windows app development Where is the DirectX SDK? - Windows applications | Microsoft Docs 昔(DirectX 9や10.xの時代)はかなり頻繁に、それこそ2、3ヶ月おきぐらいにDirectX SDKが更新されていたんですが、今後はDirectX APIの更新はWindows SDKの更新と同程度の頻度になるようです(つまりWindowsの

              Windows SDKと旧DirectX SDK - syghの新フラグメント置き場
            • who-bps

              - 2014/03/31 HAL Tokyo College 2014/04/01 - 2016/03/31 Cacco Inc. Frontend / Server Side Enginner 2016/04/01 - 2017/12/31 animateLAB,Inc. Frontend / Server Side / Android Enginner 2018/01/01 - 2018/11/30 L Plus Android Enginner 2019/01/01 - Hatena Co., Ltd. Smartphone Application Enginner Language CSS (SASS, stylus) C# Kotlin Java JavaScript TypeScript Framework Angular Backbone.js React Vue Playf

              • C++ performance vs. Java/C#

                JIT vs. Static Compiler As already said in the previous posts, JIT can compile IL/bytecode into native code at runtime. The cost of that was mentionned, but not to its conclusion: JIT has one massive problem is that it can't compile everything: JIT compiling takes time, so the JIT will compile only some parts of the code, whereas a static compiler will produce a full native binary: For some kind o

                  C++ performance vs. Java/C#
                • MSDN ホームページ

                  This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

                    MSDN ホームページ
                  • Bringing a modern WebView to your .NET WinForms and WPF Apps

                    One of the founding principles of Microsoft Edge is that it is evergreen, with automatic updates to Windows 10 continually refreshing both Microsoft Edge itself and web content throughout Windows 10. However, until recently, WinForms and WPF apps didn’t have access to the Microsoft Edge-powered WebView. Earlier this week at Build 2018, Kevin Gallo previewed a new WebView for Windows 10, bringing t

                      Bringing a modern WebView to your .NET WinForms and WPF Apps
                    • DataGridView Cells でコントロールをホストする - Windows Forms .NET Framework

                      DataGridView コントロールには数種類の列があり、ユーザーはさまざまな方法で値を入力し、編集できます。 ただし、これらの種類の列がデータ入力の要件を満たさない場合は、独自の種類の列を作成して、任意のコントロールをホストするセルを用意できます。 これを作成するには、DataGridViewColumn および DataGridViewCell から派生する各クラスを定義する必要があります。 また、Control から派生し、IDataGridViewEditingControl インターフェイスを実装するクラスを定義する必要もあります。 予定表の列を作成する方法を次のコード例に示します。 この列のセルは、通常のテキスト ボックスのセルに日付を表示しますが、ユーザーがセルを編集するときには DateTimePicker コントロールが表示されます。 テキスト ボックスの表示機能を再度

                        DataGridView Cells でコントロールをホストする - Windows Forms .NET Framework
                      • InputMan | Developer Tools - グレープシティ株式会社

                        帳票・レポート 日本仕様の帳票開発に必要な機能を搭載したコンポーネント ActiveReports for .NET ActiveReportsJS 表計算・グリッド Excel風のビューと表計算機能を実現するUIコンポーネント SPREAD for Windows Forms SPREAD for ASP.NET SPREAD for WPF SpreadJS 入力支援 快適な入力を実現する日本仕様入力コンポーネントセット InputManPlus for Windows Forms InputManPlus for ASP.NET InputManPlus for WPF InputManJS 多段明細 1レコード複数行&日付表示に 最適なグリッドコンポーネント MultiRowPlus for Windows Forms 戻る コンポーネントセット Visual Studioで利用す

                          InputMan | Developer Tools - グレープシティ株式会社
                        • ...ing logging 4.0

                          印刷プレビューダイアログ PrintPreviewDialog が最低限動くようになったのでGitHubで公開しました。 前回記事で述べたPrintDialogとPageSetupDialogの実装ではコモンダイアログを呼び出していますが、PrintPreviewDialogは自分で実装しました。 ツールバーアイコン ツールバーのアイコンは自作しましたが、ボタンのビットマップをDFLに埋め込むためにリソールファイルを使うのが面倒だったので、下の方法で手抜きしています。 ImageList _imageList = new ImageList; _imageList.imageSize = Size(32,32); _imageList.transparentColor = Color.red; import std.path; string bmpPath = dirName(__FILE

                            ...ing logging 4.0
                          • Mono向けWinForms 2.0がコーディング完了

                            Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                              Mono向けWinForms 2.0がコーディング完了
                            • Building Applications with XULRunner

                              Introduction to XULRunner Mozilla platform runtime for deploying rich, XUL+XPCOM desktop applications More like developing DHTML web applications Less like developing MFC, WinForms and Delphi applications Core toolkit Support Standard and custom UI widgets Templated UI generation Script and binary components Supports native accessibility technologies Completely cross platform Application Support L

                              • ファイル選択ダイアログにてフォルダも選択したい

                                質問 2014年2月17日月曜日 12:18 はじめまして、お世話になります。 C;;の経験が浅いため、デザイナーなどの面でMFCより取り組みやすいと考え、 CLR(CLI)にて開発しております。 とある画面でファイル/フォルダを選択したいのですが、 ファイル選択ダイアログではフォルダを選択した際に、フォルダ内に移動してしまいます。 実現したい内容としては以下の通りです。 ●ファイルを選択する ●フォルダも選択する ●複数選択もあり得る 選択するファイル/フォルダは同一ディレクトリ内のみです。 インタフェース的にはOpenFileDialogが理想的です。 標準のOpenFileDialogは継承できないため 色々参考にしつつCommonDialogの拡張を試しておりますが、上手く行っていない状況です。 よろしくお願いいたします。 すべての返信 (7) 2014年2月17日月曜日 16:0

                                  ファイル選択ダイアログにてフォルダも選択したい
                                • WinForms Model View Presenter

                                  Download demo project - 59.6 KB Introduction The terms "Model View Controller" and "Model View Presenter" (MVP) are used to describe patterns that have been in use for some time in other technology areas but have recently come to the fore in the C# world. The Model View Presenter is a derivation of the Model View Controller pattern. With modern ides such as Visual Studio inserting event handling i

                                  • データのオープン化 - ++C++; // 管理人の日記

                                    Cloud! Cloud! Cloud! 思いっきり「クラウド」って言葉がバズってる昨今、皆様いかがお過ごしでしょうか。 とりあえず、大きなくくりでクラウドって言ってしまうと色々と胡散臭いですが、そのクラウドの背景にある潮流は確固たるものだと思います。いろんな視点から、いろんな「クラウド」があるかと思いますが、例えば: インフラ 仮想化・自動プロビジョニングによる管理手間の低減 クラウド プラットフォーム アプリケーション実行環境を最初から用意(セキュリティパッチの自動適用付き) 負荷分散や CDN 的な仕組みもサービスとして享受 運用手間がなくなるのはもちろん、特に小難しいことを意識せず使えるフレームワークの提供で開発コストも低減 SaaS 出来合いのサービスの提供を受けることでそもそも開発自体しない マルチテナントにサービス提供することで、規模効果によるコスト削減 などがその潮流にあた

                                      データのオープン化 - ++C++; // 管理人の日記
                                    • IronPython で GeckoFX - WIP

                                      IronPython のインタラクティヴシェルで GeckoFx をさわってみた。 .NETでGeckoエンジンを扱うGeckoFX - 我々は猿が好きなのです。 - ハチロク世代 のまんまパクリ。 XULRunner が必要だけど Firefox 3 で大丈夫。 import sys sys.path.append("(IronPythonのパス)\\Tutorial") import winforms from System.Windows.Forms import * f = Form() f.Text = "GeckoFX" f.Show() import clr clr.AddReference("Skybound.Gecko.dll") from Skybound.Gecko import * Xpcom.Initialize("(Firefox 3 のパス)") browse

                                        IronPython で GeckoFX - WIP
                                      • Looking into the Future.md

                                        Looking into the Future.md Looking into the Future futures-rs is the library which will hopefully become a shared foundation for everything async in Rust. However it's already become renowned for having a steep learning curve, even for experienced Rustaceans. I think one of the best ways to get comfortable with using a library is to look at how it works internally: often API design can seem bizarr

                                          Looking into the Future.md
                                        • http://ja.gotdotnet.com/quickstart/winforms/

                                          • Lua Unofficial FAQ (uFAQ)

                                            1 Language 1.1 Where to start? 1.2 Suitability as a first programming language? 1.3 Suitability as a second programming language? 1.4 Any good editors and debuggers? 1.5 Lua seems very verbose. Why isn't it like C? 1.5.1 Why do Lua arrays count from one? 1.5.2 Can I use a conditional expression like "x ? y : b" in C? 1.6 How can undefined variable access be caught in Lua? 1.7 Does Lua support Unic

                                            • 次期HTAとしてのPowerShell+WebView2の利用 - Qiita

                                              ※本記事の後続の検証結果の記事を公開しました(2022/05/08)。 次期HTA(HtmlApplication)としてのPowerShell+XAML+WebView2の利用 - Qiita PowerShell + WebView2 という面白い組み合わせについて Stack Overflow に質問が投稿されていたのを見かけた(参考#1)。 使い方次第では HTA を置き換える技術として利用できそうな気もするので検証した結果についてまとめる。 ■ 前書き 2022年6月、Internet Explorer が終了する(参考#2)。IE モードは OS のサポート期限に合わせてサポートされる話もあるが、IE の終了と共に段階的に終了されるという情報も出ている (参考#3)。 HTML と VBS/JScript でデスクトップアプリケーションを気軽に作れる HTA(HtmlAppli

                                                次期HTAとしてのPowerShell+WebView2の利用 - Qiita
                                              • Ubuntuのセットアップでやったことリスト - Ryoの開発日記 Neo!

                                                firefoxとthunderbirdのデータの移行 基本。特にfirefoxのgoogle bookmark synchronizerは無いと何もできない。 [参照] http://d.hatena.ne.jp/kanbayashi/20071020/p2 http://d.hatena.ne.jp/kanbayashi/20071020/p3 キーボードの設定 http://d.hatena.ne.jp/kanbayashi/20071020/p6 ドットファイルとかを持ってくる .screenとか.emacsとか ファイラとしてmfiler2を入れる http://mynotes.jp/ubuntu/mfiler2 ランチャとしてkatapultを入れる http://gtd.studiomohawk.com/archives/175 ソースコードのビルドとかに必要なものを一括で s

                                                  Ubuntuのセットアップでやったことリスト - Ryoの開発日記 Neo!
                                                • First Look at IronRuby[

                                                  Over the last few years we've been working to make .NET and the CLR a great environment for dynamic languages.  About 14 months ago we formed a dedicated group within my team that has been focused on adding richer CLR runtime support for dynamic languages, as well as delivering first class .NET implementations of popular dynamic languages. DLR Background This spring we shipped the first preview re

                                                  • Rx入門 (15) - スケジューラの利用 - xin9le.net

                                                    今回で入門記事の連載も (一応名ばかりの) 最後です。今回はスケジューラの利用について見ていきます。残念ながら、これについてはだいぶ自信がありません。今わかっている範囲、そうだろうと思っている範囲で書きます。 スケジューラ スケジューラとは、処理をいつ/どこで実行するのかを振り分ける役割を持ったものです。スケジューラが間に入ることで、スレッドの切り替えや実行順序の変更などを柔軟に行うことができます。もちろん、Rxはこのスケジューラ上で動作しています。 RxのスケジューラはISchedulerインターフェースで表され、このインターフェースを実装したクラスがいくつも用意されています。以下にいくつか挙げてみます。 スケジューラの種類 説明 CurrentThreadScheduler 現在実行中のスレッド上で処理を行います。処理はキューに登録されたものから順に処理されます。 ImmediateS

                                                      Rx入門 (15) - スケジューラの利用 - xin9le.net
                                                    • GitHub - masaru-b-cl/winforms-business-programming-tutorial: Windowsフォームによる業務プログラミングチュートリアル

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                        GitHub - masaru-b-cl/winforms-business-programming-tutorial: Windowsフォームによる業務プログラミングチュートリアル
                                                      • 書籍『実戦で役立つ-C#プログラミングのイディオム-定石-パターン』:Gushwell's Dev Notes

                                                        僕の書いたC#プログラミングの書籍『実戦で役立つ-C#プログラミングのイディオム-定石-パターン』が、技術評論社様より出版されることになりました。 2月18日発売です。現在、amazonにて予約受付中です。 初級者を対象とした本ですが、内容的には妥協はしていません。そのため、496ページとかなりのボリュームになりました。その分、中級者の方にも得るものがあると思います。 以下に示した目次から推測されるように、C#プログラミングと.NET Frameworkの基本的な使い方を中心に解説した本ですが、単なる無味乾燥なTIPS集、API解説集とはならないよう、説明にはいろいと工夫をしています。 例えば、良いコードと悪いコードを対比したり、旧来のコードの書き方と新しいコードの書き方を示したり、僕がどんなことを大切にしてコードを書いているかを記したり... などなど。 自分で言うのもなんですが、きちん

                                                        • DDLG

                                                          MVP Global Summit は、約2000人のMicrosoft MVP が世界中からアメリカのワシントン州、Microsoft 本社に集まるイベントです。昨年に続き参加することができました。 Microsoft MVP、私の受賞カテゴリはWindows Development です。 Windows Development, ここ数年の流れを私の理解としてまとめると…Win10 登場以降、Client技術はWinRT, UWP に集中して新機能追加と改善が行われてきた訳ですが、近年はXAML Island等、これら改善分をWPF, WinForms で使えるようにしていく流れが顕著になっています。 ただそうは言っても…個人的には、今更WPFやWinFormsに色目使われてもあまり乗れない所があります。確かにLOB App、私のお賃金を貰う仕事でもWPFにWinFormsがメインな

                                                          • ASP.Net Core でスキャフォールディングを使用して、データベースから WebAPIを構築するまで - Qiita

                                                            C#(ASP.Net Core) で dotnet-cli を使用して WebAPIを構築してみます。 プロジェクトを作成する プロジェクトを新規に作成します。 以下のコマンドでプロジェクトの種類を検索してみます。 dotnet new --list Templates Short Name Language Tags ---------------------------------------------------------------------------------------------------------------------------------- Console Application console [C#], F#, VB Common/Console Class library classlib [C#], F#, VB Common/Library W

                                                              ASP.Net Core でスキャフォールディングを使用して、データベースから WebAPIを構築するまで - Qiita
                                                            • Wykobi Computational Geometry Library

                                                              Section 00 - Introduction Section 01 - The Point Type Section 02 - The Line Type Section 03 - The Segment (Line-Segment) Type Section 04 - The Ray Type Section 05 - The Triangle Type Section 06 - The Rectangle Type Section 07 - The Quadix (Quadrilateral) Type Section 08 - The Polygon Type Section 09 - Convex Hull - Graham Scan Section 10 - Convex Hull - Jarvis March Section 11 - Convex Hull - Melk

                                                                Wykobi Computational Geometry Library
                                                              • The future of Microsoft’s languages: C# to be powerful, Visual Basic friendly

                                                                Since their introduction in 2002, Microsoft's pair of .NET programming languages, C# and Visual Basic.NET, have been close siblings. Although they look very different—one uses C-style braces, brackets, and lots of symbols, whereas the other looks a great deal more like English—their features have, for the most part, been very similar. This strategy was formalized in 2010, with Microsoft planning c

                                                                  The future of Microsoft’s languages: C# to be powerful, Visual Basic friendly
                                                                • Introduction to the MVVM Toolkit - Community Toolkits for .NET

                                                                  The CommunityToolkit.Mvvm package (aka MVVM Toolkit, formerly named Microsoft.Toolkit.Mvvm) is a modern, fast, and modular MVVM library. It is part of the .NET Community Toolkit and is built around the following principles: Platform and Runtime Independent - .NET Standard 2.0, .NET Standard 2.1 and .NET 6 🚀 (UI Framework Agnostic) Simple to pick-up and use - No strict requirements on Application

                                                                    Introduction to the MVVM Toolkit - Community Toolkits for .NET
                                                                  • Better ListView for .NET (C#, VB) - Alternative list view component

                                                                    Better ListView: Alternative list view control for .NET Ideal .NET WinForms (C#, VB.net) replacement list view component. More features, less limitations, fast and optimized. Better ListView is a list view control for .NET Windows Forms Designed as a replacement for the regular .NET list view control. Compatible with: Visual Studio 2015, 2013, 2012, 2010, 2008, 2005, with full designer support. Fo

                                                                    • Microsoft Build 2018 Day 2 Keynote

                                                                      最初はMicrosoft 365なアタックビデオ(?)からスタート。Microsoft 365、WindowsといえばJoe氏からですね。昨日のキーコンセプトからおさらい。AzureやMicrosoft 365についても言及してましたね。ということでそのあたりも踏まえてMicrosoft 365の話題から。WindowsやOffice、EMSなど包括してるMicrosoft 365。あとデータ等を扱うGraph。 今日の(Microsoft 365の)コンセプトは4つかな?Windows、Windowsの開発者、Officeの開発者、Microsoft Graph。 まずはCh1から。WindowsのUXとかそのあたり。最初の話題はWindows 10 1803で増えたタイムラインの話から。過去の作業を眺めて復帰したり全デバイスで作業を継続したり。Cortanaからも検索できます。 次はモ

                                                                        Microsoft Build 2018 Day 2 Keynote
                                                                      • WebBrowser コントロールの概要 - Windows Forms .NET Framework

                                                                        WebBrowser コントロールは、WebBrowser ActiveX コントロールのマネージド ラッパーを提供します。 マネージド ラッパーを使用すると、Windows フォーム クライアント アプリケーションで Web ページを表示できます。 開発者は、WebBrowser コントロールを使用して、Internet Explorer のような Web 閲覧機能をアプリケーションに作成したり、Internet Explorer の既定の機能を無効にして、このコントロールをシンプルな HTML ドキュメント ビューアーとして使用することができます。 また、このコントロールを使用して DHTML ベースのユーザー インターフェイス要素をフォームに追加し、それらが WebBrowser コントロール内でホストされているということがユーザーからはわからないようにすることもできます。 この方法

                                                                          WebBrowser コントロールの概要 - Windows Forms .NET Framework
                                                                        • ComponentOne Studio for WPFでアプリケーションからWord、PDFを取り扱う

                                                                          業務アプリケーションで作成したデータを持ち出したい、または使いやすい形で出力したいという要望を受けることがあります。別のシステムへの取り込みであれば、CSVのような形式が一般的ですが、営業資料など、使う人がシステム的な知識が無い場合は、WordやPDFといった、専門的な知識無しで多くのPCで表示可能な形式が適しています。今回は、ComponentOne Studio for WPFを用いて、アプリケーションからWordやPDFファイルを取り扱う方法を紹介します。 ComponentOne Studio for WPF 今回紹介するコンポーネント 本記事では以下の3つのコンポーネントを紹介します。 C1Word(Word Library for WPF) グレープシティ社の提供する、Word形式での出力に対応したコンポーネントで、ComponentOne Studio for WPFを導入す

                                                                            ComponentOne Studio for WPFでアプリケーションからWord、PDFを取り扱う
                                                                          • 将棋とubuntu日記 GPS将棋をUbuntuにインストール

                                                                            2024.02 << 12345678910111213141516171819202122232425262728293031 >> 2024.04 少し前の話題になりますが、GPS将棋が第19回世界コンピュータ将棋選手権にて優勝しました。 おめでとうございます。 以前このブログでGPS将棋について「Linux向けで一番強そう」と書きましたが、 失礼な話でしたね。 以前はコンパイルの仕方がいまいちわからず諦めたのですが、 有難いことにバイナリ版が登場したので、こちらでインストールしました。 手順に間違えがあればご指摘願います。 | 1. 必要なアプリケーションをインストール libmono-winforms2.0-cil、wineをsynapticでインストール。 xshogiで動かしたいならxshogiもインストール。 (wineは必要ないのかも) nautilus-gksu、naut

                                                                            • MSDN Code Gallery - Home

                                                                              We have replaced the GotDotNet website with MSDN Code Gallery and migrated the most popular GotDotNet samples here. If you require another GotDotNet sample, please contact us.

                                                                              • フォームの表示と非表示の際の挙動を変化させる。(AnimateWindow, Win32, InteropServices, WinForms, user32.dll) - いろいろ備忘録日記

                                                                                今回は、ちょっとした小ネタです。 フォームを表示する際、非表示にする際 通常は、いつも見る挙動をします。 その挙動をちょっとカスタマイズしてみようという話です。 挙動をカスタマイズするには、標準の.NETのライブラリでは 不可能で、Win32 APIを利用します。 以下のAPIを利用します。 [DllImport("user32")] static extern bool AnimateWindow(IntPtr hwnd, int time, uint flags); 上記のAnimateWindow関数の3つ目の引数にいろいろなパターンの値を設定する事で 挙動をカスタマイズできます。 以下、サンプルです。 using System; using System.Collections.Generic; using System.ComponentModel; using System.D

                                                                                  フォームの表示と非表示の際の挙動を変化させる。(AnimateWindow, Win32, InteropServices, WinForms, user32.dll) - いろいろ備忘録日記
                                                                                • Backbone.js Is Not An MVC Framework · Los Techies

                                                                                  Backbone.js Is Not An MVC Framework 23 December, 2011. It was a Friday. I’ve seen this question / statement / argument more than a few dozen times. I don’t particularly care whether or not people try to understand Backbone in terms of MVC frameworks, because that’s how we learn. We adapt new ideas based on existing knowledge experience, before we fully understand the new idea. However, I do care t