as this control will apply to any form in the project i can't put the form name, :(
It's a form frame that i am making, similar to the XP types but my custom look.
Kindest Regards
Jim
-
Hi
I have created a control which is designed to fit around a form.
The only problem is I do not know how to make the control which I have created automatically fit to the edges of a form.
How can I do this?
I will be happy with something on the lines of,
UserControl.Left = 0...
Hi there.
How do I determine what three letters are at the beginning of a textbox, I would like to have a single textbox, which does a series of commands,
If DIR ........
then the program needs to open the directory specified
e.g
DIR C:\Program Files
Opens program files and so on,
Any ideas...
if you don't like that, send me your email and I'll send you a dll, and two controls to make it look exactly like it, for free too.
The DLL can upgrade msgbox's, textboxes, combolists etc.
and the controls are a Command Button, and the Window Boarders.
Cheers Jim
JimHutton1978@hotmail.com
Ho there.
I decided to have a fiddle with the database and see if I could hide things from view, so I went to the start-up options, ticked all the boxes, then pressed ok,
Worked great hid everything, but how do I get it back?
Gutted and Frustrated,
Jim
Hi Compiled under the Windows XP Environment, I have located a bug in the combolist selections whilst debugging, hopefully this will sort the problem. If not i'm sure to post again, :|
Kindest Regards
Jim
-
WMMS is my program, it stands for Workload Management and Monitoring System.
The program works fine on WindowsXP but on Windows98 the error below occurrs.
WMMS caused an exception 10H in module MSVBVM60.DLL at 0197:6602479d.
Registers:
EAX=0071f518 CS=0197 EIP=6602479d EFLGS=00000202...
Hi,
I have several tables in my Access 2000 Database which all need to refer to specific tabel which holds the values for the reference numbers.
I link them all using the relationship, but when i come to opening the table, i get prompted with... Insert Subdatasheet.
I need all the link tables...
Brill thanx,
The problem being is that I have two forms which are open, Form1 being the owner form,
When the user enters the Reference Number in the textfield on FORM1, Form2 or Form3 will be shown with focus again.
Thanks
Jim
I can do it like this if I know what the ActiveForm is...
Sub SetFocusOnControl(TheActiveForm As Form)
On Error GoTo ErrHandle
TheActiveForm.SetFocus 'Set Focus on the active form
Exit Sub 'Exit Procedure to prevent the errhandle
ErrHandle:
Exit Sub 'Exit the Procedure as the...
...When the user enters some data then hits enter I would like the other open form to gain focus, and setfocus on the first control, text1.
E.g
Private Sub Text1_LostFocus()
ActiveForm.Text1.SetFocus'The Program needs to work out what the active form is...
End Sub
Kindest Regards
Jim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.