Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

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

    Choose in wich computers a macro should run.

    Hello I think that this tip may be helpfull. If you want to authorize certain computers that can run an excel spreadsheet, you should do the following. In a module, Public Declare Function GetVolumeSerialNumber Lib "kernel32" Alias "GetVolumeInformationA" (ByVal lpRootPathName As String...
  2. efighettib

    Rotate a rectangle

    Hello all!! All I need is to rotate a rectangle like this h=rectangle('Position',[1 1 lx ly],'FaceColor','b') The rotation can be at any point of the rectangle, but the most freccuently case will be at the center of it. Any ideas?? I tried with the commands view or rotate, but I don´t want...
  3. efighettib

    Autocad VBA Events

    Hello Here is my problems. I want to change some properties of some lines in Autocad 2004, but I can`t relate the event of change the lines with the code... I doesn`t work!. I put in a module Public WithEvents ObjFe As AcadPolyline an then, for example Private Sub ObjFe_Modified(ByVal pObject...
  4. efighettib

    Perpendicular walls in Shear Wall Design

    Hello All My question is the next: If I do a shear wall design, defining the "Pier section type" as "Simplified T and C" I can get the Pier longitudinal reinforcing concentrated in both ends of the wall, and in the top and the bottom of it. My problem is that if I have 2 perpendicular walls...
  5. efighettib

    Execute a macro from prompt

    Hello! I have de folowing question. How can I execute a macro, wich is in a module, from autocad prompt without using the two line command -vbarub macroname Instead of this, I just want to write macroname and the macro starts. Thanks a lot
  6. efighettib

    Vertical Modes

    Hello I want to know how to get the vertical modes of a structure with a vertical quake. Thanks
  7. efighettib

    Access Reference

    I want to made an application that works with access. What is the reference (Proyect -> Reference) that I have to select to use it? Thanks
  8. efighettib

    Access 2002 to Access 97 conversion in VB6

    Hello! Certain program generates a database in Access 2002 format, but Visual Basic 6 only can recognice Access 97 format. (as I know) Can anyone tell me if there is a code to transform the database without using sendkeys? Thanks a lot.
  9. efighettib

    Autocad + Visual Basic 6

    Hello I have read the focus, and i have not found what I need. All I want is to open a drawing from VB6 (by a command button), and draw a line from 2 points that were specified in the visual basic 6 aplication. Can someone tell me the code that I need please. (My proyect has the autocad...
  10. efighettib

    Move the mouse from VB

    Hello I need ideas to move the mouse to specific locations of the screen (not only my programm), and click over there. Thanks a lot!
  11. efighettib

    Wait command for Visual Basic 6

    Hello Someone knows any command that keep the program waiting for a few miliseconds, without using the timer control? I need this to put between two calls Call function1(a,b,c) ***** Here is the wait **** Call function2(a,b,c) Thanks a lot
  12. efighettib

    Ole channel

    I want to create a code that gets the results from a model, but totally independent from it, I mean, without opening the model. All I want is to print a table with results, but from visual basic. Is any ole channel that I can use to do this, or any othe way? Thaks.

Part and Inventory Search