Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
minimize
- Page 1
minimize
Programming
Software Development
17 Years Ago
by scrypt3r
does any1 know how to make a app when u
minimize
it insted ov going to da bottom of screen to go as an icon near clock like the msn messinger icon
Re: minimize
Programming
Software Development
17 Years Ago
by plusplus
I started a similar thread 17 days ago it's called
minimize
form maybe the answers I got will help you
Minimize/Maximize Applet
Programming
Software Development
15 Years Ago
by IOwnAndPwnU
…it set up such that the menuItem is supposed to
minimize
the window, and another menuItem that is supposed to …maximize the window (like the
Minimize
and Maximize button on the top right of most applications… I go about doing these two tasks? Note: The
Minimize
action is in a different actionCommand/button/menuItem than the…
Re: Minimize/Maximize Applet
Programming
Software Development
15 Years Ago
by kvprajapati
[b]>I want to be able to maximize and
minimize
my applet from a menuItem[/b] An applet is a small program that runs embedded in a Web browser’s web-page. As such, applet has a drawing or work area equal to an imaginary picture situated in the same spot. However you can show/hide frame (window).
Minimize number of forms.
Programming
Software Development
17 Years Ago
by 1qaz2wsx7
…) How can i do that all the forms will
minimize
when i
minimize
the main form ? 2) I have some forms that…
minimize / restore from taskbar
Programming
Software Development
14 Years Ago
by d_a_r_k
Hi, I m working on a windows application using VB.NET. Using borderless forms. Can anybody tell me how to
minimize
/ restore that application by clicking from taskbar. (I already added
minimize
button into the form) but also want the functionality from taskbar. Thanks in advance.
Minimize App
Programming
Software Development
13 Years Ago
by nsyncpilu
… create an app. I wanted to eliminate the windows buttons (
minimize
, maximize , exit) so i could have full control on the…; that creates a JFrame) and i want to create a
minimize
button and i don`t know how : I tried : [CODE…
Re: Minimize App
Programming
Software Development
13 Years Ago
by nsyncpilu
… add your handling code here: buttonMinimize.setIcon(createImageIcon("images/
minimize
.png")); } private void buttonMinimizeMouseClicked(java.awt.event.MouseEvent evt…
Re: Minimize App
Programming
Software Development
13 Years Ago
by nsyncpilu
… listed up] and on click event on a button to
minimize
the app. Thanks
Re: Minimize App
Programming
Software Development
13 Years Ago
by NormR1
You need access to the class that has a reference to the frame you want to
minimize
.
Re: Minimize App
Programming
Software Development
13 Years Ago
by nsyncpilu
… that has a reference to the frame you want to
minimize
.[/QUOTE] [CODE]package camin; import org.jdesktop.application.Application; import…
minimize, maximize/restore and close
Programming
Software Development
20 Years Ago
by nanosani
how can I disable/enable the
minimize
maximize/restore and close buttons within my code ?
Minimize Traffic Loss
Digital Media
Digital Marketing
Search Engine Strategies
16 Years Ago
by Rose.fire
How can we
minimize
traffic loss after changing the domain name?
Minimize application into system tray
Programming
Software Development
16 Years Ago
by kerek2
Hi bro, How to do
minimize
application into system tray by clicking button?,,, tq
minimize window
Digital Media
UI / UX Design
15 Years Ago
by sbronson37
why is it that when I
minimize
my screen my website goes all out of whack?
Re: minimize window
Digital Media
UI / UX Design
15 Years Ago
by sbronson37
most websites out there keep mostly intact when you
minimize
, my website completely looks disorganized. My designer left me high and dry and now I'm trying to finish myself. Which obviously isn't going so well. Can anyone give me a clue.
Minimize doesnt like my page =-(
Digital Media
UI / UX Design
14 Years Ago
by 3LauraB
… have validated fine and look good in all browsers, until
minimize
is hit! everything moves, does anyone have any suggestions, ive…
Minimize and Maximize windows form using Timer Tick Event
Programming
Software Development
11 Years Ago
by ManthanB
I want to maximize and
minimize
windows form on Timer Tick evebt. I placed the code this.WindowState = FormWindowState.Minimized; into the timer tick event. but actually its not working. Suggest me some code snippet for the same. Regards, Manthan
Re: minimize
Programming
Software Development
17 Years Ago
by binoj_daniel
This icon position is usually called the Tray Icon. To do this you have to make use of some API calls. You have to use Shell_NotifyIconA() to set the Tray Icon. This is how you set the tray. Before making calls to the function you need to declare the API Public Declare Function Shell_NotifyIconA Lib "shell32.dll" (ByVal dwMessage As…
Re: minimize
Programming
Software Development
17 Years Ago
by scrypt3r
It doesnt recognize NOTIFYICONDATA NIF_MESSAGE Or NIF_ICON Or NIF_TIP frmSystray cmdAddIcon NIM_ADD
Re: minimize
Programming
Software Development
17 Years Ago
by binoj_daniel
you have to add the structure of that API also when you add the API itself.
Re: minimize
Programming
Software Development
17 Years Ago
by scrypt3r
i did
Re: minimize
Programming
Software Development
17 Years Ago
by binoj_daniel
You can change the form name "frmSystray" to your main form name. and also add a button named "cmdAddIcon" on your main form. When you click this button your form would goto the Tray Icon
Re: minimize
Programming
Software Development
17 Years Ago
by scrypt3r
it does understand the public declere function line
Re: Minimize a form in its own window Like Photoshop
Programming
Software Development
16 Years Ago
by debasisdas
you simply need to use MDI form and other forms that you want to
minimize
as child form of the MDI.
Re: How to minimize and show IE windows
Programming
Web Development
15 Years Ago
by Ramesh S
…javascript function [code] <script> show=1 function
minimize
(){ moveBy(2000,2000) show=0 } function reshow(){ if(…; <script language="javascript"> show = 1 function
minimize
() { moveBy(2000, 2000) show = 0 } function reshow() { if (…
How do you minimize a user login?
Hardware and Software
Microsoft Windows
17 Years Ago
by d2legitgod
How do you
minimize
a user login? Hi guys & girls!!! Ok, here's … on end. Basically I want to know if I can
minimize
a user login on the same machine under a different…
how can i minimize my all form
Programming
Software Development
16 Years Ago
by abu taher
i work with 3 more form. 2 form has no border. when i click a button a form is show. when i
minimize
main form the other form still show. but i want when i minimized main form all from will
minimize
what was open.
Handle minimize button in Tk
Programming
Software Development
16 Years Ago
by joecheriross
Is there any method to handle
minimize
event in Tk when
minimize
button is being pressed, like we handle close with onDestroy(). Regards, Joe.
Re: How to Minimize window form on closing?
Programming
Software Development
16 Years Ago
by vckicks
…a quick example: [CODE]private bool
minimize
= true; private void Form1_FormClosing(object sender,… FormClosingEventArgs e) { if (
minimize
) { e.Cancel = true; this.WindowState = …Minimized; } }[/CODE] The reason for the
minimize
bool variable is to have control of whether…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC