Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

pat3d2

@pat3d2
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • wpf xbap listbox problem
    P pat3d2

    Thanks Ron, It's working fine with KeyboardNavigation.DirectionalNavigation="Cycle" Pat

    WPF wpf help csharp css dotnet

  • wpf xbap listbox problem
    P pat3d2

    Hi, I have created a listbox with items in XAML file using VS2008. (for a WPF Browser application) I'm selecting a item with the mouse, and when I'm using the up and down keys of the keyboard and reach the top or the bottom of the listbox, it goes out the listbox. Is there a way not to leave the listbox ? I hope I'm clear enough in my explanation. If anyone can help. Thanks in advance, Pat3d My code: <Page xmlns:my="clr-namespace:System.Windows.Shapes;assembly=PresentationFramework" x:Class="WpfBrowserStyleTest.Page1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:dropShadow="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero" Title="Page1" Width="562" ShowsNavigationUI="False"> <Grid Height="263" Width="488"> <Grid.RowDefinitions> <RowDefinition Height="176.346*" /> <RowDefinition Height="86.654*" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="325.422*" /> <ColumnDefinition Width="162.578*" /> </Grid.ColumnDefinitions> <dropShadow:SystemDropShadowChrome Color="#71000000" Margin="0,0,0,79.083" HorizontalAlignment="Left" Width="159.984"> <ListBox SelectionMode="Multiple" IsTabStop="False"> <ListBoxItem>test</ListBoxItem> <ListBoxItem>test2</ListBoxItem> <ListBoxItem>test3</ListBoxItem> <ListBoxItem>test4</ListBoxItem> <ListBoxItem>test</ListBoxItem> <ListBoxItem>test2</ListBoxItem> <ListBoxItem>test3</ListBoxItem> <ListBoxItem>test4</ListBoxItem> </ListBox> </dropShadow:SystemDropShadowChrome> <Button Grid.Column="1" Height="23" Margin="40.905,50.245,46.359,0" Name="button1" VerticalAlignment="Top">Button</Button> </Grid> </Page>

    WPF wpf help csharp css dotnet

  • how-to select a specific row in gridview C#
    P pat3d2

    Hello. When I add a new record in my gridview, I would like to select directly that new row instead of returning on the first row. I'm using Primarykey in the gridview, and the gridview paging. Is it possible to do that ? Thanks a lot for your help. Pat3d

    ASP.NET csharp help question

  • single sign on asp.net and apache
    P pat3d2

    Hello. I have a website made in ASP.NET 2, with a login page. I'm not using the membership class. I'm checking in the active directory if my user exists. If I have found my user, a new page appear with different links. There is one on an Apache server. How can I do to not login again,on apache server ? What should I put in my web config file for authentication mode ? "forms or windows" ? How apache knows that I'm already connected ? Thanks in advance for your help. Pat3d

    ASP.NET question csharp asp-net apache sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups