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