Top 5 tricks for taking professional photos

How to set file attribute?

Window Form With Transparent Background

Two ways -

this.Opacity makes the whole form transparent (not just the background)


BackColor = Color.Red;
TransparencyKey = BackColor;


Redirecting plain link to www link in Blogger

This is Email Post

This is content of my Email Post . When I come back to Myanmar .. I cannot access this blogger . Coz banned by Myanmar ..
I will post by email ..

Keep that way ~~!

--
Friendship never dies ! (*_^)

"Square" function in formula node in LabView

For Square
type in formula node
y=x**4;
or
y=x**(3/2);
For Square root
type in formula node
y=sqrt(x);
For sine
type in formula node
y=sin(x);

powered by Blogger