After the mnu is showing from a right click of the mouse is there a way that the mnu can stay up on the screen so a user can check several mnu items?. The mnu right now will close after a user checks just one item. Help anyone?. There are only two things universal in this world...'Hydrogen and...
You need to tell more about the file an its origin..along with what it is used for...text file,data base,coding..etc...If it was encrypted then what with?Anyone can encrypt a file and give it an extention specific to its program..a lot more file info is needed....in order to help you... There...
replace the msgbox with the form you want...
Sorry about that I switched to Decafe' so I'm alittle slow today...
<---CuJo There are only two things universal in this world...'Hydrogen and Stupidity'
Your going at it all wrong bateman23......
first off a timer is not what you want to use because of the enable disable sux's when you want it to start and stop.
get rid of the TIMER....and do this..
Private Sub Text1_Change()
Do
DoEvents
Timeout (5) 'set this secs. to what you want...
Why don't you just disable the update button until the user clicks the add button. That way there is no clicking update by mistake or until the add button is activated or until a user puts text in one of the data fields.
<---CuJo There are only two things universal in this world...'Hydrogen...
Hm.....I'm understanding you're question right.
The first place i would look is when you load the gaphics for you Label/buttons on the design machine is to make sure the path is the same or is going to be the same path it will have when the compiled program is installed on the users machine. if...
Why are you printing text to a form?.....Use a frame or text box on the form to print the text to with the properties set to flat and no border...then scroll the frame or text box with a scrollbar.....something like text1.top = scrollbar1.value.....well something like that.......
seems to me someone forgot to put a
on error resume next
in the program.....
can i ask why are you using ADO 2.5...????
you should be using Microsoft DAO 3.51.....
Just make a label and the caption will depend on the items checked if a listbox item is checked the the label caption will be +1 if an item is unchecked the the label caption will be -1 your answer will be based on the label caption..which can be hidden and called up later..
Ok guys here's one for ya...
I have a form with no border...it has an Image with a BMP or JPG loaded stretch to fit. There are 7 labels all in rows aligned with the image left side. Think of it as a page from a book or magazine.
I have a label acting like a button used as the print command. I...
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.