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

  • Users: hsk007
  • Order by date
  1. hsk007

    making a box

    Hi, I got ur problem. I think there is no much difference in the logic to draw the box. But the problem is not to erase the previous box. For that you have to select hollow brush. By default there is white brush selected. You have to change it ot hollow brush. Rest is simple. hsk007 8-)
  2. hsk007

    Visual Basic is object-oriented programming?

    Hi, Thats a very interesting question. I think VB is not Object-Oriented but it is Object-Based. There is difference between Obj-Oriented and Obj-Based. In Object Oriented, we have to start our object building from scratch. But in VB we have object already built. Those are the controls on...
  3. hsk007

    Capturing output from an .exe file

    Hi, I think the answer from SwapSawe is correct. Try, <exe name> > <output filename> Hope this will help you. hsk007 8-)
  4. hsk007

    How to make my application runs directly when windows start???

    Hi, About ur problem of running ur program before the windows start : I am worrying that before windows start it is possible or not, but u can put ur application in autoexec.bat file. Then unless ur program get correct input, nobody can proceed further. Hope u get some help. hsk007 8-)
  5. hsk007

    How to deleting controls at run time ?

    Hi, You can delete only those controls at runtime those you have created at runtime. The design time controls you can't delete at runtime. You have to hide them.. hsk007 8-)
  6. hsk007

    dll, olb, tlb

    Hi, Dll will contain actual code for anything u have. Object library will contain the information about where exactly the code is located. That means if there are more than one dll linked, obj lib will contain info abt in which dll perticular code will be found. But I'm not sure about...
  7. hsk007

    multi-dimensional arrays

    Hi, If try to run the program using VC++ compiler, it will give u the expected result which is 544. hsk007 8-)
  8. hsk007

    datetime picker

    Hi, COleDateTime time(70, 12, 18, 17, 30, 0); // 18 December 1970, 5:30 PM CString s = time.Format(VAR_DATEVALUEONLY); // s contains the date formatted based on // the current national language specifications // (locale ID). The time portion is ignored for // formatting purposes in this case...
  9. hsk007

    loop a database

    Hi, I think we can only have connection with the database. To have fields from any table in the database, we have to explicitly mention the name of the table. So to have all the fields from all the tables in the database, I think it is possible on through the explicit mantioning of the...

Part and Inventory Search

Back
Top