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 Wanet Telecoms Ltd 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: mHos
  • Content: Threads
  • Order by date
  1. mHos

    Datagrid View display

    I am working with the DataGridView in VB.Net2005. I am having problems with the way that it loads and displays the data. I have added it to my form and set several properties at design time and runtime, however the column and row headers are not displaying properly when I set my datasource and...
  2. mHos

    Highlighting not working with MSFlexGrid in VB.NET

    Hi-- I am working on a project that uses VS2003. I have an MSFlexgrid control added to my form. I have set several properties at design time for the flexgrid so that when a cell is selected, the entire row is selected. However, when I run the program, and select one or many rows, nothing is...
  3. mHos

    Systray Icon not disposing correctly

    I have an app that uses a systray icon. When I exit the app, I notice that my icon is still in the systray. If I go to mouse over it, it disappears, so I know that it is actually gone. How can I force the systray to redraw so that the icon is no longer is visible? thanks, mHos
  4. mHos

    How to use axHost.GetPictureFromIPictureDisp???

    I am using a com object that was created using vb 6. It returns an IPictureDisp object. I need to get the Image from that object. I cannot just use the Microsoft.VisualBasic.Compatibility runtime because in the Visual Studio 2003 it is not allowed to be added as a reference. I found that if I...
  5. mHos

    autoScroll event for a Panel --> where is it?

    I am creating a legend in a picture box that is set inside of a panel. I have done this so that I can resize the picture box to whatever size I want and when it gets larger than the panel, scroll bars will automatically appear and handle the scrolling for me. This works wonderfully. My...
  6. mHos

    Selection of first item in ListView on Load

    I am having trouble with the listView in VB.NET. This seemed to be working the other day, and now it isn't. Now I get an error -> it tells my that my index is out of bounds of the collection or array size (or something like that). DETAILS: I have a listview in report mode. I have added my...
  7. mHos

    releasing file after put into PictureBox

    I am using pictures that are embedded into a database. I can create the files, and load the picture into the picturebox. My problem arises that after I am done using the picture, I need to kill the temporary file, but I keep getting an error saying that I can't access that file because it is in...
  8. mHos

    debugger--won't stop at breakpoints

    I am creating a VB.NET dll. I have created a form and set several breakpoints. It will stop at some of the breakpoints, and not at others. I have checked that debugging is enabled, several times i've deleted the entire \bin folder, forcing it to recreate itself, restarted my machine, etc. And...

Part and Inventory Search

Back
Top