Search results for query: *

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

    Scrollbar And DragDelta

    Hi , I don t find how to change the drag delta of my scroll bar that I have customize , the scrollbar define like that : <Style x:Key="ScrollThumbs" TargetType="{x:Type Thumb}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate...
  2. sarita54

    Root type of template Content

    Hi , I don t find how to access root type of template content ? Could you help me please? Thanks
  3. sarita54

    Installer Wix size

    Hi everyone , I create an installer for my WPF app through WIX with a size of 84 KB , it's huge , how i can reduce it please ?
  4. sarita54

    Download a .msi from my WPF app

    Hi , I have 2 questions : 1 . where i have to put my .msi file in order that users can download it ? 2 . To test , i have put it in my drive , and use this: System.IO.Directory.CreateDirectory("C:\\temp"); WebClient client = new WebClient(); client.DownloadFile(new...
  5. sarita54

    Resolved Hi , problem with updated my app

    Hi , I try to update my app , with a .msi installer from a update button in my app For that , I need to kill my current app before the installation : Process process = new Process(); process.StartInfo.FileName = "Update.msi"...
Back
Top Bottom