CorsaLad
Member
Registered: 25th Sep 01
User status: Offline
|
i'm currently creating a system in microsoft access 2000. the standard buttons in this are pretty boring. dows anyone know any sites where different buttons can be downloaded?
cheers
james
|
Tim
Site Administrator
Registered: 21st Apr 00
User status: Offline
|
Can you use MFC's in Visual Basic programming? Then if so, there's loads of owner-drawn button classes.
Sorry dunno VB too well.
|
Tim
Site Administrator
Registered: 21st Apr 00
User status: Offline
|
Actually, just look at this:
http://www.vbaccelerator.com/codelib/ssubtmr/odbtn.htm
|
CorsaLad
Member
Registered: 25th Sep 01
User status: Offline
|
k cheers mate. just out of interest how do u know so much about computers in general?!
|
Tim
Site Administrator
Registered: 21st Apr 00
User status: Offline
|
Just worked for a ISP since I was 16 (after work experience with them), and do lots of hobby stuff... oh, and was arrested by Scotland Yard for hacking at 16... too many lates nights basically.
[Edited on 16-02-2003 by Tim]
|
CorsaLad
Member
Registered: 25th Sep 01
User status: Offline
|
lol, arrested by scotland yard! so how old u now then? u mite be able to help me, i cant get into my hotmail account, it worked at college but not at home!
|
Tim
Site Administrator
Registered: 21st Apr 00
User status: Offline
|
I'm 21 now...
|
CorsaLad
Member
Registered: 25th Sep 01
User status: Offline
|
fairy nuff, u got ne idea bout this hotmail thing? every other site works apart from hotmail adn its really annoying because ive got the entire system in access in an email attachment and i really need to access it.
|
Tim
Site Administrator
Registered: 21st Apr 00
User status: Offline
|
Site just doesn't load up?
|
CorsaLad
Member
Registered: 25th Sep 01
User status: Offline
|
i type in my sign in name and password, then click sign in... and its says "The page cannot be displayed"
|
CorsaLad
Member
Registered: 25th Sep 01
User status: Offline
|
i got one of my mates to try and sign in with his account and it didnt work either, so its not my account
|
Tim
Site Administrator
Registered: 21st Apr 00
User status: Offline
|
Could be anything from browser security settings, etc. Try hitting refresh when it says the page can't be displayed and say yes to resubmitting info.
|
CorsaLad
Member
Registered: 25th Sep 01
User status: Offline
|
it worked up until the middle of the week on my pc! its really weird ive tried refreshing and changing the browser settings! pain in the arse!
|
Dan B
Member
Registered: 25th Feb 01
User status: Offline
|
Did you manage to fix this? It's been a while, just thought I'd check!
|
Dom
Member
Registered: 13th Sep 03
User status: Offline
|
in VB mate, you can wack in ocx add-ons or user-controls, which are basically ocx files but not compiled and are inserted into module/class files and loaded from there
easiest place would be to go to www.pscode.com and search for "command buttons" under the visual basic bit. It will list loads and loads of source code, zip files etc etc However, if you can STAY AWAY from ocx files if you are wanting to use your vb project on another system as you have to include the ocx file with you (whereas module/class files get included with the rest of the source)
|
Dom
Member
Registered: 13th Sep 03
User status: Offline
|
quote: Originally posted by Dan B
Did you manage to fix this? It's been a while, just thought I'd check!
twat i thought it was a new thread, didnt check the date oh wells, ill leave my post
|
Dan B
Member
Registered: 25th Feb 01
User status: Offline
|
quote: Originally posted by VisibleMan
quote: Originally posted by Dan B
Did you manage to fix this? It's been a while, just thought I'd check!
twat i thought it was a new thread, didnt check the date oh wells, ill leave my post
Can you tell I was bored earlier?
|