Hi,
In Microsoft Outlook, I start a new message with format HTML. Then I right click the big window and select View Source, I can see some HTML code.
My question is can I make my own HTML code for Outlook to construct the new message?
Thank you in advance.
Hi,
A few times, found my Windows XP became very slow when visited webpages, I restarted it and it scaned my hard disk and got error. Today, the report said the error are in
C:\WINDOWS\Minidump\Mini071206-01.dmp
C:\DOCUME~1\.....\LOCALS~1\Temp\WER1.tmp.dir00\sysdata.xml
Do you know what...
Hi,
I remember a book said we can use *& to pass an array to a function, but now I find it can be done by use * only. For example:
void main()
{
int* myArray = new int[1];
myArray[0]=1;
MyFunction(myArray);
cout<<myArray[0]<<endl;
delete[] myArray;
}
void MyFunction(int*...
Hi,
In Excel VBA, I failure to paste whole usedrange from a sheet in another workbook onto the sheet in current workbook with adding operation.
......Copy
aRange.PasteSpecial Paste:=xlPasteValues, operation:=xlPasteSpecialOperationAdd
That was working if I copy from the same workbook.
Can...
Hi,
I want to use <DIV contenteditable> for a editable erea for IE65.5-IE6. For the browsers not support "contenteditable", I want to use <textarea>.
How can I detect when "contenteditable" will be supported and show <DIV>, or not supported and show <TextArea>?
Thank you in advance.
Hi,
This is realy strange:
I tried put textarea {width:100%;} in my style.css but it was not worked for <textarea>...</textarea> in my page.
I then changed <textarea>...</textarea> to <textarea style="width:100%;">...</textarea> and this works.
Hi,
I want <textarea contenteditable>Something</textarea> but it wasn't correct.
I know we can do <DIV contenteditable>, but don't know what will happen if the browser not support "contenteditable".
Any idea?
Hi,
I believe you all know how to put the application to the system tray (use Shell_NotifyIconA). What I want to ask you is why we can use the X coordinate in the Mouse_Move event to determin double click?
Thank you in advance.
Hi,
<img src="www.....gif">
How to limit the width and height of the image? I don't mind to cut it or put it in a box with scroll bars, but I don't want to use <img src="www.....gif" width="...">
Any suggestion?
Hi,
In MS Outlook, when try to receive mails, I got error
"The TCP/IP connection was unexpectedly terminated by the server......Error Number:0x800ccc0f)."
This only happens for one email account and only happens in resent week. No error for the rest email accounts.
Any idea?
Thank you in advance.
Hi,
Many javascripts not work after move to a new server, they all have the format
<script type="text/javascript" src="xxxx.xxx"></script>
1. They were working fine in the old server.
2. They are working fine at the moment in my IIS.
3. If change to format
<SCRIPT language='javascript'>
<!--...
Hi,
I want to send emails by myEmail@account2.com when myEmail@account1.com is down something like:
set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.From = "myEmail@account1.com"
......
objCDO.Send
If not success Then 'How to know not success??
objCDO.From = "myEmail@account2.com"...
Hi,
Please point me where I should go for help if I am in a wrong place for this question!
I tried to draw an icon with a circle and found the "circle" was not so smooth. I just cannot understand how the people can make such smooth circle in the same size icon as mine.
Any idea?
Hi,
Can you explain how to use an abstract class? I want to use Calendar to find weekday but we cannot use
Calendar calendar = new Calendar(06,04,22)......
Thank you in advance.
Hi,
Using "screnc.exe /xl ..." I encoded a few line code in file dbConnection.inc in my site.
Have found a user is trying to guess my file names for weeks, I am thinking change the file name dbConnection.inc to dbConnection.asp hoping it cannot be seen by the browser.
However, I found it will...
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.