Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for cumadhu

Hi All, I need to disable Back button of IE when an welcome.aspx page load into the browser. I dont want the user to click back button after logging in. Is there any code to disable the back button of IE? Please send your suggestions. Thanks and with regards, Madhusudhan.H.K.

Member Avatar for data4use
0
1K
Member Avatar for data4use

Hi everyone, I wrote a dll which is export char* like; [CODE] extern "C" __declspec(dllexport) char* Test(void) { char* cts = "hi"; return cts; } [/CODE] and import the dll on vb.net like; [CODE] Declare Ansi Function Test Lib "[Path]" Alias "Test" () As String [/CODE] and call like; [CODE] …

Member Avatar for data4use
1
148