Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for smelf1

Hi all, I would like to be able to show all the websites visited on a machine. How would i go about doing this. Thanks

Member Avatar for rapture
0
809
Member Avatar for smelf1

Hi all, I am currently displaying the information stored in the security logs in event viewer in vista. But i cannot get the category task to display like it is in vista (Special logon, logon, audit policy change) when i use evententry.category.tostring it just displays a number. Anyone know how …

Member Avatar for rapture
0
201
Member Avatar for smelf1

Hi when i use the following code i get a warning 'Public Shared Function GetHostByName(hostName As String) As System.Net.IPHostEntry' is obsolete: 'GetHostByName is obsoleted for this type, please use GetHostEntry instead. [CODE]Dim host As System.Net.IPHostEntry = System.Net.Dns.GetHostByName(System.Net.Dns.GetHostName) 'gets the machines current IP [/CODE] now the code works and shows me …

Member Avatar for rapture
0
811
Member Avatar for smelf1

Hi, I have a label on my form but when you type in the text it all stays on one line. So i set its max size to force it to tab the text but it only shows two lines. How do i set it to allow me to enter …

Member Avatar for smelf1
0
153
Member Avatar for smelf1

Hi all, I would like to be able to read data from a text file, be able to edit it and save the new edits to that file over writing the old ones. [CODE] Dim FILE_NAME As String = "C:\cat4\text.txt" Dim TextLine As String If System.IO.File.Exists(FILE_NAME) = True Then Dim …

Member Avatar for Teme64
0
168
Member Avatar for smelf1

I am able to read the data from the application event logs but when i try the security i get an error Requested registry access is not allowed. {"Cannot open log security on machine .. Windows has not provided an error code."} {"A required privilege is not held by the …

Member Avatar for smelf1
0
158
Member Avatar for smelf1

Hi all, I am just trying to get the information i collect from the pc's hostname and pass it into a db. All the db passwords, location etc are correct but i am getting nothing. [CODE]Imports System Imports Microsoft.Win32 Imports System.Data Imports System.Data.SqlClient Public Class Form1 Private Sub DB() 'Your …

Member Avatar for Teme64
0
196
Member Avatar for smelf1

Hi, In the reg key below there can be 50 different keys, how can i read through each one and get its display name and then show those display names in a lsitbox or combo box. hkey_local_machine\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall I am using the code below to get the data in that single …

Member Avatar for Ramy Mahrous
0
636
Member Avatar for smelf1

Hi, I am looking to write the sliding window protocol but am unsure where to start or how to do it. I read in text in a text file and display it in a label, do i need to convert the text to anything first, and also how do i …

0
65
Member Avatar for smelf1

Hi, I have not programmed for at least 9+ years and am looking to try to get back into it. How can i implement the encryption and decryption as used in DES. The program should ideally receive a message or open a file to encrypt it or decrypt it. it …

0
76
Member Avatar for smelf1

Hi all, I have not programmed in about 6+ years and need to start getting back into it. Does anyone have any code for encrypting a plaintext file into DES and then back again to plain text. I have attached a doc with what i want to try to do. …

Member Avatar for VIeditorlover
0
103