Results 1 to 8 of 8

Thread: this is rather neat....or NOT!...combo box doesn't work in winxp

Threaded View

  1. #1

    Thread Starter
    Frenzied Member vbdotnetboy's Avatar
    Join Date
    Jun 2004
    Location
    Lewisburg, PA "Next year Raiders in the Super Bowl"
    Posts
    1,310

    this is rather neat....or NOT!...combo box doesn't work in winxp

    this is rather interesting. i have been writing this db app on a win2k machine, everything has been working perfect. i put it on my laptop to test it with winxp...keeping in mind, in my Sub Main i have Application.EnableVisualStyles() and all control that have the FlatStyle property are set to System. Like i said everything works fine in win2k. Now i have a DLL that has a class that derives a base class that is a form used for adding and edited, based upon what constructor is call. when the form is shown it's shown as a ShowDialog(). Everything works on the form when displayed and you do all the things you would or could want to do with all the controls and fields and buttons and whatever...EXCEPT...HAHAHA...this one combo box that is populated with data from an array, just loading US States. when you click on it to drop...oh it does that just fine...but when you start to scroll the app crashes, burns, and pukes. so just for s*** and giggles...i commented out the Application.EnableVisualStyles()....and ***POOF*** IT FREAKING WORK FINE!!!!! Can ANYONE possible give me any idea WHY? this is me -->

    If anyone would like to see the code i will gladly zip it up and put in on the forum with the database.

    just an FYI: total size of everything is a little over 3MB unzipped.


    thanx to anyone that might have a clue...or not...or just feels like writing crap because i want to cry.

    later
    Last edited by vbdotnetboy; Jun 24th, 2004 at 08:50 AM.

    Derek - Using VS 2008 99% of the time and VS 2003 1% of the time

    Please Help Us To Save Ana

    ● Helpful Links: DNR TV | Awesome site for tips | Using ADO.NET to work with Excel | Xml Namespace 2.0 Framework Changes|Ultra High Security Password Generator | Mendhak's ADO.NET Tutorial
    ● Code Bank: Random Password Generator | Generic DbProviderFactory Access
    ● Site Work: Bottle Run Xtreme | Spaids Racing.com

    Company I work for - CSSI

    WHEN POSTING PLEASE INDICATE VERSION

    Please use vbcode tags or code tags when posting code
    [highlight=vb]ALL your code goes here[/highlight] or [code]ALL your code goes here[/code]

    If my post helped you in anyway... please be kind and give me some ratings

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