| Thread | Last Post | Replies |
|
| Copy pixels from picture1 t picture2 | 08 Oct 2003 02:45 GMT | 3 |
Is there a way to copy one picturebox to another by copying pixel by pixel The picture boxes are larger than the screen and I want to copy every pixel in the picture1 to picture2 Picture1 I can't save the image, or set the auto redraw to true, so I am
|
| ComboBox Change but No Change ! | 08 Oct 2003 01:07 GMT | 1 |
"In Visual Basic 6.0, the Change event of the ComboBox control was raised when the text in the text-entry portion of the control was modified; it was not raised when an item was selected from the list portion of the control.
|
| Why too large? | 08 Oct 2003 00:52 GMT | 2 |
I have rewritten ocx's for a button, statusbar, toolbar and tabstrip, because I wanted to be able to change the back, fore and provide a hover color. The button also has popup menus with pictures, colors and hover colors etc.
|
| Printing FlexGrids with the Form.PrintForm Method | 07 Oct 2003 21:28 GMT | 2 |
I'm having problems getting my flex grids to print using the print form method. All my other graphics elements prints, including the picutre boxes, but for some reason the flex grids come out completely black. Does anyone
|
| KeyUp method gets Enter key on MessageBox | 07 Oct 2003 20:23 GMT | 1 |
I am calling a MessageBox within my TextBox Validating method. When I press the enter key to close this dialog box the TextBox's KeyUp method is receiving and processing the enter key - thus putting me in an infinate
|
| Browse for Folder as implemented in Word 2000? | 07 Oct 2003 19:00 GMT | 1 |
I've searched this newsgroup but can't seem to find the answer. I'm looking for how to implement a 'Browse for Folder' the same way Word 2000 does it. Note that I've tried the SHBrowseForFolder/Shell32.dll but that gives a plain dialog box with no icons nor navigation pane on the ...
|
| Pls Help...Formatting textboxes | 07 Oct 2003 17:04 GMT | 5 |
I have a textbox that has the dataformat as Time. I can type in "9:00" and everything is good but I need to be able to just enter "900" and have the textbox convert it to "9:00 AM". How can I use the LostFocus event to tell the textbox to automatically put it in time format ...
|
| TextBox Key Strokes | 07 Oct 2003 15:28 GMT | 2 |
Using a textbox control key strokes can be checked using the ATextBox_KeyPress(KeyAscii As Integer), KeyDown and KeyUp methods. But what about keys such has the "Delete" key? How do I stop the Delete key from deleting text from my text box?
|
| How to create array of control dynamically in run time | 07 Oct 2003 15:27 GMT | 1 |
I'm trying to write a VB program to create an array of CommandButton dynamically in design time. But, VB response error with i run the following code. Please help me. How can i do that?
|
| Try these corrective patch from the MS Corporation | 07 Oct 2003 09:34 GMT | 3 |
Microsoft Customer this is the latest version of security update, the "October 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Registering ActiveX Comp | 07 Oct 2003 05:34 GMT | 5 |
I hope you will forgive me for the silly question. I was given a VB6 project that will not load certin items on existing forms. For instance, one of the forms has a MaskEdit box that gives me an error. If I try to add a
|
| Tab order on user controls | 07 Oct 2003 03:42 GMT | 4 |
On a win-form, How can I provide tab focus on controls which are within a user control. I have a form on which I am adding user controls at run time. Everything works fine except the tab order.
|
| Email controls | 06 Oct 2003 21:09 GMT | 3 |
I am looking for the best control to use for emailing from VB6. I have used Mabry in the past but I was wondering if there is a better one or ont? Thanks in advance for your help. Wiz
|
| SSTab control question | 06 Oct 2003 15:47 GMT | 2 |
I have a SStab control with 3 tabs. When user goes from one tab to another I would like to re-use one of the controls that is there on the first tab. In other words how do I move a control from one tab to the other?. I would greatly appreciate if you could help me out.
|
| User Control "incompatible with you Application" | 06 Oct 2003 15:34 GMT | 1 |
I've taken over a project which is a custom control. We have some issues where we make a change to the custom control then when we run the application that that the custom control is referenced then we get this error :
|