Search results for query: *

  • Users: Geysser
  • Content: Threads
  • Order by date
  1. Geysser

    Question WPF UserControl

    Having had my fare-share of user control programming in VB.NET, I thought that jumping to the WPF UserControl arena would be a pretty straightforward process. Alas, things are much more different than expected - and way more difficult! So here is what I stumbled upon: From what I've came about...
  2. Geysser

    TextBox validation

    I have a problem with validating a text field (and, being a WPF novice, please be gentle!) My textbox is as follows: <TextBox x:Name="PiecesSText" TextAlignment="Right" Width="50" Height="18" HorizontalAlignment="Left" VerticalAlignment="Top"...
  3. Geysser

    Global Properties (or whatever!)

    Here is a thing I've been confused about for a long time now. I'm creating a package full of custom controls and one thing that I've being really frustrated about is that I have to write the same properties over and over again, in each one of these controls. You see, each control has more or...
  4. Geysser

    Tip Custom Scroll Bar

    I'm developing a media player in VB.NET and, being somewhat dissapointed by the standard controls of Toolbox, I've decided to create my own. All of them will be included in a Control Pack, and so far I've created only a scroll bar. Some points of interest, concerning this scrollbar, which I...
  5. Geysser

    Question ScrollBar UserControl

    Hi to all! This is not a question per se but a request for advice. I'm creating a simple scroll bar to use in a media player.It will serve as a control for the position of a playing media and for the volume (and God knows for what else might come up!). I want the user to be able to scroll the...
Back
Top