Topics
-
- 0 replies
- 12.7k views
First, let me say that this is my first attempt to do anything with Jscript.NET, so I really have no clue what I'm doing :) I have written a small little launcher app that launches a different program depending on which button the user clicks. No problems there, all works great. The thing that's weird/undesirable is that when I click on the compiled .exe, it opens a DOS cmd window first, and then displays my menu/form. The DOS window sits in the background (all black) as long as my form is running... what can I do to get rid of the ugly DOS / cmd prompt window? thx!
Last reply by JofCore, -
- 0 replies
- 4.6k views
Hi! I come from germany and so my english is very bad - but I'll try to explain my problem, that can anybody help me :? I search help in german-forums, but nowbody wanted to helped me - i hope, you wont disappoint me too :cry: My job is: i have a JScript-File. I don't know really what it is do, but i have to add to a function, which check (only!!) all the filename (which are in the same folder like the script). It have to test if "settings.txt" embodied in the filename. If yes, it have to save the filename in a variable and then it will be finish-worked, if not the script have to test the next file on his filename. How can i code it?? I have a try, but I …
Last reply by Kitty82, -
- 0 replies
- 4.9k views
Hi, I am new to JScript. I have a function (openWindow)but want to open an HTML document in the window, not open just a window. Can anybody tell me how to open a HTML docuent with JScript.
Last reply by fleart1, -
-
- *Experts*
- 2 replies
- 5.9k views
According to the MSDN Refence Library I should be able to use GetPixel when attempting to return the color of a particular pixel in a specifiec bitmap. Unfortunately I get an error saying a ";" is expected when I run the following line ... var imageObj = new Bitmap(strMaster)); Can anyone help me with what I am doing wrong other than using JScript for something I should be using C# to accomplish? Trust me, I'd prefer to use C# but the automated test harness we're using only accepts JScript.
Last reply by Kowboy87, -
-
-
- *Experts*
- Leaders
- 7 replies
- 5.6k views
So if I pasted JavaScript code into a JScript place, I would get the same product?
Last reply by dynamic_sysop, -
-
- 0 replies
- 6.2k views
I have a screen where certain textboxes get dynamically enabled or disabled depending on whether a value is entered in one of the textboxes (named TXBORGANISATIONNAME). The textbox immediately following the Organisation name is a DateOfBirth field which gets disabled on blur event of Organisation name if any value is entered in it (org. name). This disabling is done by a Function organisationNameCheck() which is called onBlur and onChange event of OrganisationName textbox. In this event the focus should go to the next enabled field which is TXBPOSTCODE. But the focus is just lost..How do I get the focus on PostCode.??? Also when I clear the contents of OrgName, DateOfBi…
Last reply by Juice,
-
Who's Online 0 Members, 0 Anonymous, 10 Guests (See full list)
- There are no registered users currently online