Toolbar also has events MouseDown and MouseUp. Toolbar's buttons have event ButtonClick. I think that's all you need. Robert
C
Coolesh
@Coolesh
Posts
-
TOOLBAR Events -
scrollbar in formI think moving many controls placed on form isn't a good way. I would look for better way for example I would place them in frame and move that frame, not separated controls. Scroll bars have event "Changed". Use it. By the way: use dotnet - learning vb6 is mistake. Robert
-
data migrationSET indentity_insert YourTable ON here goes insert SET indentity_insert YourTable OFF Robert
-
scrollbar in formFor example you can add components named HScrollBar and VScrollBar to your form. Robert
-
Connecting to secure web pageHi, I need to connect to secured web page using VB.Net 2005 (desktop app). How to do those things: - connect to web page - keep connected session - execute urls with parameters (ex. https://mywebpage/sth.do?firstparam=1) - log off Please help me. Thank You for any response Robert