| Thread | Last Post | Replies |
|
| Display child forms | 06 Nov 2003 16:39 GMT | 1 |
Can I display child forms within each of the tabs in the tab control, that is placed inside a picture control on an MDI form. Let me know. Thanks for your help.
|
| adding file to use with controls - newbie | 06 Nov 2003 16:36 GMT | 6 |
Bare with me as i'm quite new to VB6. I have an exe file that I want to use in my vb application. Upto now, I've just worked with forms and user input. Could anyone tell me how to add a file to your app, and then make use of
|
| automatic decimal point | 06 Nov 2003 15:51 GMT | 2 |
has anyone programmed a textbox that works like a cash register key which automatically put in decimal point as you are typing. I am not talking about deviding the number by 100 after you leave the textbox, I like to see "animated decimal" if you will.
|
| LostFocus issue | 06 Nov 2003 15:36 GMT | 4 |
I have an app with a grid control which allows users to edit certain cells. After the user is done making changes to any given row I put up a msgbox asking if they want me to save their changes. So, whenever they change
|
| Can I place a tab control on an MDI form | 06 Nov 2003 15:16 GMT | 1 |
I would like to know if I can place a tab control on an MDI form in a Visual basic application. Thanks.
|
| rtf lost color.. :( | 06 Nov 2003 15:11 GMT | 1 |
hi i prepared a rtf box in my school and it was working well with colors... now that i came howm the colors are not apprearing..the text is always black...the project is the same that was
|
| How do I set an MDI Form so that It Cant Resize | 06 Nov 2003 14:18 GMT | 1 |
Anyone know how to set an MDI form so that it cannot resize? I can change the border style on a regular form but not an MDI Form. Any suggestions? Thanks
|
| Looking for New type of file picker control | 06 Nov 2003 13:43 GMT | 2 |
I am looking for a multiple file open or better yet a multiple file picker control that you can pick files in different folders and have the file names visible to the user. Is there such a thing and if not How do I go about making such a control. I have never made controls before.
|
| swf/avi in a vb app | 06 Nov 2003 13:36 GMT | 1 |
Can an avi be made to play continuously in a VB6 app?
|
| Click Event for "Dead Space" in custom control | 06 Nov 2003 13:15 GMT | 1 |
I am creating an activex control that has as icon on it and several other controls that are only visible when the user clicks on the control. I can do this easily if the user clicks on the icon, but I also want this activity to happen when the user clicks on the space around the ...
|
| textbox event: newbie | 06 Nov 2003 12:10 GMT | 3 |
could someone please tell me what event will be used for a textbox when a user enters data, like a filepath. I.e. for the combo, i normally uses combo_change, or combo_click.. i can not use the textbox_change because as soon as you type 1 letter it carries on
|
| Documentation for controls programming | 06 Nov 2003 11:33 GMT | 1 |
Hi, today i have got a good tip for programming controls. The tip from martin was: Dim WithEvents ctlName As Image Private Sub Command1_Click()
|
| Detecting how long mouse stay inside a form | 06 Nov 2003 07:49 GMT | 3 |
I am writing a program using VB 6.0. I would like detect if mouse stays inside a form for more than 2 seconds then execute some functions. I know Form_MouseMove will be triggered when mouse is
|
| Clone an existing control | 06 Nov 2003 07:30 GMT | 4 |
I have a complex Flexgrid control on one form and I want to be able to copy this control and all its properties/data etc to another form. Is there an API or something to allow me to do this? thanks
|
| Read Only | 06 Nov 2003 05:02 GMT | 1 |
I've a vb command that delete a text file, but I can't remove it if it's Read only file, so could U tell me how can I delete it even if it's a read only file.? Cheers
|