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#

    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...
  4. 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.???
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. P

    Problem installing Windows XP over Windows 7?

    Hello reader, My PC had Windows XP when it came about 3 years ago. After 1 year I installed Windows 7 on it. Now due to some project work I want to install Windows XP again. But after loading drivers it is giving an SCSI driver error and reboots the system. The error is still coming when I...
Back
Top