473,396 Members | 1,898 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.

vb4's User.exe, how to get them in vb6?

Need a routine no longer in User32.dll must get it from vb4's
User.exe. How to 'import' this vb4 file into vb6?

ExitWindowsExec is the routine in need. Ideas how to obtain it?

Thanks,
Phil
Jul 17 '05 #1
1 1612

"Phil B Brubaker" <ph*****@Lanset.com> wrote in message
news:si********************************@4ax.com...
Need a routine no longer in User32.dll must get it from vb4's
User.exe. How to 'import' this vb4 file into vb6?

ExitWindowsExec is the routine in need. Ideas how to obtain it?

Thanks,
Phil


Hi Phil.. Please elaborate. What exactly does it do? Does it terminate an
application or Windows? The latter you can use

Public Declare Function ExitWindowsEx Lib "user32" Alias "ExitWindowsEx"
(ByVal uFlags As Long, ByVal dwReserved As Long) As Long

For application, there are numerous other ways. I am sure it can be
accomplish.
Jul 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Cookie | last post by:
I have a program that requires these OCX's and DLL's: COMDLG16.OCX, THREED16.OCX, OC25.DLL, VB40016.DLL These are all in the programs path. Program is written in VB 4.0 Program must be runned...
2
by: Raymond H. | last post by:
Hello, How to create a new sub-menu in projet vb4 when there is already no menu at all? I know this: Private Sub Command1_Click() For Rép = 1 To 5 Load MenuFich(Rép) Next Rép End Sub
2
VB4
by: Shard | last post by:
I have been offered Visual Basic 4 professional plus three programming books for next to nothing. As this is an older version of VB, I was wondering if it is worth my while to learn this version?...
1
by: R_O_O_K | last post by:
Hi! I have created a simple COM class in VC# (ie "Hello World" through Windows.Forms.MessageBox). When I try to use it in VB4 I get an error saying that the server CLSID {GUID...} can not be...
6
by: Brian Worth | last post by:
I've just upgraded to VB .NET 2002 Standard. I had an old VB4 program which consisted of a form containing DriveListBox and a DirListBox and a Go button. The program would allow me to select a...
1
by: Amjad | last post by:
Hi, I have an API (DLL) file that was developed in VB4 or VB5, and I have its old poor documentation (before the .NET era). I'm unable to import and use this old DLL file in the VB.NET! I...
8
by: jmarzion | last post by:
I am trying to convert an old VB4.0 application to VB.net and I am pulling my hair out over understanding changes in database connections, etc. I am using a ACCESS database. In the old code, if...
1
by: Shogun | last post by:
I'm having problems with compatibility between VB4 and Office XP. VB4 only recognize Access 97 or below format, so I can't work with database files I create with my Office XP. Even if I convert the...
1
by: Buzzard | last post by:
Hi y'all, I had a windows 95 OSR2 computer that had VB4 on it, and it ran fine; but when I try to run VB4 under windows 98, I get that cryptic error message. I found a microsoft supposed fix...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: 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
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.