Hi Guys,
I need to shut down an application (.exe) while it's open from a separate application thereby forcing it to close and taking it out of memory so I can update it. Does anyone know how to do this in code?
Hi Guys,
Does anyone know how I can manage updates from my computer to remote pc's. The problem I have is that I need to know which computers was updated and with which version they were updated, so I'm busy writing an app that will do this update for me and once done will update the database...
Hi There,
I'm busy with some SQL XML. It's quite fun but I ran into a bit of snag. I need to set a variable = to a select for xml statement. If I had to put it into code I'd say it has to look something like this:
DECLARE @Str VARCHAR (8000)
SET @Str = (SELECT * FROM tPerson FOR XML AUTO)...
I've got a normal VB 6.0 component which I want to expose to my web application from a remote computer. I was thinking of doing this via a web service. Does anyone know how I should go about doing this if I'm not using .NET?
I've got a textbox. I don't want the person using it to be able to use the backspace keyboard button. I'm trying to use the cancelBubble in my onKeyPress event but it doesn't seem to work. Anybody know why?
Please let me know.
Regards
Hi Guys,
I'm creating a mask edit box. You can copy and paste the code below. Problem I'm having is that when I get to the delimiter I want to either jump to the next character or simulate a delete & delimiter effect(Preferrable). Maybe one of you can figure this one out. I've tried just...
Does anyone know how simulate the Shift + Forward -> keypress event. I know that you can simulate the separate events by using window.event.keyCode = 45 (ShiftKey) or 39 (ForwardKey), but how do you combine the two getting the effect of highlighting the next character?
If I've got a textBox. How can I pick up the current position of my cursor inside the textBox?
eg. "Hello Wo|rld" (Position = 9)
"Hell|o World" (Position = 4)
Does anyone know how I can use the functionality of an ActiveX component on another machine from a stored procedure? I want the component to run on that other machine and not on the database server.
I'm trying to call a web service from sql server passing parameters. The way it should work is a stored procedure is executed which then calls a web service to run a com component which is situated on a different computer.
If there is a way to call the component without the web service then...
Do you know how I can select only a part of the text in a textbox? Eg. If the textbox has the word - Hello World then I want to select Hello or World or just the W.
I've got a HTML table which, if it gets a bit full gets a scroll bar. Now the question is if I scroll down what can I do to keep the headers in one place? In other words I don't want the headers to scroll with the body.
I need to know how to refresh a dialog window. I'm creating the dialog with this function:
function showModalDialogWindow(sURL,sCaption)
{
lookUpArguments.sCaption = sCaption;
var oDialogWindow = showModalDialog(sURL, lookUpArguments, "status:no; resizable:no; center:yes...
I'm busy creating a stored procedure that builds up SQL strings which I then use to execute other stored procs. Now the problem is I need the return value as well as the output parameters. So the question is:
How do I set local variables = to the return parameters of stored procs when I use...
Is there a way to capture all the event, as in every single one, that takes place in the window for IE. For instance if a click or change event happens anywhere in the window then I want to capture it.
Please tell me there is because I've been sitting all night trying to figure this out.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.