473,399 Members | 3,919 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,399 software developers and data experts.

Send password to another applications login window

ShellExecute Me.hwnd, "", "C:\Program Files\prgCoats\CProduction.exe", "", "", vbNormal

AppActivate ("Login")

Now how can i set password on its comming login window but remeber its third party tool which is also builtin VB6

plzzz plzzz help me
Jun 28 '07 #1
8 1857
Killer42
8,435 Expert 8TB
Now how can i set password on its comming login window but remeber its third party tool which is also builtin VB6
You could try using SendKeys.
Jun 28 '07 #2
You could try using SendKeys.

Ya but how it does not work :(


Clipboard.Clear
Clipboard.SetText "sp"
SendKeys "^V"
SendKeys "{Enter}"

I have to Set the Password once upon a time but above doesn't work ??
can u plzzz plzzz reply me and tell me whats wrong with this
Jun 29 '07 #3
Killer42
8,435 Expert 8TB
Why do you need to get it to paste? Can't you just use SendKeys to send the password?
Jun 29 '07 #4
Why do you need to get it to paste? Can't you just use SendKeys to send the password?
Thanks for ur reply .....................
Ya i have tried that even but that doesn't work
can u plzz guide me with the piece of code so that i can proceed .
Jun 29 '07 #5
Killer42
8,435 Expert 8TB
I'm pretty much out of ideas.

If you had access to the source, you could modify the application to accept login details from the command line, or communicate them some other way such as DDE.
Jul 1 '07 #6
Im assuming your using VB6, I dont know if VB5 has API.

Look for PatorJK API Spy.
API Calls can do many things. What your trying to do is fill a TextBox on another window.

Use an API Spy to set another windows TextBox with your own Text.

Hope this helps!
Jul 3 '07 #7
Thanks desperateinc
Thanks for ur reply
ur Hint made impossible possible Thanks
Jul 3 '07 #8
Killer42
8,435 Expert 8TB
Way to go, desperateinc - thanks for that.
Jul 4 '07 #9

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

Similar topics

40
by: ian | last post by:
Hi, I'm a newbie (oh no I can here you say.... another one...) How can I get Python to send emails using the default windows email client (eg outlook express)? I thought I could just do the...
1
by: Kenshin | last post by:
Hey! I have another script where i pull all the information from the database and I want to send it to the person. What they do is they enter in their email, and if the email matches, than it will...
1
by: malborg | last post by:
I have simple form in PHP with two input types as text to input login name and password.PS: They use POST method. (index.php) The other script(logowanie.php) checks if login and password is...
2
by: J | last post by:
Hello. I apologize if this isn't the appropriate group for this question but I was wondering if it's possible to allow regular windows domain users to change their passwords through an .asp page? ...
4
by: Joseph Geretz | last post by:
We use a Soap Header to pass a token class (m_Token) back and forth with authenticated session information. Given the following implementation for our Logout method, I vastly prefer to simply code...
4
by: three-eight-hotel | last post by:
I'm somewhat of a newbie to PHP coding, but have developed a site using the technology, and have been pleasantly surprised by the capabilities offered. I am more comfortable in the ASP world,...
3
by: mrosado | last post by:
Hi everybody, I have this problem.- The browser launch this two errors: Warning: session_start() : Cannot send session cache limiter - headers already sent (output started at...
2
LeoTD
by: LeoTD | last post by:
Dear all, I have intranet site on Linux server using PHP where only people who have account can log in. My site has a link to another intranet side on IIS using PHP. This site...
11
by: craigtomo | last post by:
i have changed my login .php file to the following this file is opened directly and is not called from any other file <?php // dBase file $host=""; // Host name $username=""; // Mysql...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.