Hi ,
If you have the latest windows update run on your machine it gives you an option to map and share the specific drive of the remote machine.
thanks
ansuman sahu...
User Profile
Collapse
-
Hi ,
Have a look at this site which talks about the "'Multiple-step OLE DB' error". Hope this helps you out.
good luck
-ansuman sahu...Leave a comment:
-
Hi ,
Yes use the TextBox and set the "PasswordCh ar" property to "*".
goodluck
-ansuman sahu...Leave a comment:
-
Hi ,
Check for any dependencies that you might be missing out. Creating a build through Package and deployment wizard as suggested by debashis should solve the issue you are facing.
good luck
-ansuman sahu...Leave a comment:
-
Hi ,
This is how you define the connection string.
Driver={Microso ft Access Driver (*.mdb)};Dbq=C: \mydatabase.mdb ;Uid=Admin;Pwd= ;
good luck
-ansuman sahu...Leave a comment:
-
Hi ,
It will perhaps be difficult to find a free download of VB-6 msdn collection. See this thread Link
good luck
-ansuman sahu...Leave a comment:
-
Hi ,
Have a look at this link ExcelLink
if this helps out on what you are looking for.
good luck
-ansuman sahu...Leave a comment:
-
Hi ,
The basic reason for this error is that the SQL syntax is incorrect. But from your query it does not seem so. Are you able to execute the query sucessfully on the query analyser.
good luck
-ansuman sahu...Leave a comment:
-
Hi ,
Check this function out.
Function IsValidIp(strIp Address)
Dim aTmp
IsValidIp = False
aTmp = Split(strIpAddr ess, ".")
' There must be 4 fields in a valid IP
If UBound(aTmp) <> 3 Then Exit Function
For Each field In aTmp
If field > 255 Then Exit Function
Next
IsValidIp = True
End Function
good luck...Leave a comment:
-
Hi ,
What version of the Cryatal report are you using.
thanks
ansuman sahu...Leave a comment:
-
Hi ,
What do you exactly mean by include gif files in VB form. Do you want to display them on the form?? Can you elaborate on the requirement you have??
-ansuman sahu...Leave a comment:
-
Hi ,
Yes debasis is correct. If you just want to display the content of the file go for a rich text box control. What is the purpose of using the list box?? Do you have a specific requirement.
-ansuman sahu...Leave a comment:
-
Hi ,
I don't think that listbox has any alignment property that you can set to right align the contents.
thanks
-ansuman sahu...Leave a comment:
-
Hi ,
Check whats the default timeout that is set. Then increase it accordingly. Also are you able to execute the query on the query analyzer sucessfully or does it throw a time out exception.
good luck
-ansuman sahu...Leave a comment:
-
Hi ,
You can use Microsoft MAPI Controls 6.0.
good luck
-ansuman sahu...Leave a comment:
-
Hi Loopz ,
Just have a look at this link
http://www.devx.com/dotnet/Article/7914
it might help you.
good luck
-ansuman sahu...Leave a comment:
-
Hi ,
I think you could use the shell command to execute the script.
good luck
-ansuman sahu...Leave a comment:
-
Hi ,
Are you looking for a readymade application that will help you do this. Or you want to develop an application that will help you achieve this.
-ansuman sahu...Leave a comment:
-
Hi ,
Try this code out.
Dim i As Integer (declare this a global variable)
Private Sub Command1_Click( )
i = i + 1
Label1.Caption = Val(Label1.Capt ion) + 1
End Sub
good luck
-ansuman sahu
www.mindfiresol utions.com...Leave a comment:
-
Hi ,
I could not get your exact requirement. What do you mean by remotre access?? Do you need to access a specific folder on a remote machine , do you need to do a remote login to a machine??
What are your requirements??
-ansuman sahu...Leave a comment:
No activity results to display
Show More
Leave a comment: