Search:

Type: Posts; User: kensen

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    4,915

    Re: WPF UserControls Sample in VB.NET

    This project is continued this repository on GitHub

    Changes made:

    - changed the name to avoid confusion with other projects and examples
    - little fixes and improvements
    - added 'IsEnabled'...
  2. Re: VB.Net Library for Midi Input/Output based on Windows Winmm

    It is based on VB.Net and built with VisualStudio 2019
  3. Replies
    2
    Views
    15,195

    Re: Maximum y Achse Chart WPF als Variable

    Set the property of the chart from code, without Binding, something like this:


    populationChart.Axes.LinearAxis.Maximum = myMax

    Or, when Binding is required:


    Imports System.ComponentModel...
  4. VB.Net Library for Midi Input/Output based on Windows Winmm

    MIDI stands for: Musical Instrument Digital Interface.

    Although most users don't have a Midi device connected to their computer, there should be a pre-installed software device named "Microsoft GS...
  5. VS 2019 Re: Visual Basic Customized Piano. I'm a Noob. So please tolerate my stupid questions

    Counldn't download your project, some error with 'terms of use' but it was possible to open Form1.txt

    Maybe you could reduce the complexity of the question by dividing it into a technical part and...
  6. VS 2010 Re: Window2 is not in fullscreen mode even correct resolution is detected

    Why not


    WindowState = FormWindowState.Maximized
  7. VS 2010 Re: Window2 is not in fullscreen mode even correct resolution is detected

    Don't understand exactly..
    Is maybe your system resolution set to other than 100% ?

    On my Notebook I have a screen resolution of 1920 x 1080 and the system scaling is set to 125 %
    With:


    Dim...
  8. Replies
    1
    Views
    4,915

    WPF UserControls Sample in VB.NET

    Had to start writing WPF UserControls because there is no ImageButton and no NumericUpDown in the WPF toolbox. Made many searches, snippet conversion from C# and read the documentation. Maybe it's...
  9. VS 2019 Re: Help please

    Maybe its not clear for all users that ACE can be found as 'Microsoft Access Database Engine'. There are also different version: 2010 and 2016. I earlier used ACE 2010 but since Office 2010 will not...
  10. Replies
    2
    Views
    4,425

    Re: Winform Control in WPF

    Can reproduce the error when adding the reference to 'WindowsFormsIntegration' manually.
    After some testing: It needs at least an additional reference to 'System.Windows.Forms'

    But I normally let...
  11. VB.Net - Scale (Zoom) WPF Elements from WinForms

    With WinForms I came sometimes to the limits of the graphic capabilities. For example. when some text parts need to be larger, or when an application must run on different computers with different...
  12. Replies
    1
    Views
    1,205

    Re: Scale and Layout

    Some time ago I had a similar problem. Didn’t found a direct function for it. After some searching on the internet, I found an answer in a formum, but don't have the link anymore.

    The idea is...
  13. Replies
    0
    Views
    1,319

    [RESOLVED] Test UC1

    ....
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width