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 Mike Lewis 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: *

  1. david71

    Show icon in mainbar of window under win95

    Hi Ciao, Yes, this seems to be the normal procedure, but it workst for windows 98/NT but not for windows 95 David
  2. david71

    Show icon in mainbar of window under win95

    Hi, I made a listview in VB6. In de main bar I put an icon. Now it works very well, but under Windows 95 you cannot see the specified icon, but only the default windows-icon. Who can help me to solve this problem?? By forhand many thanks, David
  3. david71

    :~/ Reportview in listcontrolbox? ist posible in version 4.0??

    I would like to make a reportview in a listcontrolbox but I only have version VC++ 4.0. Who can send me an example where I can experience with? I questioned this already at the side of codeguru, but there I don't get a good reaktion. Maybe my question is to difficult? Greetings, david...
  4. david71

    listbox without MFC and COM

    Hi, I have made a listbox. I used GetDlgItem. With the HWND I send messages like LB_ADDSTRING to add a new element. And this works!!. But, I cannot create columns with columnheaders like Name, Address, City. It isn't possible (i think) to use LBS_MULTICOLUMNS, because this is used to divide a...
  5. david71

    example report view

    Does somebody has a very very simple example of a reportview with 3 columns. I don't know how to do it. I believe, it must be simple, but ..... ( :-( ) kind regards
  6. david71

    listbox without MFC and COM

    Hi, I would like a listbox with multiple colums, for example 1 column for name, and one column for address. I would like to sort this according column 'name' or according column 'address'. Who can give me some hints to do it without MFC and COM Thank you and with kind regards, David Reuvekamp...
  7. david71

    find items in help

    Hello, I tried to find a easy way to find some posiblities in the helpfiles of Visual Studio. f.e.: I would like to make a listbox with multiple columns. I get the information from a ;-seperated file. So i make a listbox. It seems to work good. But now I like to find possibilities to add...
  8. david71

    VB versus C++, listboxes

    Maybe you know that there is a function in VB to create a list with many columns. Each column has his own columnname. Does somebody knows the functions in C++ to make a window with a list of many columns, like this: idnr, name, address, city, country And how can I add new lines and change...
  9. david71

    Listview-box connecting ;-seperated textfile

    To James P. Cottingham, Yhanks for your answer and the time you offered. It is for me a good start en now I will work with it. Greetings, David Reuvekamp The Netherlands
  10. david71

    cox32.obj

    Yes, I think so. I thought that i have a ListView in c++, but I am unknown with Grafical C++, so now I seek for a working code, where I can experience. Why a ListView, because I need to use a ListView. Greetings David
  11. david71

    Listview-box connecting ;-seperated textfile

    You are great!! David
  12. david71

    cox32.obj

    I didn't make the program, but it's made in Visual C++. I think there is the difference.
  13. david71

    Listview-box connecting ;-seperated textfile

    Hi, ad.1 I would like to make a Listview-box. Has somebody the example sourcecode for it? ad.2 Then I would like to make a connection to a ';' seperated textfile, so that the contents of the textfile can fill the listview box made in ad.1 Thanks a lot, David Reuvekamp The Netherlands
  14. david71

    cox32.obj

    Error: Unresolved external '_main' referenced from C:\APPL\BC5\LIB\COX32.OBJ First, there is no COX32.OBJ What can I do to get it working? Sorry, but I am not an expert, just not. Maybe I have something to change in my borland c++ editor/projectmanager Thanks a lot, david reuvekamp the netherlands

Part and Inventory Search

Back
Top