Recently i heard that Iran gov. perhaps block remote desktop ports. i searched more about have to resolve this problem.
After searching finally i found a program that’s completely like remote assistante of microsoft windows but a little slower than it. unlike the RDP this program can connect to a remote server with any port that is open on your PC.
This program is great for the emergency connects to your windows remote server.
For more information about it read this online article here: http://www.internetfixes.com/remote_setup/using_VNC.htm
Or you can googling the keyword of Real VNC
Fly on the sky with new album of Arian Band & Chris De Burgh
You can watch here online: http://www.youtube.com/watch?v=CPK4P03wOvU
Or listen here online: http://www.bia2.com/music/player_external.php?id=18
Enjoy
The Beep function exists in the kernel32.dll file of windows operating system.
This function will start a noise from the computer bizzer. as you knew before, the only way for starting sound on the old computers like commodors was beep command. Now this command is too old but for starting the API learning is good.
The Beep function generates simple tones on the speaker. The function is synchronous; it does not return control to its caller until the sound finishes.
You can see a sample of this api function here as follows:
Private Declare Function Beep Lib “kernel32″ (ByVal dwFreq As Long, ByVal dwDuration As Long) As Long
Private Sub Form_Activate()
Dim Cnt As Long
For Cnt = 0 To 5000 Step 10
‘play a tone of ‘Cnt’ hertz, for 50 milliseconds
Beep Cnt, 50
Me.Caption = Cnt
DoEvents
Next Cnt
End Sub
On today i found a new funny terms in my meli & saderat saba internet banking.
when you try to login you must only click by mouse and if you press enter on the 2nd text box, the security program will lock you for 1 hour !!!
How funny no ??
These days, in this season FLU is too popular in iran.
Unfortunately, i got 2 times in only 2 weeks !!!
now let’s see how
my first flu reason: i went to Imam Hossein Sq. for buying shirt, when i was comming back to the home, there was woman in taxi that had a very terrible sneezes. i think the first reason was that
my 2nd flu reason: i went to mellat bank bank branch for getting my mellat amount. i counted all the notes i received with my hands
after that i came to the saman bank branch and when i was transfering my notes to the bank one of the operators gave me a cookie. with my dirty hands
Now i’m horizontal
Welcome, My first article is about API Programming Service.
As you know, there are more than 500 dll and ocx files in your windows folder of your windows operating system. there are a lot hidden functions and subs in these system files that we can use for our high level programming. using these ways to write codes will make you a proffessinal programmer that can do any think with programming. a god …
Would you like to be a god in high level programming? so follow my articles.
Go ahead