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 SkipVought 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: *

  1. cristin

    Command Buttons appearance...

    What I want is when I place the mouse over the command button,then it raise. Otherwise, the command button should be plane, as it occurs in the Visual Basic toolbox. By the way, do you know how to create it (the vb toolbox)? It's very important for me. Thanks, cris
  2. cristin

    Creating lines wit MatrixVB...?

    How to create lines with Matrixvb 4.5. by code? Which is the intruction or command? I do not get it. Cris
  3. cristin

    Use the MatrixVB 4.5.1 with Visual Basic...

    How do I use vbmatrix with visual basic? It seems to be that matrixvb is an application of Mathworks company to add mathematical Matlab functions to visual basic. Then, it is be programmed in the same way as visual basic is. Thus, I can use functions as "plot" or "polar" to...
  4. cristin

    How to add forms to a multipage control?

    Hi, I need design a window which contains forms such as I can access to them by a tab as some text editors. I have put a MULTIPAGE control on a form. Is is similar to a TABSTRIP control. My idea is that each Multipage's page contains a form. In order to add a new tab or page it would be...
  5. cristin

    How to do the progress bar last the same time as a process in a applic

    Hi everyone, My application performs a process which last a certain period of time that is variable, you know. And, besides, I can not know that time previously or before starting the mentioned process. When I push the play button on a toolbar the process starts. Then, a form that contains a...
  6. cristin

    Undo and redo operations...

    Suppose I have a form that contains an array of commandbuttons. Then, I can add, cut, copy, paste, delete and move them whenever I want. Now suppose I make a mistake and cut a commandbutton by error and then I need recover it. At this point hence I need the undo and redo operatios but applied to...
  7. cristin

    How to select all objects into a form?

    Hi, Say I have a form or a picture which is placed on a form. The container, that is, either the form or the picture contains a set of objects as commandbutton for example. I want to select all when I do click on the "select all" item menu. Can you help me? Bye, Cris
  8. cristin

    How to use the number "pi" in Visual Basic?

    Hi everyone, I have to pass numbers expressed in radians to numbers expressed in degrees. It simply consist of multiplying by (180/pi). You know, pi=3,1416.... However, when I try it, visual basic doesnt recognize the number pi. (You can try to do the following sentence on the inmediate...
  9. cristin

    Command Buttons appearance...

    It seems to be that, I can change the commandbutton appearance. There are two options, 0-flat and 1-3D. I tried to put it flat, that is, option 0, in design time. However, it does not work. It does not change its appearance being always raised or 3D. Does anyone know the reason? Must I change...
  10. cristin

    How to show a set of windows at defined positions at the same time?

    I think that you'll have to use the .left and .top properties of the windows to get them to appear in a certain place. You can do this either by hard coding the values, using an .ini file to store the values and read them from this or you can use the registry to store the values and let the...
  11. cristin

    How to show overlaped forms?

    I want to show various overlaped forms, that is, a form over other forms. And I need be able to select one of them by a tab each time as it occurs in many text editors like UltraEdit. How can I do it? Can you show me the proper code? I have tried with TabStrip and Multipage controls but I do...
  12. cristin

    How to create the visual basic toolbox?

    I need to create a tool box like Visual Basic's tool box to contain objects in my application. It's important for me that it is so narrow as VB tool box (its format is perfect for my program), hence I don't try it with a TabStrip. It seems to be that it can be done by a form that contains a...

Part and Inventory Search

Back
Top