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. 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, How can I find the dll version, of a particular class, installed in my system, using a function/procedure. Thanks in advance
  3. VisualBasicHelp

    First Monday of every month

    Hi, How can I find the first monday of every month. With regards
  4. 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...
  5. 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...
  6. 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...
  7. VisualBasicHelp

    Coming back to the file after submitting the file in coldfusion

    In coldfusion, after submitting the form it goes to another file where I am writing sql queries which inserts some records and does a verification. I like to bring the control back to the calling file and do the rest of the work in that file. I am new to coldfusion and don't have any idea how...
  8. VisualBasicHelp

    Coming back to the file after submitting the file in coldfusion

    In coldfusion, after submitting the form it goes to another file where I am writing sql queries which inserts some records and does a verification. I like to bring the control back to the calling file and do the rest of the work in that file. I am new to coldfusion and don't have any idea how...
  9. VisualBasicHelp

    drop down onchange event should insert into database

    I am using javascript in coldfusion. what I wanted to do is, when a drop down is selected it should ask a confirmation prompt(say onchange event) and if I press OK, it should insert a record by using insert query. just I want the function which will do both for me. Actually connection and all...
  10. VisualBasicHelp

    Executing unix script through Visual Basic

    Hi, Can anybody tell me how can I execute a script in unix through visual basic. Thanks
  11. VisualBasicHelp

    Different Headers in different pages using macro in word

    I am trying to create a macro which gives me different headers on different pages. But when I am trying to add a new header in the 3rd page , that is, if the first 2 pages are section 1 and 3rd page is section 2 . It is making the changes in section 1 and not in section 2. Can anybody please...
  12. VisualBasicHelp

    SQR Reports

    Hi, I am working on Hyperion SQR reports. I am a starter and I would like to display as columns and rows. My caption is taking 2 lines for some heading. So I am using as below - !Column headings Print 'Subject' (+3,1) Bold Print 'Date Of'...
  13. VisualBasicHelp

    SQR Reports

    Hi, I am working on Hyperion SQR reports. I am a starter and I would like to display as columns and rows. My caption is taking 2 lines for some heading. So I am using as below - !Column headings Print 'Subject' (+3,1) Bold Print 'Date Of' (,12)...
  14. VisualBasicHelp

    Trapping the keyboard event using macro

    Hi, I am trying to create a macro which will activate the application of TOAD which is already open and whenever the user does ALT+Printscreen, it should come in word and paste it. Actually I could activate the application. Can anybody tell me how to trap the keyboard event, so that I can...
  15. VisualBasicHelp

    MSWord VB Macro

    Hi, I am trying to insert a page before pasting using macro. So that when pasted, it is pasted in a new page. I could do this using the paste icon on the standard toolbar like this - CommandBars("standard").Controls("Paste").OnAction = "countPaste" But if I try to do the paste by ctrl+v , I...
  16. VisualBasicHelp

    MSWord VB Macro

    Hi, I am trying to insert a page before pasting using macro. So that when pasted, it is pasted in a new page. I could do this using the paste icon on the standard toolbar like this - CommandBars("standard").Controls("Paste").OnAction = "countPaste" But if I try to do the paste by ctrl+v , I...
  17. VisualBasicHelp

    Executing commands in DOS

    I am trying to execute a wzzip command of DOS from VB, using shell. I know how to open DOS from VB. But can anybody tell me how to execute the wzzip command from VB,hiding the command prompt(DOS) window. Thanks
  18. VisualBasicHelp

    Showing Directories,subdirectories and files

    I am trying to get all the subdirectories and files inside a folder into a file. I needed the same output as I get while I do in DOS with the command - "dir /s", the same output I needed to get it from VB. Can anybody help me to get this. Thanks Disha
  19. VisualBasicHelp

    Using FTP through VB 6

    Can anybody tell me the code Using VB, how can I connect to unix server or any other server and trasfer files using FTP. e.g from unix server to windows server Thanks
  20. VisualBasicHelp

    Using collection in VB

    Our team leader told me to use collection in VB for reading a file, so that no need to read again and again from file and We can store the file, line by line in collection. But I don't know anything about collection. Can anybody help me to use collection. Thanks

Part and Inventory Search

Back
Top