Search results for query: *

  1. U

    restart form

    or close the application and open it...the ugly way probably :)
  2. U

    2 questions(plz come)

    Hey frix.. for your 1st question.. you can do this way too incase you need this in your program for some other reason... system.Io.file.copy.. try the stuff inside the system.io.file namespace :)
  3. U

    Msde Deployment Toolkit

    Hello .. Can someone tell me how do I include this MSDE with the vs.net setup?? Ive been trying and trying and trying so long and dont get it to work.. oh,please dont give me msdn links,ive seen ALL the stuff related to this msde deployment toolkit on msdn and on google.. but,i dont get this...
  4. U

    Backup MSDE databse

    Hey Kurlom... On that MSDN link you gave above.. I got this.. OSQL -Usa -PmyPasword -n -Q "BACKUP DATABASE msdb TO DISK = 'c:\msdb.dat_bak'" How do I restore database in the SAME way? What would be the Syntax? Please help...Thank you
  5. U

    Deploying MSDE database with vb.net

    This line.. exec sp_attach_db @DB =N'DB_Name I thought it would backup those to those 2 files?? or restore them? but,it doesnt do both...what does this do? Im sorry for asking so muchhh..please man,im desperate to know how to deploy this MSDE database with my application...I really badly need...
  6. U

    Transefr data client - server

    ok,why not try this.. Have 2 programs..client and server... send commands from client to server using tcpclient.. and in the server..check for that paticular command and make it perform that action. and after that,transfer the file with the records contents to server.. and when it reaches the...
  7. U

    webcam location

    where what cam sees doesnt go anywhere.... It comes only when you switch it on through the computer and recieve images from it sending commands to it.. It works like this.. you say:switch on cam says: yes sir,im on you say: ok,now,send me what you see cam says: yes sir im sending frames of...
  8. U

    Deploying MSDE database with vb.net

    oh,I got that :) Can you tell me the way i should make the batch file for restoring the database too if u can,please?? Thanks :) I searched on google,but im not able to find this kind of thing which you gave me :) so,please help me... Thank you so so so so muchhh :)
  9. U

    webcam location

    Heyy, Do you mean something else by asking webcam location? I dont know what you mean by webcam location...Its right there fixed on your desktop if youve fixed it or kept somewhere inside the cupboard if you kept it or with a friend if you gave it...hehehe...jk.. :D but I really didnt understand...
  10. U

    webcam location

    Hii.. This might help you :) Its a readymade class for using webcam..its all done using API's like sendmessage..You have certain hex constants which you need to send as commands to the webcam "driver" to get things done.." not to webcam directly". http://www.vbforums.com/showthread.php?t=344471...
  11. U

    Deploying MSDE database with vb.net

    Hey,can you please tell me what is the difference between an mdf and an idf file? Are two files always needed? I like this idea of creating batch file.its really neat. :) Thanks
  12. U

    tcplisterner doesnt accept port alone? why?

    yes yes I know.. But,Isnt it supposed to accept port alone too? That is what Im asking why. I thought its a bug in vs2003.. but,then its the same error in vs2005 too...In what situation should I pass the port alone?
  13. U

    tcplisterner doesnt accept port alone? why?

    dim listener as new tcplistener(9890) The above declaration doesnt work.Can someone tell me why? Thanks
Back
Top