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
Ranked #44.2K
Ranked #4K
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for cartersin

hi, I have an IP camera and i want to see it on windows form. i read some articles at codeproject but they're a little bit too complicated to me. there're too much functions. How can i make a simple interface to watch my IP cam? Any help is appreciated. …

Member Avatar for darko444
0
311
Member Avatar for zachattack05

I've been reading about various methods of how to do this, but I wanted to ask if something will work or not and was hoping someone could be kind enough to test this out for me. I do not have an email client (Outlook etc...) and just use Gmail. If …

Member Avatar for Mitja Bonca
0
144
Member Avatar for de Source

hi, i have three text boxes tb1 has timeIn tb2 has TimeOut and i have a Button which shows the time duration between them i have used time diffrence method bt it is unable to calculate the duration it only gives the difference which create problem when time is greater …

Member Avatar for darko444
0
490
Member Avatar for Mitja Bonca

I am doing a crystal report, and I would like to dinamiclly add parameters. I did the code which adds the value to one parameter, which I have created in the crystalReportViewer: [CODE]CrystalReport1 cr = new CrystalReport1(); cr.SetParameterValue("ParameterName", ParameterValue); crystalReportViewer1.ReportSource = cr; crystalReportViewer1.Refresh(); [/CODE] But this is for only one …

Member Avatar for darko444
0
3K