Hi
Try This - it solved that exact problem for me
Public Sub ConDB(TheSql As String)
Set Ecn = Nothing
Set Ers = Nothing
Set Ecn = New ADODB.Connection
With Ecn
.ConnectionString = "Provider=" & dbProvider & ";Data Source=" & dbpath & _...
Hmmm good idea
I found this code, but has no idea if it will work on a normal Windows 95 system aswell... Anyone wanna test this for me ?? :))
Private Sub Command1_Click()
'========================
Dim WMI
Dim wmiWin32Objects
Dim wmiWin32Object
Dim ComputerName As String
ComputerName...
Hi All
I URGENTLY NEED HELP PLEASE
In a VB6 App :
I need a way to get the CPU and or Harddrive unique serial number. But a number that WONT CHANGE if you format the harddrive. Yes, this is for trying to prevent software piracy - only found out that the number changes when you format it just...
Hi All
Please help...
Im using VB6 SP5 and its normal Package and Deployment wizzard (Cant afford Installshield... anything else that I can use??) . I want to distribute an application and want the Setup file(s) to put a shortcut to the application on the desktop of the person who installs...
Hi All
I have a small MS Access Database that I open via VB6 ADO. I want to save a password to the database and did so in Access via Tools/Security after I opened it Exclusively
When adding the VB6 code :
Set Ecn = New ADODB.Connection
Ecn.ConnectionString = cmd
' (Note : The...
Thanks for the reply
Ive tried specifying it like :
If s.CheckSpelling(Text1.Text, , , "Afrikaans") Then
or
If s.CheckSpelling(Text1.Text,"Afrikaans") Then
but no luck..
does anyone maybe have the MSDN Help on the
.Checkspelling
function ?
if i ask the value of...
Hi All
Ive set up a different language in MS Word to check my "Afrikaans" spelling. It works fine in Word, but when I create a simple program :
Dim w As New Word.Application
Private Sub Command1_Click()
If w.CheckSpelling(Text1.Text) Then
MsgBox "Correct Spelling"
End...
Hi All
Im developing a normal form with lots of buttons and checkboxes on it in VB6(SP5). I was still busy designing the form, adding controls when I got "Reached limit: cannot create any more controls for this for". I need more controls on this spesific form - how can i do it ? The...
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.