473,396 Members | 2,029 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Iexplore minimized?

553 512MB
Is there a way to open IE from Windows Run minimized ?
Aug 10 '07 #1
9 4051
bartonc
6,596 Expert 4TB
Is there a way to open IE from Windows Run minimized ?
It you want it minimized, you must be interfacing in a programmatic manner, correct?

Using OLE, IE will start with 'visible' = false.
Aug 10 '07 #2
questionit
553 512MB
Hey bartonc

i am not sure what you mean by using OLE .. can you clarify and guide how to use
It you want it minimized, you must be interfacing in a programmatic manner, correct?

Using OLE, IE will start with 'visible' = false.
Aug 13 '07 #3
hi here,

I don't think so! It seems impossible to do that. I wonder if anybody could show me a way.
Aug 13 '07 #4
epots9
1,351 Expert 1GB
Hey bartonc

i am not sure what you mean by using OLE .. can you clarify and guide how to use
I think is what OLE is.
Aug 13 '07 #5
questionit
553 512MB
Hi Cstrike_dish

doing this was so simple, i did not know. I have just implemented it using VBA:

Tis is part of the code - for demonstrating
Expand|Select|Wrap|Line Numbers
  1. Dm oIE As Object
  2. Dim oDoc As Object
  3. Dim oBody As Object
  4.  
  5. Set oIE = CreateObject("internetexplorer.application")
  6. oIE.Navigate ("msdn.microsoft.com")
  7.  
  8. 'Wait for the web page to load completely.
  9. Do While (oIE.ReadyState <> 4)
  10. Loop
  11.  
  12. Set oDoc = oIE.Document
  13. Set oBody = oDoc.Body
  14.  
  15. oIE.Visible = False         <--------  make IE invisible
  16.  
We can do the same thing using any other langauge as well.
Qi
I think is what OLE is.
Aug 15 '07 #6
As this is the windows forum im was sure you didnt mean by programming but by arguments. What i found about this is at this Link! though.

See now i was mistaken :)
Aug 15 '07 #7
questionit
553 512MB
Well,
another riddle !

who knows how to open Internet explorer (not using any programming at all)
minimized.

maybe using Windows RUN command:

iexplore { any parameters? }

or there is any other way of doing it?
Anyone ?

Qi
As this is the windows forum im was sure you didnt mean by programming but by arguments. What i found about this is at this Link! though.

See now i was mistaken :)
Aug 15 '07 #8
bartonc
6,596 Expert 4TB
Well,
another riddle !

who knows how to open Internet explorer (not using any programming at all)
minimized.

maybe using Windows RUN command:

iexplore { any parameters? }

or there is any other way of doing it?
Anyone ?

Qi
From the Run window type "C:\Program Files\Internet Explorer\iexplore.exe" google.com
Aug 15 '07 #9
If you read the link i gave you, you would see its not possible! Did learn that easiest way to type in new adress and open explorer would be something like: Windows key + R - type iexplore google.com
Aug 16 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

10
by: Vilmar Brazão de Oliveira | last post by:
HI people, what is wrong in the code bellow to kill iexplore.exe process after processing my page?? '»»Before comes routines to access data base and to send email. Set objWshell =...
0
by: Tai | last post by:
Hi all I have 2 forms, frmMain and frmChild. In frmMain, I declare a variable f as frmChid then Call f.ShowDialog() I want when the child form is minimized, the Main form is also minimized...
2
by: Tai | last post by:
Hi all I have 2 forms, frmMain and frmChild. In frmMain, I declare a variable f as frmChid then Call f.ShowDialog() I want when the child form is minimized, the Main form is also minimized...
1
by: Tai | last post by:
Hi all I have 2 forms, frmMain and frmChild. In frmMain, I declare a variable f as frmChid then Call f.ShowDialog() I want when the child form is minimized, the Main form is also minimized...
7
by: Colleyville Alan | last post by:
I have an app that uses Access to grab various PowerPoint slides using the followhyperlink command. I have set the PPT window to run in a minimized state: FollowHyperlink link Set oPres =...
3
by: Ronny Sigo | last post by:
Hello all, I have made a button in access which opens iexplore and directs it to a certain website. I have use a piece of code written by Dev Ashish. So far so good. But now I need to know how I...
2
by: Dave Booker | last post by:
I have a Windows form application that I generally run minimized. When a critical event occurs it instantiates another "Alert" form which I want to grab the user focus. In the Alert constructor...
6
by: =?Utf-8?B?QWxsZW4=?= | last post by:
When minimizing Visual Basic application, working memory is greatly reduced from about 20 MB to only about 2 MB. However I want the application to start as minimized, and most of the time it will...
0
by: AAaron123 | last post by:
V2008 recent projects shows 2 iexplore If I click on either of them it shows iexplore.exe in the solutions window. Properties show the file to be C:\Program Files\Internet Explorer\iexplore.exe...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.