CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Jayme65

Search: Search took 0.01 seconds.

  1. Control storyboard inside custom control...by code

    Hello,
    How do I please control (start, stop, pause, go to specific time) a controltemplate storyboard inside a custom control..by code?

    The XAML:


    <Window
    ...
  2. Replies
    0
    Views
    491

    [WPF] XML Binding

    I have an XML file structured this way:


    <Emulators>
    <Settings>
    <vol name="10"/>
    <Volume>10</Volume>
    <Keys name="key1" value="1" />
    <Keys name="key2" value="2" />
    ...
  3. Replies
    0
    Views
    553

    Binding to an XML list of attributes

    I have an XML file structured this way:


    <Emulators>
    <System>
    <Name>Name1</Name>
    <Kind name="lexplode"/>
    <Kind name="sexplode"/>
    <Kind name="dropbomb"/>
    ...
  4. XML file source from users/appdata/roaming folder

    <Window x:Class="MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="350"...
  5. Replies
    0
    Views
    1,312

    Loading XAML graphics dynamically

    Hi,
    I've got a lot of XAML (vector) graphic elements.
    I would like 1 graphic to be loaded dynamically, according to conditions met in the program.
    In clear, I would like "GraphA" to be displayed...
  6. Overriding the default keys used to navigate in RadioButtons [WPF] [VB]

    Hi,
    In my application, the user has to navigate through RadioButton's group using the keyboard

    By default, the arrow keys are used to navigate and the space bar used to select the radio button....
  7. Replies
    3
    Views
    2,510

    Re: DOS command in VB.net and WPF

    For the one interrested in:

    Dim myProcess As New Process()
    myProcess.StartInfo.FileName = "mame.exe"
    myProcess.StartInfo.Arguments = " " & displayArray(masterIndex).rom & " -volume -" &...
  8. Replies
    3
    Views
    2,510

    Re: DOS command in VB.net and WPF

    Thank you, it's perfect!
  9. Replies
    3
    Views
    2,510

    DOS command in VB.net and WPF

    Hi,
    Would you know how I do pass a command line with WPF?
    In WindowsForm I used

    Shell("cmd.exe /c mame -listxml >xmlout.xml", 0, True)

    (the app. Name and parameters,...
Results 1 to 9 of 9



HTML5 Development Center

Click Here to Expand Forum to Full Width