Results 1 to 7 of 7

Thread: Developing Applications for Windows XP

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2001
    Location
    Pune,India
    Posts
    37

    Question Developing Applications for Windows XP

    hi,
    Are there any issues that have to be taken care of while writing applications for Windows XP using Visual Basic 6.0?
    Will an application developed on Windows 98 environment run properly on Windows XP?
    Thanks
    Smoking Kills Slowly!!!!!!!!...........So who's in HURRY????????

  2. #2
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    It should all be fine.

  3. #3
    Hyperactive Member mikef's Avatar
    Join Date
    Jun 2000
    Location
    Beach bound...
    Posts
    510
    Mine have worked without a hitch and I did not make any code changes.

    I have only tested a couple of programs.... but pretty complex ones.

  4. #4
    Lively Member Liquid Pennies's Avatar
    Join Date
    Jun 2002
    Location
    Charlotte, NC
    Posts
    124
    works with me. I usually compile my programs and P&D them in 98SE so i dont "accedentally" include an Xp dll when i decide to include

    VB Code:
    1. Private Declare Function InitCommonControls Lib "comctl32.dll" () As Long
    2. Private Sub Form_Initialize()
    3.     InitCommonControls
    4. End Sub

  5. #5
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    Originally posted by Liquid Pennies
    works with me. I usually compile my programs and P&D them in 98SE so i dont "accedentally" include an Xp dll when i decide to include

    VB Code:
    1. Private Declare Function InitCommonControls Lib "comctl32.dll" () As Long
    2. Private Sub Form_Initialize()
    3.     InitCommonControls
    4. End Sub
    What is this coding supposed to do?
    Please rate my post.

  6. #6
    Fanatic Member khalik_ash's Avatar
    Join Date
    Aug 2002
    Location
    Singapore
    Posts
    724
    will app develop in xp work on any ...95,98,2k nt with out any hitch...

    i hope backward compatabilty should do...

  7. #7
    Lively Member Liquid Pennies's Avatar
    Join Date
    Jun 2002
    Location
    Charlotte, NC
    Posts
    124
    Originally posted by Shawn N
    What is this coding supposed to do?
    that code makes your buttons look Xp-ish when you add the MyExe.exe.manifest to the same folder as your program

    See attachment
    Attached Images Attached Images  

Posting Permissions

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



Click Here to Expand Forum to Full Width