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 strongm 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. mythili

    Writing to Excel

    I want to read from a text file and populate a excel file and from the excel file i want to show a graph in visual basic.Can anyone help me in this. (If possible without using excel how to show data in vb charts).
  2. mythili

    urgent help regarding print

    hi, i have a cstring.If i press a print button in the dialog box,i want this string to be printed to the default printer connected to the system.Can anyone pleae tell me how to do this.
  3. mythili

    Help required in printing bitmap

    hi, I already posted this query but without any response.so I am reposting it. I have used a picture control in a dialog box which displays a bitmap stored in .res file.On click of a button i want to print the bitmap.Can anyone suggest me possible way to do it.
  4. mythili

    Print Bitmap in a dialog box

    hi, I have used a picture control in a dialog box which displays a bitmap stored in .res file.On click of a button i want to print the bitmap.Can u tell me a possible way to do it.
  5. mythili

    VB 6 & Access

    can u please give the query that u are using to insert so that we might be able to help u better.
  6. mythili

    Deleting records older than a certain date

    U can try getting the current date and format it like format(getdate(),&quot;mm/dd/yy&quot;) now u can go ahead as suggested above delete from yourtable where yourdate <getdate()-180 or delete from yourtable where convert(datetime,yourdate) <getdate()-180
  7. mythili

    INSERT not always going to bottom

    U cannot say that always the data you insert will be added to the bottom of the table.If u need the data to be added at the end of the table then u should always increment the index no or the primary key for the table.also the primary key should be numeric.If alpha numeric again u cannot be sure...
  8. mythili

    Naming a .dll

    This question cannot be answered straightforward. Even if u check the computer u are currently using, u cannot ensure that the computer in which your software will run does not contain any such dll. The only way is to concatenate the dll with name of the project or your name or any other...
  9. mythili

    Execute FORTRAN CODE From Visual C++

    Hi, The Visual C++ program needs to run a FORTRAN code which inturn generates a DAT file.This DAT File is used by the Visual c++ progran to perform computation.Can u please suggest me someway to execute FORTRAN PROGRAM FROM visual C++(maybe a button click will invoke the execution of a fortran...

Part and Inventory Search

Back
Top