Hi Dear freinds. How can I add a bitmap picture(existing in my project resource) for my control toolboxbitmap?
Mansourgh
Posts
-
Usercontrol toolbox bitmap -
How can I make a usercontrol that can contain other controls?Sorry, in VB2005, an usercontrol is'nt containar preliminary.You should do that yourself. But I dont know how? Thanks. Mansour
-
How can I make a usercontrol that can contain other controls?Thank you for your attention. But I think you didn't understand my purpose. In VB6 when I want to make a usercontrol like frame , I add a usercontrol and then change it's containcontrols property to True. But in VB.Net I don't know how can I do that? (Converting a usercontrol to container usercontrol)
-
How can I make a usercontrol that can contain other controls?Hi Dear freind. I want to provide one special frame that can contain other controls. But I can't make it to container. Please help me.
-
Filter Using -
Treeview ControlDo you have a good and proffessenal sample code(s) of using Treeview control in vb.net? Best regards Mansour
-
date query problem inplementation in vb.netIf I've correctly understood your question, I think you should use following structures: select * from table WHERE field >=#12/12/2000# And field <=#10/1/2001# or select * from table WHERE field Between #2000/12/12# And #2001/10/01#
-
How can I set treenode variable to one node with special key in Treeview ?Hi all friends I want to work with Treeview Control in one program, but I have some problems: 1- Are keys of all nodes unique like VB6? I think only children of one node should have unique keys. 2- How can I set one treenode variable to one node with special key? Many thanks Mansour