Using AD and Terminal Server, how can the user's folder:
C\:Documents and Settings\%User%\Local Settings\Application Data\SomeAppFolder\
be saved as a roaming folder?
AD doesn't redirect the Local AppData folder, and therefore it gets discarded when the user logs off of terminal server.
From 8 December 2008
"Description of the cumulative update rollup for the Visual Basic 6.0 Service Pack 6 Runtime Extended Files"
Somehow I missed this, and in "Microsoft Update", it didn't show up under the list of software to update.
Has anyone installed this yet? If so, any known...
In CR XI, in the viewer window, (Crystal ActiveX Report Viewer Library 11.0) at the top right there is a Business Objects label.
Is there a way to suppress this label, or exchange it for a different icon?
I was sure I saw once a property for this, and now cannot find it.
In addition to several other freebies Microsoft has been offering (Express versions of VB.NET, SQL Server 2005, Vitual PC, etc.) they are now offering for MS Access 2007 the Developers Edition for free.
With the Developers Edition you can create a runtime version of your Access 2007 programm...
In CR 6/7/8 when conditionally suppressing a Page Footer, the objects in the Page Footer will get supressed, but the Page Footer will still be there as a blank space.
This is a known "problem". CR says that it is "by design".
Q: I am wondering if this has changed in version 9, 10, 11. Will a...
Is there information available to help determine at what point a need customer would need to purchase the Standard or Workgroup Version instead of using the Express version?
I am in the process of changing the DBMS and would like to offer SQL Server. We are a small company and many of our...
How do you run add your own dialog form, and/or change a predefined dialog in Visual Installer?
Also, is there a way to run another exe at the end of the setup (like from the last info dialog).
What would be the best way to determine:
1-The number of Mondays in a given year?
2-The number of Mondays in a given month?
3-The number of weekends in a given year
4. The number of weekends in a given Month
I am looking to use a different function for each of these, passing the day (such...
i have two folders on the same level, with two different VB projects, all on the same partition.
One folder is called - E:\6.5.0\1SourceCode
The other is called - E:\7.0.0\1SourceCode
Using App.Path from each program while in the IDE, I get for the first one the correct path name as posted...
Who has a correct formula to financial round with?
(regardless if the number is positive, negative, whole, fractional)
The Function needs to work like the VB Round function.
I have yet to find one, or create a way that is correct, but still reasonably fast.
Why doesn't this produce the expected results:
?Int(4.123455 * (10 ^ 5) + 0.5)
produces: 412345
While:
4.123455*(10^5) +0.5
produces: 412346
I thought that the Int() function not supposed to round but "chop off" the fractional part of a number. But here, there is nothing to round...
What is the logic behind setting and using the Major, Minor and build numbers in a VB EXE project?
When I set the major to 7, the minor to 5 and the build to 101 then, when checking the version number in the properties window for a EXE (in explorer, right mouse click, properties, version), I...
What is the fastest/easiest method in VB to accurately determine the number of years between two dates?
I noticed that there seems to be an error in the DateDiff function because if the first date is 12/31/2001 and the second date is 1/1/2002, the datediff return 1 year, even though actual time...
Ok. Next question.
I know (from reading) about using a class interface and IMPLEMENTS, pretty much how it is used(created that is).
But, what is it really for? I mean, some where the implementing of the Implements logic is missing for me.
Why wouldn't I just declare a variable as Object, and...
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.