In this post I am go Convert Visual Basic for Applications Macro to C# 4.0 , This is really easy one. I include youtube Video also..
See this video :-
[youtube=http://www.youtube.com/watch?v=at_ExhQLgm4]
VBA macro code :-
Sub Macro1()
ActiveCell.FormulaR1C1 = "1"
Range("A2").Select
ActiveCell.FormulaR1C1 = "2"
Range("A1:A2").Select
Selection.AutoFill Destination:=Range("A1:A10"), Type:=xlFillDefault
Range("A1:A10").Select
With Selection.Interior
.Pattern = xlSolid
.PatternColorIndex = xlAutom...
More
Month: September 2010
Embed AOL to your webpage
We can embedded AOL messenger in webpage, use this command (protocol) aim:goim.
aim: command list
To open AOL IM :-
<a href="aim:goim">Open Message window</a>
To start chat :-
<a href="aim:goim??screenname=[USERNAME]">Chat with me</a>
To Open new IM window with a screen name and message :-
<a href="aim:goim?screenname=[USERNAME]&message=[MESSAGE]">Send message to users</a> --[MESSAGE] type your message..
To share files from a screen name :-
<a ...
More
Embed GTalk in webpage
Interact with GTalk from webpage, use gtalk: commands.
gtalk: command list
<a href="gtalk:chat?jid=[USERNAME]">Contact me in GTalk</a> -- For Chat
<a href="gtalk:call?jid=[USERNAME]">Voice Chat</a> -- For voice chat
Replace [USERNAME] with you gmail ID. and end user must install GTalk.
Thanks,
Naga Harish.
Get more IM's details here http://shareourideas.wordpress.com/tag/embed-ims-in-website/
More