|
VB6 Active Program Windows -
Hello Everybody
Alright... I'm trying to build a simple "MSN User-Is-Online" thingny for mIRC, using VB 6.0, and everything is perfect, except one thing. When I load my Notify.exe, it gets "Active". In other words, say if I have mIRC.exe running, when I'm gonna start launch my notify.exe, mirc.exe won't be active anymore, therefore, if I make a copy of the MSN thingny, everytime a user qill come on mIRC, I will have to click on the mIRC.exe window to make it active again ... is there a way, of making my notify.exe not active on load ?! So that mIRC.exe stays active all the time ?!
Thanx  Louispg
Detect which windows is active -
Hey, some one help me.
I'm developing a dmall program and want it to detect which window is active before my form is active and then send some text or number to that windows search as notepad or MS Word.
Please help me. Thanks to all of you/
How can i find the active program... -
If i made a program with a timer, and made it check for
what program which was ACTIVE (in front) in windows
how would i do that the easiest way?
like ,i know how to set an program activeby using:
EX: AppActivate "Notepad"
is there a similar command which tells me Find all active clients on Visual Basic -
I would like to write a program on vb for windows 2003 platform that can shutdown/Restart/Log off all active clients with a message of client desktop.
We can do it manually by calling shutdown.exe on windows. But we can't able to find active(working) client computers.
Can I do this Visual Studio Annoyance -
If this has been answered in the past i am sorry,
anyways, this is something that bugs me. Everytime i open my project in visual studio there are way too many active windows. Even i if i make sure that I close all windows before i exit the program, upon restarting i get far more t A hypothetical question... -
Could you do something like this in VB:
A program runs behind another active program, but whatever keys are pressed goes to the non active program first, which checks the key to see if it matches one on a list. If it does, the program sends a certain string to the active program.
active window, that isnt active. look -
ok say i have 2 programs open, my program and another one
they are running sidebye side. and the other program HAS to be active to work (it simulates mouseclicks)
my program will not be the active window but is it possible to still type in it.. i wanting MY program to be a multiuser How to keep my program as the active program. -
I need to disable Autorun while my program is running.
The code that does it works beautifully but the way windows works, requires my program to be active.
Here is what the guide says.
"The system only sends this notification to the top-level foreground window. This strat Controlling another application -
Okay, here's the problem in a nutshell. Is it possible to have one program running in the background on a PC that will actually output to other applications. I don't believe this can be done, but my boss seems to think it can be.
Specifics are: A card swipe is hooked into a ter Problems with Windows 95 -
I made a simple database monitoring program (using ADODB to connect to a MSSQL db) in VB 6.0. It works great under Win NT, ME and 98, but the program won't run on windows 95 because of a missing dll. I got the dll from a win 98 computer and then tried to run the program, which gave me Window activated Api -
Hi,
Iam want to track actions performed by an user in a work station. I want to write the active windows & the time duration it was active to a file.
Is there any windows API which can tell me when i activate a window. I know to find the active window. But i want to know the Active X Exe question -
My last attempt at this question didn't load properly. Here it is...
I'm new at Active X exe's and I've run into a problem. I'm trying to insert an Active X exe "message box" into an existing program, however, I'm not sure how to go about making it "modal", o how to determine what windows are active and not minimized -
I made a (Windows XP) VB6 'hotkey' app that is open all the time 'listening' for certain Fkeys.
Sometimes, hotkey loses focus (e.g. when the desktop is clicked).
I found that I can regain focus automatically by starting a 1 second timer when WM_NCACTIVATE is detected by my windows me enumerating all computers in a LAN -
I am sorry to post this time and again but i desperately need an answer. In windows 98 I can use mpr.dll to enumerate all the computers in a local area network but the same code does not work in win NT, 2000, and XP. Now I saw somewhere in the internet that active Directory being used Activating window -
I wonder about activating windows...(daa?)
When I run my program and make another one active, I want it to - after a short period of time - become active again. I.e. not having to use Alt+Tab or similar.
Is there a command or a property for this?
Cheers, Pentax
Getting The Active Window [resolved] -
How can I get the active window. I want to be able to tell if my program is active or if another program is active. nevermind found what i was looking for.
GetActiveWindow
Constant for handling the Active Window -
Hello,
I was wondering if anyone knew how to hide the active window. I was going to put the program in the system tray and use hotkeys (which I know how to do) but i need the constant/API in which to hide the active window. Also, could I hide all windows? If so, what is the code for t How to run active x trough other program -
I am still searching for the code to run a active x dll in runtime of my program. I want my program to have PLUG-In capability with ACTIVE X dll's but how can i do this? i have search all over the web only finding none working examples and 1 example that is just to big to find out how How can I tell if a form is active -
I am writing a program that generates graphic patterns on one half of the screen that I can not allow to be covered by anything. I have code in place that keeps the mouse icon out of the images, and code that keeps any of my program's other forms out of the area. The problem is if Wind Getting menus from the active window -
Hi folks!
Is there a way to get all the menus and it's funcionality from the active window?
I mean, doing a program in VB, and when I active another window with menus, all menus from that windows appear in my app? And when I click those menus in my app (menus that belongs to anot Lock active desktop -
Dear friends,
How do i lock the active desktop.
I want to load my application on windows startup.
the user should not have any access to any of the windows programs other
than what is provided in my software and also all windows shotcut keys has to disabled
this requiredment is how do I create an .NET active x dll -
Hi;
I have a vb6 active x dll that I call from some of my windows script host (WSH) VBscript. I would like to convert this DLL to .NET.
In vb6, creating an active x dll required selecting a active x dll type from the project dialog. I don't see this option in .NET any more.
Running programs when windows starts -
How can you have a program active so that it will automatically execute when a user logs on to windows?
MDI - top or active window -
I have an MDI application and want to allow the user to switch between windows by right clicking on a Goto button. If the one they want to see is not there it is loaded and becomes the active window. If it is already there but hidden - how do I bring it to the front and make it the act Finding Active Window -
How do you determine the caption of the active window (In Windows, not an MDI)?? For instance, if your program was minimized how would you let it know when Notepad was opened?
How to check and get the word when it's highlighted -
Like all program of windows, the menu Edit->Copy will be active when some text is highlighted. How can I make my program to watch it?
I mean I want my program to know and get the word when it highlighted in any program or anywhere of windows.
[2008] Minimizing all windows except the active one -
Hello everyone, I'm trying to create an application that will have
this feature. The application will work on the background and when the user
will press a specific key combination or something else - all windows will be minimized (With their effects) except the currently active wind How can I add/remove an user in Active Directory, under Windows 2000 Server -
I need a function which creates/removes an user in a organisation unit in the Active Directory.
The program should automaticaly set the username, password, description, etc.
Any suggestions?
thx, vbzero
GetAsyncKeyState -
I've been playing with this, and have writting a nice program for my own use.
This program, however, is designed to stay open while I go do other stuff.
My problem: I can be in an entirely different window, yet if I hit one of the keys my program is reading, it tries to process i Active X Dll and Active X exe -
Hi,everyone.
I would like to know if it is possible to open or call a Active X exe from a active x dll, if yes How to do this?
Another question is if it is possible to pass references from one Active x dll to a exe.
Thanks to all.
How to find the NAME of the active program -
If i have a VBprogram running in the background,
which checks which program that is active (foremost/on top)
in windows, how can i get the (active)programs name
the window name or the program(app/file) name ???
I do have this code: (but it doesnt work very well)
---------------- Capture Key Strokes of Windows -
how can i capture a key stroke of windows
like a capture Ctrl+B of any application before the
message run to the active window.
i want to get it to did a job. and this program will be acted like a deamon process, running at background.
so how can i create such program.
tong
msadodc.ocx - Diff between OCX and Active X -
I am confused regarding the difference between active X and OCX controls.
I read online that OCX controls have been replaced by Active X controls, then read that Active X ARE ocx ??
I have a program using ADO data connection.
msadodc.ocx is the control name for "Active X dat Help with Installed Active X Exe -
Hi, I created an Active X exe that does a back up of the database with FSO.. I compiled it and included it with my installer (I'm using VSI).. When I try to install it on a computer, it give me a message that the Active X exe could not be registered and when I try to call this exe to Close a background program. -
Hello,
I have a problem to close a program that runs in Windows. The program isn't visseble in a window, but a know it's on the background.
With a windows api I check wich programs are active, and I see that program. I try to close the program: I find the applications and want t using active lock -
how do I set active lock version 1.6 (I also have 1.5)
to 31 day trail version?
I'm dont know how to use active lock, I make my own little serial number program, and all I need active lock for is to make my program only avablibe for 31 days
And Also, if the 31 day trial is over Authentication of User(Windows Account) with Active Directory -
Hi,
I'm very new to this concept. I need to validate if users windows account exists in the Active Directory.
Pls send the steps and the code if some knows.
Thanks
Nandini
Switch focus from inactive window -
Here's my dillemma.
Currently some of our customers have terminals where the user is not allowed to use a mouse. There are two programs running on these machines that the users switch between using hotkeys. This "hotkey" functionality is provided by a third-party macro pro [2005] software active even at logon screen -
How do i make it so my program will be active even at the login screen?
If i have a play list and i want my music player program which i made to loop through my custom playlist even if the computer is currently at the login screen and not in the desktop yet. I want it to work as a b Active window/applications handle -
Hey all.. What is the API, or code to get the active windows handle? I have a program that will run in the systray that i want to be able to pull up a context menu from that will alter the size of the current window (even if the window is not owned by my program)
ideas? also, consid VB6 Active Program Windows -
Hello Everybody
Alright... I'm trying to build a simple "MSN User-Is-Online" thingny for mIRC, using VB 6.0, and everything is perfect, except one thing. When I load my Notify.exe, it gets "Active". In other words, say if I have mIRC.exe running, when I'm gonna |