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 #25.0K
~757 People Reached

6 Posted Topics

Member Avatar for Poab9200

A couple of pointers; Firstly regarding the limitation of button presses in your textbox. I would do this in javascript, that way you will not do a postback everytime a button is clicked. In javascript you can use event.keyCode; to get the value of the key pressed. If the key …

Member Avatar for LizR
0
129
Member Avatar for sancti

You won't be able to capture screen details using .NEt because it executes on a server. The only way I have seem this done by using Javascript and ActiveX Controls. See [url]http://www.xuebrothers.net/ax/activescreen/activescreen.htm[/url] for additional details.

Member Avatar for developerbuzz
0
80
Member Avatar for opposition

Can you not use strstr, wcsstr, _mbsstr which finds the first occurance of a string value within another. [QUOTE=opposition;701183]Hey, Im just wondering if there is a fuction that already exists which finds a character in a string and then ignores everything after it. Its reading in a whole line from …

Member Avatar for Member #46692
0
134
Member Avatar for pkuchaliya

You're going to have to provide a bit more info than that. Do you want an app that checks what URL's it has open? Do you want to know when an email account is accessed? Which?

Member Avatar for developerbuzz
0
103
Member Avatar for color blind

This problem is to do with permissions on the database. Depending on what authentication method you have used, you will need to provide the appropriate query/execute permissions on the database.

Member Avatar for developerbuzz
0
217
Member Avatar for nirothegreat

The easiest way to do this would be to add the foreign key value to the end of the aspx page. I.e. movies.aspx?id=blahdeblah. You can then access the id using the QueryString class.

Member Avatar for developerbuzz
0
94

The End.