| Thread | Last Post | Replies |
|
| How to prevent the menu of the right button of the mouse to appear in a Textbox ? | 12 Sep 2003 17:22 GMT | 1 |
I tried for a long time to find a means of preventing the menu of the right button of the mouse to appear in Textbox but without success because I always could found a way of making it appear as for example with the key of the menu (key on right side completely which precedes ...
|
| problem with frame | 12 Sep 2003 16:28 GMT | 1 |
i have SSTab on form. on second tab there is a frame. when i am on first tab, left property of Frame placed on second tab is not correct. when i am on second tab, left property of frame on second tab is correct. why is it so.
|
| clear a data type | 12 Sep 2003 11:07 GMT | 2 |
Is their an easy way to delete all the contents of a data type? For example, public type test a as string b as string
|
| First Timer! | 12 Sep 2003 04:12 GMT | 11 |
How do I get column's in a list box
|
| How to determine the Operating System (95/98/XP) | 12 Sep 2003 02:54 GMT | 2 |
I have a program that I need to update to work under Windows 95, Windows 98, and Windows XP to display a help file. Under Windows 95/98, I can use the following code: fil = App.Path & "\file.hlp"
|
| Query when textbox is changed in VB 6.0 | 12 Sep 2003 02:44 GMT | 2 |
How can i run a query from a mdb database and show it in a datagrid control when i put in a letter in a textbox? for instance. when i type the letter "A" in the textbox i want to run a query like " Select * from customers WHERE name = textbox.Text "
|
| How do you resize a dialog box on the fly? | 11 Sep 2003 22:37 GMT | 1 |
I have a dialog box on which I want to include a label on certain circumstances. So I put the label on the bottom of the dialog box, and I do the following: Myform.height = label1.top + label1.height.
|
| Common Dialog ActiveX Control License | 11 Sep 2003 18:28 GMT | 1 |
whenever i try to draw a commondialog activex control on a form, i get error 429 that says that i don't have a license to use it. Does anyone know how to fix this? Thanks,
|
| Email question | 11 Sep 2003 15:55 GMT | 1 |
I'm playing around a bit with emails and stuff in VB. Connecting to outlook en getting new mail ain't a problem but there's one simple thing I can't figure out, how to find out where it came from? I'd like to know the exact e-mail adres of the sender. I tried all kind of properties ...
|
| Opening printer port. | 11 Sep 2003 15:17 GMT | 4 |
I have a computer running a third party software (POS). The thing is this application opens the printer port and I need to use another program while the first one is still running. Since the other app has the printer port windows shows an error
|
| Two strange Vb6 problems | 11 Sep 2003 14:27 GMT | 3 |
1) When I open one of my projects, the mousepointer is a cross rather than a pointer. If i click on any form in the project, VB crashes. However, if i open the toolbox and click on the pointer icon, there is no further problem. 2) There is no longer a menu option to add a file on ...
|
| Firing events in VB6 | 11 Sep 2003 11:39 GMT | 6 |
Greets all! I'm experimenting with a project that looks like this... [Standard EXE] ---> [ActiveX EXE] <--- [Standard EXE] Each of the Standard EXE holds an instance of a single class defined in the ActiveX EXE. The ActiveX EXE is set up to fire an event via a public
|
| Gauss-Jordan Elimination | 11 Sep 2003 10:44 GMT | 1 |
Does anyone have some sample code that will solve a system of linear equations into (reduced) row echelon form, and illustrates each step of the process (by illustrate, I mean just output what row operations have been peformed)
|
| query when textbox value is changed | 11 Sep 2003 09:48 GMT | 4 |
How can i run a query from a mdb database and show it in a datagrid control when i put in a letter in a textbox? for instance. when i type the letter "A" in the textbox i want to run a query like " Select * from customers WHERE name = textbox.Text "
|
| Dynamically created Variables | 11 Sep 2003 07:56 GMT | 5 |
Lets say I have a list of Names: Jack, Jill, Hill, Pail, Water and now lets say that list changes by way of another program: Jack, Jill, Jane, Pill Then I run my program, using that list. And my program wants to reference
|