Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DrJavaJoe
  • Content: Threads
  • Order by date
  1. DrJavaJoe

    Themed ComboBox Bug???

    Start a new project and add a Combobox and a command button. Then add the following code and run the app. Now click on the drop down arrow and mouse over item 2, 3 or 4 in the drop down list, as you mouseover each item it should become highlighted. Now rather than clicking on one of the items...
  2. DrJavaJoe

    Combobox Bug???

    Start a new project and add a Combobox setting its style property to 2 - Dropdown List and a command button. Then add the following code and run the app. Now click on the drop down arrow and mouse over item 2, 3 or 4 in the drop down list, as you mouseover each item it should become highlighted...
  3. DrJavaJoe

    Microsoft Visual Basic 6.0 Common Controls - Hotfix

    http://www.microsoft.com/downloads/details.aspx?FamilyID=25437d98-51d0-41c1-bb14-64662f5f62fe&displaylang=en I was having a problem with the ListView control and discovered this hotfix and thought I would share. Two strings walk into a bar. The first string says to the bartender: 'Bartender...
  4. DrJavaJoe

    Another SSTab Bug

    Start a new project and add an SSTab control, then a textbox to one of the tabs along with the following code. Now run the program and click between the textbox and a tab. You will see in the Immediate Window 'Validate Fired' and 'Tab Clicked' as expected. Now add a label control to the SSTab...
  5. DrJavaJoe

    Access Key Firing on Disabled Control - Bug?

    If you disabled a command button in the validate event of a textbox and then try to click on that command button from the textbox, the command button's click event will not fire because the validate event fired first disabling the button. But if instead of clicking you use the command button's...
  6. DrJavaJoe

    Apple To Use Intel Chips

    http://digital-lifestyles.info/display_page.asp?section=business&id=2283 Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
  7. DrJavaJoe

    What's Your Favorite Word (That's Not in the Dictionary)?

    How many ginormous lingweenies do we have here? Confuzzled? Well just chillax and click here. Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
  8. DrJavaJoe

    Windows Common Controls Hotfix

    FIX: The Windows Common Controls Mscomctl.ocx or Comctl32.ocx may cause your application or the Visual Basic 6 IDE to unexpectedly quit, or you may receive a "Divide By Zero" error message Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer...
  9. DrJavaJoe

    FREE Microsoft Visual Studio 2005 Beta 2

    http://msdn.microsoft.com/getthebetas/country/ Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
  10. DrJavaJoe

    FREE Microsoft Visual Studio 2005 Beta 2

    http://msdn.microsoft.com/getthebetas/country/ Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
  11. DrJavaJoe

    Microsoft ships Windows for 64-bit computers

    http://cnews.canoe.ca/CNEWS/TechNews/TechInvestor/2005/04/25/1012500-ap.html Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
  12. DrJavaJoe

    Sounds of Animals Around the World

    I recall some very interesting a fun conversations with some Asian friends of mine about animals sounds in there language. It's not just the spelling but the interpretation of the sound. I won't even try to duplicate them here but ask what animal sounds have you heard from different languages...
  13. DrJavaJoe

    ExTooltip Class

    Mario Flores has made a new submission at PSC for an ExTooltip Class that I believe you'll find pretty useful. ExTooltip Class at PSC Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon...
  14. DrJavaJoe

    Microsoft Proposes Piracy Amnesty

    http://www.theregister.co.uk/2004/11/25/xp_countefeit_swapout/ Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
  15. DrJavaJoe

    Subreport in Report Footer

    In my main report I have my detail section showing usually 3-5 line items, which are allowed to grow but in my example are only growing to 8 lines, then in my subreport which is in the report footer I am showing images. The problem is when I have more than 2 line items the subreport is starting...
  16. DrJavaJoe

    Listbox - Style 1 - Checkbox

    I'm try to duplicate the drop down box found in Outlook XP or Outlook 2003 Phone Numbers type. To see what I mean Goto add contact then press the down arrow next to the phone number. You'll see a listbox with Assistant, Business, Business 2, etc. When an item is checked you see a check box in...
  17. DrJavaJoe

    Bug with SSTab Control

    I seem to have discovered a bug with the SSTab control and wanted to get any suggestion on a fix. So here it is: Start a new Project1 and add a SSTab control and on the second tab add a command button then add the following code. In design mode make sure the second tab is selected then run the...
  18. DrJavaJoe

    Windows XP Styles

    Mario Flores, one of PSC February Contest Winners, has a project for implementing XP styles that I think you should check out. Here's the link. http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=51400&lngWId=1 "Two strings walk into a bar. The first string says to the...
  19. DrJavaJoe

    SetWorldTransform and 3d Perspective

    I'm trying to use SetWorldTransform to build and rotate a 3d object. I'm having a difficult time getting the side to rotate around the center point and still maintain it's position with respect to the front panel. I cannot seem to get the math right for the second Transform, I thought about...
  20. DrJavaJoe

    Too Much Time at Tek-Tips

    I sometimes find myself spending more time reading threads and researching others questions than I do working on my own projects. I'm guessing that most of you have found yourself in the same boat at times, you run across an interesting thread and 2 hours later you are wrapping up a new...

Part and Inventory Search

Back
Top