| Thread | Last Post | Replies |
|
| MSChart question.... | 01 Sep 2003 00:09 GMT | 1 |
I pass in an ado recordset to an MSChart control, but it kips the 1st, 2nd and last rows when displaying the data. Anybody seen this before?
|
| newbie Inheritance question | 30 Aug 2003 15:59 GMT | 1 |
Can anyone help me with this newbie question about simple inheritance of form controls? I have a texbox base class (I'll keep it really simple) Protected Overrides Sub OnTextChanged(ByVal e As System.EventArgs)
|
| Multi-line header for listview -- revisted | 30 Aug 2003 15:18 GMT | 1 |
I'm trying to create a listview that contains a multi-line header. I've only been able to find one code example on the web/newsgroups that demonstrates this; however, it's in c++ /w MFC and my conversion didn't go very well. Is there a reason for the lack of info on this
|
| newbie Inheritance question | 30 Aug 2003 10:56 GMT | 1 |
Can anyone help me with this newbie question about simple inheritance of form controls? I have a texbox base class (I'll keep it really simple) Protected Overrides Sub OnTextChanged(ByVal e As System.EventArgs)
|
| Menus | 30 Aug 2003 10:48 GMT | 1 |
Hi, if U check an Open or Save As Commondialog control (from Ms Word or Excel or ...)U will see that it has a nice menu in the left side (My Computer, My Documents...etc). so my question is how to make like these
|
| how can I use label to show a link, and after click it, open browser? | 30 Aug 2003 01:22 GMT | 1 |
I use VB6 make a form, and this is a link, I want the client click the link to pop up internet explore, how can I do it in VB6, which component I need to use? Thanks
|
| Truegrid pro | 29 Aug 2003 21:25 GMT | 1 |
Is there someone who can deliver me Truegrid pro (16 bits) version 2.0.0.85 for VB3 .(I need Truegrid.vbx in designtime ) eiger@kbcmail.net
|
| OnError in UserControls, where do I code it? | 29 Aug 2003 21:24 GMT | 1 |
I have written a UserControl that checks for some files in the UserControl_Show event and then it creates an Excel Object. At this point, the UserControl just hangs out in the background.
|
| Navigation TreeView with arrow keys | 29 Aug 2003 21:23 GMT | 1 |
What is the best way to trap the selected node of a TreeView while navigating with arrw keys? Using the mouse works well with MouseDown or MouseUp, but what about the keys? Thanks
|
| Menu in MDIChild | 29 Aug 2003 20:38 GMT | 1 |
When activating a MDIChild form containing a menu, it replaces the MDIForm (Main) menus. Is it possible to have the main and child forms sharing the menu area (like controls do with NegotiateMenu)? Any advice will be good!
|
| Searching for the next value in a tree control | 29 Aug 2003 20:27 GMT | 1 |
Does anybody know a good way to search for a value in a tree control? I can find the first value but if I have more than one node that meets the criteria I want to be able to go to the next node. For now I have this:
|
| Right Click menus | 29 Aug 2003 16:57 GMT | 1 |
Hi, please how can I create a right click menu appears. Thank U
|
| HELP! "Exception Floating point inexact result" while processing WM_COPYDATA msg | 29 Aug 2003 15:47 GMT | 1 |
hi friends/seniors i am stuck on one problem in VB 6.0 and need solution. see if u can help me. first i describe the problem. Can u imagin the WinZip scenario. we right click on some file and select in
|
| ToolTip Text | 29 Aug 2003 15:22 GMT | 1 |
Hi, beside or instead ToolTipText help text I want to insert a picture the way that when the mouse arrow goes over a control the picture will be poped down like a ToolTip Text. is that possible..!!? and how?
|
| Dynamically unloading the controls created at runtime | 29 Aug 2003 14:08 GMT | 2 |
We have a code which creates the controls dynamically, which are not in a control array. Please suggest us a way to unload these controls at runtime, we have tried this with the unload method but the
|