What about add a form that it´s on a different dll?
Is this possible?
Basically, what i wanted was independency between different modules.
Thanks in advance.
Sara
Hi
I want to add a User Control to my form.
If i have the userControl in my form i simply do this
Controls.Add "Main.usrControl", "MyControl"
Controls.Item("MyControl").Visible = True
So far so good.
The problem is there are other user controls in other projects I wanted to add to my form...
Hello...
To build an application where there is a toolbar in the left side of the form with buttons and depending on the button clicked open a diferent "thing" on the right side of the form... what is the best thing to do? Import a dll or a ocx??
Can i import in a form one ocx that is inside...
Pick the example I gave in the first thread...
When the user clicks "OK" in the MDIChild i want to do somwthing in the MDIForm.... My question is? How does the MDIForm knows that the "OK" button in MDIChild was pressed?
THe way it is right know, i press OK and then i don´t know where the...
Thanks Harleyquinn and vladk ... but what i really wanted to know was what event is fired in MDIForm when i close MDIChild..
Hope i made myself clear.. :)
Thanks in advance..
Sara
Hi!
I am doing a simple application where I have a MDIForm and a MDIChild (Which is a login/password window).
When I press "OK" in the MDIChild i unload the MDIChild but i can´t find any event on MDIForm that allows me to go get the login/password introduced...
Any idea how i do this?
Thanks...
Hi!
I have a VB form that calls a Crystal Report.
When i try to view the report, the folowing error occurs: "Cannot open SQL server".
Does anyone know why this happens?
Hi!
In my report i have a button to generate an excel file and another one to visualize it.
When i visualize it, Excel (application) opens and shows the file. But the thing is the focus does not stay on Excel and goes to another application.
Is there a workaround for this??
Thanks in advance
Sara
Hi!
In my crystal report i have an option to generate a excel file.
My question is: can i format the excel file generated. Example: place the title in the middle and use a different font size, use a smaller font for the rest of the file...
Is this possible??
Thanks in advance
Sara
Hi!
I wanted to draw an image.. (say a person) and then be able to click on certain parts (leg, arm, etc) and change it´s
color...
Right now i have no idea how to do this.
Can anyone give me an idea??
Thanks in advance
Sara
Hi!
I have a form that has two distinct parts. The left part are icons that represent actions (add, remove, etc).
In the right side i want to call a form from a dll i´ve developed depending on the action chosen.
Can anyone help me with this?
Is it a dll i have to develop? The one that contains...
Hi everyone!
I´m trying to execute a procedure in Business Objects.
For that, in the main window, instead of choosing "Universe" i choose "Others" and them, from the combo box, i choose stored procedures. The thing is, when i click the Next Button, no connection appear for...
Hi everyone!
I´m trying to execute a procedure in Business Objects.
For that, in the main window, instead of choosing "Universe" i choose "Others" and them, from the combo box, i choose stored procedures. The thing is, when i click the Next Button, no connection appear for...
Hello!!
I´m trying to obtain the day of the week (eg. Monday, Tuesday.. ) giving an argument that is a date but in the string format.
Any idea how I can do this?
I´m trying something like ToDate=("15-11-2002" ,"dd-mm-yyyy"). But when i use the dimension i get the...
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.