I can make that work, thanks for the info. However the problem I am having is trying to find out what db to access by the name given in the application title. I would like to see if a particular application is running and the name of the db is in the title. I would then like to parse out the...
Is there a way to find what application are running. I need a vbscript that can compare a string to see if that application is running. I found out how to do it in vb6 but I really need the vbscript since it will be used in conjuction with a bigger vbscript.
the vb6 code is as follows...
THIS SHOULD BE EASY, BUT I CAN'T REMEMBER HOW TO DO IT. I WANT TO DO A SELECT STATEMENT AND CREATE A FIELD THAT INCREMENTS WITH EACH RECORD SO IF THERE ARE FOUR RECORDS THE NEW FIELD LETS CALL IT COUNT1 WILL BE POPULATED WITH 1-4.
ANY HELP WILL BE GREATLY APPRECIATED.
THANK YOU.
All I want to do is copy the contents of one table with one connection into that of another table at a different connection. I have tried to populate a dataset then copy it to a new dataset and use the adapter to update, but it is not updating the new data. Is there an easy way to copy...
I am writing my own using a wasp scanner and a number pad running in a windows environment. I decided to go ahead and use SpiderBear6 suggestion and go with threads. I am running two threads one running the questions and waiting for input thru the thread.pause command and an accept button...
Is there a way to stop the program and wait for user input. I am creating a barcode software. The user scans their ID then scans there process such as open job and next scans job number. I am currently using a case statement tracking were they are at, but after the process I would like to...
thanks for the post SantaMufasa, but I had already figured the problem out. It is very similar to your solution though I did have a few extra columns that I did not mention. Here is the final sql statement I used.
SELECT DEPT.DNAME, DEPT.LOC, COUNT(EMP.DEPTNO) "Number of People"...
I have an sql question.
I have two tables
one has 'deptno' and 'dname' in it
two has 'empno' 'deptno' and 'sal' in it
I would like to display deptname, number of employees and average sal in each dept.
so the display would look like this
dname number of people sal
accounting 3...
...during asp.net running and the machine it is trying to grab the db from. If anyone has any information it would be greatly apprecieated.
//***********************************************888
ReportDocument oRpt = new ReportDocument()...
I wrote a program in vb 6 using user document. The program was loaded into an imbedded web server. By accessing the ip address it would hit an htm file that would then direct it to open the cab file and download the program in temp memory and run it. I understand that vb.net does not support...
Thank you CajunCenturion for your response. That does seem to be a better way with less code. One of my orginal problems was that I may not be starting at zero everytime which would mess that formula up, but I have decided to code it to subtract the value back to start at zero so this should...
Yes, I had thought of doing it that way, but I did not know if there was a better way to compare degrees in vb. I guess that is the route I will go. Thank you for your help.
jscorpion
degrees never gets > than 360 it returns back to 0 which is causing the delima. I am reading an external device which is giving me the information in degrees, once a complete circle is done it returns back to zero. This is why > and < than comparisons are not working.
Thank you for your response.
I am graphing data points on a x an y graph. As the angle changes I take a reading of another device. I take as many readings as possible within a 360 degree rotation. How can I in vb code tell when I have made one rotation. You can not use > or < than since I am comparing radians. Is there...
I have a picturebox holding a jpeg. I am drawing points on this jpeg using picture1.line and connecting them. If a point goes higher than my picture1.scale I would like to re-scale the drawing keeping my datapoints, but at a different scale. So if the scale goes up then the new datapoints...
I would like to change the (Default) data located at
HKEY_CLASSES_ROOT\exefile\shell\open\command
I am writing a program to launch an exe when an exe is ran, but I would like a quick install to go and edit the data field for me by setting up a string path to launch the executible before the...
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.