• 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

    • I've had the opposite honestly Linux always just works except for games with drm/anti cheat Windows is sometimes corrupted on first install Windows update downloading wrong drivers ...
    • Microsoft 365 Copilot Notebooks now integrated in OneNote on Windows by Paul Hill Microsoft has announced that Enterprise customers with Microsoft 365 Copilot, SharePoint, or OneDrive licenses can now use Microsoft 365 Copilot Notebooks integrated directly with OneNote on Windows. Copilot Notebooks are AI-powered and bring together different resources such as Copilot Chat, files, notes, and links into a single space to make you more productive. The Redmond giant wants to make it easier for customers to gather content, understand complex topics, and create “smarter content” with Copilot Notebooks. This integration is squarely aimed at Enterprise customers, not Personal or Family subscribers. How Copilot Notebooks enhance productivity in OneNote When you open OneNote on Windows, you should see Copilot Notebooks in the left-hand sidebar, from here you can view or edit existing notebooks or you can create one by going to Home > Create Copilot Notebook or New notebook. During the creation of your new notebook, you can give it a name and add references such as OneNote pages, .docx, .pptx, .xlsx, .pdf, or .loop files. This gives Copilot extra context to provide you with more refined answers. Once you have created a notebook and added your reference documents, you can use Copilot Notebooks to help you gather insights from your documents, draft summaries, and generate audio overviews. An important caveat to mention about these notebooks is that you can only add 20 files as references and only individual OneNote pages, as opposed to sections and notebooks, can be added. Microsoft could add support for these in the future, but you can’t add them yet. Another limitation right now is that some OneNote features aren’t functional within Copilot Notebooks, including tags, section groups, inking, templates, password protection, Immersive Reader, and offline support. Availability and what it means for enterprise users Microsoft 365 Copilot Notebooks in OneNote for Windows are available for Enterprise customers with an appropriate license (anyone with a Microsoft 365 Copilot, SharePoint, or OneDrive license) running OneNote Version 2504 (Build 18827.20128) or later. If you have any other feedback to give to Microsoft, you can give it via Help > Feedback. As an Insider preview, Microsoft will likely improve this before declaring it stable so let Microsoft know of any issues you have. Now that the feature is available as a preview, it’s the perfect time for IT admins and other decision-makers to evaluate the feature to see how it could benefit their wider organization.
    • Mixxx 2.5.2 by Razvan Serea Mixxx is powerful, free, and open-source DJ software designed for both beginners and professionals. It offers real-time beatmatching, auto DJ, effects, and MIDI controller support. With a clean interface and compatibility across Windows, macOS, and Linux, Mixxx is ideal for live performances, radio broadcasts, or practice sessions. Its active community and constant updates make it a reliable tool for any DJ. Mixxx integrates the tools DJs need to perform creative live mixes with digital music files. Whether you are a new DJ with just a laptop or an experienced turntablist, Mixxx can support your style and techniques of mixing. Mixxx key features: Realtime audio engine with low-latency performance MIDI and HID controller mapping with customizable scripting (JavaScript-based) Vinyl DVS support (absolute & relative timecode modes) OpenSL, ASIO, WASAPI, and JACK audio backend support Advanced BPM & musical key detection (KeyFinder integration) Quantized beat sync and phase locking Effect chain routing with LADSPA plugin support 4-deck mixing with independent EQ and gain control Support for wide file formats (MP3, FLAC, OGG, WAV, AIFF) Broadcasting via Icecast and Shoutcast with metadata support Library with Crate, Playlist, and Smart Playlist organization Multi-core CPU support for performance optimization Microphone and Auxiliary input routing with talkover ducking OSC and Web MIDI support Skinnable and themable Qt-based UI Cue points, hotcues, and looping with quantization Recording in lossless WAV or compressed formats Clock-synced looping and beatjump Mixxx 2.5.2 changelog: Library Fix playlist export when name contains a dot Fix loading the wrong track via drag and drop when using symlinks Fix: byte order in hotcue comments imported from rekordbox Tracks table: show ReplayGain with max. 2 decimals, full precision in tooltip Fix keyboard mappings with non-ASCII characters on Linux Computer feature: enable initial sorting during population Computer feature: avoid false-positve 'has children' for non-directory links Fix column header mapping when using external library Fixed Single track cover reload on reload metadata from file Controller Mappings Arturia KeyLab Mk1: initial mapping Denon MC7000: slicer mode TypeError Denon MC7000: crossfader curve using wrong parameter DJ TechTools MIDI Fighter Twister: support 4 decks Hercules DJControl Inpulse 500: the crossfader was not reaching 100% to the right end Icon Pro Audio iControls: initial mapping Numark Mixtrack Platinium FX: Fix 4 steps browsing issue Traktor Kontrol S3: Use GUI config for settings Traktor S2 MK3: Fixed LED issue Traktor S4 MK2: Use engine settings API for configuration Traktor S4 MK3: prevent sync lockup, add setting for tempo center snap Controller Backend Control picker: Allow to learn MIDI Aux/Mic enable controls Make [Main],headSplit CO persistent across restart Fix MIDI Controller button learning Fix learning with "No Mapping" selected Unit tests for engine.beginTimer engine-api.d.ts: brake()/spinback() documentation Target support Fix building with a CMake multi-config setup Fix building with gcc >= 14 with LTO and clang >= 19 (fpclassify) Fix: gcc -Warray-bounds= in fidlib by using a flexible member Added Linux Mint Codenames to debian_buildenv.sh Add hidden [Config],notify_max_dbg_time setting to reduce warnings in developer mode Detect arch and fail early if not supported when installing buildenv Misc Vinyl Control: Reduce sticker drift Fix infinite number of pop ups of the "No Vinyl|Mic|Aux|Passthrough input configured" dialog Reduce CPU usage with Trace log messages Fix adjust Gain after adopting it as ReplayGain only in requesting playe Skins: add loop anchor toggle to Deere, Shade, Tango Sound Hardware preferences: add manual link for Mic monitoring modes Work around an Ubuntu, Ibus or Qt issue regarding detecting the current keyboard layout. Fix BPM rounding for the 3/2 case Update cue & play indicators on paused decks when switching cue mode Download: Mixxx 2.5.2 | 113.0 MB (Open Source) Links: Mixxx Home page | Other OSes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • KDE brings Wayland PiP to Plasma 6.5, adds finishing touches to 6.4 as release nears by David Uzondu The KDE team has released its This Week in Plasma update, showing the final polish being applied to Plasma 6.4 ahead of its June 17 release. Last week, the KDE team brought performance upgrades, and this week the team is continuing that with improvements like faster loading for System Monitor components in Plasma 6.4. Future work for Plasma 6.5 is already underway, and it includes a feature that many have probably been waiting for: proper Picture-in-Picture support on Wayland. This uses an experimental version of the Wayland PiP protocol, which means applications like Firefox that also implement it can finally display PiP windows correctly. It is a long-overdue addition that moves the Wayland session closer to feature parity with X11. The devs also merged KWin's Background Contrast effect into the Blur effect. Virtual desktops can now be re-ordered from the Pager widget, a feature previously missing. Invert and Zoom settings have been moved into the Accessibility page, which is a more sensible place for them than the Desktop Effects page was. The team also brought consistency to the Breeze application style, with animated effects for checkboxes and radio buttons now working in QtQuick-based apps. Other small cleanups include standardizing the section headers in the Disks & Devices, Networks, and Bluetooth widgets. For those who do a lot of screen recording, Spectacle now makes it much clearer how to stop a recording, both in its notifications and shortcut names. As for the immediate future, Plasma 6.4 and its first point release are getting accessibility and user interface tweaks. The team improved text contrast for labels used in secondary roles throughout Plasma, making things like brightness indicators much easier to read. The Kicker Application Menu in 6.4 can now scroll horizontally when a search returns a ton of results, so you can actually see all of them. The team also delivered some stability improvements in Plasma 6.4.0, most notably fixing a long-standing issue where adding widgets to oversized panels could freeze the entire shell. Discover also got a much-needed fix for a crash that occurred when suggesting replacements for unsupported Flatpak apps. On the usability side, dragging files into a Folder View widget no longer causes glitchy visuals, and Open and Save dialogs from Flatpak-based browsers now properly allow the preview pane to open. Printing from Flatpak GTK apps now respects correct sizing, and installing or removing apps no longer wipes out your search input in Kicker or Kickoff while you're using it. Other notable fixes include: Selection rectangles on the desktop now render properly when using custom fonts or sizes (Plasma 6.3.6) A crash in System Monitor charts used by apps and Plasma components has been resolved (Frameworks 6.15) Switching process views in System Monitor no longer causes crashes (Frameworks 6.16) Open and Save dialogs no longer close when hovering over specific files (Frameworks 6.16) A thumbnailer crash on X11 caused by certain widget styles has been fixed (KDE Gear 25.04.3) Frameworks 6.15 also speeds up System Monitor by delaying tree view arrow loading There are still 3 high-priority Plasma bugs holding out, and the list of quick-win "15-minute bugs" has grown to 23.
  • Recent Achievements

    • One Month Later
      5i3zi1 earned a badge
      One Month Later
    • Week One Done
      5i3zi1 earned a badge
      Week One Done
    • Week One Done
      julien02 earned a badge
      Week One Done
    • One Year In
      Drewidian1 earned a badge
      One Year In
    • Explorer
      Case_f went up a rank
      Explorer
  • Popular Contributors

    1. 1
      +primortal
      545
    2. 2
      ATLien_0
      227
    3. 3
      +FloatingFatMan
      159
    4. 4
      Michael Scrip
      113
    5. 5
      +Edouard
      98
  • Tell a friend

    Love Neowin? Tell a friend!