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 gkittelson 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. spcheng7

    Get data from DataGrid after sorting

    Hi all, I have created a datagrid in a window form. The datagrid can display the data from the database perfectly. But if I have clicked the top rows, which means row containing the coulmns name, the rows would be sorted by that column asc or desc. But when I get the value of a cell...
  2. spcheng7

    Create a short-cut too when Excel Object has been created ?

    Hello all, I am using asp to generate an excel file using activeX. When an excel file is created, there is also a short-cut created too ? The short-cut would be located in the root of the drive. For example, my excel file is located in C:\temp\xxx.xls and then the short-cut will be located...
  3. spcheng7

    Move WorkSheet within Workbook using ActiveX in VBScript

    You have saved me , tsuji I have solved my problem. Thanks
  4. spcheng7

    Move WorkSheet within Workbook using ActiveX in VBScript

    Hi all, I want to have a function that move the first workseet to the last position within the same workbook, that is for example, i have [ 1 2 3 4 5 ] worksheets in a workbook A. Then I want to have a new order e.g. [ 2 3 4 5 1]. I have visited msdn and found that I should use a Move...
  5. spcheng7

    Implement a stack

    Hi all, I want to implement a flood fill program for image. But each time I run the program, it said out of stack. Someone tells me that it is because the VB stack is not large, my program runs out stack space and then program crashes. Can I implement a larger stack by myself ? what...
  6. spcheng7

    Image Processing (Red Eye Removal)

    Hi all, I am writing an application on image processing using visual basic. I have problem in a function which is used for red eye removal. But I can't find out the correct location of red eye, pls suggest me an algorithm Thank you very much Tony

Part and Inventory Search

Back
Top