User Activity

  • Posted a comment on discussion General Discussion on C# Winforms TimePicker

    Ok, for anyone reading this in the future, I needed to create a new class that inherits from the abstract class, and then call this new class from the Form and Form Designer. E.g. like this: using System; [...] using Opulos.Core.UI; namespace CustomControls { public partial class MyMaskedTextBox : MaskedTextBox<Object> { public override Object TextToValue(String text) { return default(Object); } public override String ValueToText(Object value) { return null; } public MyMaskedTextBox() { [...] } }...

  • Posted a comment on discussion General Discussion on C# Winforms TimePicker

    I'd like to use your extended version instead of the original implementation in an already existing project, but I'm having trouble replacing the MaskedTextBox. I've copied the files in the /src folder to my project, but so far I wasn't successful in replacing the existing control with your version. I.e. I would like to keep all the formatting (location, size, etc) of the existing control and simply replace the type. So far I only encountered custom controls that directly extended the original one,...

  • Posted a comment on discussion Help on rattleCAD

    I'd like to see the effects of different fork lengths on the geometry of a bike,...

  • Modified a comment on discussion Help on KeePass

    I'm having the same problem with version 1.12. It works if I set explicit SSL to...

  • Posted a comment on discussion Help on KeePass

    I'm having the same problem with version 1.12. It works if I set explicit SSL to...

View All

Personal Data

Username:
sp00n82
Joined:
2016-07-26 09:00:02

Projects

  • No projects to display.

Personal Tools