5 Topics

Member Avatar for
Member Avatar for drewos

Hi I'm sure this is pretty easy but I'm really struggling to get my animation to work. Basically, I have an image of black and white squares like a black and white lineo kitchen floor (7x4) and I want to move a rectangle to points where edges of four squares …

0
84
Member Avatar for sachintha81

I have a WPF C# program where I attempt to delete certain characters from a text box at TextChanged event. Say, for instance, the dollar sign. Here is the code I use. [CODE] private void txtData_TextChanged(object sender, TextChangedEventArgs e) { string data = txtData.Text; foreach( char c in txtData.Text.ToCharArray() ) …

Member Avatar for Momerath
0
1K
Member Avatar for falcon eyes

Hi every body i have devoloped a custom MessageBox Class to use it in other application,as below [code] # public partial class MessageBoxCustomized : Window # { # # static MessageBoxResult _msgboxresult; # public MessageBoxCustomized() # { # InitializeComponent(); # _msgboxresult = MessageBoxResult.None; # Owner = Application.Current.MainWindow; # # # …

Member Avatar for falcon eyes
0
301
Member Avatar for dc/dt

Just kidding. Hi all, DC here. I'm an EE undergrad from Malaysia. I've just started to pick up computer programming for about one semester because of my Final Year Project (Thesis). I've been lurking about and the forums seem really helpful so I decided to join. I've been programming for …

0
110
Member Avatar for franceee

I am trying to get my button1 on window1 to close window1 and open window2, have you got any ideas on how this can be achieved. Thank you in advance

Member Avatar for DdoubleD
0
142

The End.