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 IamaSherpa 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. VisualBasicHelp

    Editing VSS file from Application

    Hi, I would like to checkout a file from VSS, modify it and then check in back. How can I do it through VB . Thanks in advance
  2. VisualBasicHelp

    Find the dll version

    Hi Prgrmr, I know to program in VB. But am not so comfortable with the advanced VB. Please, can you detail, how can I find the version, considering me as a starter. With regards
  3. VisualBasicHelp

    Find the dll version

    Hi, How can I find the dll version, of a particular class, installed in my system, using a function/procedure. Thanks in advance
  4. VisualBasicHelp

    First Monday of every month

    Thanks guys, for providing a better way of doing the code. Really appreciated.
  5. VisualBasicHelp

    First Monday of every month

    Thanks Harley. This code is exactly what I actually needed. Many Thanks
  6. VisualBasicHelp

    First Monday of every month

    Thanks Harley. Actually, I would like to run a task everyday, from today, which will check whether , it is the first monday of that particular month,if yes then it has to send a file.
  7. VisualBasicHelp

    First Monday of every month

    Hi, How can I find the first monday of every month. With regards
  8. VisualBasicHelp

    Automatically Screen Print and save

    Hi dippncope, I have tried this software and other softwares also. But I think, they don't give me the facility of replacing the existing image with another, keeping the same file name, as earlier. For eg. by mistake I capture one page, but later on I realize, that it should be another page...
  9. VisualBasicHelp

    Automatically Screen Print and save

    Hi, Is there any available software, which can take the screen print while browing through HTML page/ sql query analyser or any other application running in windows (only print screen required page) and save it in a file automatically. I have tried wink and snagit. But it didn't server my...
  10. VisualBasicHelp

    Saving an Excel without dialog box popping up

    Thanks . It worked. I tried with another excel sheet, it was working. There might be some problem with the existing excel sheet, now I have to find out that. Thanks Harley
  11. VisualBasicHelp

    Saving an Excel without dialog box popping up

    To clear up the objects, I have added the code. Now this is my full set code- Dim xlApp As New Excel.Application Dim xlsheet As Excel.Worksheet Dim xlBook As Excel.Workbook Dim xl As Excel.Workbook Dim nRow As Integer Dim flag As Integer List1.Visible = False...
  12. VisualBasicHelp

    Saving an Excel without dialog box popping up

    I have put a message box before closing the excel to show the value in that cell, at that time it correctly pops up the value. When I open the excel sheet manually, it has not been reflected there.
  13. VisualBasicHelp

    Saving an Excel without dialog box popping up

    Thanks Harley, I changed Application to xlApp, but still the value is not getting stored in excel.
  14. VisualBasicHelp

    Saving an Excel without dialog box popping up

    Hi hmckillop, I tried your code like the following, but when I open the excel, the value is not getting stored - Dim xlApp As New Excel.Application Dim xlsheet As Excel.Worksheet Dim xlBook As Excel.Workbook Dim xl As Excel.Workbook Dim nRow As Integer Dim flag As Integer...
  15. VisualBasicHelp

    Saving an Excel without dialog box popping up

    Hi, I am trying update an already existing excel file through VB 6.0 . But when I say objExcel.Save, it shows me another dialog box, saying, "this file already exists, whether you want to replace it?" I don't want this dialog box to appear, it should be saved automatically. Please let me know...
  16. VisualBasicHelp

    Coming back to the file after submitting the file in coldfusion

    Thank you, I think this should work out. This is what I needed. Thanks a lot.
  17. VisualBasicHelp

    Timer not working

    when prompt document.show_randomize_trans_IWR.msg.value," "); comes, the timer is stopped, can I make a timer which will keep this prompt for 10 secs and after that play a message and comes back again to the prompt and after that again plays a message and comes back to the prompt and for the...
  18. VisualBasicHelp

    Timer not working

    I have written a timer for my application,but because of prompt or alert button, it is not able to work properly. My timer function is - var secs var timerID = null var timerRunning = false var delay = 1000 var counter=0 function InitializeTimer() { // Set the length of the timer, in...
  19. VisualBasicHelp

    Coming back to the file after submitting the file in coldfusion

    <!--show_randomize_IWR.cfm ---> <!-- In this file some insert and select queries are also there ---> <body> <cfinclude template="show_GetSubject_IWR.cfm"> <cfinclude template="show_DOB.cfm"> </body> <!---show_Get_subject_IWR.cfm---> <head> <script type="text/javascript"> function...
  20. VisualBasicHelp

    Coming back to the file after submitting the file in coldfusion

    Won't this load the first full page. I would like to bring the control below the first page's form tag and do the next work.

Part and Inventory Search

Back
Top