| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Greetings,
I'm stuck with a problem. This might be a very trivial
question but any help would be greatly appreciated. Here's
the scenario:
I have a...
Karthik
|
11-03-2003 07:02 PM
bruce barker | 1 | 28 |
|  | Here is what I am trying to accomplish.
I've created a program that will determine what boxes are checked then based
on those checkboxes input it...
Matthew Prieto
|
10-31-2003 06:16 PM
Matthew Prieto | 0 | 31 |
|  | I have an ASP.NET web application with a user control
that renders a side bar on all my web pages. I need to
add the atomz search form to the side...
William Mild
|
10-31-2003 06:16 AM
AT | 3 | 38 |
|  | Someone once said there is no such thing as a stupid
question...so here goes
How do I force text entered into a textbox to submit as
lower...
Jason Burns
|
10-29-2003 05:59 PM
Gavin Jacobs | 1 | 35 |
|  | I used the following to create a WMI object:
loloc = createobject('WbemScripting.SWbemLocator')
lowmi = loloc.ConnectServer()
After lowmi is...
Joey Pang
|
10-29-2003 04:10 AM
Joey Pang | 0 | 28 |
|  | window.open(" xxx.xxx .... )
plus
window.opener.Form1.txtPlace.value = ....
works fine when txtPlace is an object like textfield or
hiddenfield...
mg
|
10-27-2003 05:30 PM
AT | 1 | 23 |
|  | Hello,
I need to know from my VBS script if the computer where it
runs supports power-off feature. I think that's available
through...
John
|
10-25-2003 03:52 AM
John | 4 | 34 |
|  | I got an intranet has one of folder (web) open to public.
When users use one of open-to-public folder webpage they
can't do any postback event (click...
peterson
|
10-24-2003 12:24 PM
peterson | 0 | 28 |
|  | Hi
I have an asp.net form which uses two datagrids
My problem: The sort expression returned to the sort
column eventhandler jumps ahead by one...
Rachana
|
10-24-2003 09:53 AM
Rachana | 0 | 30 |
|  | Hi,
Has anybody successfully used IVsaPersistSite?
Specifically, I want to allow a debugger to be able to
edit script files (and display more than...
JP
|
10-23-2003 06:11 AM
JP | 0 | 31 |
|  | I find that some code (like saving cookies) is not processed before a
server.transfer in VB. I was thinking I could use DoEvents, but Visual
Studio...
Jim Mitchell
|
10-21-2003 08:38 PM
bruce barker | 3 | 28 |
|  | Okay Folks:
Sir twitch a lot here is going bonkers yet again. Here is this little
script I pulled out of the Microsoft Windows 2000 scripting...
Doc Wally
|
10-20-2003 09:28 PM
Doc Wally | 0 | 37 |
|  | Hello, all. I want to retrieve the username from the
client machine and include it as part of a request to an
ASP or ASP.NET page. I don't care how...
Rob
|
10-19-2003 08:31 AM
arth | 1 | 30 |
|  | Hi everybody!
I have a little problem retrieving the permissions of a
share.
I'd like to create a list of all shares on a server and
for each share I...
Simon
|
10-17-2003 03:54 AM
Simon | 0 | 26 |
|  | Hi all
i am new to scripting
i need to develep a page in .net to open %programfiles%/Outlook
Express\msimn.exe on the user computer.
why? i am...
cgj
|
10-16-2003 02:58 PM
cgj | 0 | 27 |
|  | I have a script which runs fine but does not explode the
menu when you click on it like it is supposed to.
When I downloaded this script from...
Bill Johnston
|
10-16-2003 01:54 AM
Kris Childs | 1 | 21 |
|  | hi all,
i have an aspx page with select tag. is there any event
that i can catch in javascript when i select new option ?
<select name="m1"...
Oren
|
10-15-2003 07:34 PM
bruce barker | 1 | 27 |
|  | Hi All,
Is it possible to retrieve IActiveScriptSite interface from
MSScriptControl using C#?
I need this for implementation Exit function...
Slava
|
10-15-2003 11:20 AM
Slava | 0 | 34 |
|  | Due to a recent increase in spam sent to posters in newsgroups, Microsoft advises that newsgroup participants should consider avoiding posting to...
Microsoft Communities Team [MSFT]
|
10-14-2003 06:26 PM
Microsoft Communities Team [MSFT] | 0 | 21 |
|  | I have an Com Component (Control) that I want to use on my
Web Form - I have it in my ToolBox and on my Web Form. How
do I get it to work. I can get...
Sunil Prasad
|
10-14-2003 06:14 PM
Sunil Prasad | 0 | 60 |
|  | Do you happen to know about way around.for output cache
form submission issues.
I know it's a known bug in .NET but trying to find a way
around.
As...
peterson
|
10-14-2003 02:00 PM
peterson | 0 | 29 |
|  | A growing archive of fascinating media articles on current issues & affairs.
Available at Arcis Foundation Website:
www.arcis.co.uk/php/
--
Posted...
[AF] Abdulhafid
|
10-12-2003 08:19 AM
[AF] Abdulhafid | 0 | 24 |
|  | Can anyone tell me what namespaces I need to import in
order to use the VB constants (vbCrLf vbTab etc) or
string functions such as Chr(xx) in a...
Pete
|
10-08-2003 06:07 PM
Pete | 0 | 35 |
|  | Hi.
I have a piece of code that runs ok in Internet Explorer, but when I run on
Netscape it does not. I need to validate data entered on a textbox...
Antonio Maciel
|
10-08-2003 10:13 AM
Antonio Maciel | 0 | 22 |
|  | Still trying to figure this one out:
I want to edit aspx files that do not have the .aspx extension. Is this
possible while still getting the...
Alan Cantor
|
10-08-2003 01:01 AM
Alan Cantor | 1 | 30 |
|  | you implement your own MemberInfo and MethodInfo classes for the object.
-- bruce (sqlwork.com)
"Dilip" <dilipxsl (AT) lycos (DOT) com> wrote
bruce barker
|
10-01-2003 12:10 PM
bruce barker | 0 | 26 |
|  | How do I make my dropdownlist to automatically drop when
it gets focus so that the user doesnt have to click to
drop down.
Please help
Silvia Brunet Jones
|
09-30-2003 01:45 PM
Silvia Brunet Jones | 0 | 11 |
|  | I need to know the printer predetermined of the client?
What is due to do?
PABLO
|
09-30-2003 11:51 AM
PABLO | 0 | 15 |
|  | was an article by Andrew Clinick in October of 2000
What was described was saving a Word document as file type
html.
Then renaming the file with a...
Mark
|
09-29-2003 01:05 PM
Mark | 0 | 28 |
|  | OK -
Today's test:
I have a web application running in Browser A (the application is
written in .NET using C#) which when a particular action opens...
AT
|
09-26-2003 07:17 PM
bruce barker | 1 | 31 |
|  | Dear Colleagues:
Its late, I am out of Jolt and I need your help. . . I am losing the ability
to type and think as I write this.
Okay, I am...
Doc
|
09-24-2003 09:58 PM
Doc | 0 | 33 |
|  | I need to be able to decide were I want the final text file saved. I
can not figure out how to do this. Here is my code and thanks in
advance to...
AT
|
09-24-2003 07:48 AM
Dominique Kuster | 1 | 25 |
|  | Hello
Is VS .NET an IDE for 'standalone' VBScripts? (with standalone I mean plain
scripts, not running in IE in an HTML page, nor running on IIS as...
news.bluewin.ch
|
09-23-2003 03:24 PM
Mark Stanfill [MSFT] | 2 | 37 |
|  | Hi,
In asp.net, when the user clicks on a button (a server
control), right before the click, is there any way we can
append a value to the URL...
Chris
|
09-18-2003 04:02 PM
Chris | 0 | 38 |
|  | Is there a control or class available in .Net similar to
Microsoft script control 1.0???
Actuary
|
09-17-2003 01:50 AM
Actuary | 0 | 34 |
|  | Hi everyone..
I am developing an application where i give the user the
option to view a document or check it out for editing.
There are two buttons...
Sian
|
09-16-2003 02:29 AM
Dominique Kuster | 1 | 34 |
|  | Hello,
I used document.oncontextmenu to use my menu on right
click event and it works well, but when my menu overlays
dropdown control (menu should...
Jacob Markel
|
09-15-2003 11:57 AM
bruce barker | 1 | 29 |
|  | Dear ALL,
Is there someone ever faces this problem? And fix it?
The scenario is:
There's an html page that hosts a .net object (using
object tag),...
Ari Royce Hidayat
|
09-14-2003 12:33 AM
Ari Royce Hidayat | 0 | 26 |
|  | I have an asp.net app., with a few webforms. In a button click event on
a webform(current page) I have code to update a particular file, restart...
Anita C
|
09-12-2003 12:37 PM
Anita C | 0 | 21 |
|  | I'm very new at web programming, but I was working through an example from
Beginning VB.net and hit a wall. In the example, you setup 2 text boxes...
Pete Lux
|
09-12-2003 11:07 AM
AT | 2 | 24 |
|  | when using the Javascript function DisplayWindow(), is there any advantage
to using Javascript's Escape() function
....¶meter1=' + ...
John A Grandy
|
09-11-2003 05:28 PM
John A Grandy | 0 | 27 |
|  | Hi.
I use a page to tell the user that his session has expired. This page has a
hyperlink control that takes the user to the logon page of my...
Erik Cruz
|
09-11-2003 08:21 AM
Erik Cruz | 0 | 28 |
|  | Hello,
I would like to check the "allow inheritable permissions from parent to
propagate to this object" for a User object in the Active Directory.
I...
David Moore
|
09-10-2003 10:00 AM
David Moore | 0 | 23 |
|  | Hello,
Don't know if this is the correct place for this post but
I'll try anyway.
We have a system that was built using server side vb
script that...
bob
|
09-09-2003 12:58 PM
bruce barker | 1 | 26 |
|  | I am looking for suggestions on how to conditionaly check if a database
connection has been opened and to close it if it is.
For Example, I have a...
estafford
|
09-08-2003 01:18 PM
Mythran | 1 | 33 |
|  | did you just say "pubic"?
masha
|
09-08-2003 05:16 AM
masha | 0 | 24 |
|  | Hello,
My application uses COM interfaces, rather than .NET to
implement script hosting, but since I thought the problem
might also apply in .NET,...
Robert Fairlie
|
09-07-2003 11:05 AM
Robert Fairlie | 0 | 32 |
|  | Hello, I'm delivering a .NET windows application and scripting is a major
part of it. The users will have to write a lot of scripts (in VB) and I...
Dominique Kuster
|
09-07-2003 09:58 AM
Dominique Kuster | 0 | 25 |
|  | How do I retrieve the workstations serial number? To determine if it is a
Dell, Gateway, Compaq? Thank you.
- Gabe
Gabe Matteson
|
09-05-2003 02:59 PM
Gabe Matteson | 0 | 36 |
|  | The purpose is to dynamicly create Ads image based on client browser
settings.
I know it's easy to detect browser flash plugin information by...
AT
|
09-04-2003 07:07 PM
AT | 0 | 34 |