Hi Pros,
Finally I find how to disable the right click. But now I want to disable the Ctrl+C (want to avoid people copy the content of the html it shows). Any idea on that? thank you.
EC
Hi Pros,
I am new in Visual C++ and need to work for a project that create a dialog showing HTML file just like a web browser except those buttons, address bar and want to disable the right click on the html page.
I am using Visual C++ 6.0, and using the WebBrowser control. Many Thanks.
EC
Hi All,
I am trying to install the fedora 6 to a machine and need to use the text mode installation. But I have to make it support Chinese characters. I know we can choose it in language support in the graphic mode. But where can I find in the text mode? Thank you.
EC
Dear Pros,
Known that the Postgresql has limitation on the indexing.
And now, I need to make index on a column which 64000 characters in length.
Is there any method to change the limitation? or I need to do it in alternative way?
I have found someone said the changes of "NAMEDATALEN" in...
Hi All, I'm facing problem about exporting the crystal report to excel. My application develop on VB6 and calling the crystal report thru crystal report viewer.
My user export the crystal report to Excel 7.0 as normal, but the rows show different. Before, the excel will show a blank line...
Finally I put these code in the Page_load sub
and it works!
cmdSearch.Attributes.Add("OnClick", "if (checkFormat(document.getElementById('" & txtStartDate.ClientID & "').value) && checkFormat(document.getElementById('" & txtEndDate.ClientID & "').value)){if...
checkFormat is a javascript function for checking the date format, it works good before.
There are two If... and two else....
I think I know what's wrong, the ID is not correct, as the asp.net change the id into "ctl16_txtStartDate"
now is thinking of use addattribute in the page_load and use...
Thank you for your suggestion,
actually I have tried on that, but get some problems.
I do the checking on the submit button (web control) thru the OnClientClick.
But when I put following into the OnClientClick:
javascript: if (checkFormat(document.getElementById('txtStartDate').value) &&...
Hi Pros, I have a question on using javascript.
I want to use some client side javascript for checking user input valid data to the form.
but I am using asp.net web controls.
the source will like below
<input name="ctl16$txtEndDate" type="text" value="11-May-2006" maxlength="11"...
I have created a table in MS SQL Server which have a BigInt field. I wanna show it in the crystal report, but it always got 0 (my crystal report version is 8.5)
Anyone has suggestions?
Thank you Ido,I'm using the version 8.5.
I have done it by a alternative way.
Change the Chart to Black and white color,and removed the title and sub-titles.
Then I insert text objects as titles and sub-titles.
Since the Chart title will changed when resize the chart, I find that the text...
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.