Stories recently tagged with 'winforms'

Visual Basic - VB .Net - Zugriffsrechte eines Ordners ermitteln(www.visual-basic5.de)

submitted by OnkelHorstOnkelHorst(35) 2 years, 1 month ago

Get the directory rights. read more...

1 comment |category: |Views: 6

tags: another

Creating a Background Worker in a Windows Forms application(instantiate.co.nz)

submitted by lukus7lukus7(135) 2 years, 1 month ago

this post outlines how to use a backgroundWorker to do a file upload in the background in a Windows Forms application read more...

add a comment |category: |Views: 18

tags: another

Invoking Javascript From a WebBrowser Control(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 2 years, 2 months ago

Today I got a request to use a WebForms application inside a WinForms application. One problem that we needed to solve was how to make an interaction between the WinForm and the WebForm it uses. The post will show the solution. read more...

add a comment |category: |Views: 26

tags: another

saving setting for windows forms an extensive list(msprogrammer.serviciipeweb.ro)

submitted by ignatandreiignatandrei(5) 2 years, 2 months ago

An extensive list to save settings for windows forms, with video tutorials read more...

add a comment |category: |Views: 9

tags: another

Windows 7 Development: Aero Effects In .NET Applications(www.midnightprogrammer.net)

submitted by prashantmx4prashantmx4(815) 2 years, 2 months ago

Enable windows aero effects for .net windows application using Windows 7 API code pack from Microsoft. read more...

add a comment |category: |Views: 62

tags: another

Creating a Weather Gadget for Windows 7(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

In this article we will see how you can develop a Weather gadget for Windows 7 which uses Yahoo Weather API for fetching Weather data. The application will also have some of the latest exciting features of Windows 7 like Thumbnail Toolbar and Progress bar. read more...

add a comment |category: |Views: 577

tags: another

VB DataTable Sort [ VB .Net Tutorial ](www.vbnettutorial.net)

submitted by pons_saravananpons_saravanan(219) 2 years, 3 months ago

When there is a need of sorting rows in a DataTable, there is no direct support available in DataTable. There is no direct way to get the sorted records into a DataTable out of the box. There are few ways to sort the data in the DataTable but that needs a few lines of code that I would like to discuss here. We have already discused how to sort a records in Gridview using DataView read more...

add a comment |category: |Views: 64

tags: another

(MVP) Model View Presenter - Passive View(coding.infoconex.com)

submitted by infoconexinfoconex(80) 2 years, 4 months ago

Explanation of the MVP Model View Presenter - Passive View by demonstrating it via a C# .NET Winform project. Shows writing the application using code behind approach and then refactoring the project to use the MVP pattern. read more...

add a comment |category: |Views: 307

tags: another

Getting the Active Process (C# / .NET)(www.blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 2 years, 4 months ago

When developing software that monitors running processes, it can be useful to obtain details of the currently active application. The .NET framework does not provide methods to permit this so Platform Invocation Services (P/Invoke) must be used. read more...

3 comments |category: |Views: 19

tags: another

Windows Ribbon for WinForms, Part 21 – SizeDefinition(blogs.microsoft.co.il)

submitted by arikparikp(1204) 2 years, 5 months ago

Windows Ribbon for WinForms, Part 21 – SizeDefinition After reviewing the MSDN documentation for the Windows Ribbon Framework I’ve discovered there is only one subject I haven't covered in my ribbon posts. This post comes to rectify this issue. This post is about how to define custom size definitions for ribbon group elements. The post is entirely about ribbon markup, so no changes to the Windows Ribbon for WinForms library. Nevertheless, I’ve uploaded a new sample “18-SizeDefinition” to the project s... read more...

add a comment |category: |Views: 14

tags: another

Windows Ribbon for WinForms, Part 20 – QuickAccessToolbar(blogs.microsoft.co.il)

submitted by arikparikp(1204) 2 years, 5 months ago

Windows Ribbon for WinForms, Part 20 – QuickAccessToolbar Windows Ribbon for WinForms library now supports working with the ribbon quick access toolbar. The result of this post is a yet another sample, “17-QuickAccessToolbar”, found on the project site. What is Quick Access Toolbar (QAT)? Quick access toolbar resides on the left of the window title. The user can save there common ribbon commands he wants to easily access. A user can add a ribbon button (or toggle button or checkbox) to t... read more...

add a comment |category: |Views: 11

tags: another

Smarten up your UI with Task Dialogs(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 2 years, 5 months ago

Put your message boxes on steroids. Take advantage of the new-look dialogs in Windows Vista and Windows 7 in your applications and smarten up your UI. read more...

1 comment |category: |Views: 603

tags: another

Windows Ribbon for WinForms, Part 19 – RecentItems(blogs.microsoft.co.il)

submitted by arikparikp(1204) 2 years, 5 months ago

Windows Ribbon for WinForms, Part 19 – RecentItems Windows Ribbon for WinForms library now supports working with recent items in the application menu. The result of this post is a yet another sample, “16-RecentItems”, found on the project site. What are recent items? Recent items are items in a list which appears in the application menu. They doesn’t have to be file names and they doesn’t have to be recent, although it is recommended. Every item has 3 properties: Label – Item name, usually fi... read more...

add a comment |category: |Views: 3

tags: another

Windows Ribbon for WinForms, Part 18 – ContextPopup(blogs.microsoft.co.il)

submitted by arikparikp(1204) 2 years, 5 months ago

Windows Ribbon for WinForms, Part 18 – ContextPopup Windows Ribbon for WinForms library now supports using a Context Popup. The result of this post is a yet another sample, “15-ContextPopup”, found on the project site. What is a Context Popup? A context popup is a combination of a small toolbar (called MiniToolbar) and a context menu, which a ribbon enabled application can provide. This popup usually appears when right-clicking an application surface and it usually provide common operati... read more...

add a comment |category: |Views: 9

tags: another

Tap into the power of the Windows 7 Taskbar with your .NET apps(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 2 years, 6 months ago

The task bar has some of the most visible improvements in Windows 7 - find out how to hugely increase the usability of your .NET applications by tapping into the taskbar functionality. Jump lists, thumbnail previews and thumbnail toolbars are all covered. read more...

add a comment |category: |Views: 193

tags: another

Windows Forms: Closeable TabControl(primordialcode.com)

submitted by GuardianGuardian(1104) 2 years, 6 months ago

How to build a simple Closeable TabControl in Windows Forms read more...

add a comment |category: |Views: 33

tags: another