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