| Thread | Last Post | Replies |
|
| phoenics | 05 Dec 2006 21:26 GMT | 6 |
i need phoenics very urgently..!!
|
| What is the latest version of VB? | 05 Dec 2006 19:45 GMT | 26 |
What is the latest version of VB? Is VB.net the upgraded version of VB6, or they are different things, one for networks, the other for applications and software? Thank you
|
| Windowless UC tooltips | 05 Dec 2006 17:38 GMT | 2 |
Has anyone solved this problem without using a special tooltip control? I have a UserControl with an image control on it. The tooltip just doesn't work. I can set the tooltip
|
| How can I "Drop Down" an combobox (VB6)? | 05 Dec 2006 17:19 GMT | 6 |
How can I drop a combobox down using VB6 codes? (I want to make an "Autocomplete" combobox). Thank you
|
| Looking for large vb6 open source code bases | 05 Dec 2006 09:23 GMT | 6 |
I wrote an analysis tool for VB6 programs using approximative methods to understand syntax and semantics of the language. The quality of my tool depends on the code base I use to test and improve it. I already have about 300.000 lines of proprietary example code, but I would like ...
|
| How to move a frame during Run time? | 05 Dec 2006 08:34 GMT | 6 |
I am wondering if there is a way to move frame1 which contains 4 Commandbuttons when I am running the application? I want the users to be able to the frame1 (with its buttons) using the mouse click and then draging it any where they want to.
|
| KeyPress event not trapping Enter Key | 04 Dec 2006 22:57 GMT | 7 |
I have the following code in this application in several textboxes: If KeyAscii = 13 then me.textbox2.setfocus But for some reason the enter key is not being seen by this event. What do I need to look for to find out why it's not seeing it.
|
| [.net] Functions across form | 04 Dec 2006 19:33 GMT | 3 |
I'm working on a presentation program where I have two forms, one is the "presentation" and the other is the controller form. In the presentation form, I've written a few functions I use to slide, move, hide, etc components on the form. I've been testing them by clicking a
|
| Send info via Internet | 04 Dec 2006 18:19 GMT | 2 |
I have a quick question. We have an vb6 application for which we charge the user based # Transactions, at teh end of each month. Currently at the end of each month, they click a button in our app that generates a text file with encryped usage which they send to us via email.
|
| Close Button | 04 Dec 2006 16:51 GMT | 5 |
I have a Project which has a MDI Form and several forms where its MDI Child is set to true. On form 'A' when a MaskedEditBox has focus form 'B' loads, form 'B' cotains several Radio Buttons if the user makes a selection everything is OK but if the user click's the Close Button on ...
|
| How to Access Random to an mdb File | 04 Dec 2006 14:27 GMT | 17 |
I am new both in Vbasic and Access. I prepared a database within access and I want to read some data randomly. For instance my code will ask employeecode and after I enter it, the program will show the corresponding information. (My employee code has a primary key).
|
| Can Shapes have caption? | 04 Dec 2006 10:39 GMT | 4 |
Newbie vb6. There are several shapes (all circles) on form1. Users need to describe the location of shape1 (circle#1) in relation to shape2 (circle#2) and shape3 (circle#3)...etc. At this time, it is confusing how to describe the circles
|
| Find name of control | 04 Dec 2006 09:42 GMT | 2 |
How do I find the name of controls in the active window. I would like to find the name of a textbox that is on the active window. Thanks, for any help.
|
| How can I make an application appear beside "windows clock"? | 04 Dec 2006 09:25 GMT | 5 |
I want to make a program that appears at the side of the windows clock, how can I do this? (I'm a beginner, please explain in simple language) Thank you
|
| Simulate keypressed sendkeys won't work in XP pro | 04 Dec 2006 08:25 GMT | 2 |
i have this code to press the UP key on my keyboard and keep this pressed for a couple of seconds (not by doing multiple keypess) As i understand by just using the KInput.dwFlags = 0 should keep this key pressed until you set KInput.dwFlags = KEYEVENTF_KEYUP. But that
|