by: Dim S |
last post by:
Hi
I'm trying to add an OPTION element to a SELECT element inside from VB
Dim oSel As HTMLSelectElement
Dim oOpt As HTMLOptionElement
Set oSel = mDoc.All("oSelect")
Set oOpt =...
|
by: Jay |
last post by:
I previously posted this question under Visual Basic
newsgroup, but was advised to re-post here.
I'm hoping someone can help me solve an issue I'm having
with VB.Net and Access 2000.
Here's...
|
by: serge calderara |
last post by:
Dear all,
I have build a setup project for my VB.NET application, I need to know the
installation path of an application in order to add file in it.
How can do that inside my setup project ?...
|
by: Tim |
last post by:
Hi,
Yesterday I installed VB.NET on my machine. I had been runnng SQL Server
2000. After the install SQL Server will not run. SQLAgent fails with the
error "1068: The dependency service or...
|
by: BrianDH |
last post by:
Hi
I have a web form with a Datagrid. Within the data grid I have a button.
If the button is of type "Linkbutton" my VB code-behind will catch the users
"click" However, if it is set to...
|
by: Andrew |
last post by:
Hey all,
Requesting help from the VB.Net gurus in here. I was given a task to write
a Windows Service (VB.Net) that would run an external program, and if that
program closed for any reason...
|
by: BrianDH |
last post by:
Hi
I have a VB.Net windows application that’s running on 30 PCs.
All in the same network.
All PCs run XP Pro.
All PCs have Framework 1.1
2 of the PC throw an error when they try to send mail...
|
by: Billie Boy |
last post by:
Hi to all.
I’m new here and am coming to you from Melbourne Australia.
So a big
HELLO 2 ALL.
Now I am encountering an annoying problem in the SQL builder of the copy of VB.6 that I am using at...
|
by: douglas |
last post by:
Can I create my own DLL by vb.net and register as a COM+ service?
Can it be referenced by ASP.NET.
I want to create a SINGLE COM+ library for many different Web-apps....
Besides COM+, is...
|
by: sheenitmathew |
last post by:
Hai all,
I developed an application software using VB 6.0 at front end and MS
Access 2000 at the
back end. The application runs very slow as the size of the database
increses. I used
ODBC...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
|
by: AndyPSV |
last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
|
by: Ricardo de Mila |
last post by:
Dear people, good afternoon...
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what...
|
by: Johno34 |
last post by:
I have this click event on my form. It speaks to a Datasheet Subform
Private Sub Command260_Click()
Dim r As DAO.Recordset
Set r = Form_frmABCD.Form.RecordsetClone
r.MoveFirst
Do
If...
|
by: ezappsrUS |
last post by:
Hi,
I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
|