• 0

FREE .Net Controls


Question

Hi OOP Mateys,

I thought it would be a good idea to start a thread that contains locations to FREE .Net controls, so I'll start the ball rolling with the new Power Pack I just found !

The VB.Net Power Pack over at Microsoft is a free download containing 7 new controls including Blending Panels and Notification Windows.

Link : VB.Net Power Pack

The Power Pack can also be used in C# !

They are a great addition to your .Net toolbox and they are free !

Enjoy ! :D

Here's a list of submissions so far . . .

VB Powerpack - Submitted by Large

Divil - Submitted by Large

Dacris NetXP - Submitted by xStainDx

Ziplib - Submitted by D-FENS

ABC Upload & PDF - Submitted by D-FENS

Various Controls - Submitted by quadsoft

Steep Valley Controls - Submitted by Large

AWS Filepicker - Submitted by heathrowe

.Net Tools - Submitted by heathrowe

Edited by Large
Link to comment
https://www.neowin.net/forum/topic/184652-free-net-controls/
Share on other sites

Recommended Posts

  • 0

Magic UI. The current version requires payment, but the previous versions were free (with source). The best part about this is that it's also free for commercial use.

Docking

Tab Control

Wizard

Menu

Note: All these pages lead to the same download file, but each explains each component.

  • 0

I have used a few OSS projects in my commercial program (checked the license on each one, they can all be used in commercial applications). I have rounded up everything I have used and put information from them into my SDK (still in progress, but getting closer to release).

Here is the quick list. If you would like to read more about each project, click on the link at the bottom of this entry. That contains links to the project home pages.

Atom.NET (handle Atom feeds, stock version supports 0.3, Xjs.Atom branch adds Atom 1.0 -09 support)

RSS.NET (handle RSS.NET feeds, pretty much every version, Xjs.Rss branch adds Dublin Core (dc:) and various fixes)

HtmlAgilityPack (fix bad html, parse like xml using xpath)

Mvp.Xml (XPathDocument w/InnerXml and OuterXml, XInclude, XPointer, etc.)

SgmlReader (like HtmlAgilityPack, but it has more bugs..., many of which are fixed in Xjs.Sgml)

NetSpell (Spell checker for anything, I use it in my Visual Html control)

CoolDownloader (Batch downloader w/progress bar, Xjs.Downloading includes some CPU use fixes)

edtFTPnet (FTP in .NET)

HtmlEditorControl (WYSIWYG Html editing/viewing, version in XJS embeds a spell checker)

Windows WIA and TWAIN (Scanner support for new and old Windows respectively, I use both. If WIA fails, it tries to use TWAIN)

GlacialControls (embed controls into a listView, like progress bars)

DirectX.Capture (Capture video and save it to file, like from a webcam)

DirectShowLib (Access DirectShow from .NET)

To find out more information on each project, go here:

http://www.xmljournalsystem.com/Documentat.../OSS/index.html

  • 0

Ok, I came accross another really good library

The Netron Project (Graphing, diagramming, etc.)

Just click on the link to my SDK above to find out more. The Netron Project is really a top-notch open source project.

Here is a picture of the plugin I adapted from The Netron Project in use:

XjsDiagrammingThumb.png

View Full Size

(Input methods into your journal are extended through plugins)

  • 0

Hey guys, as I have just released 1.3 of XJS I would like to add 3 more controls that I have used.

MonthCalendar

This is a better version than that which is included in .NET (imo).

MozBar

This is a toolbar-like control that gives you a bar like you find in the Firefox options pane.

XPPanel

This provides a colapsible panel like what you can find on the side of Windows Explorer.

  • 0

PureComponents NicePanel

http://www.purecomponents.com/products/nicepanel/

"PureComponents NicePanel is container component of active look, which will enrich your applications. NicePanel has header and footer, which widen its usage. Using gradient fill and color schemes you can easily and quickly set nice look, which can be further enhanced with images from integrated Clip Art or from file."

Works with vb.net and c#. It's free but needs registration to get license key.

I think it works with vs 2005 too. :D

  • 0

VB Guy: Looks nice!

Another release of XJS, another revision of my OSS documentation. I have two new additions, SmartThreadPool and ScheduledTimer.

The other big thing I did was go through all the projects and make sure that no matter what I have some kind of note on the license. Before, there was only a note if I could link to the license (LGPL, etc.). Now, every project has a note about the license. This ranges from a link to the license from the source files. This kind of documentation is very important to me and I am sure others.

Here is the link: OSS from the XJS SDK

Everything in XJS Tools now works in Mono. The last project from XJS Tools to get the re-fitting was the spell checker. Everything does as of Mono 1.1.9.

  • 0

Hi,

My search for sum free .NET controls brought me here and I must say u ppl hav dun a gr8 job by posting all dose links. Thanks alot !! But its unfortunate that very few of them are for C#. I was lookin 4 da C# version of XPBalloonTip control found in steepvalley.net in particular. I searched a lot but cudnt find any easy-to-use or efficient 1s.

Any sorta help wud b gr8ly appreciated.

Thanx

  • 0
  Dsypher said:

Hi,

My search for sum free .NET controls brought me here and I must say u ppl hav dun a gr8 job by posting all dose links. Thanks alot !! But its unfortunate that very few of them are for C#. I was lookin 4 da C# version of XPBalloonTip control found in steepvalley.net in particular. I searched a lot but cudnt find any easy-to-use or efficient 1s.

Any sorta help wud b gr8ly appreciated.

Thanx

that comes standard in VisualStudio 2005. If you're not planning on going to 2005 then uhh.. dunno where to get one :)

edit: huh.. cool controls over there, though. they are all open source. maybe someone will find the time to convert them.

Edited by rev23dev
  • 0
  Dsypher said:

Hi,

My search for sum free .NET controls brought me here and I must say u ppl hav dun a gr8 job by posting all dose links. Thanks alot !! But its unfortunate that very few of them are for C#. I was lookin 4 da C# version of XPBalloonTip control found in steepvalley.net in particular. I searched a lot but cudnt find any easy-to-use or efficient 1s.

Any sorta help wud b gr8ly appreciated.

Thanx

Well, if you've got a compiled DLL, and they have not used an obfuscator, fire up trusty reflector and use one of the available add-ins and generate the source in c#. Create a new project and then compile. Easy.

  • 0
  Dsypher said:

Hi,

My search for sum free .NET controls brought me here and I must say u ppl hav dun a gr8 job by posting all dose links. Thanks alot !! But its unfortunate that very few of them are for C#. I was lookin 4 da C# version of XPBalloonTip control found in steepvalley.net in particular. I searched a lot but cudnt find any easy-to-use or efficient 1s.

Any sorta help wud b gr8ly appreciated.

Thanx

out of curiousity, what difference does it make if it's written in VB.NET? once it is compiled, the resulting assembly can be used by any .NET application.

  • 0

hey guys, I am interested in developing free and commercial .Net components.

If you have got any ideas or there is some control\feature you can't find on web contact me , I will develop it ( free ) .

I am interested in developing free components but I don't want to reinvent the wheel(s). Ask me to do something new and creative .

  itwax.com said:

hey guys, I am interested in developing free and commercial .Net components.

If you have got any ideas or there is some control\feature you can't find on web contact me , I will develop it ( free ) .

I am interested in developing free components but I don't want to reinvent the wheel(s). Ask me to do something new and creative .

here is my webpage. You will find some good free components here soon

http://www.itwax.com

  • 0
  Dsypher said:

Hi,

My search for sum free .NET controls brought me here and I must say u ppl hav dun a gr8 job by posting all dose links. Thanks alot !! But its unfortunate that very few of them are for C#. I was lookin 4 da C# version of XPBalloonTip control found in steepvalley.net in particular. I searched a lot but cudnt find any easy-to-use or efficient 1s.

Any sorta help wud b gr8ly appreciated.

Thanx

*my eyes* ::they're bleeeding::

why do people type like that?

  • 0

Here is a great .net components library, available for download for free :

Download Freeware

This freeware is a development tool with 33 .Net components

> you model your operational script graphically

> you test and then generate it in XML format

.Net components are File Management, Find and Replace strings, Word, Excel, Storage Procedure, SQL import/export, Telnet, POP/SMTP, FTP (cathalist, command, Wininet), Log, Ping, Timer, Date control, Variable calculation...

:woot:

- All-graphical configuration

- Native technology control and error-trapping

- Natural language supported for precise, intuitive sequencing control

- Automatic recovery mode

- Remote execution

- Step-by-step validation

- No compiling required

> http://www.paseosoft.com/produits/paseoexpress_tele1.php

> http://www.paseosoft.com

  • 0
  petra said:

Here is a great .net components library, available for download for free :

Download Freeware

This freeware is a development tool with 33 .Net components

> you model your operational script graphically

> you test and then generate it in XML format

> http://www.paseosoft.com

I forgot its name !!! It's PaseoExpress

because I spend less time with this soft to develop micro scripts developments and I have more time for what I like to do !! :whistle: ===>>>

  • 0

I recently found a library called "iTextSharp" which you can use from within C# to generate PDF, RTF and XML files.

Completely free and without any ad's.. quite a cool thing :D

You can find it at: http://sourceforge.net/projects/itextsharp/

  Quote
iText# (iTextSharp) is a port of the iText open source java library written entirely in C# for the .NET platform. iText# is a library that allows you to generate PDF files on the fly. It is implemented as an assembly.
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • RollBack Rx Pro 12.9 Build 2710971022 by Razvan Serea RollBack Rx is a robust system restore utility that enables home users and IT professionals to easily restore a PC to a time before certain events occurred. In essence, it turns your PC into a Instant Time Machine. Regardless of what happens to your PC your can quickly and easily restore your PC to a previous time. Making it easy to rescue you from any PC disaster - saving time, money and PC trouble. Windows System Restore only restores Windows system files and some program files. In addition, if Windows crashes to a point were Windows itself can not boot up (ie. BSOD*) you would not be able to access your Windows System Restore points. In contrast, the RollBack Rx technology works at the sector level of the hard drive and restores everything! - right down to the last byte of data. It sits below Windows. So even if Windows crashes, there’s a sub-console (mini OS) that boots prior to windows. This allows you to access Rollback Rx and go back to a point in time when your system was working trouble-free. Key Features Go back to any previous point in time within seconds. Go back minutes, hours, days, weeks, or even months to any previous snapshot. Does not affect computer performance, uses minimal system resources. Supports unlimited snapshots. Creates a complete system snapshot without having to restart the system. Reverse any system crash within seconds (even if Windows cannot startup). Back out of any failed program, OS updates, and botched updates. Recover from any malware or virus attack within seconds. Works with VMWare and Virtual Machines, both as a host or within the virtual machine as a client. Supports Multi-boot, Multi OS workstations. Lock snapshots to prevent deletion. Intuitive GUI based snapshot manager. Explore, browse, and retrieve files and folders from any snapshot. Drag and drop them into your active system. Roll backwards as well as forwards to any available system snapshot. Allows users to safely test any software. Fast, 100% complete uninstaller. Retrieve files from a crashed PC, even if Windows cannot boot. Access control – manage levels of multiple user and administrative privileges. Automatically schedule snapshots to be taken on a fixed schedule or upon execution of specific files (ie. setup.exe) as well as manually. 256 bit AES snapshot encryption. Prevent unauthorized data theft in case of a stolen laptop. Group Management and Enterprise Network Administration Control (FREE utility). Comes with Stealth Mode where you can hide the RollBack Rx tray icon and splash screen (seen during bootup) Change the startup hotkey for sub-console access (default is HOME). Built-in snapshot defragmenter which will optimize system resources and recover free space. Option to keep files and folders unchanged when you roll-back. Advanced setup configuration wizard for system administrators which will set deployment options and predefined RollBack Rx settings. Offers detailed program operation logging. Supports all industry-standard deployment options including silent installations and pre-installation configuration. Explore RollBack Rx Pro with a 14-day trial, fully functional on Windows 11, 10, 8, and Windows 7 SP1** (32 and 64-bit). RollBack Rx Pro 12.9 Build 2710971022 changelog: General Add PnpLockdown in shieldm.inf Fix registry exclusion problem in Windows 11 24H2 release Add detailed logging for file filter driver Add detailed logging for Windows update Add time stamp to kernel drivers Change kernel driver and Win32 IRP structure Other small bug fixes / typos reported through tech support Endpoint Manager Add client report dashboard Add sound effect when receiving a EPM message. Keep EPM message history Fix bug that oversized Windows symbol files cannot be downloaded Download: RollBack Rx Pro 12.9 | 61.0 MB (Shareware) View: RollBack Rx Home Page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Universal Media Server 14.12.1 by Razvan Serea Universal Media Server is a DLNA-compliant UPnP Media Server. UMS was started by SubJunk, an official developer of PMS, in order to ensure greater stability and file-compatibility. The program streams or transcodes many different media formats with little or no configuration. It is powered by MEncoder, FFmpeg, tsMuxeR, AviSynth, MediaInfo and more, which combine to offer support for a wide range of media formats. Because it is written in Java, Universal Media Server supports all major operating systems, with versions for Windows, Linux and Mac OS X. To see a comparison of popular media servers, click here. Universal Media Server 14.12.1 changelog: General Added status page to readme Fixed videos not being marked as fully played (#5373) (thanks, @Fredo1650!) Fixed adding YouTube channels from handle URLs (URLs with @ in them) Fixed handling special characters on Linux (#5100) (thanks, @LaTeteDansLesEtoiles!) Fixed directory browsing crash (#5189) (thanks, @jt-gilkeson!) Fixed FFmpeg on Linux x86_64 and arm64 (#5465) (thanks, @KanjiMonster!) Fixed logspam like "Could not hydrate device or its services from descriptor" (#5292) (thanks, MTOakey!) Fixed broken YouTube video playback Fixed web interface E2E testing on CI using outdated code because of overeager caching Fixed broken video playback when burning subtitles to H.265 via FFmpeg (#5486) Improved logging Translation updates via Crowdin Chinese (Simplified) (59%) (thanks, 無情天!) Dutch (41%) (thanks, Matthias!) Hungarian (86%) (thanks, Zoltán Rózsa!) Japanese (69%) (thanks, Yukihuru!) Download: Universal Media Server 14.12.1 | 203.0 MB (Open Source) Download: Other operating systems View: Universal Media Server Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You sign your rights to reddit when you write on their platform. Free labour for them to make money. The AI companies should also take advantage of that free labour.
    • Brave 1.79.123 by Razvan Serea Brave Browser is a lightning-fast, secure web browser that stands out from the competition with its focus on privacy, security, and speed. With features like HTTPS Everywhere and built-in tracker blocking, Brave keeps your online activities safe from prying eyes. Brave is one of the safest browsers on the market today. It blocks third-party data storage. It protects from browser fingerprinting. And it does all this by default. Speed - Brave is built on Chromium, the same technology that powers Google Chrome, and is optimized for speed, providing a fast and responsive browsing experience. Brave Browser also features Brave Rewards, a system that rewards users with Basic Attention Tokens (BAT) for viewing opt-in ads. This innovative system provides an alternative revenue model for content creators and a way to support the Brave community. Brave 1.79.123 changelog: Leo Improved citation UI. (#45761) General [Security] Fixed missing DDNS navigation throttle for subframes as reported on HackerOne by newfunction. (#46703) Fixed crash which occurred when clicking on the “View site information” icon in the address bar while having “Don’t allow sites to scroll and zoom shared tabs” enabled. (#46566) Fixed crash which occurred with the “Save autofill” prompt in certain cases. (#45546) Upgraded Chromium to 137.0.7151.104. (#46712) (Changelog for 137.0.7151.104) Download: Brave Browser 64-bit | 1.2 MB (Freeware) Download: Brave Browser 32-bit View: Brave Homepage | Offline Installers | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • A summary of the article shouldn't be an issue in theory, as the information is all based within the document itself. The problem with a lot of AI models is that they are trained off both Wikipedia as a primary source and other secondary websites which have less reliable information. As an encyclopaedia it is no doubt going to have bias in one way or another, all encyclopaedias do. The difference is that there is a process for a lot of this information to be figured out whether or not it is an opinion, or the source of that information, and to be aware of the possible bias in the first place, even your own bias as a reader. The way many people understand languages these days is quite limited, particularly in certain areas of the world. This is obvious in many types of "journalism" where some articles are thinly disguised opinion pieces, Where language is carefully curated to push a point of view despite it looking like fact. This is partly why a lot of the Western world is now so divided.
  • Recent Achievements

    • Apprentice
      Adrian Williams went up a rank
      Apprentice
    • Reacting Well
      BashOrgRu earned a badge
      Reacting Well
    • Collaborator
      CHUNWEI earned a badge
      Collaborator
    • Apprentice
      Cole Multipass went up a rank
      Apprentice
    • Posting Machine
      David Uzondu earned a badge
      Posting Machine
  • Popular Contributors

    1. 1
      +primortal
      519
    2. 2
      ATLien_0
      260
    3. 3
      +Edouard
      191
    4. 4
      +FloatingFatMan
      174
    5. 5
      snowy owl
      133
  • Tell a friend

    Love Neowin? Tell a friend!