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 Chriss Miller 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: vmaruv
  • Content: Threads
  • Order by date
  1. vmaruv

    Dynamically adding text boxes to a Word form

    Hi, I have a requirement in my word form where the user has a choice to add or delete text boxes to the word form dynamically. There are some values that the user will enter in the form that depends on each user and cannot be static. In case he has added more text boxes than required, he should...
  2. vmaruv

    Printing visio diagrams

    Hi, I have visio diagrams embedded in a website. The users are complaining that they are not able to print them directly from there. A person with visio installed was able to print it however. Is there a way I can print visio diagrams when Visio software is not installed? Thanks in Advance.
  3. vmaruv

    Unknown Message type Error when using VNC

    Hi, I am using VNC viewer 4 to connect to a MAC machine. I see a black screen once I give the password and it appears to be connection. But very soon I get a error message "Unknown Message Type" error. Any idea why this might be happening ? Pls. help. Vidya.
  4. vmaruv

    MSSQL 2005 SP1 not updating database services

    Hi, I have a clustered setup on Widows 2003 server using MS Virtual Server 2005. I have installed a SQL server clustered setup using MSSQL server 2005 Beta version. Later, I had uninstalled and have setup 2005 standard edition failover clustering. Everything seems to be working fine till this...
  5. vmaruv

    Backup Database on Tape using SQL DMO

    Hi, Can someone please tell me how to backup a SQL Server 2000 database on a Tape device directly using SQL DMO ? Thanks in Advance.
  6. vmaruv

    Refresh a SQL Server 2000 Database

    This is urgent. Please help. I am compiling a stored procedure using osql utility in batch files using shell command from my VB code. Later I am executing this stored procedure by click of a button from my VB 6 code. The problem is this stored procedure created is not being refreshed in the...
  7. vmaruv

    Copying Multiple folders from source to destination

    Hi, How can I copy multiple directories from source to destination. My requirement is as follows : When I browse the source, the contents of the source folder should be displayed and I should be able to select multiple folders. Later, i will browse for the destination folder and then click on...
  8. vmaruv

    Executing SQL Server Stored Procedures from Visual Basic 6.0

    Hi, Can someone help me to Execute SQL Server Stored Procedures from Visual Basic 6.0 ? I wish to give the parameters to the stored procedure (eg to backup a database, I want to give the backup location, device etc from VB code) and then execute it and return the results back to VB. Please can...
  9. vmaruv

    Internationalization ??

    Hi, I have developed a VB 6 interface for backup and recovery of SQL Database. Is it possible to translate the VB code in other languages like Japanese, French etc ? Is there any tool that can automatically do the conversion if I input the exe ? The requirement is that all the lables,buttons...
  10. vmaruv

    Problem with Directory Copy - Pls. help

    hi, I have a problem with my directory copy program. When I encounter insuffient privileges to copy the files in the directory, i want it to prompt and exit the operation. But what I see is that it prompts as many times as the number of files. if there are 5 files in the directory with...
  11. vmaruv

    Visual Studio Installer - not recognizing supporting files

    Hi, I have used VSI for packaging and deploying my VB code (I had problems with PWD). The problem now is my VB code is using other (external) exe files to run. I have included these in my VSI. It has created a shortcut in start-> ALL Programs. When I launch the exe from here for some reason it...
  12. vmaruv

    &H8007007E (-2147024770) while opening VB exe

    I have made an exe of my program. It works on my computer. But it is giving "SYSTEM ERROR &H8007007E (-2147024770) The specified module could not be found" error on some machines. I tried on couple of other machines. It opens fine on some of them but on some gives this error. I did a save /...
  13. vmaruv

    Progress bar while exiting

    Hi, When I am exiting my form using the exit button, I am executing a batch file. Since this is taking time, I am using the vbHourglass to indicate that it is taking time. But I would want to show a progress bar (initially not visible and later visible when the exit button is clicked) that...
  14. vmaruv

    Calling a Function

    Hi, In one of the modules in my VB code, I have a function that returns a string. But I want to use this from another form's code. How is it possible ? when I say frmmain. it does not get listed. I cannot convert this function to a sub as it has to return a string . What is the way I can handle...
  15. vmaruv

    Utility in cmd going into interactive mode and VB code hanging

    Hi, From my VB6 program, I am executing a utility in command mode using coenspan.exe (Thanks to everyone. got help on doing this from this forum in my earlier post.) This utility takes user name, password and other inputs from users, executes at the background and pops up the results in message...
  16. vmaruv

    Searching for a file name

    hi, how is it possible to parse a file name. Ok..to be more specific abt my requirement : In my VB code, I am connecting to a SQL Server and then setting a database name to a variable. I have hardcoded for now but the name of the SQL Server and the Database will be a part of the file name at a...
  17. vmaruv

    Finding a particular word in a string in VB 6

    Hi, How is it possible in VB to know the existance of a particular word in a multi line text. To be more specific, In my VB code I am capturing the output of a batch file in command line execution into a variable sOutput. I would like to see if the execution has been successful. For this, I...
  18. vmaruv

    Question regarding Combo Box

    hi, In my Visual Basic Code, I am connecting to a SQL Server using SQL DMO. Later, I am listing all the databases available in the server. Once the user selects one of the database from the list, the name of the database needs to be assigned to a string. Down the line, I am using SQL Namespace...
  19. vmaruv

    Conspawn

    Hi, I'm Back. can someone tell me what is conspawn.exe ? I am trying to execute a batch file from my VB 6 code and get the output in a text window. I needed help with this and found it in an article "Capturing the Output of a shelled program" at Developers domain.com site...
  20. vmaruv

    Problem with %

    This board is awesome !! Thanks a ton to the moderators and all the others helping people like me. I am new to VB and am executing a project. In my VB code I am calling an external batch file using the shell command. It executes the file and returns the output in a text window. However, in my...

Part and Inventory Search

Back
Top