How to use SSL in desktop application?
In fact, i am developing desktop application which download mails from gmail. But there POP3 require ssl. I want to know which class i should use for SSL? is...
I have written a window service in C#. On windows XP it runs fine. I checked it on my computer and some other computers in office. I am able to install it on production system. But when i try to run...
I am using socket class for udp connection. I have to receive data from server but i do not know the size of data. In receive method we have to send byte array. Is there any way i can know how much...
I am putting background image on ListView control. But items on list view are coming in white background. I set item background color to transparent but it still has white background. Any idea how to...
If u r seeing PHP code on firefox then u have not configured php.ini file. If u r putting ur code of php in <? ?> tags then try it to replace with <?php ?>
My target is to allow only specific ips to connect my computer. I google it. Most of people are saying this work should be done in C not C#. I think we can import DLL in C# so it may be possible to...
As far as i know, ajax do not allow to call page from other domain. e.g. if my site is hosted on localhost and i try to call yahoo pages through ajax then it is not allowed. But if i give the path of...
Do you receive this error on pressing button?
Have you try alert tinyMCE? if you alert it should show an object. If you do not see it then see configuration of tinyMCE on their site.
if you...