Creating A Small Admin Reporting Tool That Gathers Certain Information On Some PCs
Nov 25, 2009
I am creating a small admin reporting tool that gathers certain information on some PCs. Unfortuantly the user that is running the tool doesnt have access and I cant give access to those particular machines. What I have done is created a user on these machines that can get this information.I would like to then have the reporting tool run certain parts of the code as this user so the information can be obtained, without any intervention from the user running the tool. Can I hardcode this user into the code so that it runs the code as the user?
View 4 Replies
ADVERTISEMENT
Mar 10, 2010
I am creating a small admin reporting tool that gathers certain information on some PCs. Unfortuantly the user that is running the tool doesnt have access and I cant give access to those particular machines. What I have done is created a user on these machines that can get this information.
I would like to then have the reporting tool run certain parts of the code as this user so the information can be obtained, without any intervention from the user running the tool. Can I hardcode this user into the code so that it runs the code as the user?
View 1 Replies
Feb 23, 2009
I am creating a user tool for a game I am playing (NOT a hacking tool, it simply shows information about my own character). I have a template of what I need to do with the data I recieve, here is the code, it is coded in PHP
function decode_style($r) {
//get gender
$gender_array = array('Male', 'Female', 'Male 2','Female 2','Male 3', 'Female 3');
$style['Gender'] = $gender_array[round($r / hexdec(4000000))];
//GET AURA
[CODE]...
Ok, I understand PHP a bit (As you know one programming language you can understand just about any) and this is what I have created from this
Dim Style As Decimal
Dim Rank, RRank As Decimal
Dim Gender, RGender As Decimal
Dim Aura, RAura As Decimal
[CODE]...
As you can see, it is receiving a single piece of data from a remote SQL server, I then need to run this data through the above calculations (Seen in the PHP file) although the answers I'm getting are incorrect.
Here are some simple instructions I got in what goes on between values:
gender :
PHP
[CODE]...
aura:
PHP
[CODE]...
View 1 Replies
Mar 31, 2011
I am creating a reporting app that pulls information off of a Sql database and populates the data in a datagridview control (DVG). I am using tab pages (Tabcontrol), and I have about 10 tabs with within the control. What I have done is created a dynamic control that will populate in each tab page once the tab is selected. I am using a split container and in my split container.panel 1 is where all my buttons and search functionality will be. In my split container.panel2 to is where the main DGV control will be. I have got this to function properly, however now I am unable to add anything to my split container.panel1. I would like to add diffrent labels and buttons in the panel1 one without putting another panel on top of the split container.panel1, and also if i do this when I resize my container the panel will just sit there. I am using the selected index changed event to get my split container to show in each of the diffrent tabs
Private Sub searchTab_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles searchTab.SelectedIndexChanged
searchTab.TabPages(searchTab.TabPages.IndexOf(searchTab.SelectedTab)).Controls.Add(splitContainer1)
[code]...
View 4 Replies
Apr 14, 2010
I've got an asp.net assignment where I'm to create 7 user's in the ASP.Net Admin Tool but when I open it up and click the security tab I'm getting the following error message:"There is a problem with your selected data store..." problem is, I don't even know what a data store is and VS has never had me select one... any ideas how to fix this? All my Asp.net apps work fine on this computer.
I'm running VS 2008 on Win7 Home Premium x64 and I did install SQL Server 2008 Express last night in case it's needed.
View 5 Replies
Nov 14, 2007
I am using the ASP 2.0 Web admin tool to authenticate users using forms. I can deny a user other than admin from viewing my maintenance folder using the code below. However, if a user is denied access it throws you back to the login page. Is it possible to show an 'access denied' message or at least simply do nothing?
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<authorization>
[Code]...
View 2 Replies
Sep 5, 2011
i would like to create a small tool that filters new and old facebook groups, i am almost finished, but one part isnt working the filtering here is the source code, grabbing groups works but checking if they are old or new doesn't, even though it should. There is one more feature not working where it filters the members size it is not grabbing the text it should (instead of grabbing the amount of members its just grabbing something from the beginning of the source code) [code]
View 1 Replies
Feb 5, 2010
i need to show linklabel in notifyicon tooltip ballon..if its impossible can i show smal form like tool tip top of the NotifyIcon on the taskbar
View 2 Replies
Oct 30, 2008
This error has me completely baffled. There is no indication (that I ca FinD as to what field won't handle the information. Heres the situation:I am using an Accees query to insert a new record in a table with 49 fields. Of these fields, 1 is an integer, 7 are booleans and the other 41 are text fields. The text fields represent either Time of Day or a Timespan.
My field sizes are:
For time of day 8 digits(example 08:00 AM)
For a time span 5 digits(example 03:30) I will never exceed 2 digits for
hours
I have checked every field in the dtatbase and they are all as noted. I am at a loss as to how to proceed.
View 4 Replies
Sep 19, 2010
I'm searching a free reporting tool for vb.net express. I only want pdf export and the basic functionality of a reporting tool (grouping, functions, lines, etc). I use postgresql server.What free tools are there out?
View 10 Replies
Dec 21, 2009
I had to "Enhance" the small tool tip, as when you press ctrl or alt it fades, so the screen shot only showed it lightly.
I Should mention it works, some of the time. I am Passing strings in this format:
CODE:
View 7 Replies
Feb 4, 2010
anyone know a good free reporting tool compatible with oracle database and visual studio express?
View 3 Replies
Apr 27, 2008
I have just installed VB.Net 2005 to do my Uni project at home.Why cant I find the Data Control in the the tool box and nothing when I press CTRL and T..I need to define the ado control name but having no luck as yet.
View 3 Replies
Mar 9, 2010
What I need to do is be able to enumerate pretty much all hWnds and locate any TextBox (outside of my program) and get information about it (eg: Name if any, text in it, etc).
[Code]...
View 1 Replies
Mar 24, 2010
I am trying to learn by creating a small application to help my son learn math. It works but I know there are better ways of accomplishing what I need.
For example:
'Declare variables
Dim num1 As Double = CDbl(frmMath.txtNum1.Text)
Dim num2 As Double = CDbl(frmMath.txtNum2.Text)
Dim answer1 As Double = CDbl(frmMath.txtAnswer.Text)
[CODE]...
I imagine I would need something like a do while loop?
View 1 Replies
Oct 10, 2010
i have a script with a login form that creates a folder per user with username.txt, password.txt, firstname.txt, and lastname.txt. - auto creates when creating new user.after i log in and change form i want an label showing the first and last name of the person logged in,how am i supposed to do that? is there any way to make like an "admin" form where new account applies will pop-up when "admin" log in and then either accept or reject new users?
View 8 Replies
Nov 26, 2009
I am creating a password managment tool and for the storage I will be using a text file, I want to encrypt so I decided I will use the Rijndael cypher. I have found source code which does this to a file:
http:www.codeproje...ncryptFile.aspx. It is well explained but I am but still struggling to understand parts as I never looked at cryptography at all before.
Private Function CreateKey(ByVal strPassword As String) As Byte()
'Convert strPassword to an array and store in chrData.
Dim chrData() As Char = strPassword.ToCharArray
'Use intLength to get strPassword size.
[Code]...
This assigns all of bytekey with half of the hash from byteresult. Am I correct? If not why not just use SHA256 instead of SHA512 as you are only using half of the hash. If somebody could explain this to me this would be great. Already confused and this is just creating the key, then the IV needs to be created(not sure what an Initialization vector does) then the encrypt/decrypt function. I think I will struggle understanding this but I am going to try.
View 2 Replies
Nov 15, 2011
i am creating a temperature conversion tool with vb 2010. i am trying to use radio buttons to choose the type of temperature that i am converting to and from.
Option Strict On
Public Class project
Private Sub txbInital_TextChanged(sender As System.Object, e As System.EventArgs) Handles txbInital.TextChanged
[Code].....
View 4 Replies
Nov 23, 2009
It seems that in C#, a solution can contain multiple projects, which, I guess, would compile into separate but somehow related programs. It seems that this functionality is missing in VB, even though VB uses solution files as well.How would someone go about creating a tool or utility or "helper app" for a project? For example, a command line version of the program, which is a separate executable, but obviously would be distributed as part of the main program? Maybe I want to integrate a feature into windows where the user can right click on a certain file and choose "convert" from the context menu, where "convert" would open the helper app, which would read the file and save an updated copy of the file (converting from one file format to another and saving the result) without the user needing to wait for the main program to load, wait for the interface to be configured, then wait for the file conversion. The helper app would not need to display an interface to the user - just convert and save the file.
View 8 Replies
Jan 14, 2009
I haven't been doing a programming for awhile now. But, I was a VB programmer before. I will be creating a tool to log issues encountered by the users of our system. It will be a web based. I'm planning to create it in VB.Net. Any resources that you could share is greatly appreciated. I'm looking for a ready program that I could start with to speed up my programming.
View 1 Replies
Nov 16, 2009
Is there any tool I can use to create a report from a pipe-delimited file? This report will need to have multiple fonts on the same line and be "programmable". I need to be able to loop through a section to output detail data to the report, keeping track of how many records are output.
View 3 Replies
Dec 7, 2010
i am creating a shift rota system for a small number of staff basically there is a 3 week rota
week 1 - late
week 2 - early
week 3 - off
i am getting confused on how to calculate which week the member of staff is currently on eg week 1 / 2 / 3 i think i need a datediff with a mod to calculate it but thats where im getting confused (if im even right on that part)
View 3 Replies
Jun 9, 2009
on XP Pro, IsUserRole(eUserType.Administrator) returns true, if the class is administrator, and false if it's limited...
On Vista, it returns true, if it's the first administrator account, and false for anything else... I created a second administrator account on Vista, and it shows in code as "Standard" (or limited) user, the same as if I made a "Managed Account" on Vista...
My
#Region " [IsUserRole] "
Public Enum eUserType
Administrator = 0
[Code].....
View 7 Replies
Mar 11, 2010
I'm designing a system, whereby am unable to use 2 different login authorities, which are Admin and Non-Admin. I am using VB.NET and Ms. Access and need help for the codes.I want something like, if i click on admin/non admin (with different passwords) a dialog box pops onto the screen and asks for the password. If the password is correct it should take me to the form i want. Something of this sort please.
View 9 Replies
Nov 15, 2011
I'm creating a small program to read from an SQL server, loading result into an array, pivoting the array to my liking and mailing it out to selected members of a group. It's going to be run once a day with Windows schedule. I have the connection, query and mail sorted, but not the datareader to array bit.
(line 26)?
Imports System.Data
Imports System.Data.SqlClient
Imports System.Net.Mail
[CODE]...
View 1 Replies
Aug 9, 2011
I'm trying to create a small game in VB2010. The gameplay is as follows:
civilians would walk/stand in a room/street and suddenly an evil character would pop from the ground/wall. This evil character would suddenly vanishes too. So, the player has to shoot it to kill the character. The evil character, civilians, etc. would be random. Also, there would be sound effects too. That is the popping up of the evil character, it's voice, the civilians voice, etc. I'm trying to make it as simple as possible but without degrading the quality of the game play. I think, I could somewhat create the graphics for the characters, scenes, etc. and can get the sound effects recorded.
So, the difficult part is,[ ] how could I make it a smoother for playing the game ?
[ ] what would be the best way to do animations ?
[ ] Creating a GIF and placing it in the picturebox and moving it ?
[x]how to play the music in background and at the same time play sound effects on certain instance ?
View 2 Replies
Apr 27, 2009
We are making a report (2005) of a certain time duration, for example one month. In the stored procedure we made, two parameters are given; start-date and end-date. In the report we want to place these two dates, but we can only put database fields in the report. Does someone has any idea how to put these static information into the report?
View 3 Replies
Feb 2, 2009
I get this error on one of our workstations when trying to use program's report. The strange thing is that this workstation was working properly some days ago but suddenly faced with this problem!
[code...]
View 1 Replies
Feb 1, 2010
I have a form which is bound to a table that includes information about properties (real estate). Each property can have a number of inspections. These inspections are included in a separate table.
I want to use the form to show the property information and a data repeater to show all the inspections for that property.I can't seem to get the data repeater to bind to the inspection table and pull only those records related to the property information table. In fact, the data repeater shows nothing.
I can get a data repeater to show all the records in the inspection table when I put the control on its own form, for testing purposes.
View 1 Replies
Mar 19, 2009
Trying to fill a crystal report we want to fill in calculated information. Can someone tell us how to put information in a text field in the report?
Or is there an other possibillity to place static information on the report?
View 2 Replies