Hello. I am trying to stub out a command that is used for a Sharc board using visual DSP. Being familiar with these two products is probably not necessary to know the answer to my question (if possible). For memory mapping a
section("<some memory segment>")
command is used. This command is...
I am trying to compile a .cpp file but I am getting the following error:
(1782): fatal error C1010: unexpected end of file while looking for precompiled header directive
Any ideas why I would be getting this error message? My head file is included and resides in the same directory.
I am trying to write a little macro that can get the range of the cells in which the user has selected. Is there a built in method for this? The ActiveCell won't work because it has to be a selection.
I have two Date and Time Picker ActiveX controls on a form. When trying to set the current date to them when the form is loaded I get "Property is Read Only". I can't figure out any setting that would cause this. Any ideas?
Is there a buffer size for the command paramter of the run command. I am trying to run a command that works on one computer, but will not work on another. The command is similiar to the following.
cmd="for %h in (compname) do xcopy ""\\somepath"" ""\\somepath"" /r /y"
Sorry I do not have the...
I am writing a script that calls another script. The script works fine but if the called script does not work correctly it will throw an error and than the calling script will continue to run. I wan the calling script to somehow throw an error if one of the called scripts produces and error
I...
I am trying to change some environment variables with vbscript. I know I can view the values of environment variables using wscript.shell, can I change them with this object as well??
I have two files that contain a bunch of SQL statments. I need to run them through a Java class. Problem is that I can't figure out a way to run a script file through the JDBC. One file contains create statments and the other has insert statments. I have tried to read the files into a string...
I am trying to connect to a mySQL database.I set it up on the ODBC after installing myODBC. I am attempting to dump all the tables in the database through a executequery command and than attempting to run a script with the \. command. Here is my code, but for some rerason I am running into...
I am writing a program in java that is to move the data from MS Access to MySQL. There already is a table structure of the Access database in MySQL, all I need to do is move the data from Access to MySQL. I was hoping that someone may have done this before and could give me some pointers as to...
I am trying to print my forms and code in vb6. Not in coding just by going to print and checking off form images and code for the entire project. For some reason all the textboxes, command buttons, and list boxes come out black. Even some of the entire forms come out completely black. Does...
Is there a way in VB6 to run a command button from another command button. I remember I used to do it in VBA with a run command, but it doesn't seem to work in VB6. Any help would be appreciated. Thanks
Paul J
In autolisp, is there a way when creating a block to use a list instead of listing all the objects to select for the block. For instance right now I have
(command "block" yes "0,0" pt1 pt2 pt3 pt4 pt5 ... pt20 "")
Is there a way that I can make a list and just put it in there as the objects...
I have all these lisp routines written for this program that draws out what I need. Instead of just using the oops command after creating my block (which doesnt get rid of the lines that my block consists of) I am trying to insert the newly created block. The problem is that for some reason the...
Is there a way to change the color of a disabled text boxes text? I want to disable textboxes but update them in the coding, but the combo of darker background and the grey text are tough to read.
I have been trying to do encryption using the api. After I am encrypting the data I am saving it to a text file which works fine. While doing the encryption I tried to make sure that it didnt not incorporate a cf or lf character. But sometimes I am still having trouble reading in everything...
I am trying to change the current directory to be where the executable for my vb project is being run. This is probably easy but I just cant think of it.
I am writing this program and would like to know if the user is logged into the domain when they are running the program. Does anyone know of a method to do this??
I am trying to compile my code on a new machine and for some reason the compiler will not recognize the mid or string$ function. When looking through the object browser it says these functions are contained in the string class within VBA, whose DLL file is vba6.dll. I have a reference to...
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.