| Thread | Last Post | Replies |
|
| Disable Listbox scroll | 10 May 2005 16:32 GMT | 2 |
I have a listbox (with checkboxes), and I want to press Ctrl-A to select all. When I press Ctrl-A, the list will scroll to the first item in the list beginning with the letter A, but I do not want the list to scroll at all. I have tried googling, looping through the items, disabling ...
|
| Parsing a US-format date | 09 May 2005 15:33 GMT | 11 |
This problem initially sounded easy, but I think I was mistaken I want to parse a US-format date (i.e. with month-day order, rather than say day-month). The date will be relatively free-format (e.g. numbers and/or month names, in short/medium/long formats) so I don't want to start ...
|
| line object in vb6 | 09 May 2005 07:20 GMT | 6 |
i create line objects on form with left click i don't nkow how to change x1,y1 and x2,y2 with mouse clicks because line object doesn't have any events is there any kind of advanced line control that has few simple events
|
| need vb help file | 05 May 2005 19:41 GMT | 5 |
i have the software without the help file, any Idea where I can get one Regards Medhat
|
| Datagrid Scrollbars | 04 May 2005 14:01 GMT | 1 |
My data grid automatically gets a horizontal scrollbar. But I want a vertical scrollbar as well. Is there a way to do that? Please advise Thanks
|
| Type 'xxx' is not defined. | 03 May 2005 17:58 GMT | 2 |
When I build the application I get the preceeding error. How do I include the definitions for a 3rd party class? I've included the Reference in the Solution Explorer, but where or how in my code on my form do I include this reference?
|
| SendKeys on Windows 64 | 03 May 2005 11:19 GMT | 6 |
VB 6.0 (SP5) + Windows XP-64 Activates the window but doesn't send any keys AppActivate "Sign In - Gecko Browser", False SendKeys SEND$, True
|
| update string | 02 May 2005 06:21 GMT | 6 |
I am doing application for update Foxpro data table like this: updateString = "update mytable set name = '"& nameVar &"'" where id = '"& idvar &"'" nameVar contain the quotation mark ("), then error occurs. There is any idea
|