No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
You can always add timer which starts when form activates. On timer event should contain what tasks form should do.
I have a problem with application distribution. When I try to run Application (on other PCs that have .net framework installed), it won't open the window form containing the Crystal Report Viewer. Are there any other components I should install on other PCs to run form containing the Crystal Report …
1. You can insert a timer. On time event should contain procedure you want to call. 2. On click (on key press) event should do the task. example: private void form1_KeyPress(object sender, KeyPessEventArgs e) { if (e.KeyChar==13) { // You should insert here code that should be executed // } …
On the file menu click: -> Project -> Add new Item (Cathegory: Local Project Items Template: Crystal Report)
The End.
Abyss