VS 2008 Showing Who Is Currently Logged In Statusstrip?
Feb 18, 2010VS 2008 showing who is currently logged in statusstrip
View 2 RepliesVS 2008 showing who is currently logged in statusstrip
View 2 RepliesHow to showing who is currently logged in statusstrip. if i login as admin then the user id = herdiz level = admin and if I am logged in as a user then the user id = user level = user. please give me ssample code.[code]...
View 2 RepliesI have a problem in right aligning a toolstrip on the status strip of the form. It has a property alignemnt set to right but it still remains on the left side of the container.
How to put a control near the right side of the status strip?
How can I add Date, Clock (and eventualy Progress Bar that loads when ListBox2 and ListBox3 are loaded) to this StatusStrip.
[code]...
I've got a StatusStrip...and I'm trying to initialize some code when it gets focus...so clicking on it should give focus to it right? I've tried the following
[Code]...
ive been trying to get statusstrips merging so i can click a label to bring the child form to the front when i have multiple childforms open. I have this code which does work but on closing it leaves the label on the mdiparent and also im struggling with the bring back to front code. i dont want it to open another form just bring it back to front. I have statusstrip set to visible false on my childform. heres some code for merging, this is in mdi parent:-
Private Sub Form1ToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Form1ToolStripMenuItem.Click
[Code]...
I have a app with two functions. The first function use http post to log into a website. The site gives a cookie once I login, and the function have CookieContainer() to catch the cookie and then it proceeds to update my profile. I then use a second function to visit a different specific page on the website so I can grab/scrap the specific page's source code, but it appears that the script is no longer logged into the site. I see source code for a login form instead of the target page's source code. So the cookie must not being kept for the second function to be able to grab the target page source.
View 1 RepliesI have this code that gives me the user logged on name of a remote computer, but if i run the program in certaing computers, it returns with the error "Not Available Due Restrictions" which is set if the scope cant connect...
why it connects fine in some computers and other not..is there something i have to add to the code for it to run fine in any computer
this is the code
vb.net
Dim connection As New ConnectionOptions
connection.Username = ("ADMIN")
connection.Password = ("something")
[Code]....
I am trying to display(in a status strip label) the user name of a user that is currently logged in across multiple forms. The initial form is a log in screen that queries an SQL database for the user name,password,and user type. If the query returns a match,then a different form is displayed based on the user type. How do I retain the user name of the user that is currently logged and display it in the label?
BTW,it's a point of sale program.
I've made this script to read the lines from the txt. But when I try to login I just get this " The remote server returned an error: (530) Not logged in." Even I "logged in" at the link.
vb Private Sub Refresh_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Refresh.Tick
TextBox1.Text = GetWebSiteSource("ftp://<myusername>.<mypass>/<serverip>/<serverIP>%20port%2027016/Server%20Documents/log.txt")
Dim lines As New List(Of String)(IO.File.ReadAllLines(TextBox1.Text))
Tname1.Text = lines(0)
[Code]...
I am starting design of a program that needs to run no matter if the user is logged in to the PC or not. So I will be writing it as a VB.Net Service.
As I am not overly familiar with SQL Server Express, is it possible to connect to a local SQL Server Express Instance and access the database from a VB.Net Service while the user is not logged in to the PC?
I have been looking into the function of the status strip but I am unable to find some examples of how to add the following functions to my strip:
Date
CAPS LOCK
NUM LOCK
[code].....
I'm coding a Windows Forms App that has a StatusStrip that displays status informations to the user, and hints when the mouse is over relevant things. However, when the program is on it's minimal window size, the text sometimes is bigger than the whole StatusStrip, and the label simply dissapears. There must be a workaround to this, ideally I'd like it to auto ellipsis when the text is bigger than the window allows. But how?
View 1 Replieswhen I starded to "finish" my appliaction. The whole MenuStrip and StatusStrip have disappeared!
This wasn't the first time when I lost menu but this time I have made so big work for it so I really dont want to start again as I did last time...
I read another thread but I didn't get my problem solved. I think I lost my menu after I deleted "loading.png" image from resources. I'm not sure does this cause the problem but I think so.
I have all the codes in form1.vb and in form1.designer.vb in looks that:
[CODE...]
Is there any hope to get menu and statusstrip back? :( Or is there any fast way to rebuild them if I have all the codes ready? This was almost finished... now it doesnt look finished at all.
Is there any way to scroll in a StatusStrip when its controls exceed form viewing area? My StatusStrip acts as a taskbar with a lot of labels (acting as buttons) which if there are too many might go outside the bounds of the screen.
View 1 RepliesI have a StatusStrip at the bottom of the Form. When i run the form I am able to drag it and move it towards the top. So the StatusStrip just disappears. I dont want the user to be able to MOVE the strip. How do I do that ??
View 3 RepliesHow do you get a ToolStripProgressBar to stretch to fill it's StatusStrip when the form resizes? There is no Dock properties for ToolStripProgressBar. I tried setting ToolStripProgressBar.Width and ToolStripProgressBar.Height in the Form resize event but it doesn't do anything.
View 2 Replieshow to minimize MDIchild windows to the StatusStrip...or is there another toolbar object in VB.NET (2008)? I have a menu layered over my MDI Parent window (which is always maximized) and if I minimize another child window, i can't see it anywhere (unless I minimize the menu too, but I took that ability away from the user)... I think I know how to do this through the menustrip at the top of the window (click on open windows....like in excel or word), but I'd like to see the windows minimized in a toolstrip of the MDI parent.
[Code]...
There is a gap on my statusStrip to the right of the last item. The last Item is pushed all the way to the right.
View 8 RepliesI'm making MDI application and I want to know how can I show opened windows in StatusStrip?! Or I should show this somewhere else?
View 6 RepliesI'm trying to draw aero-styled glowing text in a .NET StatusStrip with a DrawThemeTextEx class I found. This is my current code which I use as a renderer for the StatusStrip:
[Code]...
I have a Form with a StatusStrip Component docked at the bottom.The form has fixed width and is not resizable.However the StatusStrip has a little 'resize triangle' at the right. (6 little dots)This gives the impression that the window is resizable.
View 1 Repliesive been trying to get statusstrips merging so i can click a label to bring the child form to the front when i have multiple childforms open. I have this code which does work but on closing it leaves the label on the mdiparent and also im struggling with the bring back to front code. i dont want it to open another form just bring it back to front. I have statusstrip set to visible false on my childform. heres some code for merging, this is in mdi parent:-
Private Sub Form1ToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Form1ToolStripMenuItem.Click
Dim NewMDIChild As New Form1
NewMDIChild.MdiParent = Me
[code].....
and some for bring back to front, this is in form1:-
Private Sub ToolStripStatusLabel1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripStatusLabel1.Click
Dim MDIChild As New Form1
[code]....
i have a MDI application with parent and childforms.
i have a global timer in a module that makes a com search and writes the result to a parentform status strip label.
the problem is that the label do not change.
i have tried the following:
1) on timer.elapsed
parentForm.statusstriplabel.text =...
2) to create a delegate and invoke a parent form function
3) to create and raise an event
although all 3 seened to run the label didn't changed.
the timer was created in a different module than the parentform class for many reasons.
one of them is because i want to access the timer.start , timer.stop from all the childforms
when i tried a local timer to paretform worked perfect but i couidnt start and stop it from the childs
i have this code
Private Sub bwrkMain_ProgressChanged(ByVal sender As System.Object, _
ByVal e As System.ComponentModel.ProgressChangedEventArgs) _
Handles bwrkMain.ProgressChanged[code].....
but the status text does not change, debug.print does print the message though.i am calling the ReportProgress from another thread created by the backgroundworker thread.
I'm programming a FTP chatroom in VB .NET. It's been working pretty well and I'm almost done. The system works by users uploading and downloading to an FTP server using [URL]. However, if more than two users try using the room, the third user receives a "not logged in" unhandled exception. It seems only two users can use the room at a time. I think it might be that a user is writing to the file while another is trying to download it.
If shouldclear = 1 Then
RichTextBox1.Clear()
End If
Dim client As New WebClient
[code]....
I have a problem with the combox its only displaying the first item in the list its being populated by a webserice call the drop down in question is comboboxmodel now the manufacture one is fine and sets as it should any reason as to why the comboboxmodel would not. [code]
View 1 RepliesIn the windows form designer, I added a StatusStrip control, made some changes to adding items and changed the names of the items to names I would recognize, for instance I changed "ToolStripStatusLabel3" to "lblMode". All was fine until I inadvertenly deleted the StatusStrip. Now when I add it back to the form and try to change the name I get an error saying that the name "lblMode" is already in use. And sure enough it is listed in the items of the properties window, but not dislayed anywhere.
I am not sure how to resolve this. I know there is a window, I think its called "Project Designer" or something similar that is code where controls get added but I CANNOT find this window to view the code.
I recently installed Visual Studio 2008 Professional (Finally!) and I was going to use it for XNA programming. (I know XNA is C#) and my problem is that the templates for XNA aren't showing up in VS, how do I fix it?
View 5 RepliesI have my VB.NET exam tomorrow and I have a list of potential questions, and there is this one question I really fail to find a good explanation for. it gives me this function:
Dim x, y as Single
y=2
y=x+10
MsgBox(x)
it returns 0... and I am supposed to explain what that happened. I have tried changing the numbers so it gives a positive number, and then it works properly... I have tried changing the type too, and still 0.