|
How to delete an Image value from Image Property?
Hello:
How do I define an Image property to allow it be deleted (= nothing) in the
VS Property Browser.
If I use:
Public Property Image as Image
Get
Return imgImage
End Get
Set(byval Value as Image)
imgImage = Value
End Set
End Property
I got a browsable Image propety that can NOT BE DELETED by pressing the
Delete key or the BackSpace key en ...
|
3 |
13.02.2006 07:11:03 |
|
I want a friend!
I want a friend.I an a chinese,I want friends who can say chinese.
...
|
1 |
12.02.2006 05:39:43 |
|
hey
i am new to this place.
...
|
2 |
12.02.2006 05:35:35 |
|
answers
where do I look for answers to my questions?
...
|
3 |
12.02.2006 05:33:59 |
|
ActiveX problem
I'm unable to insert graphs into my access forms and reports.
I get a message indicating the ActiveX component is not registered.
The only OCX file I can find is MSCHART20.OCX which seems to be
Chart6.0 instead of Chart8.0. I've searched but can find nothing to
let me know what the right OCX is called.
I've re-installed Office97. I've uninstalled Access97, then
reinstalled, but the Chart...
|
4 |
12.02.2006 03:29:53 |
|
File transfer to/from an ISP from within Access
I need to move a small mdb file to and from an Internet sight from within an
Access 2000 or 2003 application. I have stumbled upon the "Microsoft Internet
Transfer Control" but can find nothing about how to use it for other than a
..txt file.
Does anyone have experience moving an mdb file using either the Active-X
Control above or by any other means from within Access?
--
Thank you f...
|
4 |
10.02.2006 23:04:54 |
|
moving an application to another computer - activex problem
well thats the story
i have an application when i copy it to another computer i have a problem
in one form i have created a Search button - really the most simple one
through an access wizard
well in the new computer when i press the search button i get this message
an error while trying to connect to an ole server or problem with an activex
control
help
i have tried to creat a new a...
|
1 |
10.02.2006 17:38:35 |
|
RichText Font Not Changing
When I change the font of my RichText Control in design mode
the font doesn't change although it changes in design view
it remains the old font at run time. Is this by design.
This is the Microsoft RichText Control
Thanks,
James
...
|
3 |
10.02.2006 11:57:43 |
|
Bold Text in RichText Control
I'm attempting to toggle SelBold in a richtext control using
Ctrl-B but haven't had any luck.
Apparently there's no KeyDown event for a RichText Control
and I'm not sure of the proper syntax for key combinations in vb
so that's probably wrong also.
Private Sub axcRichText_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyControl And vbKeyB Then
Me!axc...
|
4 |
09.02.2006 17:57:39 |
|
Microsoft Ole Server
I'll try to make a long story short and I am usually good about solving my
own issues, except this time.
I have a client who currently is using an Access 97 database for his Courier
Service. He is planning to upgrade and use 2003 once he can get all the
issues worked out.However, before my computer crashed I had his system
working on my computer. All was fine.
Now here is the problem...
|
3 |
09.02.2006 01:12:55 |
|
Terminal Services users have different VBA references
I have a front-end Access XP database that multiple users access through
Terminal Services in Windows Server 2003. I have a copy of the mdb file for
each front-end user in a Terminal Services environment. Some users' mdb
files have different versions of Microsoft ActiveX Data Objects library
checked when I look at Tools|References in VBA than others, even though I am
copying the file f...
|
1 |
08.02.2006 18:57:28 |
|
Help Registering Graph 8 in Office97
I am not able to find any ocx for Graph 8 in Access97. I've tried
uninstalling Office97, and reinstalling it and the control is still
not being registered properly. Any help will be greatly appreciated.
Thanks
David G....
|
5 |
08.02.2006 16:28:09 |
|
Pin 9 the Ring Indicator line
Hi All!
Is it possible to test if the Ring Indicator line is high - much the same as
you are able to test if the DSR line is high by the DSRHolding property -
while using the MSComm Control?
Norm...
|
1 |
07.02.2006 03:57:27 |
|
Populate TreeView With Query
Hi. So far I've used the following to populate a treview control
Private Sub Form_Load()
Dim nodX As Node
Set nodX = TreeView1.Nodes.Add(, , "r2", "Contact Types")
nodX.Expanded = True
Set nodX = TreeView1.Nodes.Add("r2", tvwChild, "child1",
"Audio/Video")
Set nodX = TreeView1.Nodes.Add("r2", tvwChild, "child2", "Auto
Care")
Set nodX = Tree...
|
4 |
06.02.2006 10:28:08 |
|
ActiveX Control Enabled Property
I've developed an ActiveX Control that implements the stock Enabled property.
In every other container except Access it works correctly. When my control
is used on an Access form, Access sets the enabled property to FALSE and
never changes it even if you change the Enabled in the property sheet.
...
|
2 |
06.02.2006 03:45:27 |
|
Subject: Can't Sink Access Events in Vb.NET
I am trying to sink an Access.CommandButton Click Event in Vb.NET. I have
tried about every technique unsuccessfully. I get the following error:
An unhandled exception of type 'System.Runtime.InteropServices.COMException'
occurred in interop.access.dll
Additional information: Exception from HRESULT: 0x80040202.
My code is as follows:
Friend Class clsMain
Private oAccApp As New A...
|
1 |
05.02.2006 21:55:27 |
|
Help with error "You don't have the license required to use this"
Hello everyone,
I am having a major problem and I can not find a resonable answer any
where, so I hope some one here can help me out. I have been working with
Access 2000 for a long time and have always been able to Insert the ActiveX
control "Microsoft Common Dialog control, version 6.0". I now have made the
jump into Office 2003 and Access 2003 which when I try to Insert the A...
|
6 |
04.02.2006 22:41:42 |
|
Transfer an mdb file to/from an ISP from within Access
I need to move a small mdb file to and from an Internet sight from within an
Access 2000 or 2003 application. I have stumbled upon the "Microsoft Internet
Transfer Control" but can find nothing about how to use it for other than a
..txt file.
Does anyone have experience moving an mdb file using either the Active-X
Control above or by any other means from within Access?
--
Thank you f...
|
3 |
04.02.2006 21:30:15 |
|
multi-color control?
What is the lightest-weight Access control which would allow me to display
different lines of a text list in different colors? Right now I'm using the
very light-weight standard label control but User want to see the different
text lines in different colors. Each control will represent a day on a
monthly calendar so there will be a lot of controls needed. That's why I
don't want to use, say 3...
|
2 |
04.02.2006 10:15:04 |
|
Animals in China
mms://a805.v9135e.c9135.g.vm.akamaistream.net/7/805/9135/0029/peta.download.akamai.com/9135/downloads/jcruel_china_dog_med.wmv
sales@lpi-hk.com
...
|
1 |
04.02.2006 10:04:02 |
|
Animals in China
mms://a805.v9135e.c9135.g.vm.akamaistream.net/7/805/9135/0029/peta.download.akamai.com/9135/downloads/jcruel_china_dog_med.wmv
sales@lpi-hk.com
...
|
1 |
04.02.2006 10:03:48 |
|
(.)(.) Hot...
Call +8613352960090
Free!
Multi-lingual!
...
|
1 |
04.02.2006 04:06:24 |
|
(.)(.) Hot...
Call +8613352960090
Free!
Multi-lingual!
...
|
1 |
04.02.2006 04:06:23 |
|
multilang support
how can i make the Treeview control display text in arabic?currently i take
the text from a database table. but when i assign it to text property of
treeview node it just diplays '?' marks? is there any workaround. the
treeview control i have is version 6.0. arabic support for windows have been
installed properly. i am using vb6.0.please help.
thanks...
|
2 |
03.02.2006 14:08:44 |
|
Expand/Collapse Trees One Level at a Time
I have a form with a number of trees on it. This is a history form for
projects and the trees contain the details during the lifetime of the project
(each tree presents data for the project by status). When a user wants to
just quickly view some differences from one tree to the next, they may want
to just expand all trees one level and then after reviewing the tree data,
maybe another level a...
|
10 |
02.02.2006 17:10:35 |