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...
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!
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...
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...
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...
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...
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...
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...
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.
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...
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.
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...
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...
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...
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.
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.