Results 1 to 3 of 3

USER FORMS NOT WORK AT SYSTEM 32 Bits AND SYSTEM 64Bits

Threaded View

Flash_Azul USER FORMS NOT WORK AT SYSTEM... 09-08-2011, 05:55 PM
royUK Re: USER FORMS NOT WORK AT... 09-09-2011, 02:42 AM
romperstomper Re: USER FORMS NOT WORK AT... 09-09-2011, 03:16 AM
  1. #1
    Registered User
    Join Date
    08-01-2011
    Location
    Portugal
    MS-Off Ver
    Excel 2010
    Posts
    11

    Exclamation USER FORMS NOT WORK AT SYSTEM 32 Bits AND SYSTEM 64Bits

    I HAVE A PROBLEM WITH USER FORMS.
    THE COMPUTER COMPANY WHERE WORK HAS 32bit OPERATING SYSTEM WITH WINDOWS XP, HOME HAVE THE OPERATING SYSTEM WITH Widows 7 64Bit. THE USER FORMS USED IN THE WORK THAT DO NOT WORK AT HOME.


    "Compile Error:
    THE CODE IN THIS PROJECT MUST BE UPDATED FOR USE ON 64-BIT sytems. PLEASE REVIEW AND DECLARE UPDATED STATEMENTS AND THEN WITH THE ATTRIBUTE PTRSAFE. "

    Private Declare Function FindWindowA Lib "User32" _
    (ByVal lpClassName As String, _
    LpWindowName ByVal As String) As Long
    
    Private Declare Function GetWindowLong Lib "User32" _
    (ByVal hWnd As Long, _
    ByVal nIndex As Long) As Long
    
    Private Declare Function SetWindowLong Lib "User32" _
    (ByVal hWnd As Long, _
    ByVal nIndex As Long, _
    ByVal dwNewLong As Long) As Long
    
    Option Explicit

    THANK YOU,
    FLASH AZUL
    Attached Images Attached Images
    Last edited by Flash_Azul; 09-08-2011 at 06:42 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1