VS 2008 Getting Loggeg In Users And Their Details?
Jun 13, 2009I want to get the detail of all users logged in to my system . I want name of users, status of users, id of users, client name of users, no of applications to a user.
View 2 RepliesI want to get the detail of all users logged in to my system . I want name of users, status of users, id of users, client name of users, no of applications to a user.
View 2 RepliesI'm trying to allow users to update their details after logging in on an asp site using vb. Textboxes are populated with user details using session variables in the form_load. The textboxes should be editable but for some reason are not registering the changes when the submit button is clicked.
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Txt_Fname.Text = Session("First_Name")
Txt_LName.Text = Session("Last_Name")[code]..........
I'm a newbie in visual basic. I'm doing a login system. I'm done with the GUI. but for the programming part, I want to know where to store new user's information along with the username and password. I've done research. seems like it has something to do with database. p/s: I'm looking for high security in storing data to prevent hacking.
View 1 RepliesI've got a code using SQLClient that loops though all users in a Users table inside each loop i want to preform another search in the UserOrders table, thus doing a count of all orders.
I get this error
HTML
There is already an open DataReader associated with this Command which must be closed first.
Here is my code
vb.net UserLists.Items.Clear()
Dim connection As New SqlClient.SqlConnection(My.Settings.ConnectString)
Dim command As New SqlClient.SqlCommand("SELECT * FROM Users ORDER BY PersonName",
[CODE]...
I have 4 Tables Master And Three Tables Details
how to programming this Technique
This Picture dispaly what i mean http://img300.imageshack.us/img300/3981/26072009110315.png
I use a fontdialog box in my application allowing users to change the font details within my application. This works fine but unfortunatly I don't seem to be able to set the values in the dialogbox as they are read only.
Basically if the user has Bold Wingdings set and wishes to change it to something else then when they open up the fontdialog box I would like to be able to set the font to wingdings and bold so the user can see what they previously selected. Word seems to do this so why cant I?
I'm trying to get a details view in ASP.NET to display the details of the logged-in user only. I have been told to use:
select * from STAFF where USERNAME = user.identity.name
I thought this was too simple to be true and I was correct as it shows no data when I attempt to run.
I want to get the details of a com port on my machine. To be more precise the com port presents itself in the device manager as:
MyPort(COM3)
I know how to get the name of the port i.e. COM3. Is there a way to get the rest of its description i.e. "MyPort".
How can I collect details regarding the hardware and software, of a PC ?As for registration process of the product (my app), I wish to collect the details of that PC and get it saved into my server.When the client request for a new serial key, because of formatting the PC and other reasons, I would compare the PC details and will issue a new serial key based on the result. (small changes in the PC will not be considered)
View 4 RepliesI have a dialogue box that pops-up on a click event which offers the user a selection of three employee types which are selected using checkboxes. These checkboxes have been drag'n'dropped and are in a groupbox, called uiSelectEmployeesGroupBox.
On this click event, I have the following
'some code omitted for clarity
If uiEmployeeDetailsDialogue.uiEmp1CheckBox.Checked Then
mEmployees.Add(New Emp1())
[Code].....
All I want to do is grab the IP details of the local machine in VB 2008 (or previous versions) using actual coding and not relying on output from ipconfig/all. I specifically need the subnet mask and gateway of the local machine.
I have found documents on how to do this in C++ using the networkadapter functions which is of no use to me because im using VB. Ive managed to find how to get the local ip address (using winsock or third party control) but nothing more and a few pages on using WMI but all examples are using vbscript rather than the full blown visual basic.
how to do this in vb and have any sample code?
As a network server administrator im confused on why this is so difficult, even in VB.
is it possible to get the details of an mp3 file like the Contributing Artist, Artist, Album, Year etc. and display it into a form? I am using the IO namespace and I have almost tried all the methods and properties under my variable.
View 3 RepliesI've found all sorts of threads about extracting file icons, and I'm able to do that no problem, but I would like to also extract some other information from a file (like you can find in the properties window), such as the file description. Are there any commands that are geared specifically toward getting this information?
View 1 RepliesI've got a listbox and am using details mode, i'm also looping throgh a database to look at data. how can i add data to my listview and i have 3 coloumns
View 1 Repliesi thought of storing some of the configuration settings in a xml file on a remote linux machine. and vb.net application on the client system has to access and read from it.
i don't want to encrypt and keep the data with in the client system
How can I collect details regarding the hardware and software, of a PC? As for registration process of the product (my app), I wish to collect the details of that PC and get it saved into my server.When the client request for a new serial key, because of formatting the PC and other reasons, I would compare the PC details and will issue a new serial key based on the result. (small changes in the PC will not be considered)?
View 2 RepliesUsing VB2008 and Sql. I have one table and two forms. On form1 I have details view of table and on form2 I have DataGridView of the same table. What I am trying to accomplish is when i click on DataGridView is that details view changes and shows data selected in DataGridView.
View 13 RepliesI'm not sure which way to do this, i want to save numerous login user/pass to file i can:1) save to a .txt file2) save to a .xml filethe format i would use for a.txt file would be user|pass, for xml something like:
View 9 Repliesmy app is calling a dll that returns SQL details to a bufferred string, here is what i did 6 Dim server As New String(" ", 256) when i use this in sql connection string i get this error: Format of the initialization string does not conform to specification starting at index 22.
View 10 RepliesI have an asp.net web app that uses forms-based authentication, a SqlMembershipProvider (using an encrypted password format), and a SqlRoleProvider. I need to know if it's possible to administer the users (create new users, assign them to roles, etc.) from a windows application - the powers that be don't want any administrative functionality in the web app itself.Here is the membership provider definition from web.config:
<membership defaultProvider="MyProvider">
<providers>
<add name="MyProvider"
[code].....
1.I�d like to publish a free vb.net desktop application for the users to download and use meanwhile I�d like to collect usage information ex: user ip address, user�s registration information, used features, time spent� if the user allows the report to be sent back.
2.Also , in order for the user to be able to use the application, he�ll have to register it then, everytime, before the application loads, it gets verified online that it was registered, maybe validate the registration information or a valid user name and password, no critical personal information. The target of this step is for the application to be used exclusively by the registered user and maybe on his computer only.
1. I�d like to publish a free vb.net desktop application for the users to download and use meanwhile I�d like to collect usage information ex: user ip address, user�s registration information, used features, time spent� if the user allows the report to be sent back. 2. Also , in order for the user to be able to use the application, he�ll have to register it then, everytime, before the application loads, it gets verified online that it was registered, maybe validate the registration information or a valid user name and password, no critical personal information. The target of this step is for the application to be used exclusively by the registered user and maybe on his computer only. Any alternative way to achive the target is just fine.
View 1 RepliesI cannot figure out how to get this call to work.I have searched EVERYWHERE.MSDN is no help at all and the only thing I can find is this vb6 code that doesn't work in .net.I tried to convert it over but I've had no luck.Specifically I'm trying to get the path of the "All Users" Desktop and the "All Users" Start Menu.It would rock if anyone could help me out with this one.
View 5 RepliesAre the following references required for VS 2008 users as well? Or only required for VB 2005 Express Edition users?
View 2 Replieswe are testing our visual basic application so it can be run under Windows Server 2008 R2.
We are experiencing problems caused by UAC when writing logfiles and configurationfiles.
Normally the admin configures the application so that it can be run by normal users without having to make
the whole configuration again. We do the config by writing some data into files that would have been placed
into the folder of the program. Now with UAC those files are placed in the users folder and therefor config files
are not unique anymore, also the logfiles.
I've been digging into this now for some time but have not found out, on how these configurations and logs
should be done right in Windows 2008 so that its for EVERY user, without turning UAC off.
Is it possible to get all my network users' local IPs using VB 2008?
View 6 RepliesWanting to do something like this:
VB.NET
Private Sub MaximizeCare()
For Each p As Process In Process.GetProcessesByName("clinical_carestation")
ShowWindow(p.MainWindowHandle, SHOW_WINDOW.SW_MAXIMIZE)
[code]....
But the trouble is that if multiple users are using the same terminal I cannot narrow down the process list to just the current user. So if two users run the same application simultaniously only the first user can open the application on the same terminal.
I am writing a value to the registry as admin with following [code]But when I run the program on Vista, it does not read the value as Standard User. If I run the program as admin it's ok.Is not HKLM is readible from all the users?
View 1 RepliesI am testin my application on XP and have 2 issues: Issue 1) I have a combobox that has filter items in it:
[Code]...
I've made a small communication channel with other users of my application, it will connect using TCP which I tested and worked with two instances of my application on my home PC.I have to type in my IP address of what would be the "remote" computer i'm talking to, my issue is some of my users may not even know what their IP is to give it to me so how can I get my IP and save it as a setting to send to other users so it can be added as the PC they are talking to?
View 17 Replies