Question:
I need help with any of the questions below for visual basic 2008, thanks?
2009-03-10 11:24:37 UTC
1. I need a way or some code to permanently display an openfiledialog or to display the user's computer files into a listbox, listview, groupbox, or any other types of containers.
2.I also need to know how to make a file converter for a music player desktop app I am working on.
3.I need to find out how to make and/or improve my anti virus (visual basic 2008, yes it is possible, any suggestions you have towards this are widely accepted.)
4. I need to know how to make a firewall in vb 2008
5.I need to know how to make a remote desktop app in vb 2008 (this is possible)
6.I need to know how to make a desktop search app without having to enter the directory path, just a keyword
7.I need to know if there is anyway to make my app startup when a user powers on there computer in vb 2008
8.I need to know how to make my app fully customize the users
computer
9.I need to know if there is anyway to replace my computer's interface and filesystem with my application
10. I need to know how make my application invisible from within the task manager
11.I need to know how to send files from computer to computer across a network just like or similar to Windows Live Instant Messenger
12. I need to know how to create a FTP manager in vb 2008
13.I need to know how to create a file backup manager
14. I need to know how to delete cookies, temporary internet files, and history from my app in vb 2008
15.I need to know how to make an app from within my computer to make the computer commandable by speech in vb 2008
16. I need to know how to make a voip app in vb 2008
17.I need to know how to make a web browser and computer accelerator in vb
18. I need to know how to make a fiile compressor and decompressor in vb 2008
19.I need to know how to stream an rss feed directly to my app
20.I need to know how to make an ebook reader in vb 2008
21.I need to know how to make a PDF viewer in vb 2008
22. I need to know how to store info entered in by the user in a datgridview so it can be there the next time they open the application

I am using visual basic 2008 and I will greatly accept any code or knowledge for any of these things , thank you!
Three answers:
2009-03-10 11:36:40 UTC
You have got to be kidding :(



You are too lazy to post 22 questions separately but you expect one person to answer all 22 questions in one answer. Even I'm not that helpful.

=================

You contacted me directly and said you are desperate, so I said I would help. However, looking at the list up there and the complexity/sophistication of these tasks there is very little I can help you with directly. Most of these would take weeks/months of study and research.



For 1) For how to use the open file dialog and

http://www.visualbasic.happycodings.com/Common_Dialogs/code6.html

http://www.vb6.us/tutorials/indepth-vb6-listbox-tutorial



6) There are a lot of examples for searching drives and directories here:

http://vbnet.mvps.org/index.html?code/fileapi/countfiles.htm



7) Put a shortcut to the application in the Startup folder under c:\documents and settings\all users\start menu\programs\startup



14) this has VBA code which you can adjust to be VB:

http://www.vbforums.com/showthread.php?t=440508



NOTE: the reason you haven't gotten answers for most of these is the average user doesn't know or the answers are so complex this is not the right forum. How do I replace the desktop and filesystem - how many man years did it take MS to develop windows 1.0 (never mind XP, Vista, etc.)



You need to go to some of the development forums in DEVx, etc. and begin to ask questions there. You also need to begin to research the topics.



If you are serious about development, and I think you are, you have to learn that in software development, MOST TIMES, there are no easy answers. You can't go to your buddy or Yahoo answers and ask can you give me this code for something no one has ever done.



If you are lucky, people will point you in the direction so you can begin reading. Never mind source code/examples/solutions.
mark r
2009-03-10 13:11:09 UTC
=== see end for extra information

I'm with LoverOfWine on this one.



Try searching previous answers on Yahoo Answers. Some of your questions have been asked and no doubt answered before.



Also try looking at the Microsoft sample applications site here:

MS VB page

have a look at the Microsoft VB home page:

http://msdn.microsoft.com/en-us/vbasic/default.aspx



in particular the sample applications:

http://msdn.microsoft.com/en-us/library/5ekc8at3(VS.80).aspx



those two combined should give you the materials to do your project



google will be able to find sample code for the others.



==== new information



you might be to have a look a the sample applications here:

http://msdn.microsoft.com/en-us/library/5ekc8at3(VS.80).aspx



From there you should be able to build a useful application. If you are looking to get into computers in the long term then learning about databases & database applications would be a good move.

Perhaps build some kind of music database to track CDs etc.
2016-04-03 10:35:38 UTC
i dont get this


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...