Search Results

Showing results 1 to 29 of 29
Search took 0.01 seconds.
Search: Posts Made By: abu taher ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 9 Days Ago
Replies: 7
Solved: visual basic
Views: 605
Posted By abu taher
1st mark it solve. and then start a new thread plz.
Forum: Visual Basic 4 / 5 / 6 13 Days Ago
Replies: 7
Solved: visual basic
Views: 605
Posted By abu taher
try to see it. i think it can help you.
Forum: Visual Basic 4 / 5 / 6 Nov 11th, 2009
Replies: 2
Views: 440
Posted By abu taher
you need to refresh your data control. like: data1.refresh
msflexgrid.refreshetc.
Forum: Visual Basic 4 / 5 / 6 Nov 10th, 2009
Replies: 8
Views: 496
Posted By abu taher
plz more clear.
Forum: Visual Basic 4 / 5 / 6 Nov 10th, 2009
Replies: 16
Views: 1,063
Posted By abu taher
try it with search option.
Forum: Visual Basic 4 / 5 / 6 Nov 10th, 2009
Replies: 10
Views: 822
Posted By abu taher
why you use this. plz explain.
Forum: Visual Basic 4 / 5 / 6 Nov 9th, 2009
Replies: 16
Views: 1,063
Posted By abu taher
plz try it.
Forum: Visual Basic 4 / 5 / 6 Nov 8th, 2009
Replies: 6
Views: 697
Posted By abu taher
if the file in same folder(App.Path & "\db1.mdb")
Forum: Visual Basic 4 / 5 / 6 Nov 8th, 2009
Replies: 8
Views: 506
Posted By abu taher
like thisform1.visible = false
image1.visible = false
command1.visible = false
Forum: Visual Basic 4 / 5 / 6 Nov 7th, 2009
Replies: 4
Views: 431
Posted By abu taher
not like that. what will happen in click event that write in module. plz check it.
Forum: Visual Basic 4 / 5 / 6 Oct 26th, 2009
Replies: 8
Views: 552
Posted By abu taher
if you want only 4 digit will type in text box then adjust the properties of text box. max length = 4
Forum: Visual Basic 4 / 5 / 6 Oct 24th, 2009
Replies: 11
Views: 470
Posted By abu taher
its not php. it made by vb6.
Forum: Visual Basic 4 / 5 / 6 Oct 22nd, 2009
Replies: 6
Views: 700
Posted By abu taher
have you any problem more? if not please solve it.
Forum: Visual Basic 4 / 5 / 6 Oct 22nd, 2009
Replies: 11
Views: 470
Posted By abu taher
plz check it with more.
Forum: Visual Basic 4 / 5 / 6 Oct 20th, 2009
Replies: 2
Solved: VB 6.0 Reports
Views: 378
Posted By abu taher
add a dataenvironment and a datareport. connect the database with dataenvironment and connect the datareport with dataenvironment. and then design the datareport.
Forum: Visual Basic 4 / 5 / 6 Oct 17th, 2009
Replies: 6
Views: 700
Posted By abu taher
install service pack 6 for vb6.
Forum: Visual Basic 4 / 5 / 6 Oct 12th, 2009
Replies: 3
Solved: ADODC Help!!!!!
Views: 256
Posted By abu taher
did you connect it by properties or code? try to use code for better result.
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2009
Replies: 4
Views: 390
Posted By abu taher
in from1 Private Sub Command1_Click()
Form2.Label1.Caption = "Name"
Form2.Show
End Sub
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2009
Replies: 21
Solved: VB6 create form
Views: 3,008
Posted By abu taher
try this Dim f1 As New Form1

' Dim f2 As New Form1 'u must have this form in project



Private Sub Command1_Click()
f1.Show
' f2.Show
End Sub
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2009
Replies: 9
Views: 442
Posted By abu taher
adjust the alignment, if it has this property.
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2009
Replies: 21
Solved: VB6 create form
Views: 3,008
Posted By abu taher
u can get idea from the attach file.
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2009
Replies: 2
Views: 353
Posted By abu taher
did you write codeBeep
If not then I think no problem in your code.
Forum: Visual Basic 4 / 5 / 6 Jun 30th, 2009
Replies: 4
Views: 464
Posted By abu taher
and if you it increase auto then check under check box.
Forum: Visual Basic 4 / 5 / 6 Mar 26th, 2009
Replies: 18
Views: 1,830
Posted By abu taher
what you mean? "it doesnt just end."
You want it will hide? then write code in form_laod
"me.hide" or "form1.hide"
Forum: Visual Basic 4 / 5 / 6 Oct 12th, 2008
Replies: 7
Solved: activeX button
Views: 1,477
Posted By abu taher
If you have no other question then please mark it solved.
Forum: Visual Basic 4 / 5 / 6 Oct 12th, 2008
Replies: 5
Views: 1,673
Posted By abu taher
have you any other question? If not then mark it solved.
Forum: Visual Basic 4 / 5 / 6 Oct 7th, 2008
Replies: 7
Solved: activeX button
Views: 1,477
Posted By abu taher
you can write activex button in google for search. then you can get a lot of free activex button. here I attach a file. try it.
Forum: Visual Basic 4 / 5 / 6 Oct 7th, 2008
Replies: 5
Views: 1,673
Posted By abu taher
Private Sub Form_Unload(Cancel As Integer)
Dim msg
msg = "Do you want to Exit? "
reply = MsgBox(msg, vbExclamation + vbYesNo)
Select Case reply
Case vbNo
Cancel = -1
Case vbYes
End
End Select
Forum: Visual Basic 4 / 5 / 6 Jul 29th, 2008
Replies: 5
Views: 1,798
Posted By abu taher
Private Sub cmdfind_Click()
Dim a As String
Dim b As String


a = text1.text 'employee number
If Len(a) = 0 Then Exit Sub
b = "Employee Number Like """ & a & "*"""
Data1.Recordset.FindNext b...
Showing results 1 to 29 of 29

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC