Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
February 2007
March 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > dotnet scripting > recent posts

RE: Adding to the RMB menu in IE
Posted by wawang NO[at]SPAM online.microsoft.com ( at 10/30/2007 12:00:00 AM
Hi Dave, I think following blog could probably help: #Nico's WebLog : Calling into your BHO from a client script http://blogs.msdn.com/nicd/archive/2007/04/18/calling-into-your-bho-from-a-c lient-script.aspx Regards, Walter Wang (wawang@online.microsoft.com, remove 'online.') Micros...more >>


Newbie question about group...
Posted by Blue Streak at 10/29/2007 10:50:37 AM
This may seem like a dumb-assed question but is this group primarily about JScript.NET? ...more >>

RE: Adding to the RMB menu in IE
Posted by David Thielen at 10/29/2007 10:28:02 AM
BHO sounds like what we need - is there a url that shows how to create & install one? -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www.windwardreports.com/film.htm ""Walter Wang [MSFT]"" wrote: > Hi Dave, > > Note the java...more >>

RE: Adding to the RMB menu in IE
Posted by wawang NO[at]SPAM online.microsoft.com ( at 10/29/2007 12:00:00 AM
Hi Dave, Note the javascript in the html file can use ActiveX components to do various stuff. I don't think you have to create a full IE add-on (called Browser Helper Object, BHO for short) to do this. Of course, this will depend on your detailed requirement. For example: <SCRIPT> va...more >>

dynamic controls in VB.net
Posted by Anil at 10/26/2007 7:20:02 AM
Hello, I have created a few dynamic controls in vb.net which work fine. But now I would like to reference to those controls. How can I do that. For example I have created a dropdownlist.1d = 13. How can I do a do a response.write or a msgbox using that control? It obviously does not exist...more >>

RE: Adding to the RMB menu in IE
Posted by v-wywang NO[at]SPAM online.microsoft.com at 10/26/2007 12:00:00 AM
Hello Dave, We need to perform more research on this issue . We will reply here as soon as possible. If you have any more concerns on it, please feel free to post here. Thanks for your understanding! Best regards, Wen Yuan Microsoft Online Community Support ========================...more >>

RE: Adding to the RMB menu in IE
Posted by David Thielen at 10/25/2007 3:31:01 PM
Hi; It turns out we need to do some small processing on the text selected. Is there a way to write an IE AddIn in C# or C++? Again, we need to add 2 items to the RightMouse menu and when those are clicked on, our code can get the text presently selected in IE, do some manipulations on th...more >>

Re: How can I automatically ignore script error parsing JScript?
Posted by Joe Fawcett at 10/24/2007 12:00:00 AM
"Chris Shearer Cooper" <chrisnews@sc3.net> wrote in message news:13ht04d75a35nc5@corp.supernews.com... > Sorry for the cross-post, but I don't know which is the right group for > this question. > > I have some JScript macros that I execute inside of my MFC/C++ Windows > program by calling C...more >>



How can I automatically ignore script error parsing JScript?
Posted by Chris Shearer Cooper at 10/23/2007 5:15:20 PM
Sorry for the cross-post, but I don't know which is the right group for this question. I have some JScript macros that I execute inside of my MFC/C++ Windows program by calling CoCreateInstance(CLSID_JScriptEngine, ..., IID_IActiveScript), getting the IID_IActiveScriptParse interface, and ...more >>

Using AJAX in a masked forwarded Domain
Posted by André at 10/22/2007 1:24:21 AM
I have a domain www.lomas21.es. That domain is masked forwarded, by the server, to the real stuff at www.solicon.com.es/lomas21/ AJAX is only working: - When you go to www.solicon.com.es/lomas21/ and clicks "Cinturones". AJAX does not work (it rewrites the whole page): - When you go to w...more >>

Re: Is it possible to write a scripting engine in C#?
Posted by Piter at 10/18/2007 11:37:51 PM
For this purpose you can try Script.NET, it is available with source code. Here is a link: http://www.protsyk.com/scriptdotnet "Blue Streak" wrote: > On Sep 19, 8:53 am, Ken Foust <ken_fo...@hotmail.com> wrote: > > On Sep 10, 3:40 pm, eval.ap...@gmail.com wrote: > > > > > > > > > > > >...more >>

Re: AD Attributes and their usage
Posted by Al Dunbar at 10/18/2007 8:00:07 PM
"Richard Mueller [MVP]" <rlmueller-nospam@ameritech.nospam.net> wrote in message news:e9cCD5aEIHA.5976@TK2MSFTNGP02.phx.gbl... > Many organizations make the values of sAMAccountName and cn the same to > avoid confusion. It is certainly not necessary, but when a user (or Admin) > knows the "...more >>

Re: AD Attributes and their usage
Posted by Austin Osuide at 10/18/2007 4:22:06 PM
Hi Paul, I guess it depends on what other apps will query these attributes and what they expect to see but they always seem to contain identical values (except displayNamePrintable which is not set). I'd use the same value for all Austin "Paul Bergson [MVP-DS]" <pbergson@allete_nospam.co...more >>

Script .NET
Posted by at 10/18/2007 4:12:17 PM
There is a new solution: Script .NET - a language for supporting scripting functionality in .NET applications, embedding custom functionality into CLR applications <a href="http://www.protsyk.com/scriptdotnet">Script.NET</a> ...more >>

Re: AD Attributes and their usage
Posted by Paul Bergson [MVP-DS] at 10/18/2007 1:54:07 PM
Forget it, I don't know what I'm thinking. You are spot on. -- Paul Bergson MVP - Directory Services MCT, MCSE, MCSA, Security+, BS CSci 2003, 2000 (Early Achiever), NT http://www.pbbergs.com Please no e-mails, any questions should be posted in the NewsGroup This posting is provided ...more >>

Re: AD Attributes and their usage
Posted by Paul Bergson [MVP-DS] at 10/18/2007 1:13:43 PM
I thought the user object was named after its upn. Could you elaborate on... "When you modify cn, you rename the object" -- Paul Bergson MVP - Directory Services MCT, MCSE, MCSA, Security+, BS CSci 2003, 2000 (Early Achiever), NT http://www.pbbergs.com Please no e-mails, any que...more >>

Re: AD Attributes and their usage
Posted by Richard Mueller [MVP] at 10/18/2007 12:42:01 PM
Many organizations make the values of sAMAccountName and cn the same to avoid confusion. It is certainly not necessary, but when a user (or Admin) knows the "Logon Name", a common complaint is that they cannot find the user object in AD and cannot bind to the object. You are correct that wh...more >>

Re: AD Attributes and their usage
Posted by Paul Bergson [MVP-DS] at 10/18/2007 12:08:36 PM
Since it sounds like displayNamePrintable is only visible within ADSIEdit, I will leave alone. I was able to learn that cn and name are in sync when modified within ADUC (Plus you have verified this finding) so I will mirror this as well as update the displayName. Thanks for the feedback...more >>

Re: AD Attributes and their usage
Posted by Paul Bergson [MVP-DS] at 10/18/2007 12:06:15 PM
What I have learned since I have posted the initial question is that when the Full Name (Name) is modified within ADUC, the attribute cn (Common Name) is updated to be equivalent to Full Name. SteveB has reinforced this finding with info that replicates my learned experience. I'm confused ...more >>

Re: AD Attributes and their usage
Posted by Richard Mueller [MVP] at 10/18/2007 11:09:06 AM
The value shown in the field labeled "Name" in ADUC for users is the value of the cn (Common Name) attribute, which is the RDN of the object. When you say by default, what you mean is the GUI defaults to these values when the user object is created in ADUC. -- Richard Mueller Microsoft ...more >>

Re: AD Attributes and their usage
Posted by Richard Mueller [MVP] at 10/18/2007 11:05:29 AM
"Paul Bergson [MVP-DS]" <pbergson@allete_nospam.com> wrote in message news:%23QAAoOZEIHA.1204@TK2MSFTNGP03.phx.gbl... >I am trying to determine how each of the following four Active Directory >user attributes (Listed below) are used and any possible negative >consequnces on such a change. ...more >>

AD Attributes and their usage
Posted by Paul Bergson [MVP-DS] at 10/18/2007 9:32:03 AM
I am trying to determine how each of the following four Active Directory user attributes (Listed below) are used and any possible negative consequnces on such a change. I have an Oracle to HR Sync program I have written and we are now passing the display name to AD and obviously it isn't th...more >>

RE: Replacement of COM Script Control in .NET 2.0
Posted by Piter at 10/18/2007 9:08:03 AM
You can try Script.NET - a language for embedding scripting functionality into ..NET applications. http://www.protsyk.com/scriptdotnet , http://www.codeproject.com/useritems/ScriptNET.asp ...more >>

RE: AD Attributes and their usage
Posted by Steve B at 10/18/2007 9:01:00 AM
Name = This is the full name of the user. By default this will be the first name plus Last Name (however, can be different if you want it to be) When you create a user - this is set by the Full Name field. In addition, this is the name you see displayed in Active Directory Users and Comput...more >>

Re: Getting started with scripting automated builds
Posted by Rad [Visual C# MVP] at 10/18/2007 12:00:00 AM
On Tue, 16 Oct 2007 08:48:25 -0700, Quimbly <Quimbly@discussions.microsoft.com> wrote: >I'm trying to find some good resources on how to script a VS build. Our >solution is fairly large, and includes a WinForm app, web services, a couple >of websites, etc. I'm trying to find a way to autom...more >>

Re: Getting started with scripting automated builds
Posted by Mads Bondo Dydensborg at 10/17/2007 12:00:00 AM
Quimbly wrote: > I'm trying to find some good resources on how to script a VS build. Our > solution is fairly large, and includes a WinForm app, web services, a > couple > of websites, etc. I'm trying to find a way to automate the build and > partial builds by scripting them. If you are ...more >>

RE: Getting started with scripting automated builds
Posted by Quimbly at 10/16/2007 11:29:02 AM
After looking around a bit, I've found that Team System automated builds is not an option, and NAnt appears to be overly complicated for what I want to do. I simply want to compile the solution or projects in the solution, in either release or debug modes, or deploy a project, after changing ...more >>

Getting started with scripting automated builds
Posted by Quimbly at 10/16/2007 8:48:25 AM
I'm trying to find some good resources on how to script a VS build. Our solution is fairly large, and includes a WinForm app, web services, a couple of websites, etc. I'm trying to find a way to automate the build and partial builds by scripting them. So far, I've been trying to simply ...more >>

Re: Adding Child node to a Child node in a TreeView control
Posted by Mansi Shah at 10/15/2007 11:18:50 PM
Hi Anil, Here is a code which you requested. Hope this will help you. Private Sub CreateTree() Dim ParentNode As TreeNode = New TreeNode("Topic 1") TreeView1.Nodes.Add(ParentNode) Dim ChildNode As TreeNode = New TreeNode("Topic 1_Sub") ParentNode.Child...more >>

Fatloss computer program
Posted by Angel vasquez at 10/15/2007 7:27:49 PM
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com ...more >>


DevelopmentNow Blog