543 Posted Topics

Member Avatar for D4m3s1 Xvoc@no
Member Avatar for abu taher
0
26
Member Avatar for kielyen
Re: hi!

this forum actually help u so much. so plz go ahead and share your knowledge.

Member Avatar for abu taher
0
37
Member Avatar for galla10101

I agree with u. its really nice from other site. the design and all other thing is really nice. I like it very much.:)

Member Avatar for abu taher
0
18
Member Avatar for xxmexx
Member Avatar for Suhanti
Member Avatar for xuexue

you can check [URL="http://www.vbforums.com/showthread.php?t=530114&highlight=connect+mysql+vb6"]this.[/URL]

Member Avatar for xuexue
0
80
Member Avatar for Stonehands
Member Avatar for caperjack
0
41
Member Avatar for geethailango

see [URL="http://www.vbforums.com/showthread.php?t=346389&highlight=Setting+Paper+Size"]this[/URL]

Member Avatar for abu taher
0
150
Member Avatar for roberto2010

is it show that screen with password (want) or no need to enter password (only show, if press ok then enter in your windows)? what occurred?

Member Avatar for abu taher
0
84
Member Avatar for Nicky PL

how u did it? go regional and language setting. click customize and then click time tab. just change am or pm.

Member Avatar for Bob_180_Bob
0
129
Member Avatar for bdrkb

try this[CODE]With CrystalReport1 .ReportFileName = App.Path & "\YourRPT.rpt" .Connect = "DSN=test;UID=sapest;PWD=sapest;DSQ=Sage;" .DiscardSavedData = True .RetrieveDataFiles .ReportSource = 0 .SQLQuery = "Select * from yourtable" .ReportTitle = "Report Title" .Destination = crptToWindow .PrintFileType = crptCrystal .WindowState = crptMaximized .WindowMaxButton = False .WindowMinButton = False 'if you want to filter report based …

Member Avatar for abu taher
0
109
Member Avatar for b3nsoi
Member Avatar for abu taher
0
785
Member Avatar for xairylle

[QUOTE=xairylle;503945] [CODE]Dim searchname [/CODE] [/QUOTE] I think you need to write[CODE]Dim searchname as string[/CODE]or you if not want to declare variable then can write [CODE]"select * from parlordb where custname ='" & text1.Text & "' "[/CODE]

Member Avatar for jireh
0
173
Member Avatar for Israelsimba
Member Avatar for Bluedani01

did you reconnect every thing. I mean reinstall your browser. reconnect your cable or any problem in os? plz confirm it.

Member Avatar for Laptobbe
0
140
Member Avatar for Kalusingh

connection mean? you want to show the data in list view? if it is then plz write this:[CODE]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 …

Member Avatar for debasisdas
0
770
Member Avatar for fajar_07201

2) can VB read my excel data: you can see this [URL="http://www.vbforums.com/showthread.php?t=382404&highlight=VB+read+excel+data"]link[/URL]

Member Avatar for vb5prgrmr
0
68
Member Avatar for meba k

connect the database and data grid. then write this code[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 [/CODE]

Member Avatar for abu taher
0
47
Member Avatar for cvucs

you mean your pc not start. so plz check the cable of power button. or you can unplug it and try to start it manually by connect those 2 pin by any thing. check the power cable of mother board.

Member Avatar for Bob_180_Bob
0
143
Member Avatar for crackerjacker

you can see this. I think u can get help from here.[URL="http://www.vbforums.com/showthread.php?t=286343&highlight=detect+left+mouse+button"]http://www.vbforums.com/showthread.php?t=286343&highlight=detect+left+mouse+button[/URL]

Member Avatar for selvaganapathy
0
749
Member Avatar for JAVIER SOTELO

I think some software do it. you can make cab file by this. here you said you looking a control. I give u this [URL="http://www.thescarms.com/vbasic/CabExplorer.aspx"]link[/URL], but I don't know how much help u get form here.

Member Avatar for phpbeginners
0
97
Member Avatar for firoz.raj

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 …

Member Avatar for firoz.raj
0
91
Member Avatar for Homee2010
Member Avatar for hotmatrixx
0
132
Member Avatar for kjs7221

you can plug out the battery and then replace it again carefully. if it bios password then hope it will work.

Member Avatar for efmesch
0
132
Member Avatar for rubina thind

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.:)

Member Avatar for abu taher
0
53
Member Avatar for suniljoseph

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?

Member Avatar for vb5prgrmr
0
112
Member Avatar for sanmano
Member Avatar for harn991982

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.

Member Avatar for abu taher
0
109
Member Avatar for nawferm

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 …

Member Avatar for zemtech121
0
337
Member Avatar for jagdish kasta
Member Avatar for dreamygirl

I think it possible . u need to write a sql command like:[CODE]"select name from class where name ='" & Combo1.Text & "' "[/CODE]

Member Avatar for abu taher
0
118
Member Avatar for cabsjonel
Member Avatar for abu taher
0
97
Member Avatar for a9m2i11t
Member Avatar for abu taher
0
105
Member Avatar for cabsjonel

1st u start. and ask many question step by step here. or did what said vb5prgrmr

Member Avatar for abu taher
0
77
Member Avatar for Lida_pink

did you try this:[CODE]Private Sub Command1_Click() Print "1234567" Print " 12345 " Print " 123 " Print " 1 " End Sub [/CODE] I don't understand what u need to do. vb5prgrmr said nice.

Member Avatar for abu taher
0
91
Member Avatar for R_K_Sarma

try this[CODE]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")[/CODE]

Member Avatar for R_K_Sarma
0
117
Member Avatar for stigmatized
Member Avatar for ithelp
0
72
Member Avatar for sandipdandel

you can see [URL="http://www.vbforums.com/showthread.php?t=513430&highlight=read+data+serial+port+device"]this[/URL]

Member Avatar for pri1
0
60
Member Avatar for iriz
Member Avatar for vikonava
Member Avatar for Laoting

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.

Member Avatar for Laoting
0
88
Member Avatar for daas

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.

Member Avatar for Bob_180_Bob
0
54
Member Avatar for akockim

[QUOTE=Huntrx;1078000]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.[/QUOTE] I think not like that. you can change it but some time it not work after …

Member Avatar for abu taher
0
117
Member Avatar for christiankk
Member Avatar for priscalyn

I think u 1st start a project and then when faced problem then ask it here and then u can get help better.

Member Avatar for abu taher
-1
96
Member Avatar for Matt3144

you can see [URL="http://www.vbforums.com/showthread.php?t=451363&highlight=make+graphs+VB"]this[/URL]

Member Avatar for debasisdas
0
101
Member Avatar for NOOKIREDDY

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.

Member Avatar for abu taher
0
40
Member Avatar for johnGIS

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.

Member Avatar for abu taher
0
93
Member Avatar for swrlygrl
Member Avatar for rajesh2726
Member Avatar for BILL S
-1
69

The End.