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

    MS Project 2003 Automation

    Looking for any direction to perform below A number of MS Project MPPs (Project plans) are located in a folder. Need to read each one of them and summarize across each plan how many hours are planned for each month. Done already - Reading MPPs from the folder - Creating the object that...
  2. vbSun

    Extract Macros from Excel Files

    I have a number of excel work books which has an number of Macros. I need to document the Macros and extract all macro source code and Forumulae on to a single document. Is this possible by Automation? If yes, could you please tell me how? Thanks in advance!
  3. vbSun

    Script execution error

    Hello Experts, I have below error popping up intermittently in an ASP Website. I am stuck and am not able to find what could cause this error. Script execution error: This method cannot be called until the send method has been called getcontent: I am hoping that one of you had already...
  4. vbSun

    Partial printing of First page in PDF

    We have a website which opens a PDF file in an IE window. But when using either the IE Print Button or the Adobe Print button in PDF toolbar, the first page is not printed properly. It only prints the last 25% of the first page. Every other page is printed properly, only the first page has this...
  5. vbSun

    Performance Criteria

    Apologies before hand, if this is not the right forum for this discussion. But I hope, with the kind of experience that we have here, some of you will be able to point me to the right direction. I am trying to understand various performance criteria that need to be defined while starting a new...
  6. vbSun

    Logic for Keeping chars (Not replace)??

    All, I just bumped in to this and can't think of an optimal solution. Please give me some starting point. We have the replace function which replaces char(s) from a string with something else. But in this case I need all the chars that I specify to be kept, everything else to be wiped off from...
  7. vbSun

    Visual Basic stand alone application

    The question is about a VB program which does not use any additional controls (Common dialog, Rich text box etc.). What I would like to seek opinion from experts like you is that, is it possible for me to deploy the application without any setup program? To explain further, I want the exe to be...
  8. vbSun

    Vendors of custom controls

    Hi All, Just wanted to know if there are any good vendors for third party controls usable with .Net. Can you guys suggest some? componentone.com and telerik.com are a couple i know. Thanks, VBSun. ------------------------------------------ The faulty interface lies between the chair and the...
  9. vbSun

    Block screen saver from popping up?

    Would like to stop a (protected) screen saver from popping up and locking the system. Can i do this via some codes in VB? Thanks for responding. ------------------------------------------ The faulty interface lies between the chair and the keyboard.
  10. vbSun

    TIF to JPG?

    Hi all, Thanks for all the help in the past. I hope this is not a tough one for you all. What I need to do is to convert a TIF to JPG when the TIF is copied on to a production server. Any ideas how i can do this conversion? I can watch the folder and know when the file is copied there, but i...
  11. vbSun

    Logon to Network Resource and copy a log file

    I need to login to a Network drive (Different username and password), copy a text file and process it. I am trying to do this with VB. Cant figureout how! Any help is appreciated. Thanks! ------------------------------------------ The faulty interface lies between the chair and the keyboard.
  12. vbSun

    Help with error in code found in the net (DataGrid)

    public void AutoSizeGrid(DataGrid dGrid) { // DataGrid should be bound to a DataTable for this part to // work. int numRows = ((DataTable)dGrid.DataSource).Rows.Count; Graphics g = Graphics.FromHwnd(dGrid.Handle); StringFormat sf = new...
  13. vbSun

    Convert Access 97 to Access 2000 from VB?

    Is it possible to convert an Access 97 mdb to Access 2000 mdb and vice versa from VB Code? The scenario is, I have thousands of 97 format databases in a folder which needs to be converted to 2000 format and back. Can anyone help? ------------------------------------------ The faulty interface...
  14. vbSun

    Select case is possible inside Access SQL?

    Hi all, I have something like this in the data. This data is returned by a query. Code1 Code2 1 3 2 3 2 4 If Code1=1 and Code2=3 there is one description for that record. Code1=2 and Code2=3 there is another description and so on. The description of the above cases...
  15. vbSun

    Help!! Cannot copy assembly error!

    Am getting this error while i try to run the C# webapplication from the .Net IDE. Please help!!! Cannot copy assembly 'DllName' to file 'c:\...\bin\DllName.dll'. Access is denied. ------------------------------------------ The faulty interface lies between the chair and the keyboard.
  16. vbSun

    Pass a Combobox in to a function?

    Hi, I am learning C# these days and trying to port logic from some VB code to C#. Would like to know how can I pass a Combobox in to a function. The function then will add items to the combobox. Is this possible in C#? If yes, can someone please explain? Thanks for all help...
  17. vbSun

    SQL Server 7 DTS "dtspkg.dll"

    I am trying to deploy an application which uses dtspkg.dll to run some DTS packages. I had packaged the app trying both SQL Server 7 and SQL Server 2000. The deployment is happening in an XP workstation. The program acts as a client to fire off some DTS packages on user request. But, the...
  18. vbSun

    Crazy timeout error!

    Just dont know why this pops up every now and then. The SQL Server just wont let me connect to it from just one machine! Here are the details that you guys might need. 1. VB6-SQL Server 7 (Client - Server) [windows] application 2. Time out in SQL Server set to 0 3. Error happens at opening the...
  19. vbSun

    Weird problem with SQL SP.

    Hi all.. I am trying to get the first and last dates of the previous month from today. The logic works fine on all dates, except for May 31st! Any idea? declare @tmpdate as datetime set @tmpdate = getdate() select...
  20. vbSun

    Number of Unions in an Access query?

    Is there a limitation for the number of unions that can be used in an MS Access query? I have a query with about 21 unions, which returns only 4 records. Any idea what is causing this? I am using MS Access 2003. Any help is appreciated. ------------------------------------------ The faulty...

Part and Inventory Search

Back
Top