Enter Keywords:
1 - 10 of 2170(0.024 seconds)
Sort By:
 
I have the following script called by a form from a browser: #!c:/perl/perl.exe print "Content-type: text/plain\n\n";  open (TM, "test.txt") || print "cant";  @text = <TM>;  $len = @text; close(TM...
Zones: PerlDate Answered: 12/19/1998 Rating: 7.6 Views: 0
1.How to delete all content in the cells in DBgrid control? In MSflexgrid control, there is Clear method to use. But I cannot find an equavilent in DBgrid. 2. How to disable certain rows in the DBg...
Zones: Visual BasicDate Answered: 09/01/1999 Rating: 6.6 Views: 0
How can I know if the content of a folder has changed? I tried with: _stat() CFile::GetStatus() but the modification time never changes. Have an idea?
Zones: Windows ProgrammingDate Answered: 03/20/2000 Rating: 9.2 Views: 0
Hello all...     I have used the webbrowser control in vb..     I navigate pages through Navigate Method...     Currently i am doing this procedure.     right click on the browser,,   ...
Zones: Visual BasicDate Answered: 06/10/2000 Rating: 8.2 Views: 0
I want to auto generate a table of contents like in M$ word. I can't find anything for that. Any help is appreciated. Mark van der Putten
Zones: Crystal Reports SoftwareDate Answered: 08/12/2001 Rating: 7.4 Views: 0
Hi all, I'd like to make a small tool that renames all files in given directory by a given rule. (e.g. all files xx*yy rename to xxZ*yy) How can I iterate through all files in a directory ? I u...
Zones: Unix Systems ProgrammingDate Answered: 03/19/2001 Rating: 7.8 Views: 0
Hi, I need a search engine, which searches through my dynamically generated ASP pages. Stuff such as the forum, news etc should be searchable. I can think of some pretty nifty things to build, b...
Zones: ASPDate Answered: 04/03/2001 Rating: 7.8 Views: 0
Hi,   My requriment is to change the content of a cell in Table dynamically on change of value in the Combo Box(SELECT Object). By using InnerText property I achieved it by using InnerText in IE. ...
Zones: JavaScriptDate Answered: 07/16/2001 Rating: 8.2 Views: 0
Hi, Its been a bad week and it just gets worse! I have a page that contains two layers both are absolute and have a height set to 160 code: <DIV ID="id2" CLASS="EVNTcls" STYLE="position: a...
Zones: JavaScriptDate Answered: 03/18/2002 Rating: 7.2 Views: 0
I have a form and a summary section on the same page, based on the input information, I want to dynamic change the summary content, but I don't know the right syntax for the netscape 4.7.
Zones: JavaScriptDate Answered: 06/12/2002 Rating: 7.4 Views: 0