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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by saramaia

  1. saramaia

    Controls.Add OCX ??????

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

    Controls.Add OCX ??????

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

    Import OCX or DLL

    Can´t open the projects in my computer... :( Ocx/versions problems... Any extra help you can give me? Sara
  4. saramaia

    Import OCX or DLL

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

    MDIForm receive focus when MDIChild closes

    Thanks a lot Bob... You really got my point... I know what to do now. :) Thanks again Sara
  6. saramaia

    Hide maximize button in MDIForm

    Great. It worked. Thanks ;)
  7. saramaia

    MDIForm receive focus when MDIChild closes

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

    MDIForm receive focus when MDIChild closes

    But is there any work around for this?
  9. saramaia

    Hide maximize button in MDIForm

    Hi! Can anyone tell me how I disable the maximize button from a MDIForm? Thanks in advance Sara
  10. saramaia

    MDIForm receive focus when MDIChild closes

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

    MDIForm receive focus when MDIChild closes

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

    Cannot open SQL Server

    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?
  13. saramaia

    Set focus on Excel file when visualizing it

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

    Format Excel File generated

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

    Draw images and control each part

    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

Part and Inventory Search

Back
Top