Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

4 Posted Topics

Member Avatar for Paul.Esson

You can always add timer which starts when form activates. On timer event should contain what tasks form should do.

Member Avatar for Iron_Cross
0
356
Member Avatar for Abyss

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 …

Member Avatar for srikkanthan
0
125
Member Avatar for Dark_Omen

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 // } …

Member Avatar for Dark_Omen
0
114
Member Avatar for Mohsin Khan

On the file menu click: -> Project -> Add new Item (Cathegory: Local Project Items Template: Crystal Report)

Member Avatar for Abyss
0
103

The End.