Hello Sir, I want know e-mail ID of Y. Hirsh. His profile doesn't has e-mail ID
User 1194469
Posts
-
need E-mail Address of Y. Hrish -
need E-mail Address of Y. HrishHello Sir, I want know e-mail ID of Y. Hrish. His profile doesn't has e-mail ID
-
Dynamically generating One Activex control from Other ActiveX control on users formHello Everybody, This is my first ActiveX control. I am desinging this control in VB6.0 I design 2 ActiveX Contrls One is Vertical Toolbar & second is Horizontal Toolbar. I desing both of them. requirement of project is whenever user click on button of Vertical toolbar, Horizontal Toolbar will be created & displayed at position adjacent to clicked button. (I think you got Problem Statement of project) Now problem is whenever I am tying to create instance of my Horizontal Activex in Verical Activex control's Click event. Vb fired run time error on following SET statement Public Withevents obj as HorizontalToolbar Set obj = Controls.add("CntHori.TbrHorizontal","obj1") Here CntHori is Lib name & TbrHorizontal is Control name. Error name is ---> Obj not SET. I try in this way assuming thta above code will create flyout Horizontal Toolbar on users form. Is there any different way to design flyout toolbar / control in VB. Second Difficulty is when user move his form (during run time) how to get position of my placed Vertical Toolbar or user form's (Left,Top) so that i can move my flyout toolbar. I think all of you get my difficulty. If ther is any better way do this please tell me.:confused: Your Suggetions Are most valueable for me. Deadline of project is 2 day only Please Help Me.
-
How to Get Position of users form & position of Activex Control within the users formHello Everybody I designing one activeX control, I want to get position(Left,Top) of user form, & position (Left,Top) of Activex within users form. Please help me in this regard
-
How to Create Dynamic Toolbar in VB6.0Hello Everybody Please tell me how to create dynamic toolbar in VB6.0 Please help me
-
How to set Align property to User ActiveX controlHello EveryBody, TusharP, here. I designed new ActiveX control. Now I want to assign Align property to this control, so that whenever user drag this control on his/her form, control should be place on left side of Form PLease help me in this regard Thnking You TusharP
-
problem in Dynamically adding objects of user controlHello EveryBody I implemented one ActiveX Control in Visual Basic 6.0. And I want to add instances of this control (Dynamically) in new control or new form. But VB is not allowing me to Set object to ActiveX control. (it allow to declare object but problem is in set operation).:eek:...every suggtion and help is regreated..
-
Sending multiple(Array) values from one page to other pageThanx for ur raply. Will you give me tag name of HTML to send data. Is it meta data or somting else
-
Sending multiple(Array) values from one page to other page:eek:Hello Everybody, I want to send muliple values(Array values) from one page to other. I thing query string is not a solution. Session can be helpfull. But some of my seniors said do not use large number of Session. Is there any alternating way to avoid both session & query string to send array values. Please tell me the performance effectt of Query string, Session & alternate one Thanking You TusharP
-
Sending multiple values(Array) from one page to otherHello Everybody, I want to send muliple values(Array values) from one page to other. I thing query string is not a solution. Session can be helpfull. But some of my seniors said do not use large number of Session. Is there any alternating way to avoid both session & query string to send array values. Please tell me the performance effectt of Query string, Session & alternate one Thanking You TusharP
-
Adding extra attribute / event to web control:eek: Is it possible to add our own attribute / events to web control (if it is not supporting) to increase functionality