Hide Tab(s) On TabContol?

Jul 20, 2009

Is it possible to hide a tab on a TabControl? I want to make certain tabs available depending on a users security level and I don't want users to see the information on the tabs they do not have access to.ebassador

View 4 Replies


ADVERTISEMENT

Create User-Control That Inherits The Functionality Of A TabContol

Apr 16, 2009

I want to create a User-Control that inherits the functionality of a TabContol.

I begin by starting a new project of the type Windows Form Control Library. Next I place a TabControl on the UserControl designer surface and Dock the TabContol to Fill the UserControl.

I go to the code editor for the UserControl and enter the following line of code.

Inherits System.Windows.Form.TabControl

Then I run the program and get an error. Intellisence recommends that I use one of two recomendation. When I accept the recommendation I and try to run the program the problems esculate.

The design-surface is no longer accessable.

I try to comment out the problem lines of code in the UserControl1.Designer.VB file but that doesn't help.

How can I create a UserControl that Inherits the Properties of the TabControl so that the properties of the TabControl are visable in the Properties Window?

View 8 Replies

Hide/Show Items - Possible To Hide A Group Of Text Boxes From View In A Form

May 5, 2012

I'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 Replies

Hide Any Dotnet Exe Is Hide Into Taskmanager In Windows 7 Using .net?

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

VS 2008 Hide The Taskbar O.o And Un-hide It?

Apr 20, 2009

Is there a way to to hide the taskbar o.o and unhide it?

View 1 Replies

Auto-hide Label After 10 Sec And After Label Hide Redirect

Jan 15, 2011

I have a label and button on label in my asp.net webform.i want when i click on button then label1 will be visible with text "Success" and then it will hide automatically after some time say 10 seconds.I M using asp.net (VB)How to auto hide label after 10 sec and after label hide redirect to the ~/Default.aspx ?

View 1 Replies

.net - Hide Files In USB From OS?

Apr 1, 2011

Is there a way to store data on a USB file in a way that the OS cannot read it with the standard methods? I was thinking maybe with an uncommon filesystem, but then I 'd probably have to implement the IO myself, which sounds like a huge work.Another idea would be to access the disk sectors in a low level way and store data in an incompatible way? But I do not know where to begin.For the record, I am using VB.NET.

EDIT: Regarding the VALID security concerns you have raised: I agree, but assume that, all I need to do for the scope of my project, is to simply hinder the average and slightly advanced user. NOT the expert.

View 1 Replies

C# - WPF Hide On Close?

Mar 12, 2009

How do i do this in wpf

VB.NET
Private Sub FrmSettings_FormClosing(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing
e.Cancel = (e.CloseReason = Forms.CloseReason.UserClosing)

[code]....

as wpf's Close event just gives me e.Cancel and no closereason?

View 3 Replies

Hide A .txt File

Nov 4, 2009

I have a Windows app, which reads and writes to a flat file (.txt file). I don't want user to modify this file. What are my options?

View 6 Replies

Hide A Csv File?

Jan 17, 2012

Is there a way to hide a csv file?If not, can I put them on a server, acess them and still be able to use streamreader?

View 5 Replies

Hide A Value From Combobox

Dec 24, 2011

if i have list of names in a comboboxs ( mike , phlip , akon , roy),,, (( from database)) i have combobox1 , combobox2 ,combobox3 and combobox4 they all have the same list names if i chose mike in combobox1 in combobox2 , combobox3 and combobox4 the list will be ( phlip , akon , roy) then i chose akon in combobox2

View 6 Replies

Hide Application Name By ID?

Mar 6, 2012

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].....

View 2 Replies

Hide Cmd In Uninstaller.bat

Mar 26, 2009

i add uninstall.bat in my setup and deployment.the uninstaller works.but when i execute it, the cmd appear..what should i do to hide the cmd when i execute my uninstall.bat?can someone tell me?i write this in my unistall.bat :C:WINDOWSsystem32MsiExec.exe /I{productcode}should i add something?

View 4 Replies

Hide Min Max In MDI Form?

Sep 26, 2011

How do i hide min max button in mdi form. To make it clearer i have submit my form in imageshack.

[URL]

The thing is i want to hide min max button in the parent form. R

View 5 Replies

Hide Process By Name?

Aug 29, 2011

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click[code]...

View 2 Replies

How To Hide A Form

Oct 13, 2009

I'm using 2 forms, one as a login screen and one as a main screen. Once the user is done with the login screen, bearing in mind that he'll never use it again, should I simply hide it with 'me.hide' and change to my new form, or is there a better way to do that, maybe do delete it from memory completely or something?

View 4 Replies

How To Hide Contextmenu

Sep 4, 2011

I have a contextmenu on my winform appplication. I have a bit of trouble with clicking on the menu items event. When I click on menu items event, the menu items do not fade or even hide. I want to know how to hide the contextmenu?

View 1 Replies

How To Hide Program In App

Apr 11, 2009

I just wonder if there is a way to hide a second program in my application and start/save it from my app. What I am looking for is a way to have 2 processes so if you shut the first one(from ctr+alt+del) down the second will still go on

View 1 Replies

Hide Both Of The Modules Upon Execution?

Feb 22, 2012

I have finished creating the code for my client/server application although both parts currently execute modules/in console(this was for testing purposes).I am now looking at making both parts of the program completely invisible (they will eventually be executed as a Windows service upon startup). How do i go about this? Does the code need to be copied in to a "Windows Service" project, or is there a way I can hide both of the modules upon execution?

View 5 Replies

Asp.net - Hide An Item In Datalist?

Feb 22, 2012

I want to hide an item in datalist according to some condition suing ItemBound, how ?

View 2 Replies

Asp.net - Hide Column In GridView

Jun 20, 2011

i had a dataset that return the following data CategoryDI, CategoryName, CateoryPicture im displaying these data using gridview however i want to display only CategoryName hide categoryid, and CategoryPicture im uinsg the following code but it not working

[Code]...

View 3 Replies

Asp.net - Show And Hide Div With Jquery?

Aug 29, 2011

I have a problem to show and hide some div. The only thing i have is a span with a class. Where we need to click on, to show or hide the div below the parent h2 I can't add some classe's to the h2 or div (this come from some cms, where we can't add a css class), so we need to do it with some jquery.

<div>
<h2>
<span class="h2toggle">Heading (This shows an hide the div below)</span>
</h2>

[Code]......

View 4 Replies

Asp.net Mvc - .NET MVC Ajax Form - How Do You Hide It

Mar 28, 2010

Ok, everything is 'functionally' working with what I am attempting to accomplish and once again, I am sure this is something dumb, but I cannot figure out how to do this one thing.I have an edit form for an entity, lets say a car. This 'car' can have 0 - many passengers. So on my edit form, I have all the fields for the car, then a list view showing each passenger (partial). I also have a 'add new passenger' button that will render a new partial view that allows you to enter a passenger. This has a cancel link and an add button to submit an Ajax form. When you add a passenger, the passenger is automatically added to the list, but I need the enter passenger form to go away. I have tried using the onSuccess and onComplete functions to hide the div that the form is in, but both render just the partial view HTML elements (white screen, text) and not the partialView in the context of the entire page.

[code]...

View 2 Replies

Auto-hide A Program?

Oct 14, 2011

how to auto hide programs when windows start up n put its icon in the hidden icon box? i know the codes to make it hide, but not auto hide. im using a check box. when i tick it, i hope it wont prompt when i enter windows environment. iv already make it auto run. now i wish to do it auto hide, and an icon will show up in the hidden icon box

View 7 Replies

C# :: Hide Application From Taskbar?

Jun 19, 2012

Is there is away to hide my application from task bar?I have tried:Me.Hide(task bar.

View 3 Replies

Create A Hide Folder?

Jun 26, 2009

How do you create a hide folder??

I know how to create folder but how if I want to hide it?

View 5 Replies

DB/Reporting :: How To Hide Table Row

Jul 10, 2009

database = microsoft access application = microsoft visual studio .net 2003

i have a dataset, i dont know how to hide the rows.

View 1 Replies

Form Not Closing / Does Not Hide

Jul 8, 2009

[Code] when the program is launched normally it works fine but when the program is passed the appropriate command line my program responds accordingly except for the fact that the first form does not hide() when told to. its like the program just skips that line and shows the recovery form.

View 2 Replies

Forms :: Hide Form From Alt Tab?

Dec 23, 2009

How can i hide a borderless form from alt tab? Right now i have 3 borderless form in my app and i want all of them to be visible on screen but only 1 form listed in alt tab.

View 4 Replies

Hide / Refresh OpenFileDialog1?

Jun 2, 2009

I am running a piece of code which takes 3 secs to process and it is triggered by the clicking on the OK button on the OpenFileDialog1 box.

Everything works fine except the OpenFileDialog1 remains visible during this 3 second time period and I would prefer it to immediately hide once I click on the OK button.

I have inserted me.refresh in various locations without success but I believe this is acting on the form itself.

Any thoughts on ow to allow the box to close / refresh before the processing

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved