How to add tif files using vb6.0
I mean suppose if we take 3tif files that all files will add under 1tif file
User Profile
Collapse
-
ADD tif files using VB6.0
-
how to combine tif files using vb6.0 i mean suppose i we take 4tif files when we run the program on that time that 4tif files will combine a single file -
How do i combine tif files in a folder?
I am using vb6.0 here i am using "tif" files my program is i am keeping some tif files in a folder. when i run the program that all the tif files combine one file. i mean suppose we take 4tif files in that folder when i run the program automatically 4tif files combine 1 file i mean page by page -
Private Sub Command1_Click( )
On Error Resume Next
If Trim(Text3.Text ) = Trim(Text4.Text ) Then
If (Trim(Text1.Tex t) = Trim(rs.Fields( 0))) And (Trim(Text2.Tex t) = Trim(rs.Fields( 1))) Then
rs!pwd = Trim(Text3.Text )
rs.Update
MsgBox "Password change successfully"
Text1.Text = ""
Text2.Text = ""
Text3.Text...Leave a comment:
-
Can't seem to update all the fields in database
here i have attached a file see the file and i want code for that form urgent... -
can u give me fully explanation about this one i am new to vb6.0...Leave a comment:
-
vb6.0 help urgent
Private Sub Command1_Click( )
On Error Resume Next
If Trim(Text3.Text ) = Trim(Text4.Text ) Then
rs.MoveFirst
While Not rs.EOF
If (Trim(Text1.Tex t) <> Trim(rs.Fields( 0))) And (Trim(Text2.Tex t) <> Trim(rs.Fields( 1))) Then
MsgBox (" you are not existing user")
Text1.Text = ""
Text2.Text = ""
End If... -
database problem urgent
in my application i am using 4textboxs userid,oldpassw ord,newpassword and confim password so how can i write code for that when we enter new password automatically oldpassword will remove -
can u tell me about that third party control i am new to vb6.0...Leave a comment:
-
VB6.0 help Urgent
Hi, I am new for VB6.0 i need help urgent.. I have taken a picture box and a dialogbox for open when i click open dialog is showing bu how to open pdf files in the picturebox. and suppose we open a pdf file last will show in picturebox(i mean suppose if we open pdf file that have 7pages last page will show in picturebox when we click privious button on that time privious page will show...
Thanks -
Thanks for u r responce n_imagecount is the variable that count no of pages we scan. so can u give me full explanation... how to declare maxscanned...
Thanku...Leave a comment:
-
vb6.0 help Urgent
I am using this code for when i scan more than one page in my application. if we click previous page button it shows previous page. but present i need code for next page.
If n_ImageCount > 1 Then
n_ImageCount = n_ImageCount - 1
cpapidrawimage PicImage.hWnd , g_Image(n_Image Count)
Else
MsgBox ("This is last page")
End If -
vb6.0 help urgent
in my scanning application i am using a picture box .When we scan a page it will comes to picturebox. here i am taking a dialogbuton for save the image. i want to save the image in pdf or tif or jpeg format how to i save that image in above formats
Please help me urgent -
vb6.0 help urgent
Dim str As String
Set Con = New ADODB.Connectio n
Con.Open "Provider=Micro soft.Jet.OLEDB. 4.0; Data Source=C:\profi le.mdb;"
Set rs = New ADODB.Recordset
rs.Open "profile", Con, adOpenDynamic, adLockOptimisti c
rs.MoveFirst
While Not rs.EOF
str = rs.Fields(0)
cboUser.AddItem (str)
rs.MoveNext
Wend
If strUserType = "Admin" Then
cmdSave.Enabled... -
zoom in zoomout in vb6.0
i am using a picturebox in my application when i will scan a image it will comes to pictuebox. my poblem is how to zoom in zoom out that image or picturebox -
-
vb6.0 help urgent
i am using vb6.0. In my application i have taken a picturebox and menu. In the menu i have taken file. in the file menu i have taken open command when i click a open command it will show a dialogbox when i select a pdf file and click open it will show in picturebox. i need code o open the file
Thanks -
Vb6.0 help urgent
i am new for vb6.0. i am using vb6.0 and msaccess. i have written following code for add new records to database table
...Code:Private Sub Command1_Click() On Error Resume Next If Trim(Text2.Text) = Trim(Text3.Text) Then rs.MoveFirst While Not rs.EOF If Trim(Text1.Text) = Trim(rs.Fields(0)) Then MsgBox "You are already exist" Text1.Text = "" Text2.Text = ""
Last edited by Niheel; Jul 6 '06, 02:36 PM. -
ASP.net
i used link button in asp.net page. on button click event i write a code server.trasfer( "webform2.aspx" ). but i am getting a error in code window error is "Error 2 Handles clause requires a WithEvents variable defined in the containing type or one of its base types" how to solve this problem
No activity results to display
Show More
Leave a comment: