comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * Subclassing List View Control - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/74b84117e131f3f1 * Rich Text Box - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/96ade728c3cc46b3 * Raise the events in VB 6.0 where the events are defined in VB.Net - 1 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/92941e81ff42244e Active Topics ------------- Subclassing List View Control - 4 new ------------------------------------- Hi Frank, Yes i tried the code that you pasted in your previous post. but the value of vscroll cannot be handled by List1.TopIndex. Regarding my code, you said that it is overcomplicating. Are you talking about the For Loop statement that i have used to scroll the List in the List Control Box? If that is overcomplicating then yes you are right but i - Wed, Nov 24 2004 7:00 pm 4 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/74b84117e131f3f1 Rich Text Box - 2 new --------------------- On Wed, 24 Nov 2004 20:25:56 -0500, "Spider" <[EMAIL PROTECTED]> wrote: ... You could send a EM_SETTEXTMODE message, specifying TM_PLAINTEXT in the wParam of SendMessage. Don't forget to send lParam as "Byval 0" without the quotes. However, this will turn the box into a glorified textbox, no fancy - Thurs, Nov 25 2004 2:22 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/96ade728c3cc46b3 Raise the events in VB 6.0 where the events are defined in VB.Net - 1 new ------------------------------------------------------------------------- Hi, I have defined few Events in VB.Net, Register the DLL using "Register Interop for COM" Option. Now I have referred the class in VB 6.0. That is add the referrence for the DLL. But I am not able to declare the Events and invoke the events in VB 6.0 Please have a look at the VB code Private WithEvents eHandle as <NameSpace>.<ClassName> - Wed, Nov 24 2004 9:45 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/92941e81ff42244e ============================================================================== You received this message because you are subscribed to the Google Groups "comp.lang.basic.visual.misc" group. To post to this group, send email to [EMAIL PROTECTED] com or visit http://groups-beta.google.com/group/comp.lang.basic.visual.misc To unsubscribe from this group, send email to [EMAIL PROTECTED] To change the way you get mail from this group, visit: http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe To report abuse, send email explaining the problem to [EMAIL PROTECTED] ============================================================================== Google Groups: http://groups-beta.google.com
