Search results

  1. P

    Building mobile websites using ASP.NET in Visual Studio 2010

    How can I build a mobile website in Visual Studio 2010 using ASP.NET? Can anyone suggest me some tutorial? Actually I developed a website Wrangle in ASP.NET and I want to develop its mobile site. Please suggest me some nice tutorials.
  2. P

    com.microsoft.sqlserver.jdbc.SQLServerException: The index 2 is out of range :(

    I have following code in java qry="insert into usr_auth(usrid,username,password,email) values(?,?,?,?)"; ps=con.prepareStatement(qry); ps.setString(1,getUniqueID()); ps.setString(2,newUp.getUsrName()); ps.setString(3,newUp.getPwd()); ps.setString(4,newUp.getEmail())...
  3. P

    Adding a menu item to Windows Explorer right click context menu in C#

    Ya I will try that...thanks for the hint
  4. P

    Adding a menu item to Windows Explorer right click context menu in C#

    I am developing an application in which I want to add a menu item to context menu which appears when we right click one or more file or folders in Windows Explorer. By selecting multiple files or folder and clicking my item in context menu it should send the path of all the files and folders to...
  5. P

    PC Peripherals How touch screen works?

    Thanks guys for all these great articles. They worked for me alot in doing a project report. Thank you so much... :hap2:
  6. P

    PC Peripherals How touch screen works?

    Can anyone tell me how touch screen works and also how touch gestures work like mobile phones - sliding, rotating, etc.???
  7. P

    Temporary Data Storage Folder version 1.0

    When you have a very big amount of downloaded temporary used files, for example some documents which you just want to give to some of your friends and then delete them, some songs which you listened but didn't liked, some software setups that are updated each month but old setup files you...
  8. P

    uTorrent speed is low when DLing multiple torrents :(

    You can use FlashGet also. I was using µTorrent before but when I found FlashGet gives more speed in multiple downloads than I replaced µTorrent with it.
  9. P

    Win 7: Can't rename drive name

    If I got your point correctly than I can suggest that you can copy the autorun.inf to another place like on other drive or any external storage, rename the drive and then copy back the autorun.inf.
  10. P

    [WinXP][SP3]windows does not responds after boot and hangs

    Use some utility software like CCleaner or Uniblue SpeedUpMyPC and perform all speed up operations given in these utilities like Temporary Folder Cleaning and Registry Cleaning. If that doesn't work try going to Start>Run and type msconfig. Go to Startup tab and disable all programs that you...
  11. P

    Windows 7 or wait for Windows 8

    You can upgrade to Windows 7 and when Windows 8 comes you can upgrade to that easily because upgrading from just previous version is better than old previous versions. And also Windows 7 and Windows 8 has same system requirements.
  12. P

    Learning C

    rabid.parrots: I just suggested for beginners and yes after becoming advanced in beginner skills they can try later compilers like you mentioned. And ofcourse Bjarne Stroustrup's book is the best as he developed C++ and Denis Ritchie's book also as he developed C. But I think for beginners...
  13. P

    Paper Presentation Topic Recommendation Required

    Thanks triple s for your great suggestions...:)
  14. P

    Need a easy and robust game development engine

    Thank you all..your suggestions really helped a lot. Can anyone suggest me any good tutorial on UDK?
  15. P

    Need a easy and robust game development engine

    Can you please suggest me any game engine which is easy to understand and deploy, and can give eye catching professional looking outputs. I know about two of these engines, Unity 3D and FPS Creator x10. But I need more functions in my game like animating game characters to tell story while game...
  16. P

    Internet not working in Windows & working fine on Virtual box

    So I should recommend you to use VMWare Player either and if same problem comes with it just disable the VMWare LAN Drivers in Windows Network Adapter Settings. But I don't think that problem will come with its new version. Good Luck Brother :hap2:
  17. P

    Developing an operating system

    Hey guys I want to develop an Operating System. Not much complex as Windows or Linux but a very simple OS just like minix. Also I want to develop it from scratch not Linux as a backend or something. Please suggest me a tutorial or any information about beginning this small project of mine. I...
  18. P

    Paper Presentation Topic Recommendation Required

    thanks vivek.krishnan. That is a very nice topic to present on. I will discuss it with my colleagues if they agree on it we will go for it. I also want some topics from application software side. I want to know what problems people are facing in daily use application softwares and utilities. I...
  19. P

    Paper Presentation Topic Recommendation Required

    Hey guys, sry for posting this topic in this section becoz I didn't know where to place it. Actually I am going to give a paper presentation in my collage and I am confused on which topic should I give. A topic that is interesting and more innovative and very rarely presented or never. If of...
  20. P

    Internet not working in Windows & working fine on Virtual box

    Update your LAN driver. It may reset the default driver settings. Or try disabling any network settings in Virtual Box and then restarting the system may work. I don't use Virtual Box but I had a same kind of problem with VMWare Player. So I tried this fix and it worked and now I am able to...
Back
Top