Hi all, I would like my application to access the Visual Studio .Net Command Prompt so that i can run a command from my application. I want my application to automatically register a dll by running the regasm command >regasm Example.dll What code would i use to do this ? Thank you ...
Stuggo
Posts
-
Accessing the .Net command prompt -
Editing the RegistryHi all, My application needs me to create a CSLID in the registry, in order for it to work! I usually do this manually by editing the registry. I'd like the application to do this automatically by itself. I want it to automatically create a new CSLID under the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ CurrentVersion\Explorer\Browser Helper Objects in the registry. How would i code this in C# ??? Any help would be much appreciated, code examples or reference sites. Thanx
-
BHO's vs FirewallsI'm currently a student thats studying and i have to create this application as a 4th year project, so i have to physically code a application. Any help will be very much appreciated ...
-
BHO's vs FirewallsHi all, I'd like to create a service running in the background on a client's computer to monitor various actions of the user, such as: Logging URL's visited Logging files downloaded etc ... I was first going to use a Browser Helper Object to do this but then discovered that it would only work with Internet Explorer and not other browser types. I also discovered that a lot of marshalling would have to occur especially using the languange C#. I would now like to code a firewall instead to log the various user actions. How would i go about doing this ? ... Any code or reference sites would be much appreciated. Thank you for your time
-
Browser Helper ObjectsHi guys, I'm a 4th year IT Btech student at the technikon of Port Elizabeth in South Africa. I would like to create this application with the sole purpose of proving to my lecturers that i am capable of creating the application, so that i can pass the subject and get the neccesary credit to pass my final year. I assure you that there is no malicious intent what so ever behind the creation of this application, if you do not believe me, i will send you an email from one of my lecturers with the neccessary credentials to prove to you what i say is true. Besides, its not like i want to copy and steal credit card numbers... I want to create the application with the sole purpose of logging the url's a user visits and the files he downloads The end purpose of this application is to create various user profiles and to check what are the most popular sites visited and what are the most common files downloaded Any help would be very much appreciated From a student in need ... Stuggo
-
Att: Heath Stewart - Browser Helper ObjectsI'v replied to mav.northwind and your comments about the "lawsuite issue". There is no malicious intent what so ever behind the creation of this application, i am just a 4th year IT student wanting to complete my project subject. And the results gained from this application is to create user profiles and to check what are the most frequent sites visited, search engines used and most common files downloaded. I approached you because you have been answering my questions and helping me the most on the message forums. You've directed me to use BHO's I would really appreciate it if you could help me with creating a BHO to log url's visited by user's and to log the files that they downloaded, thats all i want to use the BHO for. Code or site references would be very much apppreciated... After your response to my queries, i'v been struggling for two weeks to create a BHO ... Any help would be very much appreciated ... From a student in need:sigh:
-
Browser Helper ObjectsHi all, I've been reading up on BHO's and i need to create one, for the past 2 weeks i've had no success getting one to work. I want to create a sort of a spyware application that gets installed onto a users computer and runs in the background. Then i want this application to log and copy the urls a user visits and the files they downloaded. Once the neccesary information is copied, it then gets sent to a remote database. I only want to know what code i would need to create a BHO and i would like it to do the following: Log the url's a user visits Log the files that a user downloads Any help would be very much appreciated, if you cannot help me with source code, then references would also be a great help. Thanx a lot ..!
-
How to get the time from a computerHi all, I'd like to know how would i be able to code an application to copy the time (copy a time stamp) from a client computers clock. Example Program: A simple windows application with a button on it, when i click the button, the client computer returns a time stamp or time strap from the computer's clock to the form "04:17pm", to a label or textbox. The source code would be very much appreciated ..! Thanx!
-
Simple Question: Get Time from terminalHi all, I'd just like the souce code to get a timestamp from a terminal. example program: standard form, with a command button on it. When you click the button, it gets the time from the terminal and displays it on the form! I just need the code behind the button Thanx 4 your help
-
Log URL's visitedHi, I'd like to monitor the sites a user visits, so i'd like to log all the url's visited by a particular user! Would it be possible to copy the url as soon as the user hits enter after typing in the url or am i going to have to copy the url from the browser cache or history! Can some please help me out with the source code to do this:-D, no matter what way you choose to do it! Thanx 4 the help ..!
-
How to log files downloadedHi, I'd like to write a stealth windows application that logs what files a user downloads. I would like to use the application to perform trend analysis, what files(jpegs, gifs or mpegs etc) a user downloads the most. Using C# I would like to know the logic behind it! eg. User clicks on a button or href to download file. My app logs user downloading file from site Any ideas will be much appreciate it..!:-D