並び順

ブックマーク数

期間指定

  • から
  • まで

401 - 440 件 / 511件

新着順 人気順

winformsの検索結果401 - 440 件 / 511件

  • 2006-02-03

    前日のセッションは用事のため全く聞けなかったので,事実上本日から参加.色々ありましたが無事id:akirameiさんとお会いできました. 先日から随分と登場していた(らしい)"Avalon"の開発者向けセッション.基調講演に*1出席していなかったこともあって,開発環境まで含めた WPF の完成具合を見たのはこれが初めてになります. 見た限りでは,表示画面も開発環境も正視出来る速度で動いていましたし,方向性としても着実に固まっているようでした.このデモを見て Windows Vista の年内発売というのがやっと実感として受け入れられるようになったかな. 細かいところで気付いたこととしてはズーミング User Interface を実装する敷居が相当下がっていそうなところですかね.増井俊之さんの提唱されているLensBarや,Teddy で有名な五十嵐健夫さんが Microsoft Rese

      2006-02-03
    • ScottGu's Blog - ASP.NET MVC Framework

      One of the things that many people have asked for over the years with ASP.NET is built-in support for developing web applications using a model-view-controller (MVC) based architecture. Last weekend at the Alt.NET conference in Austin I gave the first public demonstration of a new ASP.NET MVC framework that my team has been working on.  You can watch a video of my presentation about it on Scott Ha

      • Amazon Cover Search

        Tag 109.00 - 09.45 Uhr: Keynote: Mein neuer PC ist ein Handy - Techniken und Technologien für die neue Kleinheit 10.15 - 11.30 Uhr: IT braucht Psychologen 11.45 - 13.00 Uhr: SharePoint und Silverlight 14.15 - 15.30 Uhr: User Centered Software Engineering 16.00 - 17.15 Uhr: Natural User Interfaces: Ein neues Paradigma für Human-centred Design17.30 - 18.45 Uhr: Usability-Testing – ganz einfach Tag 2

        • Ribbon

          Microsoft Ribbon for WPF Last Updated 2010/09/19 Microsoft Ribbon for WPF が公開されました。 Microsoft Ribbon for WPF とは何か? Microsoft Ribbon for WPF(以後、Ribbon と称する)とは、従来型のアプリケーションのメニューバーとツールバーとを兼ねるコントロールです。Microsoft Office 製品のほうで先行して使われていたものを WPF アプリケーションで使えるようにしたものです。 下図は、サンプルアプリケーションとして公開されているもののスナップショットです。 気に入るかどうかは分かりませんが、これからの Windows アプリケーションの標準的な UI になることは間違いないでしょう。 Windows アプリケーションの標準的な UI といえば、上図の

          • MSChart Extension - Zoom and Pan Control

            In this article, you will learn about an extension class named "MSChart Extension" that is created to extend functionality of MSChart control in Visual Studio for WinForms applications. Download source - 59.5 KB Download demo - 85 KB Also available in NuGet and GitHub. GitHub: https://github.com/Code-Artist/MSChartExtension NuGet: http://nuget.org/packages/MSChartExtension Update MSChart Extension

              MSChart Extension - Zoom and Pan Control
            • 使用するコントロール - Windows Forms .NET Framework

              Windows フォームで使うことができるコントロールとコンポーネントのアルファベット順の一覧を次に示します。 このセクションで説明する Windows フォーム コントロールに加えて、ActiveX コントロールとカスタム コントロールを Windows フォームに追加できます。 必要なコントロールがここで見つからない場合は、独自に作成することもできます。 詳しくは、「デザイン時の Windows フォーム コントロールの開発」をご覧ください。 必要なコントロールの選択について詳しくは、「Windows フォーム コントロールの機能別一覧」をご覧ください。 このセクションの内容 Windows フォーム コントロールの機能別一覧 .NET Framework に基づく Windows フォーム コントロールの一覧を示して説明します。 組み込みのオーナー描画サポートを備えたコントロール コ

                使用するコントロール - Windows Forms .NET Framework
              • CodePlex - Wikipedia

                CodePlex は、マイクロソフトが運営するオープンソースを含む開発プロジェクトのホスティングウェブサイト[1]。ウィキページがあり、バージョン管理システムとしてはMercurial、Subversion、Team Foundation Serverを使い、会議フォーラム、バグ管理システム、プロジェクトタギング、RSSサポート、統計情報、リリース機能などを備えている。 2006年5月、最初のベータ版が公開され、6月には公式リリースとなった。その後3週間ごとに新機能を追加していった。2009年11月23日現在、12,535 のプロジェクトがある。 しかし2017年4月にはCodePlexの年内サービス終了がアナウンスされ[2]、2018年1月30日にアーカイブサイトへ置き換えられ終了した[3]。 範囲[編集] CodePlex は各種プロジェクトをホスティングしており、SQL関連プロジェク

                • WPFのListBoxの仮想モード。 - イントレ。

                  WinFormsの時はListView使ってVirtualMode=true、VirtualListSizeを設定し、 RetrieveVirtualItemイベントに反応してListViewItemを生成してやればよかったんだけど、 WPFだと仕組み的な部分も含めてちょっと面倒。 通常であればListBox.ItemsSourceにコレクションをバインディング。 ListBox.ItemContainerGeneratorが必要に応じてコンテナ(ListBoxItem)を生成、表示される。 ItemsControl系はこんな動作。 これを仮想モードにするには、コントロールにいくつか設定をする。 ・ItemsPanelにVirtualizingStackPanelを設定 - ListBoxだと規定で使用される ・ScrollViewer.CanContentScroll=

                  • What's new in Windows Forms in .NET 7.0 - .NET Blog

                    There are a lot of exciting enhancements for Windows Forms developers in .NET 7. We are committed to support and innovate in the Windows Forms runtime, so let’s look at what is new in .NET 7. Accessibility improvements and fixes We strive to improve the experience for users of assistive technology. This release adds further improvements to accessibility, including but not limited to the following:

                      What's new in Windows Forms in .NET 7.0 - .NET Blog
                    • Theocacao: Objective-C, Ruby and Python for Cocoa

                      Objective-C, Ruby and Python for Cocoa I stayed out of the Cocoa language bridging discussion for a few days. I had some initial reactions, but I wanted to make sure they were legit and listen to what people had to say first. The biggest unnamed factor in all of this, I think, is Objective-C 2.0. First, just a quick rewind. On the Hivelogic podcast, John Gruber talked to Dan Benjamin about the Rub

                      • What's new in Windows Forms runtime in .NET 5.0 - .NET Blog

                        Since Windows Forms was open sourced in late 2018, and ported to .NET Core, both the team and our external contributors have been busy fixing old bugs and adding new features. In this post we are going to talk about what’s new in Windows Forms runtime in .NET 5.0. Windows controls additions and enhancements Perhaps the most exciting thing about Windows Forms today is the vibrant and engaged commun

                          What's new in Windows Forms runtime in .NET 5.0 - .NET Blog
                        • de:code 2016 で頑張ってきました - Xamarin 日本語情報

                          こんにちは。エクセルソフトの田淵です。 外の人なのにスポンサーセッション含め一日3セッションやるというおかしな二日目をなんとかこなし、de:code 2016 無事終わりました! ご参加くださった参加者の皆様、@chomado さんとのセッションを朝早くから見にきて下さった皆様、私のセッションを見にきてくださった皆様、主催の日本マイクロソフトの皆様、合同スポンサーのインフラジスティックス・ジャパンの皆様(特にランチセッションで私のデモ部分があまりにも短くて繋いでくださった 池原さん)、JXUG ブースを手伝ってくださった @amay077さん、@irgalyさん、弊社スタッフみんなに感謝です。ありがとうございました。 しかもなんと!MSのセッションの評価システム NSAT ってやつで私の Xamarin.Forms のセッションは2日目に行った全セッションの中でかなり上位になったそうです。

                            de:code 2016 で頑張ってきました - Xamarin 日本語情報
                          • .NET - ADO.NET Entity Framework & LINQ to Entities - part 2

                            In part 1 of this series of articles about the Entity Framework I already covered the following topics : The Entity Framework Installation Generate an Entity Data Model The Entity Data Model (EDM) LINQ to SQL Diagram vs. Entity Data Model Names of EntityTypes and EntitySets Model Browser Mapping Details Documentation Generated entity classes Entity SQL ObjectQuery queries which return entity types

                            • Visual Studio 2010 Released

                              It's a big day at Microsoft today as Visual Studio 2010 officially releases. There's a lot going on with this release and I thought I'd do a big rollup post with lots of details and context to help you find your way to the information and downloads you're looking for. Download Visual Studio 2010 First, if you want it, go download Visual Studio 2010 now. If you're an MSDN Subscriber or WebSiteSpark

                              • vbac のGUIフロントエンドを作りました - ClockAhead 開発Blog

                                【まえがき】 VBAのソースコードを保守し易くするためのツール vbac - ClockAhead 開発Blog  で紹介したvbac (vba is not VBA Compiler)の新Versionが公開され、色々と便利機能が増えたので、より手軽に、使いやすくするため、GUIのフロントエンドを作りました。 なお、vbacの公開場所(URL)が、今回の公開から記事の頃と変わっています。 新たなURLは、https://github.com/vbaidiot/Ariawase です。 作者は変わらず、いげたさん(@igeta)です。 【概要】 vbacGUI という名称で、Githubにて公開しています。 バイナリの配布はこちら https://github.com/dck-jp/vbacGUI/releases/tag/Ver.0.0.3 ソースコードについて MITライセンス 使用言

                                  vbac のGUIフロントエンドを作りました - ClockAhead 開発Blog
                                • CefSharp - Open Source web browser for WinForms and WPF Apps

                                  CefSharp is an easy way to embed a full-featured standards-compliant web browser into your C# or VB.NET app. CefSharp has browser controls for WinForms and WPF apps, and a headless (offscreen) version for automation projects too. CefSharp is based on Chromium Embedded Framework, the open source version of Google Chrome. We have a simple list of steps to get you started. See the Quick Start guide a

                                  • Entity Framework Performance and What You Can Do About It - Simple Talk

                                    Without a doubt, Entity Framework is a quick and satisfactory way of producing a database-driven web application. As performance becomes more important, it does, however, require some knowledge of the traps that you need to avoid, and of the wrinkles that impact performance. Ben Emmett gives a practical guide. Compared to writing your own SQL to access data, you can become miraculously more produc

                                      Entity Framework Performance and What You Can Do About It - Simple Talk
                                    • Don't use the OAuth password grant type

                                      OAuth’s Resource Owner Password Credentials (ROPC) grant type, aka the password grant, was included in the original OAuth 2.0 specification as a temporary measure back in 2012. It was designed as a quick way of migrating old applications from legacy authentication mechanisms, such as HTTP Basic Authentication or credential sharing, and onto an OAuth tokenized architecture. However, even though it

                                        Don't use the OAuth password grant type
                                      • WPF: A Beginner's Guide - Part 1 of n

                                        Download demo project (C#) - 120 KB Download demo project (VB.NET) - 47 KB Introduction Some of you may have come across some of my other articles that I have published here on The Code Project. And if you have, you may have noticed that I have been writing a few on WPF/LINQ/Silverlight/WCF of late. Generally, I try and have fun when I write my articles, and I try to make them interesting for myse

                                          WPF: A Beginner's Guide - Part 1 of n
                                        • Control.Invoke() と Control.BeginInvoke() での例外処理 - (。・ω・。)ノ・☆':*;':*

                                          はじめに C#のWinForms*1はUIスレッドを一つしか持てず*2、そのUIスレッドに対して他のスレッドからちょっかいをかけようとするとSystem.InvalidOperationException例外が飛びます。 private void button1_Click(object sender, EventArgs e) { textBox1.Text = "[開始]"; Task.Factory.StartNew(() => { Thread.Sleep(5000); textBox1.Text += "[5秒経ったよ!]"; // ここで例外が発生する }); } そこで、Control.InvokeないしControl.BeginInvokeを使ってUIスレッドに該当の処理をさせなさい、というのは有名な話。 今回はControl.Invokeを使ってハマった話。 MSDNなど

                                            Control.Invoke() と Control.BeginInvoke() での例外処理 - (。・ω・。)ノ・☆':*;':*
                                          • x265 GUI Encoder with Internet Friendly Media Encoder!

                                            Thank You for using and supporting the IFME Project. You can donate by clicking button above, also report bug & issue via Facebook and GitHub! I try to answer as fast as possible! 18/Jun/2017: I have some good news, IFME 7.1 is released! yay! I am sorry for delay, so many problem happen to me, which is my computer died :( and to own new one is very expansive and luxury (3rd world country). Want to

                                              x265 GUI Encoder with Internet Friendly Media Encoder!
                                            • Chromium Embedded Framework を c# から使う - math314の日記

                                              走り書き http://code.google.com/p/chromiumembedded/ CEF1とCEF3の二種類があるらしい、CEF2は欠番だとか CEF1 シングルスレッドで動作する CEF3よりも軽くて早い(らしい) CEF3 マルチスレッドで動作する 公式によると、CEF1のC#用bindingが2種類と、CEF3用のbindingが1種類あるそうな。 全部落としてコンパイルしてみたものの、ほとんど手を加えずにコンパイルできたのがCEF3用のxilium.cefglueだけという悲惨な状況だったので、これを使用したいと思います。 CEF3をC#から使用するために、下記サイトからC#用のbindingをダウンロードします https://bitbucket.org/xilium/xilium.cefglue/wiki/Home <使用したコンパイラと環境> windows 7

                                                Chromium Embedded Framework を c# から使う - math314の日記
                                              • SortableBindingList その2 - 当面C#と.NETな記録

                                                id:siokoshou:20070225 をもうちょっと改良してみるの巻。 CodeZineで同じネタがVB化されてました。 元ネタはこちら。http://www.microsoft.com/japan/msdn/columns/winforms/winforms02182005.aspx CodeZineの記事は明らかに元ネタを参考にしているのに参考資料にあげてないのは、元ネタのコードがそのままじゃ動かないから?それより、EULAに抵触するような気がしないでもないけど、動かないコードを載せたまま更新してないMSDNのほうがどうかと思うので、まあいいや。 この SortableBindingList、実はかなりお気に入り。SortableBindingList.DataSource に List BindingSource.DataSource に SortableBindingList

                                                  SortableBindingList その2 - 当面C#と.NETな記録
                                                • ScottGu's Blog - Silverlight 2 Released

                                                  Today we shipped the final release of Silverlight 2.  You can download Silverlight 2, as well the Visual Studio 2008 and Expression Blend 2 tool support to target it, here. Cross Platform / Cross Browser .NET Development Silverlight 2 is a cross-platform browser plugin that enables rich media experiences and .NET RIAs (Rich Internet Applications) within the browser. Silverlight 2 is small in size

                                                  • The XML Diff and Patch GUI Tool

                                                    This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Amol Kher Microsoft Corporation July 2004 Applies to: the XML Diff and Patch GUI tool Summary: This article shows how to use the XmlDiff class to compare two XML files and show these differences as an HTML document in a .NET Framework 1.1 application. Th

                                                      The XML Diff and Patch GUI Tool
                                                    • DirectXゲーム作成講座 ゲーム制作基礎編 | TAKABO SOFT

                                                      Android (2) C/C++ (7) C# (13) DirectXゲーム作成講座 DirectDraw基礎編 (14) DirectXゲーム作成講座 ゲーム制作基礎編 (11) DirectXゲーム作成講座 演出・エフェクト編 (8) Domino (80) EDGE (12) EDGE Pocket 2 (9) EDGE touch (20) EDGE2 (58) iOS (5) iPad (3) iPhone (28) MFC (23) ProgrammingTips (46) Win32 API (8) WindowsMobile (3) WinForms (8) WPF (2) お知らせ (177) ゲーム (111) マインクラフト (6) 日記 (410) 車 (15) 音楽・楽曲 (127)

                                                      • Microsoft .NET Framework 用 COBOL

                                                        このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 Basim Kadhim 米国 Fujitsu Software 社 概要: COBOL との相互運用性の強化を可能にしている米国 Fujitsu Software 社の Microsoft .NET Framework に対するサポートについて説明しています。 目次 はじめに Web 上の COBOL ビジョンの達成 将来の COBOL はじめに 今話題の MIcrosoft .NET Framework について耳にしたことがあると思います。さまざまな言語ベンダから新しい企画に対するサポートを求める声が届きました。「なぜ Microsoft は多くの言語を新しい環境に対応させることに関心があるのか? なぜ

                                                          Microsoft .NET Framework 用 COBOL
                                                        • Announcing more ways, we’re making app development easier on Windows

                                                          Building great apps on Windows should be easier – no matter how your app is written.  We want to ensure you have a path forward to make your apps better on Windows and we’re doing that with Project Reunion.  We’re creating a unified app platform that allows you to focus on your app and take advantage of new or existing code.  We also know you need a great development environment and tools that hel

                                                            Announcing more ways, we’re making app development easier on Windows
                                                          • neue cc

                                                            MicrosoftからIntroducing Garnet – an open-source, next-generation, faster cache-store for accelerating applications and servicesという記事が今日公開されて、Garnetという新しいインメモリデータストアがOSSとして公開されました。Microsoft ResearchでFASTERを手掛けていたチームによるもので、FASTERはC#実装の高速なキーバリューストアでした。今回のGarnetはその発展形のようなもので、FASTERベースのストレージと、Redis互換のプロトコルによる、インメモリデータストアになっています。詳しくはGarnetのほうのブログA Brief History of Garnetで。GarnetもC#で作られています。 ベンチマークによると、Re

                                                            • DotNetBrowser | .NET web browser for WPF, Avalonia UI, and WinForms apps

                                                              JxBrowserA cross-platform library for integration of Chromium browser into Java applications. DotNetBrowserA Chromium-based browser component for WPF, Avalonia UI, and WinForms applications.

                                                                DotNetBrowser | .NET web browser for WPF, Avalonia UI, and WinForms apps
                                                              • [.NET]非同期呼び出しの名前

                                                                いや、マジで知らなかったというか、「ビギンエンドのやつ」とか「シンコンのやつ」で通じますって(笑 というわけで、岩永さんの 非同期.pptx at Silverlight を囲む会 in 東京 #2 でさらさらっと書かれていることを、ちょっとだけ補足。 APM (Asynchronous Programming Model) .NET 1.0 時代からあるビギンエンドの奴、名前のまんま Logic を呼び出す際に BeginLogic() と呼び出して EndLogic() で待機する。 // 同期呼び出し TResult Logic<T1, T2, TResult>(T1 param1, T2 param2) // APM 呼び出し IAsyncResult BeginLogic(T1 param1, T2 param2, Action<IAsyncResult> callback, o

                                                                  [.NET]非同期呼び出しの名前
                                                                • XNA & Beyond: The Path to VS 2008

                                                                  The article shows how to embed a XNA-based game into a WinForms control with ease. Also, it explains how to integrate an XNA GS project into VS2008 (this IDE is not currently supported by XNA GS), and in turn, to be able to use WPF with your XNA-based creation. Download source - 80.3 KB Download website source - 46.8 KB Contents Introduction Background Scope Prerequisites Let's Get Started XNA and

                                                                    XNA & Beyond: The Path to VS 2008
                                                                  • みなさんお待ちかね! WinForms がデザイナでポトペタ可能に!! - rksoftware

                                                                    Visual Studio のプレビュー版 Visual Studio 16.5 Preview 1 で、WinForms (.NET Core) がデザイナでプレビューできるうえにポトペタもできるらしいと聞いて試してみました。 やはりポトペタあってこその WinForms ですよね。正直なところ誰が今の状態で WinForms (.NET Core) 使うのかという状態でしたが、これで日本の全エンジニアが WinForms でアプリを作り始めると思います。 参考 Updates to .NET Core Windows Forms designer in Visual Studio 16.5 Preview 1 | .NET Blog ■ 通常の Visual Studio プレビュー版でない通常の Visual Studio も .NET Core の WinForms に対応していま

                                                                      みなさんお待ちかね! WinForms がデザイナでポトペタ可能に!! - rksoftware
                                                                    • Delphi2006 レビュー (Delphi 2006 レビュー)

                                                                      Delphi 2007 情報はこちら Delphi 関連情報トップ 2005-10-17: 作成 Delphi2006 レビュー (Professional版) Borland Developer Studio 2006 のインストール Borland Developer Studio 2006 の起動 コンポーネント(Win32) を確認してみる デザイナガイドライン Margin と Padding プロパティ FlowPanel GridPanel TrayIcon ToolBar ControlBar コード補完 こまかいところ LiveSource機能を使ったUMLモデリング 独自のデザイナガイドラインを作成する DockTabSet Obj ファイルのリンク C# (難しい話は抜き) for文 if文 class と namespace 派生と継承 イベント (デリゲート) プ

                                                                        Delphi2006 レビュー (Delphi 2006 レビュー)
                                                                      • Drag and Drop Archiver gadget

                                                                        The proposed gadget allows compression of files and folders dragged on the sidebar using almost any format. Download demo gadget - 253 Kb Download source code - 75.2 Kb Introduction Compressing files is one of the most frequent operations when we want to share documents. The problem is that for most compression programs it takes ages just to organize the files that you want to compress, and then y

                                                                        • MicrosoftがWinForms/WPFの利用コードを使った.NET Core 3.0機能投票を実施へ

                                                                          「FinOps、アプリケーション単位の経済性、クラウドコストの最適化について、ロワ・ラヴホン氏語る」 このエピソードでは、Finoutの共同設立者兼CEOであるRoi Ravhon氏が、InfoQポッドキャストの共同ホストであるDaniel Bryant氏と対談し、FinOpsの出現と業界の採用について議論した。この対談では、FinOpsを採用するメリット、クラウド・コストについてもっと知りたいと考えている組織の典型的な道のり、実装を成功させるために必要な様々な文化やツールといったトピックが取り上...

                                                                            MicrosoftがWinForms/WPFの利用コードを使った.NET Core 3.0機能投票を実施へ
                                                                          • .NET Core 3.0 でデスクトップアプリを作る(VS プレビュー版を使わない) - rksoftware

                                                                            以前 .NET Core 3.0 で WPF や WinForms のデスクトップアプリが作れるようになるという発表があり、クラシックデスクトップアプリ界隈が非常に高い関心を示しています。そんな .NET Core 3.0 でデスクトップアプリですが、実際に試せるそうです。 単純に試すだけならこの非常に素晴らしいブログ記事の通りなのですが、私にはこの記事通りにいかない悲しい事情がありました。ディスク容量の問題で Visual Studio のプレビュー版をインストールすることが難しかったのです。 ■ コマンドで頑張る ということで、この記事では Visual Studio のプレビュー版をインストールせずに頑張ってみます。 前半部分は前述の記事をほぼなぞった内容ですので、読み飛ばしてもOKです。 .NET Core をインストール 前述の記事を参考に .NET Core 3.0 をインスト

                                                                              .NET Core 3.0 でデスクトップアプリを作る(VS プレビュー版を使わない) - rksoftware
                                                                            • Becoming an iOS Developer

                                                                              This blog post describes my experience of learning how to write iOS software, after having spent many years exclusively in the world of .NET development. It provides warnings, suggestions, and tips for others who are interested in learning iOS development. The post ends with a qualitative comparison of programming in WPF and iOS. [UPDATE: July 17, 2012] I self-published a book that explains iOS to

                                                                                Becoming an iOS Developer
                                                                              • Index of /Linux/fedora/epel/5/i386

                                                                                Name Last modified Size Description Parent Directory - debug/ 23-Sep-2008 04:13 - repodata/ 23-Sep-2008 04:22 - repoview/ 23-Sep-2008 04:22 - BibTool-2.48-6.el5.i386.rpm 18-Dec-2007 10:39 156K DMitry-1.3a-2.el5.i386.rpm 16-May-2007 21:08 27K Django-0.96.1-1.el5.noarch.rpm 08-Nov-2007 02:26 2.0M Django-0.96.2-1.el5.noarch.rpm 21-May-2008 08:17 2.0M Django-doc-0.96.2-1.el5.noarch.rpm 21-May-

                                                                                • Josh Holmes - Architecture of RIA from JAOO

                                                                                  Disclaimer: These postings are provided "AS IS" with no warranties, and confers no rights. This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License. Architecture of RIA from JAOO I did a joint session with James Ward from Adobe at the JAOO conference. As you know I'm an evangelist for Microsoft focusing on RIA and UX. James is one of the Flex evang