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 Chriss Miller 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: *

  • Users: AnilKumar
  • Content: Threads
  • Order by date
  1. AnilKumar

    How to access UML Diagram Shape Class Name?

    Hi, How can I access Shape properties of UML Diagram Shapes like Class from VBA ? Thanks for the help. Anil
  2. AnilKumar

    Can I string together object references, eg: $foo->bar()->try() ?

    How can I call method on object return by a method, if I just call $foo->bar()->try() I am getting parse error.
  3. AnilKumar

    How to avoid escaping of "<" in value of attribute nodes.

    Hi , I have char '<' in value of a attribute node , when I serialise this document it is escaped to &lt; . how can I avoid this. thanks for the help. Anil.
  4. AnilKumar

    Can't exit design mode because control can't be created error in visio

    Hi , I inserted a control &quot;Microsoft Form 2.0 Command Button&quot; in to a Visio2000 Drawing and then removed this control from my drawing , now whenever I tried to insert any shape in to my drwaing I am getting error &quot;Can't exit design mode because control can't be created&quot; I...
  5. AnilKumar

    Can't exit design mode because control can't be created in Visio

    Hi , I inserted a control &quot;Microsoft Form 2.0 Command Button&quot; in to a Visio2000 Drawing and then removed this control from my drawing , now whenever I tried to insert any shape in to my drwaing I am getting error &quot;Can't exit design mode because control can't be created&quot; I...
  6. AnilKumar

    replace string..

    I want to remove all &quot;?&quot; in my string ..is there any function to do this..I tried to use regsub but it is not working.. i have a string like &quot;?anil&quot; i want to remove ?. thx for help.. Anil.
  7. AnilKumar

    429, component can't created error..

    Hi all, When I tried to use MS common dialog control then I am getting control could not be created because it is not properly licenced error.pls tell me how to fix this problem. thx for help. Anil.
  8. AnilKumar

    component could not created error..

    When I tried to use MS common dialog control then I am getting control could not be created because it is not properly licenced error.pls tell me how to fix this problem. thx for help. Anil.
  9. AnilKumar

    I have 2 VBscript files, In File1 I

    I have 2 VBscript files, In File1 I have all functions and want to call then from file 2 ,pls tell me how can I do that. example: File1.vbs call sub1 . . File2.vbs sub1() msgbox &quot;sub1&quot; end sub thx for the help. Anil.
  10. AnilKumar

    Hiding VBA code from User.

    I am developing a solution using VBA for Visio.I want to hide all my code from end user,how can I do this ? thx for the help. Anil.
  11. AnilKumar

    Hiding VBA code from User

    Hi All, I am developing a solution in Visio by using VBA for automation, now I want to hide all VBA code associated with Visio template from User , could any one help me how can I do this ?. Anil.
  12. AnilKumar

    Help me Please (Problem with File Open Dialog Box)

    Hi All, Please Help me to create a file Open Dialog box from a stand alone VBS file (without HTML) I have tried following code.. dim cdl1 dim txtfile dim vis set vis=createobject(&quot;visio.application&quot;) set cdl1 = createobject(&quot;MSComDlg.CommonDialog&quot;) cdl1.showopen txtFile =...
  13. AnilKumar

    Problem with File dialog box.

    I am using following code to display a file dialog box.. dim cdl1 dim txtfile set cdl1 = createobject(&quot;MSComDlg.CommonDialog&quot;) cdl1.showOpen txtFile = cdl1.filename msgbox txtfile when I tried to run this code , it gives &quot;The Common dialog function failed during...
  14. AnilKumar

    How to Use File Open Dialog Box In VBScript

    Hi All , I Want to popup a file dialog box thru VBScript , Can any one tell me how I can do that , I am new to Vbscript. Any help is welcomed. Thx in advance Anil.
  15. AnilKumar

    Zorder not working

    Hi All , I have one MSFlexControl grid and one text box in a form ,What I want when a user click on a particular cell then I want to move textbox on top ofe that cell. could any one tell me how can I do that , when I moved that textbox to new position it displayed below the Grid I want text...
  16. AnilKumar

    UML model diagram Class dialog box..

    Hi All , Please tell me about control used in page tab attribute in UML model diagram template class shape dialog box.. anil.
  17. AnilKumar

    Visio UML template Class Dialog box help...

    Hi all , Please tell me what control are used in Visio200 software UML template when we double click class shape dialog box. also how we can add a drop down list in a excel cell. Anil.

Part and Inventory Search

Back
Top