Find Active Windows - Open Taskmanager Under Applications ?
Jun 18, 2010
Im currently working on a taskbar, in which you can totally control:
* Processes
* Services
* This feature I want to add: Windows, that are currently being runned like in the taskbar. or e.g. when you open your taskmanager under applications.
View 1 Replies
ADVERTISEMENT
Nov 2, 2009
Is it possible to make an application, but that isn't visible in the taskmanager -> applications
View 39 Replies
Mar 5, 2012
how to hide exe into taskmanager in windows 7 using vb.net windows application?
I want exe is hide into task-manager in windows 7 & windows vista machine using vb.net(windows application)
View 9 Replies
Mar 5, 2012
how to hide exe into taskmanager in windows 7 using vb.net windows application? I want exe is hide into task-manager in windows 7 & windows vista machine using vb.net(windows application)
View 2 Replies
May 18, 2012
how to hide process in the taskmanager of windows 7 in vb.net?How to hide any process in windows 7 using vb.net.
View 19 Replies
May 18, 2012
How to hide process in the taskmanager of windows 7 in vb.net?How to hide any process in windows 7 using vb.net.
View 2 Replies
Apr 5, 2012
is it possible to make something that can show the number of active applications? For example some code that say: Label1.Text = Number of running applications
View 15 Replies
Feb 7, 2010
I am working on moving applications from Windows 2000 to new server Windows 2003 R2(64 Bit). I noticed that there are some VB programs and config files for those programs have been placed in Windows 2000 Registry. Some other applications are using them from different servers.Why do we use registry here? How can i move these to registry in windows 2003? Can I just move these or do I have to write VB programs to place them in 2003 registry?
View 1 Replies
Mar 5, 2012
how to hide exe into task-manager in windows 7 using vb.net windows application?I want exe is hide into task-manager in windows 7 & windows vista machine using vb.net(windows application)
View 3 Replies
Apr 25, 2011
How to remove any applications in taskmanager using vb.net windows application. In taskmanager application tab application is not remove.but process is remove.
View 5 Replies
Mar 1, 2012
I have a desktop (XP) application and a CE app (Motorola MC9090) and I want to Scan few Barcodes with Motorola and then send the text to the application on PC using WiFi. I have no idea how to do it - (VB.NET preferred)
View 1 Replies
Jun 16, 2010
Does anyone know can server and client exchange information via tcp without server having to forward ports?I have something like chat client and server, but i need to forward ports in order to recieve messages from someone else or if that cant be done, is there a port that is open by default and not usually used by other applications?
View 3 Replies
Mar 8, 2012
I am trying to find out the Active Directory Group that the current user belongs to. I have the current users username stored in strUserName and have got this [code]....
View 4 Replies
Jan 23, 2011
I'm trying to be able to get the caption of the currently active window. I've figured out that I should be using GetForegroundWindow, but when I use it I'm just getting a long string of numbers, which I think is the handle. How do I go from that to the actual caption?
View 4 Replies
Mar 12, 2009
I'm an old Access developer and know VBA quite well, but now I'm working at learning VB.net. I'm trying to find the equivilent of the following Access VBA code using VB.net:
Function EvalField()
Dim x As Integer, ctl As Control
Set ctl = Screen.ActiveControl
x = Val(Mid(ctl.Name, 5))
Screen.ActiveForm.Controls("Formula" & x) = ctl
ctl = Eval(ctl)
UpdateTotal
End Function
This code sets a control variable to the currently active control, then copies the text from that control into it's matching "Formula" field for reference by the user), then turns the string of math into the answer. For example, if the user enters 5 + 4, that will be copied to the Formula textbox, then it will be evaluated and the answer will replace the 5 + 4. And lastly, the UpdateTotal sub will execute which will add this answer to the existing Total field.
View 1 Replies
May 16, 2012
i am using following code to retive Domain Users from AD
but i am getting APPUser and IUSER in the give
how to avoide this type of user from the list i wantreal user names only
Dim pctx As New PrincipalContext(ContextType.Domain, "192.1.1.1", "myusername", "mypwd")
Dim grp As GroupPrincipal = GroupPrincipal.FindByIdentity(pctx,
[Code]....
View 5 Replies
Aug 1, 2008
I am trying to get the next available computer name based on a pre/sub fix e.g. "PC0001", atm I have a working solution from sql asset database.Anyone got an idea on how to convert the following from sql query to directorysearcher.filter?"Select TOP 1 Computername from computers where Computername LIKE '" & computerNamePrefix & "%' AND ISNUMERIC(right(ComputerName,4)) = 1 ORDER BY Computername DESC"At the moment I got the following
mySearcher.Filter = "(cn=*pc*)" mySearcher.Sort = New SortOption("Name", SortDirection.Descending)
View 2 Replies
Jul 14, 2010
Our organization has users that have similar first and last names, but different users ID. How do I search the Active Directory to find all the users?
View 1 Replies
Apr 27, 2008
Does anyone know of any open source ETL applications written in either vb or c#?I am looking for some or all the features below:
* Read text files and have the ability to split files.
* Suppress records for failing validation rules.
* Transform values.
* Output the resulting data source to either one or many files and or database tables.
[code]....
View 1 Replies
Aug 23, 2009
How do i open a folder in the applications dir with a click of a button?
View 2 Replies
Apr 9, 2009
Whats up all I've recently been working with the MDI options in vb.net but I have a question. Is there away to open external applications inside of the MDI application. What I mean is Taking command prompt for example and opening it withing my MDI app. It only shows the file in my app and not on the taskbar. Can I do it or no?
View 2 Replies
Mar 31, 2007
How do I run files/application with standard editor/viewer?
View 1 Replies
Oct 27, 2011
How to programatically find the Currently opened form's Name
/Active Forms Name
View 3 Replies
Jul 6, 2010
I am using Active Directory to authenticate users for an intranet site. I would like to refine the users that are authenticated based on the group they are in in Active Directory. how to find what groups a user is in in ASP.NET 4.0 (VB)?
View 3 Replies
Mar 8, 2012
how to find out what Active Directory groups a user belongs to? I already have the code finding out their username but now I need to find out what group they belong to so I can assign the relevant photocopier code.
View 1 Replies
Aug 19, 2010
I have a program that filters data and then outputs it to a tabg delimited file. I then use Excel Interop to open this file in Excel because directly outputting to a worksheet takes too long. So currently I am using this code:
AD.DF.WriteToFile(vbTab)
Dim WB As Workbook = ExcelApp.Workbooks.Open(AD.DF.DatafileInfo.WriteToFileLocation)
ExcelApp.Visible = True
The first line takes the filtered data and outputs to a tab delimited file. The second opens that same file in a new workbook in Excel. And obviously the third makes Excel visible. Here is my problem though: right now when this code is run there are two open workbooks. I already have an active workbook and I would just like to open this file to that workbook.
View 2 Replies
Aug 8, 2010
I am finally switching from VB6 to VB Net and am rewriting a technical application that calculates the heat transfer performance of automotive radiators, heater cores, evaporators, condensers, etc.The user can calculate a heat exchanger and save the results to an Excel spreadsheet. After a series of calculations he can then plot curves of performance.
He can also click on a previous calculation in Excel and import it into the VB routine. The user may have a number of workbooks open when he does this.My problem is I need to open the Excel workbook that is the active workbook. I have been able to select the active worksheet but have been forced to specify the index of the workbook. I have not been able to get the workbook I want.. The code I used is the following,
Dim oExcel As Object = GetObject(, "Excel.Application")
Dim oBook As Object = oExcel.Workbooks(1)
Dim oSheet As Object = oBook.activesheet
How do I get the active workbook instead of Workbooks(1) with an index of 1?
View 1 Replies
Jun 8, 2011
Using any version of .NET how do you find out which zone a particular share is classified under. I am having a problem identifying if a share where my referenced dlls reside is in the "intranet zone" or "internet" zone relative to some user machine that is running my .NET application. I suspect this is a problem because I am having a problem accessing referenced dlls from a share on some machines but not others. How can I tell which zone .NET is classifying that share in so I can adjust permissions accordingly?
View 1 Replies
Apr 20, 2010
Which version of Mono do I need to convert and run the Windows applications that I developed using VB.NET that came along with .NET 3.5, in Ubuntu?
View 3 Replies
May 25, 2010
Animations For Windows Applications
View 1 Replies