Reece,
If you are refering to sending keyboard strokes or presses then you could try the following
SendKeys.Send("^A")
or
SendKeys.Send("^+A")
cheers,
Infacta
Mysticmart,
I am not sure if this answers your question but have you tried the following
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim page As TabPage
page = TabControl1.SelectedTab()
If page.Name =...
Hi All,
I have figured out the problem.
In the end it turned out that the database i was using has a different relational structure than i first thought. I was referencing incorrect ID's.
As suspected, the 'INSERT INTO' command does indeed work.
I thank you for all your efforts and comments...
The Following is a section of code adding just 1 piece of information. This should work, and indeed does with a new clean database. However in my case, the table 'Project' is related back to another table via the 'Name' parameter.
Dim MyConnectionName As String =...
I see what you are saying. Maybe i didn't explain myself properly.
The Syntax i already know. INSERT INTO is already defined in Access.
What i am looking for is a VB.NET work around for the parent/child issue since i cannot find anyway way to perform this directly using JET or ADODB
Christiaan,
I believe this is a VB.NET forum.
I am trying to access the database through VB.NET. I have seen some similiar database accessing questions in this forum so i hope and believe i am in the correct forum
Hi All,
I have a problem when trying to insert rows into a microsoft Access database. I know the problem is due to a parent/child relationship. The problem is i can't seem to find the correct syntax to access(insert into) the child.
Will the INSERT INTO command still work??
If so, how do i...
To all,
I am trying to install a Belkin USB 2.0 pci card on my Sun ultra 10 solaris 8. I can't get the pci device to be recognised. Has anyone achieved this before or can anyone point me in the right direction.
Thanks in advance,
Alan
hi all
i am relatively new to c++ and have run into a problem. I am running a program called cfitsio, used for viewing certain types of images, but when i try to link it i get a error saying
"error: unresolved external '_ffopen' referenced from D:\CFITSIO\IMLIST.OBJ"
I do not know what...
Hi all,
I have 120GB of images in .fit format (not that important). I know that when i compress these files (using winzip for example) i get a compression ratio of 63%). I must back up the 120GB but would also like to compress. Does anyone know how i might write a script to compress the images...
hi,
i am trying to use VB to run a camera. but when i run the code i get an error saying "graph32.ocx not registered correctly". i am using VB6 and i have dragged graph32.ocx to my machine. but VB will not register the file either. i am puzzled. can anyone help? thanx
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.