Jump to content

Script works on XP but not on Win2k Need help!


Recommended Posts

Hi, i got this code to query my database, it works perfectly on my windows XP machine, however the GUI comes up messed up on win2k.

The program still works on Win2k (exutes queries correctly) but the GUI is messed up, i am at my college right now and i dont have admin right so i cant debug it.

I would like you to compile my script in windows 2000 and make sure the GUI operates correctly.

I cant do it at home as i dont have windows 2000.

I really appreate anyone that helps many thanks.

Removed due to it being part of my coursework.

Please provide me with with an .exe and the source code. many thanks once again.

Edited by pingpong24
Link to comment
Share on other sites

on your Gui combo boxes, change the drop down height from a low figure (21) to 100, try different large numbers to get the size you require

GuiCtrlCreateCombo("", 390, 40, 150, 21) <<<<<

GuiCtrlCreateCombo("", 390, 40, 150,100)

Link to comment
Share on other sites

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...