Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jooky68
  • Content: Threads
  • Order by date
  1. Jooky68

    Stubbing out function

    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...
  2. Jooky68

    Issue with precompiled header directive

    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.
  3. Jooky68

    Easy way to convert image formats?

    I am trying to convert a Bitmap formatted image to Tiff. Does anyone know if there is an easy way of doing this?
  4. Jooky68

    VBA Excel- Getting users Selection

    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.
  5. Jooky68

    Date/Time Picker ActiveX-Can't set VALUE property in code

    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?
  6. Jooky68

    wscript.shell- does the run command have a buffer size for the command

    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...
  7. Jooky68

    Way to tell if called Script produced an error

    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...
  8. Jooky68

    How to change environment variables

    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??
  9. Jooky68

    Running SQL script files with Java

    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...
  10. Jooky68

    Trouble running SQL scripts in MySQL through JDBC ODBC

    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...
  11. Jooky68

    moving data from access to mysql

    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...
  12. Jooky68

    Problems with printing. Forms come out black

    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...
  13. Jooky68

    Running command button from another command button

    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
  14. Jooky68

    Creating a block with a lot of paramters

    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...
  15. Jooky68

    Trouble inserting block through lisp routine

    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...
  16. Jooky68

    Changing text color in a disabled text box

    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.
  17. Jooky68

    Reading in everything from a text file

    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...
  18. Jooky68

    Changing the current directory to be where the executable is being run

    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.
  19. Jooky68

    Check if user is logged into a domain

    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??
  20. Jooky68

    Compiler wont recognize the mid or string$ functions?

    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...

Part and Inventory Search

Back
Top