HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Scripting microsoft.public.dotnet.scripting


Discuss in the Dotnet Scripting forum.



Post New Thread
Threads in Forum : Dotnet Scripting Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
in word no. currently .net has no script/interpreter support. a common practice to support macros (the vs ide and asp.net does this) is to...
bruce barker
08-05-2004 02:12 PM
bruce barker Go to last post
0 32
Hi to everyone! I have the following problem: I need to evaluate at runtime a lotof user-defined script expressions (also created at runtime)....
Corrado Bianchi via .NET 247
08-04-2004 08:50 AM
Corrado Bianchi via .NET 247 Go to last post
0 37
Does the .Net framework provide the libraries to enable the ability to schedule tasks on remote machines using the user's credentials? After some...
Net Coder
07-28-2004 10:39 AM
Net Coder Go to last post
2 34
I have two listboxes, and allow users to move items between them via the following function: function SwitchList(fbox, tbox){ var arrFbox = new...
Ryan Ternier
07-25-2004 01:18 PM
John Saunders Go to last post
1 36
I am having a terrible time with innerjoins. Please help!! Why am I getting a syntax error in this statement? Using ASP.NET Visual Studio 2003,...
Mary
07-23-2004 12:08 PM
Efrain Villa Go to last post
2 38
Hi, I have a problem to be solved yet. Following is the problem: I have a MSProject saved in SQLServer using ODBC, which automatically generates...
Santhosh.A.N
07-23-2004 03:09 AM
Santhosh.A.N Go to last post
0 38
Could somebody please point me to the example of how can I attach an "external global" object to the JScript which will be executed within another...
AT
07-22-2004 12:04 PM
bruce barker Go to last post
1 30
Is there any way to get the "command line" arguments from within JScript.NET if this script is executed from some other executable (e.g. C#) using...
AT
07-22-2004 10:51 AM
AT Go to last post
0 37
Hi, I've made a very simple C# dll that I have registered in the GAC ( first SN.exe then GACutil ). Then I also used "regasm". I can call the dll...
Lars Siden
07-22-2004 04:01 AM
Mark Maier Go to last post
1 36
Hi, THis article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnclinic/html/scripting06112001.asp indicates the scriptings...
AT
07-21-2004 02:55 PM
Luhar Go to last post
5 29
I have a user control that I do some vbScript form calculations on the client side. In the user control I have various text boxes with the...
Jim Ciotuszynski
07-20-2004 03:00 PM
Jim Ciotuszynski Go to last post
0 39
View Source suddenly stopped working for me in IE6 (sp1). I've tried what I've been reading here. (deleted files to clear cache, verified that the...
CarlMarket
07-19-2004 12:06 AM
CarlMarket Go to last post
0 29
I use the window.open() method to open a new window on my website. It opens as expected in Netscape 7.1, but does nothing in Netscape 4.7. Is there...
Nathan Sokalski
07-16-2004 03:01 PM
bruce barker Go to last post
1 34
The VSA namespaces (Microsoft.VSA, Microsoft.VisualBasic.VSA, etc.) are marked as "obsolete" in the documentation for Visual Studio. Does this mean...
AT
07-07-2004 11:23 AM
AT Go to last post
0 36
Is there an equivalent to the "button.attributes.add("onBlur","JavaScript:return somfunction();") ? I thought that vbscrpt would also do the same...
Jim Ciotuszynski
07-06-2004 07:52 AM
Jim Ciotuszynski Go to last post
0 30
How can I best handle Daylight Savings Time via code? There are many different countries that have their own different dates of DST. Some have it,...
Shabam
07-06-2004 07:33 AM
Shabam Go to last post
0 53
Is there an equivalent to the "button.attributes.add("onBlur","JavaScript:return somfunction();") ? I thought that vbscrpt would also do the same...
Jim Ciotuszynski
07-05-2004 09:41 PM
Jim Ciotuszynski Go to last post
0 38
I have a program that is posting with the "POST" method and has "onsubmit = return thisFunction". The function works intermittently, sometimes being...
AT
06-28-2004 01:16 PM
bruce barker Go to last post
2 42
Hi, I trying to call mailto from javascript, in a ASP page, and it seems that work. But, when I try to generate a TABLE in the body, I can see in...
sserge
06-25-2004 12:46 PM
sserge Go to last post
0 35
Hi, I have the following application setup: There is an .NETapplication that executes JScripts provided by the user. Sowithin the application I...
Stefan Kraus via .NET 247
06-18-2004 07:28 AM
Stefan Kraus via .NET 247 Go to last post
0 39
H A project requires me to insert new code in VB.NET to create an empty ADODB recordset (not ado.net), using the following snippet Imports...
N Catilo
06-15-2004 02:08 PM
AntaresJohn Go to last post
2 38
Hi Guys, I have been playing with a WMI script to shutdown some PC's. The script is below. The problem I have is when I set the shutdown value to...
Craig
06-13-2004 02:44 PM
Alex K. Angelopoulos [MVP] Go to last post
1 37
Hi Mike, Did you use VS.NET IDE Editor and select split from the Windows menu to open two editor pane? I tested this scenario, but I haven't found...
AT
06-09-2004 10:58 PM
AT Go to last post
0 39
Hello In javascript, how do I keep openEditor from getting reset each time a page is reloaded? Basically I need per browser global javascript...
sean
06-09-2004 04:51 PM
bruce barker Go to last post
1 38
Does anybody know how to build a web setup installer that install my asp.net application in a directory thats is not the inetpub/wwwroot/myWebSite. I...
Condorito
06-09-2004 10:11 AM
Condorito Go to last post
0 39
Hi all, I have created a windows forms control named MyControl. The control exposes a TextFont property of type Font. I have created an HTML page...
Mircea Pleteriu
06-08-2004 02:16 PM
bruce barker Go to last post
2 65
Does anyone know if it is possible to create a task in Outlook from a web page using asp.net? If so, do you have a sample of how you do it Thanks!
metas
06-07-2004 06:36 PM
metas Go to last post
0 32
I have a page which contains a Windows Forms UserControl and several DIVs within a table. When the mouse is moved over the UserControl, it ends up...
AT
06-01-2004 04:18 AM
AT Go to last post
4 34
Hi, As a real novice trying to get to grips with c#.NET and html. I have created a simple showdialogbox which is called from within a webpage.aspx,...
AT
05-26-2004 05:39 AM
Vidar Petursson Go to last post
1 32
Is it possible to determine the control ID of web control that calls a javascript function. I saw a javascript function <FunctionName>.caller that...
Eric
05-26-2004 04:49 AM
AT Go to last post
6 38
I would like to write a Windows Service app that will be notified when an interactive user logs on/off the local computer. Thanks in...
priyamjm
05-25-2004 04:37 PM
priyamjm Go to last post
0 32
can sombody help me please public void bindGrid ( ) { string ServerName = "xx"; // SQL server name string Database = "xxx"; // SQL Database...
Hlynur
05-24-2004 04:50 PM
James Hugard Go to last post
1 41
Hi, I've read an article or two on how to do a progress meter type of ASP.NET page. But, these solutions always included an intermediate page for...
ESQ
05-21-2004 12:01 PM
Mythran Go to last post
1 34
Hi CSS http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/media_1.asp -- Best Regards Vidar...
Vidar Petursson
05-21-2004 09:31 AM
Vidar Petursson Go to last post
0 40
Hi Sure.. <body oncontextmenu="doYourMenu();return false"... More...
Vidar Petursson
05-21-2004 09:29 AM
Vidar Petursson Go to last post
0 38
Hi. Sorry for the bad english. I will try to explain my doubt. I have a repeater control that needs to display some items. On each line of the...
Erik Cruz
05-21-2004 09:04 AM
Vidar Petursson Go to last post
2 36
I'm writing a site in ASP.NET and for the life of me I can't get the stylesheets to work. I have included the stylesheet in the <HEAD> tag: <LINK...
AT
05-19-2004 07:33 AM
AT Go to last post
2 32
I have an .aspx page from which users can upload an image. After a file is uploaded, I also save a 60x60 pixel thumbnail of that image. Works...
AT
05-18-2004 06:31 PM
AT Go to last post
0 38
Hi We are dealing with significant browser compatibility issues with Netscape 5.x+ browsers and Mac IE. I am sure most web developers have faced...
G2
05-17-2004 12:39 AM
Darren Clark Go to last post
2 37
Hi, Hope someone can help me with this; I have an application that uses jsp and asp the jsp calls the asp code to do a database update with...
Paul
05-13-2004 02:55 PM
Bojidar Alexandrov Go to last post
1 32
(Type your message here) hi everyOne, i want to use treeview and this is my first step dealing withtreeviews but my problem is that i cannot find...
alex toby via .NET 247
05-10-2004 04:20 PM
Ben Dewey Go to last post
1 35
(Type your message here) hi everyOne, i want to use treeview and this is my first step dealing withtreeviews but my problem is that i cannot find...
alex toby via .NET 247
05-07-2004 10:20 AM
alex toby via .NET 247 Go to last post
0 36
I was recently toying with IE-hosted Windows Forms controls (instantiated via <object /> tags in HTML) and ran across a surprising (and...
M. Shawn Dillon
05-05-2004 01:53 PM
Patrick Steele [MVP] Go to last post
1 38
Hi all, I have created a .NET Windows control with c#. I have placed the control on a HTML page within the OBJECT element. Everything works fine up...
Mircea Pleteriu
04-29-2004 02:55 AM
Mircea Pleteriu Go to last post
0 37
how can I use wmi with c# or vb.net
Wilfredo Perez
04-26-2004 10:46 PM
Wilfredo Perez Go to last post
0 51
Hi, I have an application today running in Win32 that have some business rules that I use VBScript code to allow my customer to change some behavior...
Jean
04-23-2004 04:06 PM
charles Go to last post
4 49
I'm finding that the built-in data types of Jscript just don't cut my needs. After some reading, I realize that I need the additional checking and...
Tom Longman
04-23-2004 12:16 PM
Tom Longman Go to last post
0 32
H we are trying to run a C#/.net executable using the task scheduler of microsoft. locally this works fine and the script runs like hell (we process...
Henk Jelt
04-20-2004 03:31 PM
Henk Jelt Go to last post
0 35
I've created a email script and the information that is going into the body of the script is directly from my asp form objects, and it keeps on...
Anna
04-20-2004 09:16 AM
Jim Hughes Go to last post
1 45
Hallo I have emebeded .NET Windows Control in html page. I'am able to call control's methods from javascript code embeded in html. Is it possible to...
AT
04-19-2004 12:27 PM
AT Go to last post
0 33
Post New Thread

Display Options
Showing threads 551 to 600 of 817
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.