No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
I am a Student, Software Engineer, Technology Enthusiast, Blogger and a Geek
- PC Specs
- Dell Studio 1535 with Windows 7
10 Posted Topics
Re: Oh my God. This is insane. How on earth people come up with such business models. Poor Bloggers | |
Re: I think its too early to say something like that. There are a number of competitors in SmartPhone market. Nokia is coming in, BlackBerry Torch, iPhone (ofcourse) and a number of other brands. Only time will tell. | |
Re: Do you think that C++ is enough for modern day computing or is there need for improvements? | |
Re: I don't know why you included int i = 1; you are not using i in this code. %x represent hex means your output will be in hexadecimal notation. The << operator shifts its first operand left by a number of bits given by its second operand -1 << 1 … | |
I have this program that should tell me browser details but navigator.appCodeName is showing Mozilla on IE, Safari, Opera, Chrome, and FireFox. Can any one tell me why? [CODE]<html> <head> <title>Javascript Example 1</title> <script type="text/javascript"> function detectBrowser(){ (document.getElementById("appCode")).innerHTML = navigator.appCodeName; (document.getElementById("appName")).innerHTML = navigator.appName; (document.getElementById("appVersion")).innerHTML = navigator.appVersion; (document.getElementById("userAgent")).innerHTML = navigator.userAgent; (document.getElementById("platForm")).innerHTML … | |
Hi all, I am trying to write a software where I want to put some UI in the form that would indicate the loading process(progress bar, loading image etc). Please advice how to do it since when a form runs some code all the form gets static. Threading is also … | |
Hi there, I am developing a desktop application that has a form that shows Domain on a System/ Network.The System.Environment.UserDomainName only tells the current user's domain. I want to see all the available domains and all the users under those doamain. I want to know how can I read Domains … | |
Hi there. I am new to this forum. I would like to know how can I download a file or .exe from a server on to the client machine. My software will run on the client machine. I want to know if there is some built in functionalty in windows … | |
Hi there. i am new to C# programming. I am developing an updater that would update our product. I want to program the close button so if clicked the application should not close but rather hide. I have a notification icon from where the user can call it back. I … | |
Hi there I am new to this forum so hi to every one. I have a problem with an application I am developing an application. The application is suppose to call a form.showdialog() method to show the form. Th eform should download a package. But the problem is that when … |
The End.