| Thread | Last Post | Replies |
|
| hiding datagrid columns | 01 May 2004 00:06 GMT | 1 |
I'm trying to hide from display a couple of columns in a datagrid that I'm populating on the fly in VB6. I can use the keypressed event to prevent thge user from changing data there, but it would be cleaner just to not show the col. I found this code at MSDN ( http://tinyurl ...
|
| Determining Control Type at run-time | 30 Apr 2004 21:51 GMT | 1 |
I would like to run through the controls of a form, and test the control type of each one. Is there a way to determine control types through code Thanks.
|
| How do I know when user drops a widget? | 30 Apr 2004 18:36 GMT | 10 |
How do I know when the user drops a widget which is in the process of being dragged? Do I need to implement the DragDrop event on every widget on my Form? Thanks,
|
| Picturebox problem | 30 Apr 2004 17:43 GMT | 3 |
Here's one that has me stumped right now. I put an image in a picturebox. Works great. Put it on another computer and the image gets cropped because it's too big for the picturebox. Doesn't matter what the resolution is BUT, in researching, the twipsperpixel are different. Now, ...
|
| "Object does not source Automation events" | 30 Apr 2004 14:47 GMT | 5 |
can someone help me with this pretty puzzling problem? I have a VB6 EXE project, and a bunch of ActiveX-Controls the EXE uses. Some of the controls use other controls, so it's really a dependency tree. But never mind that for a while.
|
| Any time-trigger control or function? | 30 Apr 2004 13:38 GMT | 2 |
Hi, i want my VB6 programme to process some specific logic at 9am every day. The logic will take about 3 hours to run, after which my programme should sleep and wait until 9am the next day and run the logic again. This loop should carry on forever. How can I do this?
|
| PLEASE HELP: WEBCONTROL | 30 Apr 2004 13:01 GMT | 1 |
(and sorry me my concerning english) i urgent need help with the Visual Basic WebControl: On a WebSite exists a Form with this can Download a File by click a Button. After the Click its open the IE-Download-Window. How i can do this with the
|
| HELP: WebBrowser Control | 30 Apr 2004 13:00 GMT | 1 |
(and sorry me my concerning english) i urgent need help with the Visual Basic WebControl: On a WebSite exists a Form with this can Download a File by click a Button. After the Click its open the IE-Download-Window. How i can do this with the
|
| Please help: need advice on approach | 30 Apr 2004 11:13 GMT | 9 |
I am developing an application in which a user will be asked to select a number of instruments from a list and then describe the instrument settings (these settings will be used throughout the application). Each instrument could potentially have totally different settings
|
| Problem with the Timer control | 30 Apr 2004 11:11 GMT | 2 |
I have a very simple code in VB 6, SP 5 that I can not figure why it does not work and goes into an infinite loop. Can someone please help me For my form I have a timer control only, and here is the code Private Sub Form_Load( Timer1.Interval = 300
|
| Drag N Drop Woes | 30 Apr 2004 08:11 GMT | 1 |
I haven't done a whole lot of drag and drop so maybe I'm missing something obvious. Let's say I have 25 widgets on my application form. That's not a lot. Let's say also that one of these widgets is the source of a drag-n-drop, and one
|
| Combo Box Arrays | 29 Apr 2004 23:28 GMT | 1 |
I would like some help in the following senario. If you have an array of combo boxes about 7 or so on your form and a text box on your form. The 1st combo box has a list of servers which return the id to the text box The rest of the combo boxes display values of urls on clicking ...
|
| Command button click not working after form loads | 29 Apr 2004 19:41 GMT | 3 |
I have a command button on a form. After first going into the form and clicking on the button, the button get's highlighted like it has the focus, but the click event does not fire. If I use the hot key, the click event does fire. If I click on anything else first and then the ...
|
| Convert PDT To TIF | 29 Apr 2004 19:33 GMT | 9 |
|
| How to make a Tool bar moveable..?? | 29 Apr 2004 15:12 GMT | 1 |
Hai Is it possible to make a Toolbar moveable in VB6..? Let me know how to do it Thanks
|