.net Make Console Exe Hidden?
Jun 5, 2012
I'm using Windows Task Scheduler Wrapper to schedule the tasks (basically to launch an exe console every two minutes or so) in a .net desktop application.However, I don't want it to pop-up the console every 5 minutes or even once. How do I hide it? I understand if I was using vb.net to launch the exe, there are several things I could have done. However, I am using windows task scheduler to launch it.
View 1 Replies
ADVERTISEMENT
Mar 13, 2012
I want to make 5 attachment options in that 4 out of the 5 are hidden.but when he clicks "more attachment" link it will show the other 4.Im using ASP.NET with VB?
View 2 Replies
Jun 8, 2011
I'm trying to run a console window hidden while using CreateProcess(I can't use the ProcessStartInfo class because I have to run it with some other special settings)I have tried to use the CREATE_NO_WINDOWS flag, but somehow, the console still pops up. This is the code I have:Dim ProzessInfo = New Process_InformationDim StartInfo = New Startup_Information, PS = New Security_Flags, TS = New Security_FlagsIf CreateProcess(Nothing, target, PS, TS, False, PROCESS_CREATION_FLAG.CREATE_NO_WINDOW,othing, Nothing, StartInfo, ProzessInfo) = 0 Then MsgBox("Couln't st
View 1 Replies
Dec 24, 2009
Is it possible to make a folder that is password protected that is only viewable by your application? I want to make a program that can make such a folder and allow access to it only through the program.
View 6 Replies
Aug 13, 2009
How can I copy file and make it hidden .... I want to make file when the user click on create I want to copy file and make it hidden ....
View 2 Replies
Feb 2, 2012
I am working on some USB (flash drive) software which i want to make portable and always accessible on USB i know .net is not good for this because much users don't have framework installed but users who use this software have it installed and i just love VB.net :)
So what i want to do is to create a hidden partition on this USB device where software will store some info and itself. The software and data it stores is 6MB so i would also like to know the suggestions from you what size of this hidden partition can and i should make.
But:
how do i read from hidden partition through .net?
(i did never confront with this till now...) how i make hidden partition through .net?
I want this because users i working this for usually format their drives and that way they delete the software too, so hidden folder and encrypting doesn't help me in this.
View 1 Replies
Oct 15, 2010
How do i make a folder that my program makes hidden. I am using (MkDir)
View 5 Replies
Sep 2, 2010
I want to make a program that makes hidden shortcuts in drive c the files I want to add shortcuts for is in C:/program files/common files/apple/apple application support I want shortcut for all files and folders in this directory
View 4 Replies
Aug 19, 2011
I have designed a small component I need to derive. The problem is one property from base class doesn't make sense in derived class, but won't hurts too (just it's ugly in property editor)
Now there is a solution to make that property non-derivable or hidden in derived objects?
View 9 Replies
Oct 20, 2009
How would i create and make a folder hidden from user?
View 3 Replies
Jun 30, 2010
I'm making a program that search for files with the specified extension. It also shows hidden files. How can I make the hidden files get a different color in the Listview? And how do I do that with only the hidden files?
View 5 Replies
Feb 26, 2009
My FormLoad event contains a simple line which is Me.Hide. Then I make the tray icon visible so the application can be shown if the user needs it. However, the Me.Hide statement doesn't work during the form load procedure. It seems to work fine after the form has been loaded. So, my question is, how can I simply stop the form from becoming visible in the first place or hide it after it has loaded?
View 4 Replies
Feb 4, 2009
im would like to make a gui for a console program i use. I am able to start the cmd.exe and change to the directory the program is in. My problem is after i issue a command to the console such as cd c:myconsoleapp cmd.exe closes why is this. I would like the console to stay running so i can issure more commands to it without having to re declare streamwriter and reader and starting the process each time.[code...]
View 12 Replies
Apr 1, 2012
I want to make a form that has a console in it, almost like putty.
View 4 Replies
Jun 18, 2012
i'm trying to make console app with basic commands like copy,move the problem is that i cant get my code right the command suppose to be like this:
= copy to file directory>the copied file im trying to split the : file directory, > , the copied file to string or perhaps if there is an easier way to do so
View 3 Replies
Jun 17, 2011
Is there a way to make a health variable that, when hit, you lose health?
View 3 Replies
Jun 5, 2011
I was thinking I could make a console application that would have a FileSystemWatcher - watching for a .BAT file being created in a folder - and when it sees that file it does a PROCESS.START on it.
View 3 Replies
Sep 8, 2011
I am wondering if anyone has any idea how to make the controls stack and fill up the available space left by a control if the control is hidden or removed from the UltraGridBagLayoutPanel.
Example:
[Textbox 1]
[Textbox 2]
[Textbox 3]
[Textbox 4]
[Textbox 5]
If I hide [Textbox 3] as of now, it will disperse the space left equally and pad the remaining text boxes with the space. However, I would like it to do this...
[Textbox 1]
[Textbox 2]
[Textbox 4]
[Textbox 5]
Where all the text boxes will move up and [Textbox 4] will completely consume the space left by [Textbox 3].
View 1 Replies
Feb 3, 2011
i am trying to make a console app that basically makes a big X between pipes, but with a fixed line on the bottom where you can freely move a <#> with the arrow keys i did the giant x but i have no clue how to make the fixed line and i cannot find any information about it. i tried using the Console.write() but that only gives move a line that i cant use. Il paste the code i have to far.
[Code]...
View 2 Replies
Feb 10, 2010
I recently wrote a program to copy files off of a hard drive with a corrupted copy of windows. I'm not sure how to make it run off of my flash drive in dos. I set boot priority to only boot off of the flash drive yet it will not run. I tried writing an autorun.ini file, which did nothing. I think i need to make a boot.ini file.
View 3 Replies
Mar 6, 2009
Note: I'm using VB express 2008 I would mostly like to learn about the console application. Like how to make it type in a command and hit enter by itself. The project I'm working on is a booter for my iPod (Long story) I would like to be able to- 1- Either click a button on a form and have the console pop up and input
[Code]...
View 30 Replies
Dec 23, 2008
Would there be a way to make the system.drawing namespace available to a console application? ( i know this sounds silly, but all my application does is take a bitmap of a window and saves it to file, so whats the point in my application being form based)
View 2 Replies
Apr 1, 2012
I was thinking I could make a console application that would have a FileSystemWatcher - watching for a .BAT file being created in a folder - and when it sees that file it does a PROCESS.START on it. But I'm seeing that a console app doesn't continue running.
Imports System.IO
Module awcWatcher
Sub Main()
Dim fsw As New FileSystemWatcher("D:ACS DesktopAWCeportingstaging")
fsw.NotifyFilter = NotifyFilters.FileName Or NotifyFilters.LastWrite
[Code] .....
How would I go about making this wait and then wait again and again and again?
View 9 Replies
Dec 5, 2009
I want to make a Hidden Application,my application Block Unwanted software or Application
View 13 Replies
Nov 20, 2011
Im trying to make a Console Project that when you enter a number it changes the color of the text and its not working
[Code]...
View 1 Replies
Jul 23, 2011
How do I make VB.net console recognize the color red and green at XY-axis? I start up the program. The program check...if X450 and Y503 has a green pixel or something like that...do this. If X450 and Y503 has a red pixel or something lik that...goto line number. You know what I mean? I took the X450 and Y503 as random numbers.
View 1 Replies
Aug 31, 2009
I need to make a console application that will measure HTTP page load time.
View 4 Replies
Feb 2, 2012
Vb is not my language of choice , but I have to do this for school and I'm not having a very easy time with VB's documentation.I'm just creating a very simple console application that accepts user input: degrees in Celsius, and converts it into Fahrenheit. I want to make sure that if the user just hits enter without entering the degrees in Celsius, then an if else statement will catch and write to enter Celsius again.Here's what I've tried:
[Code]...
View 1 Replies
Jun 1, 2011
I was thinking of adding a simple bandwidth monitor to a console application and I was wondering if it would be possible to keep a line in the console window visible at all times. I could set something up manually to pass new console output into a method that would get the contents of the console, clear the console, add the bandwidth data on the first row, then rewrite each line of previous information back to the console, etc.. but that seems like a really hacky way to go about it, and I'd be limited to the amount of rows visible at once in the console window (no scrolling).
STATS: Downloaded: 2599b, Uploaded: 754b <- this always stays at the top
constantly changing text
constantly changing text
constantly changing text
[code]....
View 3 Replies
Jun 1, 2009
I have a console application I'm using to run scheduled jobs through windows scheduler. All the communication to/from the application is in email, event logging, database logs. Is there any way I can suppress the console window from coming up?
View 5 Replies