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!
Apologies Chopstik for getting on your nerves.
I should have mentioned in the Original Post that I have nothing more than the error message to seek your expert advice. The code was created and supported by a Third Party and they have suggested there are no errors in their source (as it works...
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...
Another way -> I found this working in XP SP2.
Select all the files you need to rename.
Hit F2.
Type the new name.
If you typed 'Pic.jpg' the rest of the files are automatically renamed to 'Pic(1).jpg'...'Pic(n).jpg'.
You could do this in each folder (just pick different names for files in...
Found these
http://vbnet.mvps.org/index.html?code/listapi/cooltabs.htm
and the code for using LB_SETTABSTOPS as strongm had already pointed out.
http://vbnet.mvps.org/index.html?code/listapi/cooltabs.htm
A discussion on language might not be complete without a reference to India.
Different States in India has different languages, Hindi and English commonly used for administration purposes. Presently there are 18 languages identified in Indian Constitution. If someone is interested in a list...
Do not have a VB installation to check, for those who have it, you might want to check the following series of actions.
1. Mousedown on the command button
2. Drag your mouse without leaving the button.
3. Mouseup when the mouse is outside the client area of the command button/form.
4. Did the...
Thanks Andrew.
The only difference between the working and not-working machines is the version of Browser. IE is 6.0.2800 in faulty machines and it is 6.0.2900 in working ones.
I will post more as I dig out more details.
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...
Use of 'we' irritates me much..
"'We' have to finish coding that module.."
Well then...
"Come on! Grab a chair and open VSS!"
"O.. you do not have an account created in VSS.."
With all respect to Bob's advice of setting the picture in a method..
If you are looking for properties that you can assign from the front end, you have got the Syntax for Let and Get from strongm.
It will be good to play around with the ActiveX Control interface wizard, (Available in...
Sleep(milliseconds as long) is the way to go.
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
2 seconds does not seem to be a lot of time, but if you can break 2 seconds in to smaller time periods, you can make sure that the application does not go in to the 'not...
In that case, you will need a property (properties if you need the user to assign multiple state icons) for your usercontrol. If you have Get and Set defined for those properties, the user will be able to do,
StateUserCtl1.ActiveStateImage = Picture1.picture
StateUserCtl1.InactiveStateImage =...
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.