Hide Dos Page Of Exe Application
Jul 24, 2009I have this code which pops out a the dos page for an executable file.[code]
View 10 RepliesI have this code which pops out a the dos page for an executable file.[code]
View 10 RepliesI have a tab Control with multiple pages. In my Load Sub routine I have tried the following 2 statements[code]...
View 7 RepliesOne of the great features of Page Frames in the now discontinued FoxPro language was that you could use a Page Frame (like a TabControl) and hide the tabs. The nice thing about this was that if you wanted (for example) to have simulated "frames" you could use a Page Frame control, hide the tabs, and that gave you endless frame that you could then access programmatically.I need to do something along the same lines. To further illustrate, if you look at any configuration screen in Office 2007, they all have a ListBox on the left, and then clicking on those Listbox selections brings up "frames" on the right with what you want to work with.This is the effect I want to create - but in .NET I cannot see a good control to use.
Panels - these seemed a good idea at first, but even when set to Visible and not Visible these frames hide each other so they dont seem like they will work.
GroupBoxes - Tried these but the same problem as with panels.
TabControl - Tried this, and it works great - but I DONT want the Tabs. Instead I want non-tabbed pages, that would then be like frames.
What is the best control to use? And, can I hide the Tabs somehow in the TabControl?
I have following code in aspx page:
<div id="a" runat="server" style="display:block;">
abc
</div>
[code].....
I have a simple web for that has a dropdown list and a button on the form.The dropdown list is bound to a table in my database and holds three values with idents between 1 and 3 (Weekly,Monthly, Please Select).I have set my datasource to pull back item 3 (Please Select) as the first item in the dropdown list to prompt the user to select an option. Items 1 & 2 have data assigned to them and this pulls back the relevent data for these options.
Here is my problem. I need to hide my button when the page loads until the user selects item 1 or 2 and would like the button to be hidden of option 3 is selected. I have tried to complete this in my page load event and the code for the dropdown list but i cannot seem to get this to work.
If IsNumeric(DropDownList1.SelectedValue) = 3 Then
btnAddAgendaTemplate.Visible = False
End If
My application is intended to crawl a URL page and extract all possible links from the page.It works fine for a certain URL but with another it keeps causing problems. When the root page is accessed it correctly extracts the different directory links. but when it requests the directory links html page it pulls the main root URL again. someone mentioned about redirection but when debugging I see the url variable containing the directory link correctly.
View 2 RepliesI have written an application in Visual Basic 2010 that I would like to hide from the Task Manager Application Tab, if possible. It's fine if it is listed in the Processes tab.
The purpose of the application is to allow users to postpone a restart following software update installations that require restarts. The application includes a form the user's must interact with so it can't be permanently hidden from view on the desktop. I am basically looking to mimic the WSUS Windows Update dialog which allows users to postpone restarts.
VB6 has app.taskvisible which is no longer included in VB 2010. I have seen a lot of discussion around this topic but no real solutions.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
ListBox1.Items.Clear()
For Each p As Process In Process.GetProcesses[code].....
Is there is away to hide my application from task bar?I have tried:Me.Hide(task bar.
View 3 RepliesIs there a method to hide your application from screenshots without the use of ".hide" or minimize or opacity basically not touching the application at all but not including it in the screenshot? For instance in GDI when you g.CopyfromScreen the mouse is not included and you would have to go through a way drawing the mouse onto the graphic can something like this be achieved with application?
View 10 Repliesi have some text files from which my app reads and process data, these text files are in hundreds and i am now providing them in a folder, but these should not be accessed by others, how i can do this?
View 1 RepliesI am using photoshop cs3 application to read the CMYK colors values using vb.net, when iam accessing photoshop application, the photoshop apps is opening up. I want that to be hidden and process in the background.
View 1 RepliesI am using photoshop cs3 application to read the CMYK colors values using vb.net, when iam accessing photoshop application, the photoshop
View 1 RepliesI want to create a button that can hide an exe application. As example: this application will start spider.exe when page loads. I need a button that can hide & show the spider.exe. How can I do it with VB.NET, C#, or Java?
I tried to use:
myProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal
myProcess.Start()
in page load part, and use
myProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden
in button part but it does not work.
how can i hide my application completely from windows and when i press a shortcut key it shows my application.
View 4 RepliesI want to hide the taskbar when my application runs, so i can get a full screen view of the application form. I have a code but it doesnt seem to work. It's for my project. I put the declarations in the global declarations part. Declare Functions also i put separately. The rest of the code i put in a button click.[code]...
View 4 RepliesOK, here is the problem....When I load my application I am using the application loading events in VB.NET 2005...The problem is that the module events will sometimes cause msgbox errors, etc..
View 7 RepliesShow/Hide application button in Taskbar
View 7 Repliesso so far I've gotten my console application to minimize itself, but I want it to be totally hidden: so I want to disable it from showing in the taskbar too. With a Windows form this was easy, but I'm not so sure about console apps.
View 2 RepliesI have a legacy application that has an interactive graphical user interface, but also periodically checks for files in a directory and reacts to the files. I want to launch the application from a VB program, but not see the GUI (i.e., just let the file interface do it's thing). I really don't want to see the application running on the desktop at all (e.g., no windows, nothing on taskbar), the only evidence would be if I checked task manager I'd see it running.
Obviously this app would be ideally a service, but that's not where we are and I can't change it so I'm trying to simply not see the GUI.
I've seen the ProcessStartInfo.CreateNoWindow and WindowStyle = hidden flags but they don't hide the GUI of the legacy app.
again launch the legacy app (actually an unmanaged C++/MFC app) from a VB managed admin app.
I created a VB .NET exe application. When I use IL DASM, it shows the values of all the string variables in the code. These variable contains values that I would like to hide.the best way to obfuscate/hide these string variable values?
View 5 Repliesi dont no much about vb.net ..i am php developer i have just developed a mini application in vb.net i wanted to know how to hide our application from appearing in task manager...
View 2 RepliesI have one doubt. I told yesterday that i am new for windows application. I am using web application. In our web application, we can use multiple files and what files we want to run that we give page start up options. But in windows application where is it? I am using two files in single application. I want to change default start up page.
View 4 RepliesI'm curious if it is possible to hide a group of text boxes from view in a form until a particular condition is met, and to have a custom set of text boxes for that condition. To give an example; I want radio buttons offering choices for a manner of searching records, the user selects one and then a specific set of text boxes are displayed for the user to utilize, if a different option is chosen a different set of text boxes will be shown. Is this something that can be done?
View 7 Replieshow 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 RepliesI have a text input in textbox1 in tab page 1 and i want that text from textbox1 will be displayed in textbox2 in tab page 2.
View 3 RepliesI wrote a page Page method in my aspx page. in web service method I need to call FindControl method return textbox and get text box value. But my findControl will take MasterPage object to iterate.
see my code
<script type = "text/javascript">
function ShowCurrentDateTime() {
$.ajax({
[Code]....
How to pass Master Page object or Page to Page method?. So I can use in Sared method.
Is there any way I can access Textbox value directly in Page method? I need access couple of controls in Page Method.
HOW TO RUN THE JAVASCRIPT FUNCTION ON PAGE ONLOAD EVENT IN CONTENT PAGE OF MASTER PAGE.? means i have masterpage and the content page of master page namely default.aspx in vb.net.i wanna run javascript function in Default.aspx and i have called the function body onload in master page.when i run my website it shows the error "" Microsoft JScript Runtime Error : Object Expected ""
View 4 RepliesI need sample vb.net code to save single windows form as many page and reload the page whenever i call that page...
View 1 RepliesHow can I get Webbrowser1 to navigate to each page and wait for the one page to completely load, then move to the next page...? [code]
View 3 Replies