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.
jrbarnett,
Thank you for your comments.
I have just check the "Security" and found it is set to Medium.
I can delete the files by "Kill" in Visual Basic 6.0.
Thank you.
More information:
When restart, the hard disk was scaned and it said the errors are fit.
After restart, browsing became OK.
I opened the dmp file by notepad and got lost (as expected).
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*...
Sorry, I forgot to say! I was able to paste the values from the whole usedrange of the outside workbook, but without adding the values onte the sells.
Say, I got cells(1,1)=1 in sheet1 in current workbook, and got cells(1,1)=2 in sheet1 in an outside workbook. I then copied the valu of 2 from...
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.
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.