3 Topics

Member Avatar for
Member Avatar for zinnqu

Using the Load and Unload events of the Forms add these subs to handle a simple fade in and out effect. This is not limited to just one form. The subroutine definition can be added to any global class allowing the use on any form or sub-form.

Member Avatar for vaibhav.garg.9484
3
5K
Member Avatar for OshKosh

Hi Guys I need some urgent help I have Created a C# windows application to implement a form with • a ListBox, • a TextBox, • an Edit button, • an Insert button, • a Delete button, • a Update button and • an Exit button. [ I have also …

Member Avatar for OshKosh
0
273
Member Avatar for AT--O

Using VB Express 2010 in windows XP Pro 64. A ListBox shows the project forms names. On ListBox_DoubleClick [CODE] For Each F As Form In xFormCollection If F.Name = ListBox.SelectedItem.ToString Then Try F.Show() Catch ex As Exception MsgBox(ex.Message) End Try End If Next [/CODE] Works fine the first time but …

Member Avatar for AT--O
0
1K

The End.