abu taher 34 Practically a Posting Shark
abu taher 34 Practically a Posting Shark
you can do one thing. you can check your startup program what was start with you os. go run and type msconfig. click startup tab. I think u can see it here. or if it run after disappear you can find out in process tab of windows task manager.
Under Desktop - Background...several of my downloaded pictures are listed.
I am not understand what u want to say. did u delete the default picture of windows? and want to add new?
how u did it? go regional and language setting. click customize and then click time tab. just change am or pm.
did you reconnect every thing. I mean reinstall your browser. reconnect your cable or any problem in os? plz confirm it.
Dim searchname
I think you need to write
Dim searchname as string
or you if not want to declare variable then can write
"select * from parlordb where custname ='" & text1.Text & "' "
connection mean? you want to show the data in list view? if it is then plz write this:
Global rs As ADODB.Recordset
Global rs1 As ADODB.Recordset
Global Adb As ADODB.connection
Public Sub path()
cmd = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\db.mdb;Persist Security Info=False"
Set Adb = New ADODB.connection
With Adb
.ConnectionString = cmd
.Open
End With
End Sub
Private Sub Form_Load()
Dim i As Integer
Call path
SQL = "select * from material"
Set rs = New ADODB.Recordset
i = 1
rs.Open SQL, Adb, adOpenDynamic, adLockOptimistic
Do While Not rs.EOF
listview.ListItems.Add i, , i
listview.ListItems(i).SubItems(1) = rs!id
listview.ListItems(i).SubItems(2) = rs!Name
listview.ListItems(i).SubItems(3) = rs!unit
i = i + 1
rs.MoveNext
Loop
rs.Close
End Sub
connect the database and data grid. then write this code
Private Sub Text1_Change()
Set rs = Adodc1.Recordset
With rs
.Close
.Source = "select * from TableB where TITLE like '%" & Text1.Text & "%'"
.Open
End With
DataGrid1.ReBind
1st read the read me vb stuff, source code..... here you get lot of site where you can get this item to download. other thing you search in google or other search engine for it.:)
did it make any problem? I think any kind of software what u use it create this kind of file,folder. may be temp type. if you delete this, any problem occurred? many days ago may be i faced this file. and I think I delete it. when u use ms office some file (like this) create.
you can do it two way. manually do it by its properties. just connect the database. or you do it by code. actually how you want to do it?
please say the problem, more details.
you can see this. I think u can get help from here.http://www.vbforums.com/showthread.php?t=286343&highlight=detect+left+mouse+button
so please mark it solve.
hello can you help me how to a upload a photo in visual basic 6.0 using image and picture i need this kind of program thank you
start a new thread please
I think it not possible. did you see it anywhere?
nice. what kind of problem u faced u not mentioned. so tell it clearly.
u can find it in search engine like google or other. try to find out.
you can plug out the battery and then replace it again carefully. if it bios password then hope it will work.
I think it possible . u need to write a sql command like:
"select name from class where name ='" & Combo1.Text & "' "
1st u start. and ask many question step by step here. or did what said vb5prgrmr
did you try this:
Private Sub Command1_Click()
Print "1234567"
Print " 12345 "
Print " 123 "
Print " 1 "
End Sub
I don't understand what u need to do. vb5prgrmr said nice.
try this
Dim xlApp As Excel.Application
Dim xlWB1 As Excel.Workbook
Set xlApp = New Excel.Application
xlApp.Visible = True
Set xlWB1 = xlApp.Workbooks.Open("L:\FormsNRegisters\Accounts\Bill_Forms.xls")
The problem is that you have not declared the variable Inet1, which you do with Dim (or Private/Public).
it should be declared in the declarations section at the top of the code (just under Option Explicit). or in module.
u can use windows xp cd for it. you can do it very easily by this. when u install it in you hard drive then please read all thing step by step. important massage show bellow of the screen. one of the screen show some massage like: " partition with fat32......." you choose this option. and then 1st enter the mb (for c drive). and then enter for other drive step by step. when u 1st enter for c drive then u return automatically back page for other partition.I think this page you need to press "c" for create and "d" for delete partition. read well and then do it. not so hard but carefully do it.
you can use google, or other search engine for find out this kind of software.
so need more information how u did it.
what about adobe photoshop or image ready? did u try it?
vb5prgrmr , Its really nice. so stigmatized plz do step by step.
you can collect "bad cd repair" software from any where. or another thing if it possible then collect 98 cd from any friend.
one thing you can hair a power supply from anybody. and then check. now 450w power supply is use available for pc. u can check and then plz tell what happen.
The CMOS battery needs changed. If it is a desktop it will probably be a non-rechargeable 3v cr2032 button battery. If it is a laptop you will have to open it up and investigate.
I think not like that. you can change it but some time it not work after change.
tell more details. what problem you faced?
plz check it various way. check you headset other pc. check it is it ok? check another headset in you pc and more. and then plz tell what happen.
I think u 1st start a project and then when faced problem then ask it here and then u can get help better.
what about in font properties?
please tell the specific problem. then it is easy to solve your problem. what kind of problem you faced. you can learn it from any training center.
you can use internet for advance option. read book, see various example what you can download from internet. help from here when you faced problem.
I think its not possible to come back.
try it with lower version. and you can go back last ......(system recover). or you can do what tell at last post.
I don't know more. But I think it not possible or easy to find out.
1st mark it solve. and then start a new thread plz.
say clearly what you want to do then you can get help more.
three month is long to do something. and you are last year's student. so you can do anything what you can think easy for you. if you bear time for it.