Did Microsoft port MSCOMCTL.OCX to 64-bit? I don't have it installed and I can't find it for download or find anything saying that it doesn't exist.
Thanks,
Phil
Hi, i was wondering if it was possible to create email forwading accounts on the fly as I have created subdomains for uses profiles i.e. user.profile.com and was wondering if I could create user@profile.com to forward to their email account?
Regards,
Phil
Hi, im looking for a UK IP address lookup api ( or PHP script ) to find the location of a user. I want to produce more relevent results for a user when searching a directory. All the ones I have found just say 'UK' and dont get any more information than that. Can anyone point me in the right direction?
Regards,
Phil
Hi,
I'm getting this error when trying to restore an SSAS database from a backup:
The ddl2:MemberKeysUnique element at line 63, column 4862 (namespace http://schemas.microsoft.com/analysisservices/2003/engine/2) cannot appear under Load/ObjectDefinition/Dimension/Hierarchies/Hierarchy.
Google hasn't turned up any helpful solutions. (a lot…
Hi,
Sorry if the question isn't phrased very well but I'm new to SSAS and don't know the correct terms.
I have changed the name of a table and its columns. I am using said table as a dimension for my cube, so now the cube won't process. Presumably I need to make updates in the analysis server to reflect changes to the source database?
I have…
Hi
Is there any way to cast to a dynamic generic interface..
Site s = new Site();
IRepository<Site> obj = (IRepository<s.GetType()>)ServiceLocator.Current.GetInstance(t)
obviously the above won't compile with this cast. Is there anyway to do a dynamic cast of a generic interface. I have tried adding a non generic interface but…
Hi, does anyone know of an API or where I could get hold of data/script to create a <select> drop down lists for occupation and job type?
Regards,
Phil
Hi, I have been creating a cross browser compatible ( = ie 6 + standards complaint browsers ) Online Instant Messenger
What I would like to know is what licensing would I need to protect my code? how would i go about getting a license and where from?
My code is in PHP, and jQuery.
Regards,
Phil
Hi,
Fairly simple question, but I don't see it anywhere else on SO:
Do indexes (indices?) on a temporary table get automatically deleted with the temporary table?
I'd imagine they do but I don't really know how to check to make sure.
Thanks,
Phil
Hi, I am looking for ideas for how I can stop external scripts connecting with my site. I'm looking for the same kind of idea behind Google. As in if a certain amount of requests are made per a certain amount of time then block the IP address or something. I thought there maybe a htaccess solution if not, I will write a PHP one.
Any ideas or…
In this Issue: Phil Middlemiss, Robert Kozak, Kathleen Dollard, Avi Pilosof, Nokola, Jeff Wilcox, David Anson, Timmy Kokke, Tim Greenfield, and Josh Smith.
Shoutout:
SmartyP has additional info up on his WP7 Pivot app: Preview of My Current Windows Phone 7 Pivot Work
From SilverlightCream.com:
A Chrome and Glass Theme - Part I
…
In this Issue: Colin Eberhardt Zoltan Arvai, Marcel du Preez, Mark Tucker, John Papa, Phil Middlemiss, Andy Beaulieu, and Chad Campbell.
From SilverlightCream.com:
Throttling Silverlight Mouse Events to Keep the UI Responsive …
Hello,
We have found an interesting issue between ASP.NET 3.5 and ReportViewer with Google Chrome. Our set of pages work fine until a ReportViewer control displays a report.
Google Chrome then eats up 50% of the CPU doing nothing it seems.
I've extracted the ReportViewer control to a blank Web Forms project to confirm its that control and…
Hi guys,
I have a problem with Visual C# 2008 express (SP1) connecting to SQL Server 2008 express.
The "Add Connection" window (wherever initiated) doesn't list existing sql server and no option for sql server except a compact edition.
Note that, I've got the VWD 2008 express (SP1) on the same machine which shows the window regularly (with…
Dunno what's going on, no response from github on this prob so I'm asking here. Tried a git push for the first time in a month or so and got this. Turned on export GIT_CURL_VERBOSE=1 and did a push and get this:
localhost:send2mobile_rails phil$ git push
Password:
* Couldn't find host github.com in the .netrc file; using defaults
* About…
Hi,
If I have a python script that is executed via a symlink, is there a way that I can find the path to the script rather than the symlink? I've tried using the methods suggested in this question, but they always return the path to the symlink, not the script.
For example, when this is saved as my "/usr/home/philboltt/scripts/test.py" :…
Hi,
Is there a way to set the "minimum" number of decimal places that a std::ostream will output?
For example, say I have two doubles that I want to print:
double a = 0;
double b = 0.123456789;
I can set my maximum decimal precision so that I output b exactly
std::cout << std::setprecision(9) << b << std::endl;
Is…
Hello,
What I am trying to accomplish is getting relative and absolute paths to files, images and folders that reside on a remote server.
I have website address, and FTP details (these are required when signing up). What i need to know is whether the FTP details correspond correctly with the website.
Firstly I used (this is all in PHP I…
Hi, I'm using this script to simply create an image from text. What I would like to know is how to save the image instead of printing straight to browser;
// an email address in a string
$string = $post[$key];
// some variables to set
$font = 4;
$width = ImageFontWidth($font) * strlen($string);
$height =…
Hello,
I need to program an authentication module that has to work with Mac OS X 10.6 Snow Leopard
and at the same time needs to be POSIX-compliant.
I read here: developer.apple.com/leopard/overview/osfoundations.html
that since Mac OS X 10.5 Leopard, Mac OS X is POSIX-compliant (to POSIX 1003.1),
but working under MAC OS X 10.5…
hey all. I have a table in my DB that has about a thousand records in it. I would like to reset the identity column so that all of the ID's are sequential again. I was looking at this but I'm ASSuming that it only works on an empty table
Current Table
ID | Name
1 Joe
2 Phil
5 …