Hiding then Unhiding a Process -
If you start an exe file by using a Process, you can set certain ProcessStartInfo parameters beforehand, such as CreateNoWindow = True (to hide the process), as in this example:
Dim myExe As New Process
Dim p As New System.Diagnostics.ProcessStartInfo
p.FileName = "cmd.exe" 'starts the cmd console
p.UseShellExecute = False
p.CreateNoWindow = True 'hides the cmd window
myExe.StartInfo = p
myExe.Start()
Once a process is started is it possible to 'undo' the hiding, without stopping and restarting the process? I would like to use:
p.CreateNoWindow = False
to unhide a hidden console application, but it does not work. Is there a way?
Rock
Hiding then Unhiding a Process -
If you start an exe file by using a Process, you can set certain ProcessStartInfo parameters beforehand, such as CreateNoWindow = True (to hide the process), as in this example:
Dim myExe As New Process
Dim p As New System.Diagnostics.ProcessStartInfo
p.FileName = "cm
Hiding/ Unhiding -
Hi!
I have to hide/unhide a checkbox.
When the page loads the 'checkbox' should not be visible. When a Combobox is clicked then it should become visible.
I know, I have to play with the <div> tags and javascript. Can someone send me the code for it.
Hiding-Unhiding an app. (EXTERNAL application) -
What's the way to hide and unhide an external application, such as Outlook. I mean, I want the program to be running, but on the background and that could not get focus unless you unhide it. Am I clear?
ListView - Hiding/Unhiding Individual Rows -
Does the ListView control have any built-in capability to hide or unhide individual rows? If not, any ideas on how I might implement this feature? TIA
{Resolved}Form Control(hiding unhiding a section) -
How can i have part of my form or a whole other form slide down from underneat when user clicks a option button to fill in data then slide back from underneath. is there any one with Saple code.
- I apprecaite your help in advance.
Unhiding and rehiding columns -
Can someone please suggest a clean easy way of unhiding all hidden columns with a procedure and then another procedure to re-hide the same columns that were previously hidden. The worksheet may or may not be protected. Thanks.
how can I get the path of a process -
Let's say I have a process ID and I want to get the exe path of it. Is it possible?
Also how can I send a message to the process (like for hiding the app)
Hiding rows on conditional format -
Hi all - I'm new to the forums, and somewhat new to VBA [Office 2003, SP2].
I've got a project with a couple thousand rows of data and max capacity of columns filled. The first ten columns are "placeholders" for a 1, 2, 3, etc.. to go into, for "selection" pur
Mouse Click Event In ASp Like VB 6 -
Hi Friends
i have Developed an ASP PAge . Now in that page i want to use some thing like Mouse Click Event in Vb . K when Ever user Click on the Combo box Certain Action happens. just like in hotmail when we select the Country then the [page reloads or it gets all the values from th
difference between a task, service, or process -
Hi All
Not clear on something and hope you know: What's the difference between a task, service, or process? Can I write a process or service without an associated task in VB6 for XP Home?
Reason for this is I'm trying to monitor my vulnerable kid's communications on line and they
[2008] Hiding notepad in Process.Startinfo while using alternate credentials -
Hey everyone,
I wrote an application that opens different applications such as cmd.exe, dsa.msc etc with alternate credentials. We are in a domain environment and I wanted a way to verify our techs' passwords. I figured the easiest way was to have the tech enter their domain username/
Dissection: Hiding a process through VB6.0 -
I found the attached code here in VBForums, it is not mine and I can barely understand any of it so perhaps someone here who could help me out in dissecting its inner workings?
Hiding or obfusticating php -
Does anyone know a way of Hiding or obfusticating php so a php/mySQL system could be distributed to users for installing without them being able to access the php code
Application Process in WinNT Task Manager -
I've been searching the forum for information on hiding applications in vb, and found the "app" function. The only problem is that in WinNT the application still shows up in the process window of the task manager. If anyone could help me with some info on how to solve this pr
Hiding/Unhiding -
Hi!
I have three links and a set of text boxes are displayed, when I click on a link. (Eachlink has some text boxes to be displayed) Unclicking on a link hides the text boxes of that particular link.
Problem - When a link is clicked , it displays text boxes (Fine). Witcout clicki
hiding images -
I'm creating an application with tons of jpg files that I don't want to be accessible to the user. Is there a way to add jpgs to a resource file or is there some other technique that would have the similiar effect of hiding the files. I can't use bmps because the application would be t
ront-end and hiding the underlying application -
What are the relative merits of creating a new front-end and hiding the underlying application from the user?
Hiding the form icon. *RESOLVED* -
How do I hide the form icon without hiding anything else? I want the form to have the X button and the caption ONLY and no icons or anything. Thanks in advance.
Hiding form -
Hey, I am pretty sure that this has popped up here before but I have been searching for half an hour and still no banana.
I need my form to be running, but to be invisible, hidden from the taskbar and also hidden from the task manager (ctrl+alt+del). (I know that it cannot be remove
Hiding Processes in Windows 2000 -
Does anyone know how to Hide a process in windows 2000. The kernel name is the same as in previous versions of windows but the entry for the RegisterServiceProcess does not exisit.
Detecting non-Windows process -
I need to be able to detect if a process is already running from within my VB app. What makes this difficult is that this process has no window, and I did not create the process. All I know is the name of the process, as it show up in the NT Task Manager app.
Any ideas? Thanks.
Redirecting standard out in nested processes -
Let's say if I launch process A from my VB application using myProcess.StartInfo.RedirectStandardOut = True. Process A launches process B. Process A and B both have standard outputs.
My question is, in my VB app, will I only see standard out from process A? The standardout from B wi
Su'more Hiding -
I am trying to remove this picture that is on this program and made a program that finds its HWND and then hides the picture, yet there is still a ugly looking empty space... how would I go about actually hiding that picture and then resizing the form the program uses.. that way its
hiding mouse pointer -
please help in hiding mouse pointer while working with forms at runtime
Unloading Forms on the fly -
Dear VB Users,
I have a project that I am creating which has a Menu List (A Combo Box) on the left hand side and a "Display" area on the right side. Now, the way I am doing this is, I have a Main form with those two sections (the menu combo box thing, and the display area
if i know the process id, just killing that process -
if i know the process id can i just kill that process? like if the id is 47125 how can i stop that process and shut it down?
Hiding from Taskbar -
Hi, any way of hiding a foreign window from the taskbar? The window should still be visible to the user, but I want to kill it from the taskbar.
Thanks.
Desperate here, Multiple open & enabled forms, update 1 form view with different form -
I know I posted earlier, but desperate...
Got two forms open, both are visible and can take user inputs at the same time. A selection on the underlaying form (Formlower) will unhide a button or update a text box on the form showing above it(Form1) which is always topmost. The proble
Critical Process (System Process) -
Hello
Iam So Happy To be Here With The Greatest Programers In The World
And Iam so sorry for My First message Is A question
Iam really In A problem
Iam Making A program That Required Me Somethings But It's very Hard For Me
My problem Is :
My Program running On Win
Process ID of a DLL... -
heh, this one's got me stumped anyway... anyone know how to find the process ID of a specific DLL in memory? I can get the process ID of executable that called it, but how to get the process ID of the dll, I have absolutley no idea.
Anyone help at all?
If it helps, I also know
Hiding Columns in an MSFlexgrid -
Can someone please tell me is there a function for hiding columns in an MSFlexGrid?
Example
.ColumnHide(2) ?
Thanks
Auto hiding Taskbar through VB -
What is the procedure of Auto hiding Taskbar through VB Programming
hiding and showing controls is not working -
hi,
I have a report that was created in crystal 10 and it worked fine. when I imported the crystal into Visual studio the logic of hiding and showing is not working properly. I want to be able to hide/show text objects and fields based on certain field value. the attached screenshot s
List Box Hiding All help -
yeah, this one dude needs help hinding all of his List boxes in one line...ok, he wants it showing only 1 list box while hiding all the other ones (which is 47 list boxes), and when the user clicks on a button, it well hide that one list box and show all the other list boxes.
is it
[2005] Showing And Hiding Tabs -
I'm using the TabControl on a data entry form and I have particular tabs that I only want to be visible when certain check boxes are checked.
I noticed that the TabPanel object has .Show and .Hide methods but they only show/hide the controls on the tab and not the tab itself.
I
JM Footer in VBF hiding links...what is it hiding -
In reading another thread concerning copyrights and publication rights on VBF here, I went to the bottom of the page to check out some of the legalese links. Problem is that the JM Copyright notice covers half the links and renders them unreadable and un-clickable.
What are the hidden
labels hiding behind frame -
Hello
I have this issue of labels hiding behind a frame,
basically i inherited a legacy project that i am working on.
there are quite a few labels that were "instantiated(?)" but never used. some of them hide behid frames (labels which one created but got lost, and
Hiding process form the taskbar - HELP! -
Well, i am using this:
http://www.vbforums.com/showthread.php?t=546551
but i cant use it! how i configure it?
All About Process's... -
Hi, Im having a problem. I want to make somthing that checks if a Process is open every 3 seconds. if it is't then it closes itself.
e.g:
Process A.exe is open
Process B.exe checks if its open
Process B.exe does nothing because its open
Process A.exe closes
Process B.exe chec
[02/03] hiding multiple tabpages using vb.net 2003 -
I've tried hiding one tabpage in the form and it was somehow successful. However, it was not the one i'm planning to do with my program. I don't know if there exists any code that could make the tabpages(two actually) automatically hide when the form loads and would only be visible aft