Wednesday, 3 February 2010
|
Topic awaiting moderation kalvin89 15:16:48 |
Tuesday, 12 January 2010
|
Topic awaiting moderation clothing 14:05:27 |
Wednesday, 23 December 2009
|
| Calling FTP With WScript.Shell Bprocket 06:57:45 |
| | I'm having a problem manipulating a FTP session using the WScript.Shell object. In a nutshell, I'm trying to connect to and send a file to an FTP site. Everything appears to work except that the file doesn't arrive. Below is the code in question. I've tried reading the server responses - which I've been able to do - but I don't get any errors returned. What am I doing wrong?
' initialize procedure ' ---------------------------------------------------------------------------- Dim WshShell, oExec, oFTPConsole Dim strDate, strSrcFile, strDestFile, ret Set WshShell = CreateObject("WScript.Shell") Set oExec = WshShell.Exec("%SystemRoot%\System32\ftp -i -n") Set oFTPConsole = oExec.StdIn
' build destination file name string ' ---------------------------------------------------------------------------- ' bunch of string manipulation code
' open connection to ftp site and send output file ' ---------------------------------------------------------------------------- oFTPConsole.WriteLine "open " & DTSGlobalVariables( "ftp_server" ) oFTPConsole.WriteLine"user " & DTSGlobalVariables "ftp_user" ) & " " & DTSGlobalVariables( "ftp_pwd" ) oFTPConsole.WriteLine"send " & strSrcFile & " " & strDestFile oFTPConsole.WriteLine"quit"
' exit function ' ---------------------------------------------------------------------------- Set WshShell= Nothing Set oExec= Nothing Set oFTPConsole= Nothing Set oFTPOut= Nothing Main = DTSTaskExecResult_Success
|
| | 2 answer | Add comment |
Thursday, 10 September 2009
|
Topic awaiting moderation wholesale2wd 17:20:05 |
Thursday, 7 May 2009
|
| Fibranet Services/freeparking.co.uk problems? NetNews 20:17:34 |
| | Anyone know of any problems with Fibranet Services, trading as freeparking.co.uk etc? They registered my domains and provided mail/web forwarding for me, but a few days ago all forwarding ceased, and all their web sites are down,
Thanks
John
|
| | 4 answer | Add comment |
Thursday, 8 January 2009
|
| Looking for help, am I in the right place for HMC? Austin Smith 07:15:22 |
| | I am looking for help in setting up Microsoft Hosted Messaging and Collaboration Tools. Not sure if I am in the right place- If not if someone could be so kind to redirect me ;)
I am receiving an error when accessing the web interface to add my business mailstores to the hosted exchange pool of: Error in QueryResources:ShowBusinessMailstores: The request failed with HTTP status 404: Not Found.
I have checked and double checked the steps I took to install, and everything appears to be working. I looked in the logs and the only 404 result code there is for a .css and .gif file... Any help in the right direction to getting this worked out would be GREATLY appreciated..
Thank you, Austin Smith, A+, MCP, MCPS, MCNPS (Network Infrastructure)
|
| | Add comment |
Tuesday, 9 December 2008
|
| Problem in ajax while hosting site Urgent help for ajax while hosting site 22:04:10 |
| | Hi All,
This is the code of my MasterPage in which I have given two effects
1."Loading ...." effect on click of a button.For it I have used Ajax UpdateProgress and javascript. 2."PopUp Effect" on click of a link button using ajax AnimationControl and javascript. These effects are working fine on my local machine but i am not able to see the effect once I upload the code on the webspace. So please help me as it is very urgent. Thankyou <% @ Master Language="C#" AutoEventWireup="true" CodeFile="WebPageMaster.master.cs" Inherits="WebPageMaster" %> <%
@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="System.Web.UI" TagPrefix="asp" %> <!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <
html xmlns="http://www.w3.org/1999/xhtml"> <
head runat="server">
<title></title>
<meta id="mtaRefresh" runat="server" content="" />
<style type="text/css"> a
{text-decoration:none;} </
style>
<style type="text/css"> .flyOutDiv
{
display: none;
position: absolute;
width: 400px;
z-index: 3;
orphans: 0;
filter progid XImageTransform.Microsoft.Alpha(opacity=0));
font-size: 14px;
border: solid 1px #CCCCCC ;
background-color: #FFFFFF;
padding: 5px;
}
.flyOutDivCloseX
{
background-color: #666666;
color: #FFFFFF;
text-align: center;
font-weight: bold;
text-decoration: none;
border: outset thin #FFFFFF;
padding: 5px;
}
</
style>
<script type="text/javascript">
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_initializeRequest(InitializeRequest);
prm.add_endRequest(EndRequest);
var
postBackElement; function
InitializeRequest(sender, args)
{
if (prm.get_isInAsyncPostBack())
args.set_cancel(
true);
postBackElement = args.get_postBackElement();
$get(
'UpdateProgress1').style.display = 'block';
}
function
EndRequest(sender, args)
{
$get(
'UpdateProgress1').style.display = 'none';
}
</script> </
head> <
body>
<form id="form1" runat="server">
<div style ="background-color: #f5cedb">
<asp:ScriptManager EnablePartialRendering="true" ID="ScriptManager1" runat="server" />
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<img src="Images/logo.jpg" alt="" width="180" height="200" />
<img src="Images/Banner.jpg" alt="" width="565" height="200" />
<table cellspacing="0" style="background-color: #cc3366">
<tr style="color: inactivecaptiontext;">
<td colspan="2" onmouseover="this.color='black'" onmouseout="this.color='maroon'">
<b>        <a href="Home.aspx" style="color: captiontext">Home</a>  
   </b>
</td>
<td colspan="2">
<b>    <a href="AboutUs.aspx" style="color: captiontext"> About Us</a>  
   </b>
</td>
<td colspan="2">
<b>        <a href="Product.aspx" style="color: captiontext">Product</a>
      </b>
</td>
<td colspan="2">
<b>  <a href="BusinessPlan.aspx" style="color: captiontext">Business Plan</a>  
    </b>
</td>
<td colspan="2" rowspan ="2">
<b>  <a href="TermsAndConditions.aspx" style="color: captiontext">Terms & Conditions
</a>      </b>
</td>
<td colspan="2">
<b><a href="Legal.aspx" style="color: captiontext">Legal </ a>      </b>
</td>
<td colspan="2">
<b><a href="Contact.aspx" style="color: captiontext">Contact Us</a>      
</b>
</td>
</tr >
</table>
<table>
<tr style="color: inactivecaptiontext;">
<td width="150" height="600" style="background-color: #cc3366;">
<table>
<tr>
<td style="color: captiontext;">
<a href="LoginDef.aspx" style="color: captiontext">Login </a>
</td>
</tr>
<tr>
<td align="Left">
<a href="ChangePassword.aspx" style="color: captiontext">Change Password</a><br />
</td>
</tr>
<tr>
< td>
<a href="Profile1.aspx" style="color: captiontext">Profile</a>
</td>
</tr>
<tr>
<td>
<a href="Level.aspx" style="color: captiontext">Chain Position</a><br />
</td>
</tr>
<tr>
<td>
<a href="CashEnhancement.aspx" style="color: captiontext">Cash Enhancement</a><br />
</td>
</tr>
<tr>
<td>
<a href="TreeView.aspx?txtMemberId=-1" style="color: captiontext"> Tree</a>
</td>
</tr>
<tr>
<td>
<a href="Logout.aspx" style="color: captiontext">Logout</a>
</td>
</tr>
</table>
</td>
<td >
<asp:UpdateProgress ID="UpdateProgress1" AssociatedUpdatePanelID="UpdatePanel1" runat="server"
DisplayAfter="1">
<ProgressTemplate>
<b style="font-weight: bold; color: #000099; text-indent: 100mm; background-color: #66ff33; font-variant: small-caps; text-decoration: underline;">
Loading ..........</b>
</ProgressTemplate>
</asp:UpdateProgress>
<div class ="demoarea" style="color: #ff0000;">
<marquee>
<asp:LinkButton ID="lnkMessage" runat="server" OnClientClick="return false;" Text="December Ka Sikander" ToolTip="See" Style="background-color: red; color: #FFFFFF; text-align: center;font-weight: bold; text-decoration: none; border: outset thin #FFFFFF; padding: 5px;" />
</marquee>
<br />
<div id ="flyout" class="wireFrame">
</div>
<!-- Info panel to be displayed as a flyout when the button is clicked -->
<div id="info" style="display: none; width: 500px; z-index: 2; opacity: 0; filter: progid XImageTransform.Microsoft.Alpha(opacity=0); font-size: 12px; border: solid 1px #CCCCCC; background-color: #FFFFFF; padding: 5px;">
<div id="btnCloseParent" style="float: right; opacity: 100; filter: progid XImageTransform.Microsoft.Alpha(opacity=100);">
<asp:LinkButton ID="btnClose" runat="server" OnClientClick="return false;" Text="X" ToolTip="Close" Style="background-color: #666666; color: #FFFFFF; text-align: center;font-weight: bold; text-decoration: none; border: outset thin #FFFFFF; padding: 5px;" />
</div>
<table border="1" style="width:500px; background-color: lightgrey;">
<tr>
<td>
<b>S.No</b>
</td>
<td>
<b>NOP</b>
</td>
<td>
<b>Received Premium</b>
</td>
<td colspan="3" align="center">
<b>Reward</b>
</td>
</tr>
<tr>
<td>
1
</td>
<td>
30
</td>
<td>
700000
</td>
<td colspan="7" align="center">
AirConditioner
    or     Gift Cheque Of Rs.15000
</td>
</ tr>
<tr>
<td>
2
</td>
<td>
25
</td>
<td>
600000
</td>
<td colspan="7" align="center">
Fridge(Double Door)
    or     Gift Cheque Of Rs.12000
</td>
</tr>
<tr>
<td>
3
</td>
<td>
20
</td>
<td>
500000
</td>
<td colspan="7" align="center">
WashingMachine
    or     Gift Cheque Of Rs.9000
</td>
</tr>
<tr>
<td>
4
</td>
<td>
15
</td>
<td>
400000
</td>
<td colspan="7" align="center">
MicrowaveOven
    or     Gift Cheque Of Rs.6000
</ td>
</tr>
<tr>
<td>
5
</td>
<td>
12
</td>
<td>
300000
</td>
<td colspan="7" align="center">
JuicerMixer
    or     Gift Cheque Of Rs.4000
</td>
</tr>
<tr>
<td>
6
</td>
<td>
10
</td>
<td>
200000
</td>
<td colspan="7" align="center">
DVD
    or     Gift Cheque Of Rs.2500
</td>
</tr>
<tr>
<td>
7
</td>
<td>
8
</td>
<td>
100000
</td>
<td colspan="7" align="center">
Camera
    or     Gift Cheque Of Rs.1500
</td>
</tr>
<tr>
<td>
8
</td>
<td>
5
</td>
<td>
50000
</td>
<td colspan="7" align="center">
WallClock
    or     Gift Cheque Of Rs.1000
</td>
</tr>
<tr>
<td>
9
</td>
<td>
3
</td>
<td>
25000
</td>
<td colspan="7" align="center">
WaterCattle
    or     Gift Cheque Of Rs.500
</td>
</tr>
<tr>
<td colspan="11">
Those advisors who will acheive the TOP criteria of A.C. by 15th December 2008 then an amount of Rs.2100/- will be given in cash to him/her as Reward.
</td>
</tr>
</table>
</div>
<script type="text/javascript" language="javascript">
// Move an element directly on top of another element (and optionally
// make it the same size)
function Cover(bottom, top, ignoreSize) {
var location = Sys.UI.DomElement.getLocation(bottom);
top.style.position =
'absolute';
top.style.top = location.y +
'px';
top.style.left = location.x +
'px';
if (!ignoreSize) {
top.style.height = bottom.offsetHeight +
'px';
top.style.width = bottom.offsetWidth +
'px';
}
}
</script>
<AjaxControl:AnimationExtender ID="OpenAnimation" runat="server" TargetControlID="lnkMessage">
<Animations>
<OnClick >
<Sequence>
<%
-- Disable the button so it can't be clicked again --%>
<EnableAction Enabled="false" />
<%
-- Position the wire frame and show it --%>
<ScriptAction Script="Cover($get('lnkMessage'), $get('flyout'));" />
<StyleAction AnimationTarget="flyout" Attribute="display" Value="block"/>
<%
-- Move the wire frame from the button's bounds to the info panel's bounds --%>
<Parallel AnimationTarget="flyout" Duration=".3" Fps="25">
<Move Horizontal="150" Vertical="-50" />
<Resize Width="260" Height="280" />
<Color PropertyKey="backgroundColor" StartValue="#AAAAAA" EndValue="#FFFFFF" />
</Parallel>
<%
-- Move the panel on top of the wire frame, fade it in, and hide the frame --%>
<ScriptAction Script="Cover($get('flyout'), $get('info'), true);" />
<StyleAction AnimationTarget="info" Attribute="display" Value="block"/>
<FadeIn AnimationTarget="info" Duration=".2"/>
<StyleAction AnimationTarget="flyout" Attribute="display" Value="none"/>
</Sequence>
</OnClick>
</Animations>
</AjaxControl:AnimationExtender>
<AjaxControl:AnimationExtender ID="CloseAnimation" runat="server" TargetControlID="btnClose">
<Animations>
<OnClick>
<Sequence AnimationTarget="info">
<%
-- Shrink the panel out of view --%>
<StyleAction Attribute="overflow" Value="hidden"/>
<Parallel Duration=".3" Fps="15">
<Scale ScaleFactor="0.05" Center="true" ScaleFont="true" FontUnit="px" />
<FadeOut />
</Parallel>
<%
-- Reset the target --%>
<StyleAction Attribute="display" Value="none"/>
<StyleAction Attribute ="width" Value="250px"/>
<StyleAction Attribute="height" Value=""/>
<StyleAction Attribute="fontSize" Value="12px"/>
<%
-- Enable the button --%>
<EnableAction AnimationTarget="lnkMessage" Enabled="true" />
</Sequence>
</OnClick>
</Animations>
</AjaxControl :AnimationExtender>
</div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</form> </
body> </
html>
and my webconfig is
<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <configSections> <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/> <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere"/> <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/> <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/> </sectionGroup> </sectionGroup> </sectionGroup> </configSections> <appSettings> <add key="ConnectionString" value="----" /> </appSettings> <!--<connectionStrings/>--> <system.web> <customErrors mode="Off"> </customErrors> <pages> <controls> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add tagPrefix="AjaxControl" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"/> </controls> <namespaces> <add namespace="System"/> <add namespace="System.Data"/> <!--<add namespace="System.Web.UI.Page"/>--> <add namespace="System.Web.UI.WebControls"/> </namespaces> </pages>
<!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <httpHandlers> <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" /> </httpHandlers> <compilation debug="true" defaultLanguage="c#"> <assemblies> <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> <add assembly="System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> </assemblies> <buildProviders> <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> </buildProviders> </compilation>
</system.web> </configuration> Please help me its urgent
|
| | Add comment |
Thursday, 27 November 2008
|
| Enumerate files in date order Chris Miller 00:23:59 |
| | Hi Folks,
The following snippet will let me enumerate files...
var fs = new ActiveXObject("Scripting.FileSystemObject"); var f = new Enumerator(fs.GetFolder(d).files);
for ( ; !f.atEnd(); f.moveNext()) { : }
How do I assert the order I want the files? Alphabetical by Name, Date of Creation, Date of Last Access, you get the idea...
Thanks,
Chris.
|
| | 1 answer | Add comment |
Wednesday, 19 November 2008
|
| Is WSH implemented in CPP or C? Pippo0729 19:15:43 |
| | I'm a newbie, and I'm wondering if WSH is implemented in CPP?
|
| | Add comment |
Friday, 7 November 2008
|
| BritishNIC dead? Sparkle Plenty 16:12:52 |
| | Hi --
I have a couple of domains registered using britishnic.com, i've tried to modify their details (dns servers etc) in recent days, and found that the updates aren't being fed through - in one case the delay so far is about a week or so.
Are they now defunct? Should I transfer out?
--
|
| | 4 answer | Add comment |
Tuesday, 21 October 2008
|
| hostme.co.uk David Bradley 14:52:28 |
| | Hello,
I am trying to track down a postal address [Not PO Box] and / or phone number for www.hostme.co.uk and in particular the chap behind it Alan Lawson [?]. Don't seem to be able to come up with anything on the net that helps me in anyway.
I am really worried as I have resellers hosting arrangements with them and have placed the websites and email facilities of some 20 friends and contacts onto that server, not to mention my own private web hosting facilities. To get an equivalent package elsewhere would seem to cost around 25% more than I currently pay and that amounts to a lot of dosh.
Of late some facilities and functions from the server have ceased to work and while some initial acknowledgements of the issues were made, I have heard nothing more over the last six weeks. Now if the server [83.223.100.78] went down I would be in panic mode to build up the configuration elsewhere, which would not be a five minute job. Just not sure what I should do. I am really desperate to make contact with the Company. Even if I made contact with their bank, they would, presumably, only forward letters onto their client which in turn would probably remain unanswered. So ............
David Bradley
|
| | 14 answers | Add comment |
Monday, 13 October 2008
|
| Need help on website design & configuration Manu 10:16:17 |
| | Hi, I am a newbie. I am developing a site for my own firm. Need your suggestions on the design.
Here is my requirement. I have a website, which for the external customers. Registered users have access to various services on the site. We have an application for our internal operators who deal with a sepcific location. So to segregate application with the existing customer site, I have created a subdomain(domain alias). Both these sites have access to the same Database, and reside in the same hosting account. Except that, outsite it might look as if there were two sites.
something like www.mydomain.com app.mydomain.com
Need your inputs on the following items.
1) By keeping same database for both external and internal customers will pose any risk or impacts?
Note: Only dependency here is that, issues registered by external customers should be visible to our internal customers.
2) Would it be good idea to host the application in a separate account and use domain forwarding
I don't have much experience with the site design. Please do suggest if there is any better way of solving the problem.
Thanks, Manu
|
| | Add comment |
Tuesday, 23 September 2008
|
| break statement in vbscript wont launch debugger Guest 14:00:22 |
| | I've got a script host (implementing IActiveScriptSite) which I'm using to run VBScripts successfuly but I need to debug them. I know you can put a 'break' statement in the script and that will launch a debugger (like Visual Studio 2005) which seems to work on some systems around here but not mine!
Running the command line "cscript //x scriptname.vbs" where the script has a 'break' raises a dialog asking me to choose a debugger and I can happily step through the script. However I get no such dialog when running the same script from my script host instead I get a messagebox displayed by the script host's implementation of IActiveScriptSite::OnScriptError().
Has anyone else come across this problem or have any info about it? Is there another way to debug VBScripts via Visual Studio 2005 or 2008?
BTW all our development systems are the same ie XP Pro SP3 with VS2005.
|
| | Add comment |
Saturday, 13 September 2008
|
| JScript arrays Guest 02:28:51 |
| | I have an automation server that hosts ActiveScripting. I've exposed methods for clients to access script variables (set/get) and execute script functions. Everything works fine for both VBScript & JScript except for executing JScript functions that return arrays via the run method. I receive a returned IDispatch variant and have yet to figure out how to retrieve the returned array. All other data types are no problem. There appears to be only one DispID (0) which is an OleString but it is empty. I'm using MSScript ocx. Thanks Bill
|
| | Add comment |
Saturday, 23 August 2008
|
| Safe Internet Solutions - www.safe-net.eu ?ISO-8859-1?Q?=22Andr=E9_P=2E_Muga=22?= 20:51:47 |
| | SAFE-NET - Safe Internet Solutions - http://www.safe-net.eu/ --------------------------------------------------------------------------------
Confiabilidade ? uma condi??o essencial para o sucesso. Acreditamos que podemos fornecer-lhe o melhor n?vel de qualidade de servi?o. Pretendemos ser o seu parceiro, apoiando o desenvolvimento do seu projecto desde a concep??o at? ? publica??o.
Connosco poder? contar com:
* Uma equipa de profissionais para profissionais; * Hardware especializado seleccionado com crit?rios de engenharia; * Tempos de disponibilidade elevados (99.9%); * Software de gest?o com alto n?vel de funcionalidades; * Dados salvaguardados com backups e sistemas Raid.
Temos o conhecimento e a vontade necess?rios para o ajudar a tornar o seu projecto num sucesso.
Obrigado pela sua prefer?ncia, Andr? P. Muga
-------------------------------------------------------------------------------- http://www.safe-net.eu/alojamento-web/ Professional Hosting: Alojamento Web Sem limites de Websites Desde 10GB. Veja mais... Desde 6.95 euros/M?s
-------------------------------------------------------------------------------- http://www.safe-net.eu/web-hosting/ Enterprise Hosting Revenda Web Sem limites de tr?fego Desde 50GB. Veja mais... Desde 9.95 euros/M?s
Caracter?sticas incluidas em todos os planos -------------------------------------------------------------------------------- Sem limites de dom?nios - Todos os planos s?o pass?veis de revenda Sem limites de contas POP3/POP3 Secure Sem limites de contas IMAP/Secure IMAP Sem limites de Forwarding Email Sem limites de Email Autoresponder Sem limites de al?as dom?nios Sem limites de Subdom?nios Sem limites de contas FTP Sem limites de bases de dados MySQL Sem limites de bases de dados PostgreSQL Web Based Email CGI-BIN CGI Library Server Side Includes Administra??o Plesk Acesso FTP Shell Access (SSH) Anonymous FTP Webmail Acesso aos Log Files Site Stats P?ginas de erros customiz?veis Web File Manager Custom Cronjobs Protect??o do Spam Assassin + 50 Script Incluidos SSL Secure Server Free Generated Certificate Password Protected Directories Open PGP/GPG Encryption
Hardware -------------------------------------------------------------------------------- Servidores com Multi Core Software 64bits optimizado para alto desempenho UPS Power Back-up/ Back-up Generator Data Center especializado Monitoriza??o 24/7 Discos Raid
Scripts Incluidos (+50) -------------------------------------------------------------------------------- Bulletin Board (Message Forum) Form-mail Script PHP Nuke Guestbook Web Blogs/Wordpress/b2evolution Mailing Lists Image Galleries/Coppermine Poll and Survey Software Moodle Mambo and Joomla phpForm Generator PHP 5 Perl 5 Python Ruby/Ruby On Rails Support For Custom PHP.INI Files Javascript/DHTML Flash/Shockwave Help Center/Support Ticket OS Commerce Shopping Cart Wordpress Outros mais...
http://www.safe-net.eu/web-hosting/
|
| | 1 answer | Add comment |
Wednesday, 20 August 2008
|
| How to get a pointer to the Script's IDispatch when called from WSH? FaisalVali 07:09:09 |
| | Hi All, I was looking at this article on IDispatchEx : http://msdn2.microsoft.com/EN-US/library/sky96ah7.aspx and while it is quite useful - my one question is this: My COM object needs to get a IDispatchEx* to the global script object such as seems to be passed into 'test(IDispatchEx *pdexScript)'. My script is being hosted by WSH, and not IE. Is there anyway to get access to this without actually having to pass it in?
I am hoping that there is some way within my method that i can do this:
STDMETHODIMP MyComObj::makeJSObject(IDispatch** retval) { IDispatchEx* pdexScript = GetCurrentActiveScriptDispatch(); ...
}
Please let me know if you have any ideas on how to get a hold of the global script IDispatch* without having to explicitly pass it in from the script or if you could point me to the right newsgroup, if this is not it
Thanks in advance!
Faisal Vali, MD, MSc Radiation Oncology Loyola
|
| | Add comment |
Sunday, 17 August 2008
|
| C# vs IActiveScriptSiteWindow Xavier 01:23:02 |
| | Hello!
I try to use ActiveScript in C# code.
Help me please with such problem. I implement IActiveScriptSiteWindow interface, but the support of using the MsgBox in script doesn't work. The error raise while executing the script on line with MsgBox code. What am I doing wrong?
Here is the example of the interface IActiveScriptSiteWindow:
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid(@"D10F6761-83E9-11CF-8F20-00805F2CD064")] public interface IActiveScriptSiteWindow { void GetWindow(out IntPtr phwnd); void EnableModeless(bool fEnable); }
I my class I inherit this interface too. All works excapt this functionality.
Thanx in advance.
|
| | 2 answer | Add comment |
Monday, 11 August 2008
|
| job site script like Naukri, Monster, Times Jobs etc., I-Netsolution 14:06:52 |
| | http://www.i-netsolution.com/ Buying i Net job search engine script eliminates your worry about searching for an employer. It has a potential to fix results from 300 major jobsites in 18 countries & thereby indexing nearly 80,000 jobs per day. Get rid of worrying about your competitors, since fixing 80,000 new pages every day from major employment sites http://www.i-netsolution.com/
url:http://www.ureader.com/gp/1671-1.aspx
|
| | Add comment |
Saturday, 9 August 2008
|
| Physiker Physikerin Staatsanwaeltin Staatsanwalt stellenangebote geschaeftsfuehrer stellenangebot wi Guest 06:06:01 |
| | Physiker Physikerin Staatsanwaeltin Staatsanwalt stellenangebote geschaeftsfuehrer stellenangebot wirtschaft stellenangebot stuttgart
+ + + ARBEITSANGEBOTE IN DEUTSCHLAND http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE + + + STELLENANGEBOTE IN DEUTSCHLAND http://WWW.STELLENANGEBOT-DEUTSCHLAND.DE http://WWW.STELLENANGEBOT-DEUTSCHLAND.DE + + + ARBEITSANGEBOTE IM AUSLAND http://WWW.ARBEITSANGEBOTE-AUSLAND.DE http://WWW.ARBEITSANGEBOTE-AUSLAND.DE + + + aUSLANDSJOBS ONLINE FINDEN http://WWW.AUSLANDSJOBS-24.DE http://WWW.AUSLANDSJOBS-24.DE + + + ARBEITSANGEBOTE IM AUSLAND http://WWW.STELLENANGEBOT-AUSLAND.DE http://WWW.STELLENANGEBOT-AUSLAND.DE + + +
http://baby-spielzeug.mirror-server.net - Baby Spielzeug http://ibm-news.for-um.de/showthread.php?t=14940 http://ibm-news.for-um.de/showthread.php?t=14926
stellenangebote krankenhaus stellenangebote schweiz stellenangebot bau Kaufmann Groъ- und Auъenhandel stellenangebote hamburg stellenangebote duesseldorf arbeiten deutschland stellenangebot mannheim stellenangebot technik Informatikkauffrau Informatikkaufmann stellenangebote duesseldorf startseite deutschland stellenangebote ausland stellenangebote muenchen Zimmerer Zimmermann stellenangebote stellenmarkt Lehrer Lehrerin stellenangebot schweiz jobangebote australien stellenangebot krankenhaus jobangebote duesseldorf arbeiten in deutschland stellenanzeigen deutschland meine stadt jobangebote praktikum deutschland Fotograf Fotografin Fotolaborant Fotolaborantin stellenangebot elektro stellenangebot dresden Patentanwaeltin Patentanwalt arbeitsplaetze deutschland stellenangebote ostdeutschland Arzt Aerztin Maurer Maurerin meine stadt jobangebote stellenangebot frankfurt
|
| | Add comment |
Tuesday, 29 July 2008
|
| Exposing DOM objects to script engine from Active Script Host Michel Degroux 13:26:27 |
| | I try to expose DOM objects to the VBScript engine from an IActiveScriptSite derived class. I provide the root object through the AddNamedItem method. This object has a property (propget) of type LPDISPATCH wich return an IDispatch interface pointer to a child object. I can not use this child object in my VBScript, I get an 'Object required' error. Who can help ?
|
| | 2 answer | Add comment |
Monday, 14 July 2008
|
| Using MSHTML to dismiss a modal dialog Guest 14:49:31 |
| | I am writing a test application that launches a browser, navigates to a site and starts filling out forms to test user input and load. I have a problems when I submit a form as an alert is fired asking for client verification of submission. I can dismiss this dialog with a SendKeys command but it has to be the top level window. I would like to be able to access this dialog directly but can't find a way to do it. My testing code does not directly fire the dialog so I can't hook it there. I don't see a dialog collection or any such function in the InternetExplorer object that I get through ShellWindows either. Is there a way to find a modal dialog through MSHTML?
TIA
|
| | 1 answer | Add comment |
Saturday, 21 June 2008
|
| Compress Folder to a single file? Ahmad 01:21:23 |
| | Dear sir, I've some backed up files from variuous locations stored in a folder c:\data and i want to back fiels in that folder to a single file c:\data.zip
i used : -============ strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colFolders = objWMIService.ExecQuery _ ("Select * From Win32_Directory Where Name = 'C:\DBsBackup'") For Each objFolder in colFolders errResults = objFolder.Compress Next -============ i just need any kind of scripts to make it in scheduled task but didn't work, any help ?
thanks A. Sabry
|
| | 13 answers | Add comment |
|