hide

Hide a form's taskbar button without using WS_EX_TOOLWIN

I need to hide a Windows form from the taskbar but I can't use WS_EX_TOOLWINDOW because I need the system menu and min/max buttons on the form's title bar. If I switch the form to a tool window at runtime the form skinning is stuffed up. From searching on the Web I see that VB has a ShowInTaskbar property and I'm wondering if this woul...

How to hide a caret in IE? (JavaScript)

While displaying a pop-up window above a wysiwyg editor, the caret (cursor in text area) is still visible under the pop-up window. Any ideas? ...

div tags-on and off

Should be super simple for you guys...div one gets clicked, div two appears. What I don't know how to do is make div 2 go away when div one is clicked again. <img src="/..." width="" height"" onClick="MM_showHideLayers('logo','','show','logoEasterEgg','',show')"> What should I add to this line of code to make the div 'logoEasterEgg' d...

Inno setup: hide files

How can I hide the files while installing my application using an Inno Setup made package? It can be hidden by "[files] attribs : hidden" but it again can be seen by activating the windows option "Show hidden file" How can I hide it permanently to avoid user tempering with EXE file? ...

Hide (or fold) columns of text in (g)Vim (horizontally)

Hi all, is there a way to hide columns of a buffer (text file, you know what I mean) while editing it in Vim? e.g. text visible in the buffer before hiding column 2&3: abbcccccc accdddddd And after hiding them: acccccc adddddd (Not to mention I'm working with really huge files (sometimes over 200 gb).) And yeah, I had found fold...

show or hide page number from same report depending if it is main or subreport

How to hide footer section from a jasper report when it is a subreport. Only show the footer section when it is a main report. ...

Hide/clear input field with prototype

Hy everyone, I have the following script : if (Object.isUndefined(Axent)) { var Axent = { } } Axent.SelfLabeledInput = Class.create({ initialize: function() { var labelSelector = arguments[0] || 'label'; $$(labelSelector).findAll(function(l) {return (l.readAttribute('for') !== null)}).each(function(l){ l.hide(); $(l.readAttr...

jQuery - How to Use slideDown (or show) function on a table row?

I'm trying to add a row to a table and have that row slide into view, however the slidedown function seems to be adding a display:block style to the table row which messes up the layout. Any ideas how to work around this? Here's the code: $.get('/some_url',{'val1':id}, function(data){ var row = $('#detailed_edit_row'); ...

Hide form at launch

Hello! I have a program which only needs a NotifyIcon to work as intended. So I've been trying to get the main form to hide when the program starts. In frmMain_Load, I tried both this.Hide(); this.Visible = false; without success. They work in other methods, like in the NotifyIcon_MouseClick-method, but I want it to hide at Load. I...

WPF: Hide Column using XAML

I'm trying to hide a column based a value I get from my object. Following is a bit of my playing around. Note: Binding="{Binding Path=SelectedShortName}" returns a value. I want to hide the column when that value is equal to something. I've tried a variety of ways, but it just seems like i'm butting my head. Any input appreciated. Ta ...

Toogle Animated Hide Show button jquery

How does content hide show with animation in jQuery ? can anybody help me plz??? ...

Hide NSWindowToolbarButton

What do I have to do for hiding this NSWindowToolbarButton in windows with a NSToolbar? ...

Is there a way to change effective process name in Python?

Can I change effective process name of a Python script? I want to show a different name instead of the real name of the process when I get the system process list. In C I can set strcpy(argv[0],"othername"); But in Python argv[0] = "othername" doesn't seem to work. When i get process list (with ps ax in my linux box) the real name...

Can Javascript force hidden divs to wait to load their contents? (HTML/Javascript)

I have a fairly basic thumbnail-and-view page going. As each thumbnail is clicked, the central pane shows the full-size image. This bit works fine - I'm using Javascript to show and hide the divs which contain the large images, but as the page first loads, it starts loading all of the images at the same time. This causes the first ima...

UITableView and keyboard scrolling problem

Hi all, after a lot of trial and error, I'm giving up and asking the question. I've seen a lot of people with similar problems but can't get all the answers to work right. I have a UITableView which is composed of custom cells. The cells are made of 5 text fields next to each other (sort of like a grid). When I try to scroll and edit ...

Disable Thunderbird Folder Expansion

I have recently setup Thunderbird in my machine. I have setup two accounts, one for me and the other for my brother. Is it possible to disable the expansion of the node for my Folder when I am not logged in to the gmail account? I am asking this to provide privacy in between our folders. Or would it be possible to set up Thunderbird ...

hide standalone tab bar

I am trying to figure out if there is any way to hide a tab bar when it is not attached to a navigation controller. Even better to animate hiding and reappearing. I tried to pass a reference from the tab bar in the Interface Builder to the app. delegate object and setting tabbar.hidden = YES, this didn't work. I also tried moving the tab...

How to hide 'Back' button on navigation bar on iPhone?

I added a navigation control to swith between Views in my app. But some of the views shouldn't have 'Back'(the previous title) button. Any ideas about how to hide the back button? ...

Win32 programming hiding console window

Im learning C++ and i made a New program and i deleted some of the code and now my console window will not hide is there a way to make it hide on startup without them seeing it ...

Auto-hide panel in QT or WxWidgets

I am looking to find a way to have a docked panel that would be similar to the panels within visual studio. Essentially a panel that can be set to auto hide or can be pinned open. Possibly this question was a bit vague. What I am looking for is essentially this product Please leave a comment if I am missing details as I would like thi...