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 SkipVought 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. zyBitX

    CB_GETCURSEL problem

    When using SendMessage(hCombo,CB_GETCURSEL,0,0); it always returns 0, intead of the index... Any ideas?
  2. zyBitX

    import class from dll.

    I have created a dll like this: In my DLL //MyClassA.h class MyClassA { } //myClassB.h class MyClassB { } //myClassC.h #include "myClassA.h" #include "myClassB.h" class __declspec(dllexport) MyClassC { MyClassA *aObj; MyClassB bObj; } In my Project that imports the Dll...
  3. zyBitX

    simple graphics in C - a newbie

    Here are some alternatives... 1. VGA programming using Mode13. http://www.brackeen.com/home/vga/index.html This is great fun! 2. Using the Borland graphics.h functions. This functions are available from Borland Turbo C upto Borland C++ 5.01. 3. Using a 32bit emulation of the Borland...
  4. zyBitX

    Windows Programing help

    The basics are: To design the window you use the windowclass and the createWindow() function. To handle the actions you handle the messages in the winproc() function. I would recommend you to read a tutorial on the subject because there is alot to know about the structure of windowsOS and how...
  5. zyBitX

    ODBC setup

    Hi, thanks for the answer. My database does not require any special security. The OK button is just not clickable for some strange reason.
  6. zyBitX

    ODBC setup

    Hi I'm running W95 and would like to install a ODBC connection to an Access database. In the ODBC windom I can chose a database and all that but the OK button is greyed out so I can never save my choise. Could anyone help me?
  7. zyBitX

    File DSN won't allow setup on one particular machine.

    Hi I have got exactly the same problem and I am runnig W95. I was going to ask the same thing. I am running NT 4 at work and there is work just fine. Please, could anyone help us?

Part and Inventory Search

Back
Top